@charset "UTF-8";
/*common*/
#custom{
   width: 950px;
   margin: auto;
}
#custom a:hover{
   opacity: .6;
}
.aC{text-align: center;}
.aL{text-align: left;}
.aR{text-align: right;}

#custom .mB10{margin-bottom: 10px;}
#custom .mB20{margin-bottom: 20px;}
#custom .mB30{margin-bottom: 30px;}
#custom .mB40{margin-bottom: 40px;}
#custom .mB50{margin-bottom: 50px;}
#custom .mB60{margin-bottom: 60px;}
#custom .mB70{margin-bottom: 70px;}
#custom .mB80{margin-bottom: 80px;}
#custom .mB90{margin-bottom: 90px;}
#custom .mB100{margin-bottom: 100px;}
#custom .mB120{margin-bottom: 120px;}
#custom .mB140{margin-bottom: 140px;}
#custom .mB160{margin-bottom: 160px;}

#custom nav{
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin-bottom: 45px;
}
#custom nav a{
   margin: 0 18px;
}
#custom nav .logo{
   margin: 0 100px 0 0;
}
#custom div{
   margin-bottom: 20px;
}
#custom .btn{
   margin-bottom: 20px;
}

#custom .link_villa{
   display: flex;
   justify-content: space-between;
}
#custom .link_villa a{
   display: block;
}







