@charset "UTF-8";
/* =====================================
	homes
===================================== */

.visual{
	position:relative;
	width:100%;
    min-width: 1440px;
	height:250px;
	background:#D8D8D8 url(../img/homes/visual01.jpg) no-repeat center;
    margin-bottom: 117px;
}

.visual h1{
    font-size: 26px;
    color: #000;
    font-weight: bold;
    text-align: center;
	position:absolute;
	top:105px;
	left:50%;
    margin-left: -478px;
}

.visual h1 span{
    font-size: 14px;
    color: #fff;
    display: block;
}

.lead p{
    font-size: 18px;
    font-weight: bold;
	text-align: center;
    line-height: 2.2;
    margin-bottom: 30px;
}

.lead p:last-child{
    margin-bottom: 70px;
}

.sec{
    width: 1160px;
    margin: 0 auto 50px;
}

.sec h2{
    font-size: 26px;
    font-weight: bold;
    width: 100%;
    padding: 0 0 15px 53px;
    border-bottom: 1px solid #37a4bd;
    box-sizing: border-box;
}

.dwelling h2{
    background: url("../img/homes/icon01.jpg") no-repeat top 2px left;
}

.living h2{
    background: url("../img/homes/icon02.jpg") no-repeat top 2px left;
}

.survey h2{
    background: url("../img/homes/icon03.jpg") no-repeat top 2px left;
}

.archives h2{
    background: url("../img/homes/icon04.jpg") no-repeat top 2px left;
    width: 1160px;
    margin: 0 auto 27px;
}

.archives{
    background: #f4f7f8;
    width: 100%;
    padding: 70px 0;
    margin-top: 65px;
}

.archives ul{
    width: 1160px;
    margin: 0 auto;
}

.sec p{
    font-size: 16px;
    margin: 18px 0 34px;
}

/*.sec h3{
    font-size: 22px;
    font-weight: bold;
    padding: 0 0 0 21px;
    line-height: 52px;
    width: 100%;
    box-sizing: border-box;
    background: #e1e8e9;
    margin-bottom: 31px;
}*/
.sec h3{
    font-size: 22px;
    font-weight: bold;
    padding: 0px;
    line-height: 52px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 31px;
}

.sec h3:nth-of-type(2){
    margin-top: 43px;
}

.sec ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sec ul li{
    font-size: 14px;
    width: 272px;
    margin-bottom: 23px;
}

.sec ul li a img{
    transition:all .3s ease;
}

.sec ul li a:hover img{
    opacity: 0.7;
}

.sec ul li img{
    margin-bottom: 10px;
}

.sec .more{
    font-size: 16px;
    color: #048dac;
    text-align: center;
    line-height: 48px;
    width: 298px;
    border: 1px solid #048dac;
    border-radius: 25px;
    display: table;
    margin: 0 auto;
    transition:all .3s ease;
}

.sec .more:hover{
    color: #fff;
    background: #048dac;
}


@media screen and (max-width:640px){

.visual{
    min-width: 100%;
	height:32.55vw;
	background:#e0e0e0 url("../img/homes/sp/visual01.jpg") no-repeat center;
    background-size: cover;
    margin-bottom: 6.51vw;
}

.visual h1{
    font-size: 4.166vw;
	top:13.671875vw;
    transform: translateX(-50%);
    margin-left: 0;
    width: 100%;
}

.visual h1 span{
    font-size: 2.6vw;
}

.lead p{
    font-size: 3.3854vw;
	text-align: left;
    margin: 0 auto 3.645833vw;
    width: 89.5833%;
}

.lead p:last-child{
    margin-bottom: 0;
}

.lead{
    margin: 0 auto 7.8125vw;
}

.sec{
    width: 89.5833%;
    margin: 0 auto 6.51vw;
}

.sec h2{
    font-size: 4.166vw;
    padding: 0 0 2.6vw 7.29166vw;
    line-height: 1.5;
}

.dwelling h2{
    background: url("../img/homes/icon01.jpg") no-repeat top 0.26vw left;
}

.living h2{
    background: url("../img/homes/icon02.jpg") no-repeat top 0.26vw left;
}

.survey h2{
    background: url("../img/homes/icon03.jpg") no-repeat top 0.26vw left;
}

.archives h2{
    background: url("../img/homes/icon04.jpg") no-repeat top 0.26vw left;
    width: 89.5833%;
    margin: 0 auto 4.9479vw;
}

.archives{
    padding: 7.8125vw 0;
    margin-top: 8.46354vw;
    width: 100%;
}

.archives ul{
    width: 89.5833%;
}

.sec.archives .more{
    margin-bottom: 6vw;
}

.sec p{
    font-size: 3.3854vw;
    margin: 2.864583vw 0 6.51vw;
}

/*.sec h3{
    font-size: 3.3854166vw;
    padding: 0 0 0 3.3854vw;
    line-height: 8.33vw;
    margin-bottom: 4.6875vw;
}*/
.sec h3{
    font-size: 3.3854166vw;
    padding: 0vw;
    line-height: 8.33vw;
    margin-bottom: 4.6875vw;
}

.sec h3:nth-of-type(2){
    margin-top: 5.5989vw;
}

.sec ul{
    display: block;
}

.sec ul li{
    font-size: 3.3854vw;
    width: 100%;
    margin-bottom: 5.2vw;
}

.sec ul li a:hover img{
    opacity: 1;
}

.sec ul li img{
    margin: 0 3.9vw 0 0;
    float: left;
    width: 35.4166vw
}

.sec .more{
    font-size: 3.3854vw;
    line-height: 10.677vw;
    width: 65.88vw;
    border-radius: 5.46875vw;
    margin: 7.29166vw auto 12vw;
}

.sec .more:hover{
    color: #048dac;
    background: none;
}
header ul li a {
    font-size: 24px !important;
}
}