/*************** [location]basic ***************/

#section_type_location_none {background: #fff;}

/*-------- [layout] --------*/
#section_type_location_none .layout {display: flex; justify-content: space-between; 
box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;
}
#section_type_location_none .layout .in80 {width: 79%;}
#section_type_location_none .layout .in80 .name p{color: white; margin-bottom: 10px;margin-top: 10px; font-size: 18px;}
#section_type_location_none .layout .in80 .name p span {font-size:15px;}
#section_type_location_none .layout .in20 {width: 19%;}
#section_type_location_none .layout .in20 img{margin-left:0px;opacity: 0.9; filter: grayscale(1);}

/*-------- [layout] --------*/


/*footer*/
#section_type_location_none footer {padding:30px 0; background:#252525;}

#section_type_location_none footer address {font-size:15px; font-weight:300; line-height:140%; color:#fff;}
#section_type_location_none footer address a {color:#999;}
#section_type_location_none footer address a:hover {text-decoration:underline;}

/*************** [location]responsive ***************/


/*footer*/
@media screen and (max-width:1024px){
    #section_type_location_none .layout .in20 {display:none;}
    #section_type_location_none .layout .in80 {width: 100%;}
	#section_type_location_none footer {text-align:center;}
}
@media screen and (max-width:680px){ 
	#section_type_location_none footer address {font-size:12px;} 
}
@media screen and (max-width:414px){ /*mobile - iphone 6+,7+,8+*/
	#section_type_location_none footer address {font-size:12px;} 
}

