@charset "UTF-8";
/*////////////////////////

damihclele.jp
history.css

///////////////////////*/
/* ---------------------------------

#pizza / #antipasti / #bevande
commons

---------------------------------*/
#about,#staff,#atmos{
   width: 80%;
    margin: 5% auto;
    padding: 5% 0 8%;
}
#about h3, #staff h3,#atmos h3{
    font-size: 3em;
    text-align: center;
    margin-bottom: 1em;
}
#about h3 span ,#staff h3 span,#atmos h3 span{
    font-size: .3em;
    letter-spacing: 0.1em;
    display: block;
    margin-top: .9em;
}

#about h4,#staff h4,#atmos h4{
   font-size: 1.3em;
    text-align: center;
    margin-bottom: 1.5em;
}

#about p,#staff p,#atmos p{
    font-size: .9em;
    letter-spacing: .1em;
    line-height: 2.4em;
    margin-bottom: 1.5em;
    width: 80%;
    margin: 0 auto;
}

.about_img{
    width: 60%;
    margin: 3% auto ;
}

.about_img img{
width: 100%;
height: auto;
}

/*
message
*/
#message{
   width: 80%;
    margin: 5% auto;
    padding: 5% 0 8%;
}
#message h3{
    font-size: 3em;
    text-align: center;
    margin-bottom: 1em;
}
#message h3 span{
    font-size: .3em;
    letter-spacing: 0.1em;
    display: block;
    margin-top: .9em;
}
#message p{
    font-size: .9em;
    letter-spacing: .1em;
    line-height: 2.4em;
    margin-bottom: 1.5em;
    width: 80%;
    margin: 0 auto;
}
#message p.sign{
    text-align: right;
    line-height: inherit;
    line-height: 1.6em;
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
#about,#staff,#atmos{
   width: 90%;
    margin: 5% auto;
    padding: 10% 0 8%;
}
#about h3, #staff h3, #atmos h3{
    font-size: 2em;
}
#about h3 span ,#staff h3 span ,#atmos h3 span{
    font-size: .3em;
    letter-spacing: 0.1em;
    display: block;
    margin-top: .9em;
}

#about h4,#staff h4,#atmos h4{
   font-size: .9em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.5em;
}

.about_img{
    width: 90%;
    margin: 6% auto ;
}
  
/*
message
*/
#message{
   width: 90%;
    margin: 5% auto;
    padding: 10% 0 8%;
}
#message h3{
    font-size: 2em;
}
#message h3 span{
    font-size: .3em;
line-height: 1.4em;
}
#message p{
    font-size: .9em;
    letter-spacing: .1em;
    line-height: 2.4em;
    margin-bottom: 1.5em;
    width: 94%;
    margin: 0 auto;
}
#message p.sign{
    text-align: right;
    line-height: inherit;
    line-height: 1.6em;
    margin-top: 40px;
}  
}


