body{
    font-size: 16px;
    /* background-image: url('images/ice/back_ice.jpg'); */
    background-repeat: repeat;
    background-position: center top;
}

.wrapper{
    width: 100%;
    overflow: hidden;
}

.container{
    max-width: 1000px !important;
}

.recipe-movie-singlebox{
    width: 420px;
    height: 727.5px;
    border-radius: 8px;
    margin: auto;
    padding: 10px;
}



.inner .container{
    max-width: 1500px !important;
    /* background-color: #8EC21F; */
}


.pagetop {
    width: 15vw;
    height: 15vw;
    max-width: 100px;
    max-height: 100px;
    background-color: #54ab36;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 5%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 20px;
    z-index: 999999;
    box-shadow: 3px 3px 4px 2px #555;
}

.pagetop img{
    width: 100%;
    padding-top: 5px;
}


.logo-box{

    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5%;
    margin-left: 2%;

}

.logo-box.header-logo{
    top: 0;
    left: 0;
    position: absolute;
    width: 12%;
    height: 12%;
}

.main-box{
    background-image: url('./images/tenpura/footer_back_sq.jpg');
    padding-top: 2%;
}


.wada{
    width: 25%;
    position: absolute;
    left: 48%;
    top: 6%;
    margin-left: 18%;
    max-width:250px;
    z-index:99;
}

.serif{
    width: 30%;
    position: absolute;
    right: 24%;
    top: -2%; 
    z-index:199;
}

.catch_text{
    position: absolute;
    z-index:180;
    top: 25%;
    left: 50%;
    margin-left: -35%;
    width: 70%;
}

.main-title{
    width: 80%;
    margin:auto;
}

.bubble{
    position: absolute;
    bottom: 0%;
    width: 100%;
    margin-left: -50%;
    left: 50%;
}

.tenpura1{
    position: absolute;
    top: 90%;
    width: 80%;
    left: 50%;
    margin-left: -38%;
    /* margin:10px auto; */
}

.logo-box.footer-logo{
    width: 150px;
    height: 150px;
    position: absolute;
    top: 10%;
    left: 50%;
    margin-left: -75px;
}

.catch{
    width: 70%;
    margin: 5% auto 15%;
}

.recipe-box{
 border:1px solid #aaa;
 padding: 25px;   
}

.zairyo{
    width: 200px;
    height: 50px;
    position: relative;
    margin-top: -50px;
}

.recipe-text{
    height: 20px;
}

.recipe-text-ml{
    height: 16px;
}

.recipe-text-sm{
    height: 48px;
}

.dot-back {
  flex: 1;
  border-bottom:dotted 5px #333;
    margin-bottom: 8px;
}

.recipe_text2{
    width: 100%;
}

.recipe-photo{
    /* height: 250px; */
    width: 100%;
    margin-left: auto;
}

.font-serif{
    font-family:serif;
    font-size:1.1rem;
}

.recipe-text06_sm{
    max-width: 300px;
    width: 100%;
    margin: auto;
}

.recipe-line{
    border-bottom:1px solid #aaa;
    height: 1px;
    position: absolute;
    right: 0;
}

.recipe-line1{
    width: 50%;
    right:25%;
    top:40%;
}

.recipe-line2{
    width: 32%;
    right:25%;
    top:50%;
}

.recipe-line3{
    width: 32%;
    right:25%;
    top:50%;
}

.recipe-line4{
    width: 48%;
    right:25%;
    top:58%;
}

.recipe-line5{
    width: 32%;
    right:25%;
    top:47%;
}

@media screen and (max-width: 1268px) {
    .catch{
        margin: 10% auto 0;
    }
}

@media screen and (max-width: 768px) {

    .font-serif{
        font-size:3vw;
    }

    .recipe-text
    {
        height: 3vw;
    }
    .recipe-text-sm{
        height: 7vw;
    }
    .recipe-text-ml {
        height: 2.6vw;
    }
    .zairyo{
        width: 170px;
        width: 30vw;
    }

    .recipe-photo{
        margin:40px auto;
    }

    .recipe-line{
        display: none;
    }

    .pagetop{
        padding: 3vw;
    }
}

@media screen and (max-width: 450px) {

.recipe-movie-singlebox{
    width: 100%;
}
.dot-back{
    border-bottom:3px dotted #333;
    margin-bottom: 4px;
}
}
