@media screen and (max-width:640px){
    
.container{
    width: 100%;
    background-image: url(image/bgimage.jpg);
    margin: 0 auto;
}

.header{
    width: 100%;
    background-color: #390;
}


.header h1{
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.title{
    text-align: center;
}

.title img{
    width: 80%;
    max-width: 800px;
}

.overview{
    font-size: 20px;
    margin: 0 auto;
    color: #003;
    width: 80%;
    font-weight: bolder;
}

.about{
    color: #003;
    padding: 10px;
    margin: 10px;
    background-color:rgba(255,255,255,0.8);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.detail{
    background-color:rgba(255,204,153,0.8);
    border: 5px solid #f60;
    color: #003;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.detail h3{
    text-align: center;
}
    
.detail li{
    list-style: none;
    line-height: 200%;
}
.menu{
    font-size: 15px;
    margin: 5px;
    padding: 5px;
    color: #fff;
    background-color: #f60;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    
}
.big {
    font-size: 15px;
}
    
.hosoku1{
    font-size: 12px;
    margin-left: 30px;
}
    
.sankahi{
    margin-left: 30px;
}

.hosoku2{
    margin-left: 30px;
    font-size: 15px;
}
.footer{
    text-align: center;
    padding: 5px;
    background-color: #390;
}
.footer span{
    color: #fff;
    font-weight: bolder;
    
}
.footer li{
    list-style: none;
}
    
}