@charset "UTF-8";
.estate_ttl {
    font-size: 3.5rem;
    line-height: 1.5;
    color: #000;
    text-align: center;
    margin-top: 10%;
    margin-bottom: 2%;
}
.map_box iframe {
    width: 100%;    
}

.ota1_area {
    background-color: rgba(244,224,196,0.5);
    background-image: url(../img/bg_logo30.png);
    background-position: 2% 2%;
    background-repeat: no-repeat;
    padding-top: 5%;
    padding-bottom: 5%;
}
.higashimachi6_area {    
    background-image: url(../img/bg_logo30.png);
    background-position: 2% 2%;
    background-repeat: no-repeat;
	padding-top: 5%;
    padding-bottom: 5%;
}
@media (max-width: 767px)  {
.ota1_area {    
    background-image: url(../img/bg_logo10.png);
}
.higashimachi6_area {    
    background-image: url(../img/bg_logo10.png);
}
}