body {
    color: #555555;
}

i {
    margin-right: 5px;
}


/*** Header nav***/

header {
    /* background: #CA5B4D; */
}

.navbar {
    background: #CA5B4D;
}

.nav_ribbon {
    background: #5f9195;
}

.nav_ribbon span {
    color: #fff;
    margin-bottom: 0;
    padding: 5px 0;
    font-size: .8em;
}

nav {
    background: #F1F3F4;
}

header .nav-link {
    display: flex;
    justify-content: center;
    /* color: #5f9195; */
    text-align: center;
    font-weight: 700;
    font-size: .8em;
    min-width: 180px;
    border-left: #bbb dotted 4px;
}

header .nav-item:last-child {
    border-right: #bbb dotted 4px;
}

.nav-link-icon {
    display: inline-block;
    font-size: 1rem;
    color: #BE6456;
    vertical-align: top;
}

.nav-link-text {
    display: inline-block;
}

.header-brand img {
    display: block;
    width: auto;
    max-width: 200px;
}

.navbar-toggler {
    border: none;
    height: 50px;
}


/*** Main ***/

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    opacity: .6;
}

p {
    max-width: 728px;
    margin: 1.5rem auto;
    font-size: 94%;
    line-height: 1.7;
}

.btn {
    text-align: center;
    width: 100%;
}

.btn a {
    background: #CA5B4D;
    color: #fff;
    text-decoration: none;
    padding: 8px 32px;
    border-radius: 25px
}

.h1_wrapper {
    border: solid 2px #5f9195;
}

h1 {
    width: 100%;
    font-weight: 900;
    font-size: 1.8em;
    color: #5f9195;
    margin: 0rem auto;
    padding: 20px;
    letter-spacing: 3px;
    background: #FEF9E0;
}

.h1_sub {
    display: block;
    background-color: #5f9195;
    color: #fff;
    font-weight: 700;
    padding: 10px;
}

h2 {
    color: #5f9195;
    font-size: 1.8rem;
    font-weight: 900;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.35;
    padding: 35px 0;
    margin-bottom: 35px;
    position: relative;
}

h2::before {
    content: '';
    width: 100%;
    height: 11px;
    background-image: url(img/dot_line.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top;
    position: absolute;
    left: 0;
    top: 0;
}

h2::after {
    content: '';
    width: 100%;
    height: 11px;
    background-image: url(img/dot_line.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.h3_wrapper {
    display: flex;
    border: solid 2.5px #5f9195;
    background: #F1F3F4;
}

.h3_num {
    color: #fff;
    background: #5f9195;
    font-weight: 900;
    font-size: 1.8em;
    width: 40px;
    text-align: center;
    padding-top: 4px;
}

h3 {
    font-size: 1.4em;
    font-weight: 900;
    color: #5f9195;
    padding: 13px 7px 5px 10px;
}

h4 {
    font-size: 1.4em;
    font-weight: 900;
    color: #5f9195;
    margin: 0;
}

h5 {
    display: inline-block;
    padding: .5rem 1rem;
    background: #5f9195;
    color: #fff;
    font-size: 1.3em;
    font-weight: 700;
}

h6 {
    font-weight: bold;
}

.bold {
    font-weight: 700;
}

.strong {
    font-weight: 700;
    color: #CA5B4D;
}

.article {
    max-width: 680px;
}

.article_img img {
    display: block;
    margin: 1rem auto 2rem auto;
    width: 100%;
    max-width: 380px;
}

.table_img img {
    display: block;
    margin: 1rem auto;
    width: 90%;
}

.article_header {
    position: relative;
    padding: 0 0 1rem 0;
}

.article_header_inner {
    padding-left: 200px;
    padding: 0;
}

.article_main_list {
    list-style: none;
    padding-left: 0rem;
    max-width: 728px;
    margin: 2rem auto;
}

.article_main_list li {
    padding-left: 1.5rem;
    background-image: url(img/circle-fill.svg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.article_main_table {
    width: 90%;
    margin: 1rem auto;
}

.article_main_table tr th,
.article_main_table tr td {
    border: 1px solid #ddd;
    padding: 10px;
}

.article_main_table tr th {
    background: #f9f9f9;
}

.article_box_img img {
    width: 100%;
    max-width: 150px;
}

.article_box1 {
    font-size: .7em;
    color: #666;
    /* padding:1rem 1.5rem; */
    /* max-width: 550px; */
    margin-bottom: 2rem;
}

.article-box2 {
    background: #FAEFEA;
    padding: 15px;
    text-align: center;
    color: #CA5B4D;
    font-weight: bold;
    margin: 0 auto 1.5rem auto;
    max-width: 500px;
    border-radius: 8px;
}

#tdee {
    position: relative;
    padding: 40px 1rem 0 1rem;
    border: solid 1px #ddd;
    max-width: 728px;
    margin: 1.5rem auto;
}

#tdee .span_try {
    position: absolute;
    top: 0;
    left: 0;
    background: #aaa;
    color: #fff;
    font-weight: bold;
    padding: 3px 15px;
    font-size: 80%;
    margin-top: 0;
}

#tdee form {
    margin-bottom: 2rem;
}

#inparea tr td,
#inparea tr th {
    padding: 8px;
    border: solid 3px #fff;
}

#inparea tr th {
    background: #efefef;
    margin: ;
}

#inparea tr td {
    background: #fcfcfc;
}

#inparea .tr-btn td {
    text-align: center;
    padding: 20px;
    border-bottom: solid 2px #aaa
}

#inparea ul.inner-table {
    display: flex;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

#inparea ul.inner-table li {
    padding: 0;
}

#inparea ul.inner-table li input {
    margin-right: 10px;
}

#inparea ul.inner-table li select#var_lebel {
    width: 100% !important;
    font-size: 80%;
}

#inparea .tr-result1 th {
    background: #BE6456;
    color: #fff;
    border-top: 30px solid #fff;
}

#inparea .tr-result2 th {
    background: #f2e0dd;
}

#inparea .tr-result2 td {
    background-color: #f8efee;
}

#inparea .answaku {
    border: solid 1px #696969;
    background: #fff;
    border-radius: 3px;
    margin-right: 5px;
    width: 100px;
    line-height: 2;
    font-weight: bold;
}

.food_cat_list_wrapper {
    border: solid 3px #ccc;
    border-radius: 8px;
    padding: 1rem;
}

.food_cat_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    font-size: 80%;
    background-color: #F1F3F4;
    padding: 5px;
}

.food_cat_list li {
    padding: 2.5px;
    width: 33.33%;
    min-width: 150px;
}

.food_cat_list li a {
    display: block;
    color: #6A6564;
    background-color: #fff;
    padding: 4px 8px;
    border: solid 1px #ccc;
    border-radius: 4px;
    ;
}

.ingredient-list {
    list-style: none;
    padding: 0;
}

.ingredient-list-item {
    border: solid 1px #5f9195;
    border-radius: 8px;
    padding: 0 10px;
    margin: 10px auto;
    background: #F0F3F4;
    max-width: 500px;
    display: flex;
}

.ingredient-list-item a {
    /*display: flex;
    align-items: center;
    */
   
}

.ingredient-list-item-img img {
    max-width: 100px;
    padding: 0 8px;
}

.ingredient-list-item-text {
    padding: 25px 0;
}

.ingredient-list-item-name {
    font-weight: bold;
    font-size: 130%;
    color: #CA5B4D;
    margin-right: 4px;
}

.ingredient-list-item-name-sub {
    color: #696969;
    font-size: 80%;
}

.recommend_item_img img {
    display: block;
    width: 70%;
    max-width: 450px;
    margin: 2rem auto;
}

.recommend_item_list {
    font-size: 90%;
    list-style: none;
    margin: .5rem 0 1rem 0;
    padding-left: 0;
}

.recommend_item_list li {
    display: block;
    border-bottom: dotted 2px #F6C344;
    border-left: solid 8px #F6C344;
    line-height: 2;
    padding: 0 10px;
    margin: 1rem 0;
}

.recommend_item_btn_wrapper {
    margin: 2rem 0;
}

.recommend_item_btn {
    background: #F6C344;
    color: #fff;
    text-align: center;
    margin: 1rem auto;
    max-width: 450px;
    padding: 10px 20px;
    box-shadow: 2px 2px 4px #ddd;
    border-radius: 25px;
    font-weight: bold;
}


/* 
.search_box {
  border: solid 3px #ddd;
  margin: 1rem;
  background: #F1F3F4;
}

.search_box h1::before {
  display: none;
}

.search_box h1 {
  padding: 1rem;
  margin: 0;
  background: #C5D2D0;
  color: #6C9195;
}

.search_box .pref_list {
  margin:2rem 3rem;
  text-align: center;
  padding: 1.5rem 4em;
  background: rgba(255, 255, 255, 0.8);
}


.search_box .pref_list span {
  font-weight: 700;
  color: #CA5B4D;
}

.search_box .pref_list select {
  border: solid 1px #ccc;
  height: 30px;
}

.search_box .pref_list .submin_btn {
  height: 30px;
  border: 0;
  padding: 0 20px;
  background: #CA5B4D;
  color: #fff;
}

.article_ranking_item {
  border: solid 2px #D2D4DA;
  margin: 1rem auto;
  max-width: 600px;
}

.ranking_num {
  display: inline-block;
  background: #F6795D;
  color: #fff;
  padding: 8px 15px;
  border-radius: 50%;
  margin-right: 10px;
}

.ranking_brand {
  display: block;
  font-size: .8em;
  font-weight: normal;
  margin: 5px 0;
}

.article_ranking_img img {
  display: block;
  width: 90%;
  max-width: 450px;
  margin: 1rem auto;

}

.ranking_btn {
  display: block;
  background: #266BBE;
  border-radius: 25px;
  color: #fff;
  padding: 10px 50px;
  width: 280px;
  margin: 2rem auto;
  text-decoration: none;
  text-align: center;
  font-size: 1.2em;
}

.article_ranking_item p {
  width: 90%;
  max-width: 600px;
} 
*/

.pagination_wrapper {
    background: #fff;
    border: 0;
}

.pagination .page-item .page-link {
    border: none;
    border-radius: 0;
    color: #F47C48;
}

.pagination .page-item.current .page-link {
    background: #F9F4E9;
}

.pagination .page-item.disabled .page-link {
    opacity: .6;
    background-color: #fff;
}


/*** Recipe_List ***/

.recipe-list-item {
    border: solid 1px #ddd;
    padding: 0 1rem 1rem 1rem;
    margin-bottom: 1rem;
}

.recipe-list-item-name h2 {
    margin-top: 1.2rem;
    color: #CA5B4D;
    padding: 20px;
    font-size: 145%;
    text-align: left;
}

.recipe-list-item-dsc {
    font-size: 1em;
    color: #CA5B4D;
    font-weight: bold;
}

.recipe-list-item-inner {
    display: flex;
    margin: 0 auto;
    padding: 0.5rem 1.5rem;
    max-width: 700px;
}

.recipe-list-item-img {
    width: 100%;
    padding: 0 1rem;
}

.recipe-list-item-img img {
    width: 100%;
    max-width: 300px;
}

.recipe-list-item-ingr {
    width: 70%;
    font-size: .85em;
    padding-left: 10px;
    margin-top: .85rem;
}

.IngredientsList {
    list-style: circle;
    padding-left: 16px;
}

.recipe-list-item-process {
    font-size: .9em;
    counter-reset: number 0;
}

.recipe-list-item-process .txt {
    margin: .5rem auto;
    border-bottom: dashed 1px #ddd;
}

.recipe-list-item-process .txt:last-child {
    border-bottom: none;
}

.recipe-list-item-process .txt::before {
    counter-increment: number 1;
    content: counter(number) " ";
    display: inline-block;
    margin-right: 6px;
    background-color: #5f9195;
    color: #fff;
    text-align: center;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    font-size: 1.2em;
}

.search-form-003 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    border: 1px solid #CA5B4D;
    border-radius: 25px;
    max-width: 300px;
    margin: 1rem auto;
}

.search-form-003 input {
    width: 250px;
    height: 45px;
    padding: 5px 15px;
    border: none;
    box-sizing: border-box;
    font-size: 1em;
    outline: none;
}

.search-form-003 input::placeholder {
    color: #696969;
}

.search-form-003 button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 45px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.search-form-003 button::after {
    width: 20px;
    height: 20px;
    background-image: url(img/search.svg);
    background-repeat: no-repeat;
    content: '';
}

@media (max-width: 576px) {
    .recipe-list-item-inner {
        padding: 0.5rem;
    }
    .recipe-list-item-ingr {
        width: 80%;
    }
    p {
        padding: 0.5rem;
    }
    .IngredientsList {
        padding-left: 0;
    }
    .recipe-list-item-img {
        padding: 0 0 0 1rem;
    }
}


/*** Food_List ***/

.food_list_item {
    margin-top: 1rem;
}

.food_list_item_table {
    margin-bottom: 1rem;
}

.food_list_item_table tr th,
.food_list_item_table tr td {
    padding: 6px 8px;
}

.food_list_item_table tr {
    border: solid 1px #CF7E3550;
}

.food_list_item_table tr th {
    font-size: 120%;
    background: #FEF9E0;
    padding-left: 25px;
    background-image: url(img/caret-right-fill.svg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 20px;
}

.food_list_item_table tr td {
    font-size: 85%;
}

.food_list_item_table tr td p {
    margin: 0;
}

.food_list_item_cal_num {
    margin-right: 10px;
    font-weight: bold;
}


/*** Side and Footer ***/

.side_menu h4 {
    width: 100%;
    min-width: auto;
    background: #5f9195;
    border: none;
    color: #fff;
    padding: 15px;
}

.side_menu ul li {
    font-size: .9em;
    border-bottom: dotted 4px #ddd;
    padding: 5px 10px;
}

footer {
    background: #252E33;
    color: #fff;
    text-align: center;
    padding: 30px 0 60px 0;
    font-size: .8em;
    margin-top: 1rem;
}


/*** BANNER ***/

.banners {
    width: 100%;
    text-align: center;
}

.banners img {
    width: auto;
}

.banner-long {
    display: block;
    margin: 10px auto;
}

.banner-640 {
    display: block;
    margin: 40px auto;
}

.banner-468 {
    display: block;
    margin: 40px auto;
}

.banner-300 {
    display: none;
}

.banner-180 {
    display: block;
    margin: 10px auto;
}

@media (max-width: 992px) {
    .banner-180 {
        display: inline;
    }
    .banner-long {
        display: none;
    }
}

@media (max-width: 768px) {
    .banner-468 {
        display: block;
        margin: 10px auto;
    }
    .banner-300 {
        display: none;
    }
}

@media (max-width: 576px) {
    .banner-468 {
        display: none;
    }
    .banner-300 {
        display: block;
        margin: 10px auto;
    }
}

@media (max-width: 360px) {
    .banner-180 {
        display: block;
    }
}


/*** Responsive ***/

.sp {
    display: none;
}

.pc {
    display: block;
}

@media screen and (max-width: 992px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .header-brand img {
        max-width: 150px;
    }
    .navbar-1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .navbar-2 {
        width: 100%;
        /* background: #ddd; */
    }
    .navbar-2 .nav-link {
        color: #fff;
        border-left: none;
        border-right: none;
        border-bottom: dotted 1px #ddd;
        margin-top: 5px;
    }
    .navbar-2 .nav-item:last-child {
        border-right: none;
    }
    header .nav-item .nav-link {
        /* background: #fefefe; */
    }
}

@media (min-width: 993px) {
    .navbar-2 {
        display: flex;
    }
    header .nav-item .nav-link {
        color: #fff;
    }
}
