@charset "utf-8";
*{
    margin: 0px;
    padding: 0px;
}
h1{
    margin: 20px;
    padding: 10px;
    text-align: center;
    font-family:serif;
    font-size: 60px;
    border-top: solid 3px #00A4AC ;
    border-bottom: solid 3px #00A4AC;
    text-shadow: 0px 1px 1px black;
}
.name{
    font-size: 50px;
    margin-left: 100px;
    text-align: left;
}
/*商品ごとの装飾*/
h2{
    text-align: center;
    margin: 30px;
    padding: 30px 20px 60px 20px;
    font-family:serif;
    border-radius: 5px;
    background-color:whitesmoke;
    border: solid 1px gray;
}
#colum table{
    width: clac(100 + 10)px;
}
#colum img{
    border-radius: 90px;
}
.evaluation{
    font-size: 20px;
    margin-left: 100px;
}
.half{
    overflow: hidden;
    width: 15px;
    height: 30px;
}
.space{
    width: 200px;
}
.text{
    width: 90%;
    font-size: 30px;
    text-align: left;
    margin-top: 50px;
}
.price{
    font-size: 30px;
    text-align: right;
    margin-right: 100px;
}
/* トップへ戻る */
#page_top{
z-index: 1;
    transform: scale(2,2);
    width: 50px;
    height: 50px;
    position: fixed;
    right: 50px;
    bottom: -100px;
    left: auto;
    background: #00A4AC;
    opacity: 0.6;
    border-radius: 50%;
}
#page_top a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}
#page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}