@charset "UTF-8";

#mainimage {
    background-image: url(../image/mainimage.jpg);
}

#madori .madori_wrap {
    justify-content: center;
}
#mainphoto{
    background-color: unset;
    background-image: url(../image/bg.png);
    background-repeat: repeat;
    color: #423226;
}

#mainphoto .text{
    background: #fff;
}
#planphoto ul li.add_img img{
    width: 60%;
    margin: 20px 0 0;
}

#point li h4{
    background: #9dc0e1;
}
#comment{
    background-color: unset;
    background-image: url(../image/bg.png);
    background-repeat: repeat;
    color: #423226;
    padding: 0 0 30px 0;
}
#comment ul{
    align-items: center;
    padding: 30px 0 0;
}
#comment li.comment{
    background: #fff;
    padding: 30px 0;
}
#comment li.comment i{
    position: relative;
}
#comment li.comment i:before{
    content: ".";
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translate(-50%,0);
}
#comment.ichihara li.photo{
    margin-bottom: 0;
}
#comment li.photo span{
    background: #fff;
    text-align: center;
    display: block;
    width: 100%;
    margin: 5px auto 0;
    padding: 5px 0;
}
#sales #comment .title{
    padding: 0;
}

@media all and (min-width: 640px){
    .sp-disp{
        display: none;
    }
}
@media all and (max-width: 640px){
    .pc-disp{
        display: none;
    }
}