@charset "UTF-8";
/*---------------------------------
  多彩なメニュー
---------------------------------*/
#nwnb_function #func_nav ul {
  display: flex;
}
#nwnb_function #func_nav ul li {
  width: 33.3333333333%;
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_nav ul li {
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_nav ul li {
    height: 40vw;
  }
}
#nwnb_function #func_nav ul li a {
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  justify-content: center;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  text-align: center;
}
#nwnb_function #func_nav ul li:first-child a {
  background-image: url("../img/function/nav_bg01.jpg");
}
#nwnb_function #func_nav ul li:nth-child(2) a {
  background-image: url("../img/function/nav_bg02.jpg");
}
#nwnb_function #func_nav ul li:nth-child(3) a {
  background-image: url("../img/function/nav_bg03.jpg");
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_nav ul li img {
    width: 300px;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_wagaya {
    padding: 80px 0;
    box-sizing: border-box;
    background: url("../img/function/wagaya_bg.jpg") no-repeat center/cover;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_wagaya {
    padding: 40px 15px 0;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_wagaya .wagaya_title {
    width: 180px;
    aspect-ratio: 360/58;
    margin: 0 auto 30px;
    background: url("../img/function/wagaya_title.png") no-repeat center/contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_wagaya .wagaya_title {
    text-align: center;
  }
  #nwnb_function #func_wagaya .wagaya_title span {
    display: inline-block;
    margin: 0 auto 20px;
    border-bottom: 2px solid #222;
    font-family: "Noto Serif Japanese", serif;
    font-weight: 500;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_wagaya .wagaya_lead {
    width: 792px;
    aspect-ratio: 1584/68;
    margin: 0 auto 25px;
    background: url("../img/function/wagaya_lead.png") no-repeat center/contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_wagaya .wagaya_lead {
    margin-bottom: 20px;
    font-family: "Noto Serif Japanese", serif;
    font-weight: 500;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.5;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_wagaya .wagaya_text {
    margin-bottom: 50px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_wagaya .wagaya_text {
    margin-bottom: 20px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.7692307692;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_wagaya .wagaya_img {
    width: 615px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_wagaya .wagaya_img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_wagaya .wagaya_bg {
    margin: 0 -15px;
  }
}
#nwnb_function #func_voice {
  position: relative;
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_voice {
    padding-bottom: 7px;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_voice {
    padding-bottom: 10px;
  }
}
#nwnb_function #func_voice .voice_title {
  box-sizing: border-box;
  background: url("../img/function/voice_bg.png") no-repeat center top/contain;
  text-align: center;
  color: #7B8087;
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_voice .voice_title {
    height: 96px;
    padding-top: 40px;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_voice .voice_title {
    height: 12.698vw;
    margin-bottom: 20px;
    line-height: 12.698vw;
  }
}
#nwnb_function #func_voice .voice_title img {
  width: 174px;
}
#nwnb_function #func_voice .voice_slide {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_voice .voice_slide_inner .voice_slide_text {
    margin-bottom: 12px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_voice .voice_slide_inner .voice_slide_text {
    padding: 0 20px;
    margin-bottom: 12px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
#nwnb_function #func_voice .voice_slide_inner .voice_slide_user {
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_voice .voice_slide_inner .voice_slide_user {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_voice .voice_slide_inner .voice_slide_user {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
#nwnb_function #func_voice .slick-track {
  display: flex;
}
#nwnb_function #func_voice .slick-slide {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  height: auto !important;
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_voice .slick-dots {
    bottom: -52px;
  }
}
#nwnb_function #func_voice .slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
}
#nwnb_function #func_voice .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 50%;
  background-color: #ccc;
}
#nwnb_function #func_voice .slick-dots li button::before {
  display: none;
}
#nwnb_function #func_voice .slick-dots li.slick-active button {
  background-color: #696263;
  color: transparent;
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_voice .voice_slide_arrows {
    display: none;
  }
}
#nwnb_function #func_voice .voice_slide_arrows .slick-prev,
#nwnb_function #func_voice .voice_slide_arrows .slick-next {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_voice .voice_slide_arrows .slick-prev,
  #nwnb_function #func_voice .voice_slide_arrows .slick-next {
    width: 29px;
    height: 51px;
    transition: opacity 0.3s;
  }
  #nwnb_function #func_voice .voice_slide_arrows .slick-prev:hover,
  #nwnb_function #func_voice .voice_slide_arrows .slick-next:hover {
    opacity: 0.75;
  }
}
#nwnb_function #func_voice .voice_slide_arrows .slick-prev::before,
#nwnb_function #func_voice .voice_slide_arrows .slick-next::before {
  display: none;
}
#nwnb_function #func_voice .voice_slide_arrows .slick-prev {
  background-image: url("../img/function/voice_slide_prev.png");
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_voice .voice_slide_arrows .slick-prev {
    left: 40px;
  }
}
#nwnb_function #func_voice .voice_slide_arrows .slick-next {
  background-image: url("../img/function/voice_slide_next.png");
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_voice .voice_slide_arrows .slick-next {
    right: 40px;
  }
}
#nwnb_function #func_voice .voice_notes {
  line-height: 1.5;
  text-align: right;
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_voice .voice_notes {
    padding: 0 20px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_voice .voice_notes {
    padding: 0 15px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
#nwnb_function #func_control {
  background: url("../img/function/control_bg.jpg") no-repeat center/cover;
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_control {
    padding: 80px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_control {
    padding: 40px 15px;
  }
}
#nwnb_function #func_control .control_sub_title {
  padding: 3px;
  margin-bottom: 20px;
  background-color: #696263;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_control .control_sub_title {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_control .control_sub_title {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_control .control_flow {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_control .control_flow {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_control .control_flow .control_flow_title {
    width: 200px;
    aspect-ratio: 400/38;
    margin: 0 auto 10px;
    background: url("../img/function/control_flow_title.png") no-repeat center/contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_control .control_flow .control_flow_title {
    margin-bottom: 5px;
    font-family: "Noto Serif Japanese", serif;
    font-weight: 500;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    color: #7B8087;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_control .control_flow .control_flow_img {
    width: 855px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_control .control_taste {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_control .control_taste {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_control .control_taste .control_taste_lead {
    width: 579px;
    height: 23px;
    margin: 0 auto 25px;
    background: url("../img/function/control_taste_lead.png") no-repeat center/contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_control .control_taste .control_taste_lead {
    margin-bottom: 10px;
    font-family: "Noto Serif Japanese", serif;
    font-weight: 500;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
    color: #7B8087;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_control .control_taste .control_taste_text {
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.875;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_control .control_taste .control_taste_text {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.7692307692;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_control .control_taste .control_taste_text span {
    display: inline-block;
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_control .control_procedure {
    width: 720px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_control .control_procedure {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_control .control_procedure dl dt {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_control .control_procedure dl dt {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_control .control_procedure dl dd {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.875;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_control .control_procedure dl dd {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.7692307692;
  }
}
#nwnb_function #func_menu {
  background: url("../img/function/menu_bg.jpg") no-repeat center/cover;
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_menu {
    padding: 80px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_menu {
    padding: 40px 15px;
  }
}
#nwnb_function #func_menu .menu_lead {
  max-width: 606px;
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_menu .menu_lead {
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_menu .menu_lead {
    width: 90%;
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_menu .menu_inner {
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_menu .menu_select {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_menu .menu_select {
    margin-bottom: 40px;
  }
}
#nwnb_function #func_menu .menu_select .menu_select_title {
  text-align: center;
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_menu .menu_select .menu_select_title {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_menu .menu_select .menu_select_title {
    margin: 0 auto 15px;
  }
}
#nwnb_function #func_menu .menu_select .menu_select_title span {
  display: inline-block;
  border-bottom: 1px solid #7B8087;
  font-weight: bold;
  color: #7B8087;
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_menu .menu_select .menu_select_title span {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.7307692308;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_menu .menu_select .menu_select_title span {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.75;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_menu .menu_select .menu_select_lead {
    width: 504px;
    height: 25px;
    margin: 0 auto 25px;
    background: url("../img/function/menu_select_lead.png") no-repeat center/contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_menu .menu_select .menu_select_lead {
    margin-bottom: 20px;
    font-family: "Noto Serif Japanese", serif;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_menu .menu_select .menu_select_text {
    margin-bottom: 25px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.875;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_menu .menu_select .menu_select_text {
    margin-bottom: 20px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.7692307692;
  }
}
#nwnb_function #func_menu .menu_select .menu_select_list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_menu .menu_select .menu_select_list {
    gap: 20px 10px;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_menu .menu_select .menu_select_list li {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_menu .menu_select .menu_select_list li {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_menu .menu_select .menu_select_list li div {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_menu .menu_select .menu_select_list li div {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_menu .menu_select .menu_select_list li p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_menu .menu_select .menu_select_list li p {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_menu .menu_porridge {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_menu .menu_porridge {
    margin-bottom: 40px;
  }
}
#nwnb_function #func_menu .menu_porridge .menu_porridge_title {
  text-align: center;
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_menu .menu_porridge .menu_porridge_title {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_menu .menu_porridge .menu_porridge_title {
    margin: 0 auto 15px;
  }
}
#nwnb_function #func_menu .menu_porridge .menu_porridge_title span {
  display: inline-block;
  border-bottom: 1px solid #7B8087;
  font-weight: bold;
  color: #7B8087;
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_menu .menu_porridge .menu_porridge_title span {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.7307692308;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_menu .menu_porridge .menu_porridge_title span {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.75;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_menu .menu_porridge .menu_porridge_lead {
    width: 628px;
    height: 25px;
    margin: 0 auto 25px;
    background: url("../img/function/menu_porridge_lead.png") no-repeat center/contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_menu .menu_porridge .menu_porridge_lead {
    margin-bottom: 20px;
    font-family: "Noto Serif Japanese", serif;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_menu .menu_porridge .menu_porridge_text {
    margin-bottom: 25px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.875;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_menu .menu_porridge .menu_porridge_text {
    margin-bottom: 20px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.7692307692;
  }
}
#nwnb_function #func_menu .menu_porridge .menu_porridge_course {
  text-align: center;
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_menu .menu_porridge .menu_porridge_course {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_menu .menu_porridge .menu_porridge_course {
    max-width: 80%;
    margin: 0 auto 20px;
  }
}
#nwnb_function #func_menu .menu_porridge .menu_porridge_slide {
  width: 100vw;
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_menu .menu_porridge .menu_porridge_slide {
    margin: 0 calc(50% - 50vw) 60px;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_menu .menu_porridge .menu_porridge_slide {
    margin: 0 calc(50% - 50vw) 50px;
  }
}
#nwnb_function #func_menu .menu_porridge .menu_porridge_slide .slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
}
#nwnb_function #func_menu .menu_porridge .menu_porridge_slide .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 50%;
  background-color: #ccc;
}
#nwnb_function #func_menu .menu_porridge .menu_porridge_slide .slick-dots li button::before {
  display: none;
}
#nwnb_function #func_menu .menu_porridge .menu_porridge_slide .slick-dots li.slick-active button {
  background-color: #7B8087;
}
#nwnb_function #func_menu .menu_porridge .menu_porridge_btn {
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_menu .menu_porridge .menu_porridge_btn {
    width: 70%;
  }
}
#nwnb_function #func_menu .menu_porridge .menu_porridge_btn a {
  display: block;
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_menu .menu_porridge .menu_porridge_btn a {
    transition: all 0.3s;
  }
  #nwnb_function #func_menu .menu_porridge .menu_porridge_btn a:hover {
    opacity: 0.75;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_menu .menu_other {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_menu .menu_other {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_menu .menu_other .menu_other_inner {
    display: flex;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_menu .menu_other .menu_other_inner {
    margin-bottom: 15px;
  }
}
#nwnb_function #func_menu .menu_other .menu_other_title {
  text-align: center;
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_menu .menu_other .menu_other_title {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_menu .menu_other .menu_other_title {
    margin-bottom: 15px;
  }
}
#nwnb_function #func_menu .menu_other .menu_other_title span {
  display: inline-block;
  border-bottom: 1px solid #7B8087;
  font-weight: bold;
  color: #7B8087;
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_menu .menu_other .menu_other_title span {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.7307692308;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_menu .menu_other .menu_other_title span {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.75;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_menu .menu_other .menu_other_lead {
    margin: 0 auto 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_menu .menu_other .menu_other_lead {
    margin-bottom: 15px;
    font-family: "Noto Serif Japanese", serif;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_menu .menu_other .menu_other_text {
    margin-bottom: 35px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.875;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_menu .menu_other .menu_other_text {
    margin-bottom: 20px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.7692307692;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_menu .menu_other .menu_quick {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_menu .menu_other .menu_quick {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_menu .menu_other .menu_quick .menu_other_lead {
    width: 283px;
    height: 64px;
    background-image: url("../img/function/menu_quick_lead.png");
  }
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_menu .menu_other .menu_freeze {
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_menu .menu_other .menu_freeze .menu_other_lead {
    width: 393px;
    height: 64px;
    background-image: url("../img/function/menu_freeze_lead.png");
  }
}
#nwnb_function #func_menu .menu_other .menu_other_notes {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_menu .menu_other .menu_other_notes {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_menu .menu_other .menu_other_notes {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
#nwnb_function #func_menu .menu_other .menu_other_notes dt {
  width: 2em;
}
#nwnb_function #func_menu .menu_other .menu_other_notes dd {
  width: calc(100% - 2em);
}
#nwnb_function #func_menu .menu_rice {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_menu .menu_rice {
    padding: 30px 30px 60px;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_menu .menu_rice {
    padding: 15px 15px 30px;
  }
}
#nwnb_function #func_menu .menu_rice .menu_rice_img {
  position: relative;
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_menu .menu_rice .menu_rice_img {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_menu .menu_rice .menu_rice_img {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_menu .menu_rice .menu_rice_lead {
    aspect-ratio: 2080/240;
    width: 100%;
    margin: auto;
    background: url("../img/function/menu_rice_lead.png") no-repeat center/contain;
    position: absolute;
    left: 0;
    right: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_menu .menu_rice .menu_rice_lead {
    margin-top: 20px;
    font-family: "Noto Serif Japanese", serif;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
    text-align: center;
    color: #222;
  }
}
#nwnb_function #func_menu .menu_rice .menu_rice_lead span {
  display: inline-block;
}
#nwnb_function #func_menu .menu_rice .menu_rice_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_menu .menu_rice .menu_rice_list {
    gap: 30px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_menu .menu_rice .menu_rice_list {
    gap: 30px 20px;
    margin-bottom: 20px;
  }
}
#nwnb_function #func_menu .menu_rice .menu_rice_list li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_menu .menu_rice .menu_rice_list li {
    max-width: 220px;
    width: calc((100% - 90px) / 4);
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_menu .menu_rice .menu_rice_list li {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_menu .menu_rice .menu_rice_list li h4 {
    margin-bottom: 25px;
    height: 44px;
    line-height: 44px;
  }
  #nwnb_function #func_menu .menu_rice .menu_rice_list li h4 img {
    vertical-align: bottom;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_menu .menu_rice .menu_rice_list li h4 {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_menu .menu_rice .menu_rice_list li p {
    margin-bottom: 40px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_menu .menu_rice .menu_rice_list li p {
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.75;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_menu .menu_rice .menu_rice_list li:nth-child(2) p {
    word-break: break-all;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
  }
}
#nwnb_function #func_menu .menu_rice .menu_rice_notes {
  display: flex;
}
@media screen and (min-width: 769px) {
  #nwnb_function #func_menu .menu_rice .menu_rice_notes {
    justify-content: center;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_menu .menu_rice .menu_rice_notes {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
#nwnb_function #func_menu .menu_rice .menu_rice_notes dt {
  width: 2em;
}
@media screen and (max-width: 768px) {
  #nwnb_function #func_menu .menu_rice .menu_rice_notes dd {
    width: calc(100% - 2em);
  }
}