@charset "utf-8";

#contact #main {
   width:100%;
   padding-top:150px;
   color:#fff;
}
#contact .sec01 {
   width:1000px;
   margin-left:auto;
   margin-right:auto;
   padding-bottom:70px;
}
#contact .sec01 .wrap {
   width:500px;
   margin-left:auto;
   margin-right:auto;
   font-size:1.3rem;
}
#contact .sec01 .wrap h2 {
   text-align: left;
   line-height:1.7em;
   margin-top:30px;
   margin-bottom:30px;
   font-size:2.4rem;
   font-family: 'Cormorant Garamond';
}
#contact .sec01 .wrap ul {

   line-height:2em;
   margin-bottom:120px;
}











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

#contact #main {
   width:100%;
   padding-top:40%;
   color:#fff;
}
#contact .sec01 {
   width:90%;
   margin-left:auto;
   margin-right:auto;
   padding-bottom:25%;
}
#contact .sec01 .wrap {
   font-size:1.3rem;
   width:100%;
}
#contact .sec01 .wrap ul {
   padding-bottom:10%;
}
#contact .sec01 .wrap h2 {
   text-align: center;
   line-height:1.7em;
   margin-top:5%;
   margin-bottom:25%;
}



}
