/* CSS Document */
#pot_wrap{
    max-width: 800px;
    margin: 20px auto;
    text-align: center;
    font-size: 24px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    line-height: 1.6;
}

#pot_wrap img{
    max-width: 100%;
}

#pot_wrap .comm_mt{
    margin-top: 50px;
}

#pot_wrap .comm_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#pot_wrap #intro dl{
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: bold;
}

#pot_wrap #intro dt h2{
    font-size: 52px;
    font-family:Arial, Helvetica, "sans-serif";
}

#pot_wrap #intro .inner{
    width: 90%;
    margin: auto;
}

#pot_wrap #intro .inner p{
    margin-bottom: 20px;
}

#pot_wrap #intro .inner p br:nth-of-type(1){
    display: none;
}



#pot_wrap #case{
    background: #E0D9D1;
    padding:50px 0;
}

#pot_wrap #case .inner{
    width: 90%;
    max-width: 700px;
    margin: auto;
}

#pot_wrap #case .midashi{
    border-bottom: 2px dotted #111;
    font-size: 42px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

#pot_wrap #case .inner ol{
    margin-bottom: 50px;
    background: url("dish.jpg") no-repeat bottom;
    background-position-x:101%;
    background-size: 32%;
}
#pot_wrap #case .inner li{
    background: url("check.jpg") no-repeat left top;
    padding-left: 50px;
    margin-bottom: 15px;
    font-size: 30px;
    text-align: left;
}




#pot_wrap #mode{

}

#pot_wrap #mode .block{
    margin-bottom: 50px;
}

#pot_wrap #mode .block .inner{
    width: 96%;
    max-width: 700px;
    margin: 0 auto 20px;
}

#pot_wrap #mode .block .inner h2{
    color: #78A5AC;
    font-size: 29px;
    margin: 15px auto 5px;
    text-align: left;
}

#pot_wrap #mode .block .inner > p{
    line-height: 1.8;
    text-align: left;
}

#pot_wrap #mode .block .box{
    background: #E4EDEE;
    text-align: left;
    padding: 3%;
    margin:15px auto 25px;
    color: #555;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#pot_wrap #mode .block .box:before{
    content: "";
    background: url("recipe1-voice.jpg") no-repeat;
    width: 15%;
    max-width: 94px;
    height: 90px;
    background-size: 100%;
}

#pot_wrap #mode .block .box p{
    width: 82%;
}

#pot_wrap #mode .block:nth-of-type(2) .inner h2{
    color: #CD8A6C;
}
#pot_wrap #mode .block:nth-of-type(2) .inner .box{
    background: #F6EAE5;
}
#pot_wrap #mode .block:nth-of-type(2) .inner .box:before{
    content: "";
    background: url("recipe2-voice.jpg") no-repeat;
    background-size: 100%;
}

#pot_wrap #mode .block:nth-of-type(3) .inner h2{
    color: #7F73A0;
}
#pot_wrap #mode .block:nth-of-type(3) .inner .box{
    background: #E6E3EC;
}
#pot_wrap #mode .block:nth-of-type(3) .inner .box:before{
    content: "";
    background: url("recipe3-voice.jpg") no-repeat;
    background-size: 100%;
}

#pot_wrap #mode .block:nth-of-type(4) .inner h2{
    color: #738A52;
}
#pot_wrap #mode .block:nth-of-type(4) .inner .box{
    background: #E6EBDF;
}
#pot_wrap #mode .block:nth-of-type(4) .inner .box:before{
    content: "";
    background: url("recipe4-voice.jpg") no-repeat;
    background-size: 100%;
}

#pot_wrap #mode .block:nth-of-type(5) .inner h2{
    color: #A09285;
}
#pot_wrap #mode .block:nth-of-type(5) .inner .box{
    background: #ECE9E7;
}
#pot_wrap #mode .block:nth-of-type(5) .inner .box:before{
    content: "";
    background: url("recipe5-voice.jpg") no-repeat;
    background-size: 100%;
}





#pot_wrap #point{
	counter-reset: number;
}

#pot_wrap #point .block{
    margin-bottom: 30px;
	counter-increment: number;
}

#pot_wrap #point .block p{
    text-align: left;
}

#pot_wrap #point .block:before{
	content:  "POINT " counter(number , decimal-leading-zero);
    font-size: 25px;
    display: block;
    color: #000;
    margin-top: 50px;
    font-weight: bold;
    margin-bottom: -18px;
    letter-spacing: 3px;
    font-family:Arial, Helvetica, "sans-serif";
}

#pot_wrap #point .block h2{
    background: #AB9E92;
    color: #fff;
    font-size: 37px;
    padding: 10px 0 5px;
    margin-bottom: 20px;
}

#pot_wrap #point .block h2 span{
    font-size: 48px;
    color: #FFFF72;
    vertical-align: middle;
}

#pot_wrap #point .block .inner{
    width: 90%;
    max-width: 700px;
    margin: 30px auto 10px;
}

#pot_wrap #point .block .inner .uragoshi{
    background: #ECE8E3;
    padding: 30px 0 20px;
    margin-bottom: 40px;
}

#pot_wrap #point .block .inner .uragoshi h3{
    margin: -55px auto 30px;
    font-size: 36px;
}

#pot_wrap #point .block .inner .uragoshi .comm_flex{
    width: 90%;
    margin: 0 auto 30px;
    align-items: center;
}

#pot_wrap #point .block .inner .uragoshi .text{
    width: 58%;
    text-align: left;
}

#pot_wrap #point .block .inner .uragoshi .image{
    width: 40%;
}



#pot_wrap #point .block .inner ul li{
    width: 48%;
    margin-bottom: 30px;
}

#pot_wrap #point .block .inner ul li p{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

#pot_wrap #point .block .inner ul li p br{
    display: none;
}

#pot_wrap #point .block .inner dt{
    font-size: 26px;
    font-weight: bold;
}

#pot_wrap #point .block.point2 .inner dt{
    text-align: left;
}

#pot_wrap #point .block.point2 .inner dd{
    text-align: left;
    margin: 10px auto 30px;
}




#pot_wrap #recipe{
    padding: 40px 5%;
    background: url("famous.jpg") no-repeat #E0D9D1 2% 4%;
}

#pot_wrap #recipe h2{
    font-size: 30px;
    font-family:Arial, Helvetica, "sans-serif";
}

#pot_wrap #recipe h3{
    font-size: 35px;
    margin-top: 25px;
}

#pot_wrap #recipe p{
    text-align: center;
    margin: 30px auto 50px;
}

#pot_wrap #recipe .comm_flex{
    background: #fff;
    padding: 5%;
    align-items: center;
    margin-top: 30px;
}

#pot_wrap #recipe .comm_flex .name{
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
    font-size: 30px;
    font-weight: bold;
}

#pot_wrap #recipe .comm_flex .photo{
    width: 35%;
}

#pot_wrap #recipe .comm_flex p{
    width: 60%;
    text-align: left;
    margin: 0;
}




#pot_wrap #howto h2,
#pot_wrap #cleaning h2{
    color: #AB9E92;
    font-family:Arial, Helvetica, "sans-serif";
    letter-spacing: 3px;
}

#pot_wrap #howto h3,
#pot_wrap #cleaning h3{
    background: #E0D9D1;
    width: 88%;
    max-width: 600px;
    margin: 0 auto 20px;
    font-size: 33px;
    padding: 5px 0;
    letter-spacing: 2px;
}

#pot_wrap #howto h3 span,
#pot_wrap #cleaning h3 span{
    font-size: 25px;
    vertical-align: middle;
}

#pot_wrap #howto p,
#pot_wrap #cleaning p{
    margin-bottom: 25px;
}

#pot_wrap #howto .att{
    width: 90%;
    max-width: 700px;
    font-size: 18px;
    text-align: left;
    margin: 20px auto 0;
}




#pot_wrap #cleaning{
	counter-reset: number;
}
#pot_wrap #cleaning .comm_flex{
    width: 90%;
    margin: 0 auto 10px;
}

#pot_wrap #cleaning .image{
    width: 35%;
}

#pot_wrap #cleaning dl{
    width: 63%;
    text-align: left;
}

#pot_wrap #cleaning dt{
	counter-increment: number;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}

#pot_wrap #cleaning dt span{
    display: block;
    background: #AB9E92;
    color: #fff;
    border-radius: 20px;
    padding: 2px 0 1px;
    width: 67%;
    text-align: center;
    font-size: 18px;
}

#pot_wrap #cleaning dt:before{
	content:  "STEP "counter(number , decimal-leading-zero);
    font-size: 22px;
    color: #fff;
    margin-right: 1%;
    font-weight: bold;    
    text-shadow: -4px 6px 8px #827264 ,
    -2px 2px 8px #827264 ,
     2px -5px 8px #827264 ,
    -2px -2px 8px ;
    width: 30%;
}


#pot_wrap #available{
    background: #F3F0ED;
    padding: 40px 0;
}

#pot_wrap #available .inner{
    width: 90%;
    max-width: 700px;
    margin: auto;
}
#pot_wrap #available h2{
    color: #9A1F1F;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#pot_wrap #available h2:before{
    content: "";
    width: 50px;
    height: 50px;
    background: url("att.jpg") no-repeat left;
    margin-right: 15px;
}

#pot_wrap #available h3{
    font-size: 24px;
    text-align: left;
    margin: 20px auto 30px;
}

#pot_wrap #available dl{
    text-align: left;
}

#pot_wrap #available dt{
    color: #9A1F1F;
    font-weight: bold;
}

#pot_wrap #available dd{
    font-size: 21px;
    margin-bottom: 40px;
}




#pot_wrap #detail h2{
    font-size: 36px;
}


#pot_wrap #detail dl{
    margin: 5px auto 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 20px;
}

#pot_wrap #detail dt{
    width: 22%;
    border-top:1px dotted #000;
    padding-top: 15px;
    margin-top: 15px;
    text-align: left;
    box-sizing: border-box;
}

#pot_wrap #detail dd{
    width: 78%;
    border-top:1px dotted #000;
    padding-top: 15px;
    margin-top: 15px;
    text-align: left;
}

#pot_wrap #detail dt:nth-of-type(1),
#pot_wrap #detail dd:nth-of-type(1){
    border: none;
}





@media only screen and (max-width: 680px) {
    #pot_wrap {
      font-size: 18px;
    }
    #pot_wrap #intro dl {
      font-size: 22px;
    }
    #pot_wrap #intro dt h2 {
      font-size: 36px;
      margin-bottom: 0;
    }
    #pot_wrap #case .midashi {
      font-size: 24px;
    }
    #pot_wrap #case .inner li {
      background-size: 30px;
      padding-left: 35px;
      font-size: 18px;
    }
    #pot_wrap #mode .block .inner h2 {
      font-size: 24px;
      margin-top: 5px;
    }

    #pot_wrap #mode .block .box p {
      font-size: 16px;
    }
    #pot_wrap #mode .block .box::before {
      height: 82px;
    }
    #pot_wrap #point .block h2 {
      font-size: 24px;
    }
    #pot_wrap #point .block h2 span {
      font-size: 32px;
    }
    #pot_wrap #point .block::before {
      font-size: 20px;
    }
    #pot_wrap #point .block .inner .uragoshi {
      padding: 38px 0 20px;
    }
    #pot_wrap #point .block .inner .uragoshi h3 {
      margin: -55px auto 10px;
      font-size: 24px;
    }
    #pot_wrap #point .block .inner dt {
      font-size: 20px;
    }
    #pot_wrap #point .block .inner dd {
      font-size: 17px;
    }
    #pot_wrap #point .block .inner ul li p{
        font-size: 18px;
    }
    #pot_wrap #point .block .inner ul li p br{
        display: block;
    }
    #pot_wrap #recipe {
      background-size: 33%;
    }
    #pot_wrap #recipe h2 {
      font-size: 26px;
    }
    #pot_wrap #recipe h3 {
      font-size: 28px;
      margin-top: 5px;
    }    
    #pot_wrap #recipe p {
      text-align: left;
      margin-bottom: 20px;
    }
    #pot_wrap #recipe .comm_flex .name {
      font-size: 20px;
    }
    #pot_wrap #recipe .comm_flex p{
        font-size: 15px;
    }
    #pot_wrap #howto h3, #pot_wrap #cleaning h3 {
      width: 90%;
      font-size: 24px;
    }
    #pot_wrap #howto h3 span, #pot_wrap #cleaning h3 span {
      font-size: 17px;
    }
    #pot_wrap #howto .att {
      font-size: 14px;
    }
    #pot_wrap #cleaning dt::before {
      font-size: 15px;
      width: 28%;
    }
    #pot_wrap #cleaning dt span {
      font-size: 13px;
      width: 70%;
    }
    #pot_wrap #cleaning dd {
      font-size: 16px;
    }
    #pot_wrap #available h2 {
      color: #9A1F1F;
      font-size: 26px;
    }
    #pot_wrap #available h3 {
      font-size: 18px;
    }
    #pot_wrap #available dd{
        font-size: 18px;
        margin-bottom: 20px;
    }
    #pot_wrap #detail{
        width: 90%;
        margin: 50px auto;
    }
    #pot_wrap #detail h2{
        font-size: 26px;
    }
    #pot_wrap #detail dl {
      font-size: 16px;
    }
    #pot_wrap #detail dt {
      width: 28%;
    }
    #pot_wrap #detail dd {
      width: 72%;
    }







}









@media only screen and (max-width: 480px) {
    #pot_wrap {
        font-size: 16px;
    }
    #pot_wrap .comm_mt {
      margin-top: 30px;
    }
    #pot_wrap #intro dl {
        font-size: 16px;
        margin-bottom: 20px;
    }
    #pot_wrap #intro dt h2 {
        font-size: 26px;
    }
    #pot_wrap #intro .inner p br:nth-of-type(1){
        display: block;
    }
    #pot_wrap #case {
      padding: 30px 0;
    }
    #pot_wrap #case .midashi {
        font-size: 20px;
        margin-bottom: 25px;
    }
    #pot_wrap #case .inner{
        margin-bottom: 25px;
    }
    #pot_wrap #case .inner ol {
      margin-bottom: 30px;
    }
    #pot_wrap #case .inner li {
        background-size: 20px;
        padding-left: 25px;
        font-size: 15px;
    }
    #pot_wrap #mode .block .inner h2 {
        font-size: 18px;
    }
    #pot_wrap #mode .block .box{
        align-items: flex-start;
    }
    #pot_wrap #mode .block .box::before {
        height: 66px;
    }
    #pot_wrap #mode .block .box p {
        font-size: 13px;
    }
    #pot_wrap #point .block h2 {
        font-size: 16px;
        margin-bottom: 25px;
    }
    #pot_wrap #point .block h2 span {
        font-size: 24px;
        margin-left: 3px;
    }
    #pot_wrap #point .block .inner .uragoshi h3 {
        margin: -50px auto 15px;
        font-size: 18px;
    }
    #pot_wrap #point .block .inner .uragoshi .comm_flex{
        align-items: flex-start;
    }
    #pot_wrap #point .block .inner .uragoshi .text{
        font-size: 15px;
    }
    #pot_wrap #point .block .inner ul li {
      margin-bottom: 20px;
    }
    #pot_wrap #point .block .inner dt {
        font-size: 16px;
    }
    #pot_wrap #point .block .inner dd {
        font-size: 12px;
    }
    #pot_wrap #point .block .inner ul li p {
        font-size: 14px;
    }
    #pot_wrap #recipe{
        background: url("famous.jpg") no-repeat #E0D9D1 2% 5%;
        background-size: 33%;
    }
    #pot_wrap #recipe h2 {
        font-size: 20px;
    }
    #pot_wrap #recipe h3 {
        font-size: 22px;
    }
    #pot_wrap #recipe .comm_flex .name {
        font-size: 16px;
    }
    #pot_wrap #recipe .comm_flex{
        align-items: flex-start;
    }
    #pot_wrap #recipe .comm_flex p {
        font-size: 12px;
    }
     #pot_wrap #howto h3, 
     #pot_wrap #cleaning h3 {
        font-size: 20px;
        letter-spacing: normal;
    }
     #pot_wrap #howto h3 span, 
     #pot_wrap #cleaning h3 span{
        font-size: 14px;
    }
    #pot_wrap #howto .att {
        font-size: 12px;
    }
    #pot_wrap #cleaning p{
        width: 90%;
        margin: 0 auto 20px;
        text-align: left;
    }
    #pot_wrap #cleaning p br{
        display: none;
    }
    #pot_wrap #cleaning dl{
        width: 60%;
    }
    #pot_wrap #cleaning dt::before {
        font-size: 14px;
        width: 100%;
        text-shadow: -2px 2px 8px #827264 , -2px 2px 8px #827264 , 2px -2px 8px #827264 , -2px -2px 8px;
    }
    #pot_wrap #cleaning dt{
        margin-bottom: 5px;
    }
    #pot_wrap #cleaning dt span {
        font-size: 12px;
        width: 98%;
    }
    #pot_wrap #cleaning dd {
        font-size: 12px;
        margin-bottom: 15px;
    }
    #pot_wrap #available h2 {
        font-size: 22px;
    }
    #pot_wrap #available h2::before {
      width: 36px;
      margin-right: 10px;
      background-size: 36px;
    }
    #pot_wrap #available h3 {
        font-size: 16px;
        margin: 15px auto 20px;
    }
    #pot_wrap #available dd {
        font-size: 14px;
    }
    #pot_wrap #detail h2{
        font-size: 24px;
    }
    #pot_wrap #detail dl {
        font-size: 12px;
    }

}




