/* @media (max-width: 767px) { sm } */
/* @media (max-width: 991px) { md } */
/* @media (max-width: 1199px){ lg } */
/* @media (max-width: 1399px){ xl } */

/*Block - > 大きな括り */
/* Element - > ブロックの中の要素 */
/* Modifier - > ブロックやエレメントの変化*/

/*Block__element--modifier*/




/*  #88AB8E(メイン：136,171,142), #92C7CF(明るい緑) ,FBF9F1(背景),E5E1DA(リンク) **/
html {
    border: 1px dotted rgb(54, 54, 54);
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, "MS PGothic", Osaka, arial, sans-serif;
}

body {
    color: #88AB8E;
}

.font-color-green{ 
    color: #88AB8E;
}

.font-color-white{
    color: #fff;
}

.font-color-main {
    color: #88AB8E;
}

/*img{
    display: none;
}
*/
.w10per { width: 10%; }
.w20per { width: 20%; }
.w30per { width: 30%; }
.w40per { width: 40%; }
.w50per { width: 50%; }
.w60per { width: 60%; }
.w70per { width: 70%; }
.w80per { width: 80%; }
.w90per { width: 90%; }
.w100per { width: 100%; }

.background {
    background-color: #FBF9F1;
}

.btn-custom {
    background-color: #92C7CF;
    color: #ffffff;
}

.btn-outline-custom {
    background-color: #92C7CF;
    border-color: #FBF9F1;
    color: #FBF9F1;
}

.login-form{
    background: rgba(54, 54, 54, 0.2);
    border-radius: 5px;
    max-width: 600px;
    padding: 40px;
}

.recipe__tab {
    border-bottom: 2px solid #92C7CF;
    cursor: pointer;
    font-size: 1.25rem;
    padding: 5px 0;
    transition: all 0.5s;
}

    .recipe__tab:hover {
        background-color: rgba(136,171,142, 0.4);
    }

.recipe__tab--active {
    background-color: rgba(255, 255, 255, 0.5);
    border-top: 2px solid #92C7CF;
    border-right: 2px solid #92C7CF;
    border-bottom: none;
    border-left: 2px solid #92C7CF;
}

.recipe__data {
    border: none;
    display: none;
}

.recipe__data--visible {
    background-color: rgba(255, 255, 255, 0.5);
    border-top: none;
    border-right: 2px solid #92C7CF;
    border-bottom: 2px solid #92C7CF;
    border-left: 2px solid #92C7CF;
    display: block;
    padding: 10px;
}

.number-of-people{
    margin-left: 18px;
}

.material-name {
    width: 90%;
}

.recipe-procedure{
    height: 8rem;
    vertical-align:middle;
    width: 90%;
}

.recipe-delete{
    margin: auto 0;
}

.img-procedure-data, .img-recipe-data {
    border: 1px #92C7CF solid;
    display: inline-block;
    min-height: 50px;
    min-width: 50px;
    object-fit: contain;
}

.img-recipe-data {
    max-height: 400px;
    max-width: 75%;
}

.img-procedure-data {
    max-height: 200px;
    max-width: 75%;
}

.none {
    display: none;
}

.hidden {
    visibility: hidden;
}

.image-delete{
    left: -43px;
    position: relative;
    top: 0px;
    text-align: right;
    vertical-align: top;
}

.tag {
    border: 2px #92C7CF solid;
    border-radius: 5px;
    padding: 5px;
}

.tag__item, .searchtag__item, .searchmaterial__item {
    cursor: pointer;
    line-height: 2;
    text-decoration: underline dotted;
    text-decoration-thickness: 2px;
    word-break: keep-all;
}



.cooking--thumnail {
    max-height: 300px;
}




/* aicon */
.aicon--restaurant {
    fill: none;
    stroke: currentColor;
    stroke-miterlimit: 10;
}

.carousel-controler-position{
    position: static;
}

.procedure__waku, .tag__waku, .material__waku {
    border: 5px solid #92C7CF;
    border-radius: 10px;
}

.procedure__title {
    background-color: #92C7CF;
    border-bottom-right-radius: 10px;
    color: #fff;
    left: 0px;
    position: absolute;
    top: 0px;
}

.text__color--green {
    color: #88AB8E;
}

.aicon__thumbnail{
    color: rgba(54, 54 ,54, 0.8);
    height:180px;
    width:180px;
}

.searchtag__item--selected, .searchmaterial__item--selected {
    background-color: #92C7CF;
    color: #fff;
}

.serachtag__title, .searchmaterial__title {
    background-color: #92C7CF;
    border-bottom-right-radius: 10px;
    color: #fff;
    left: -14px;
    position: relative;
    top: -8px;
    width: 70px;
}

.recipe__favorite{
    cursor: pointer;
}

.note__height{
    height: 500px;
}