@charset "UTF-8";
.sec-sub-mv{
    background:url(../../img/building/bg_mv.png) no-repeat;
    background-size: cover;
    background-position: bottom;
}
.building-con{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom:50px;
}
.building-txtarea{
    width:59%;
}
.sec-sub-building .cta-tel-num{
    margin:25px 0;
}
.sec-sub-building .cta-tel-num span{
    font-size: 3rem;
}
.sec-sub-building .cta-tel-num span::before{
    width:37px;
    height:38px;
    vertical-align: -0.2em;
}

.sec-sub-building hr{
	border-color: #A2A2A2;
	border-width: 1px 0 0 0;
	border-style: solid;
	margin: 60px 0;
}

.building-adress{
    border:1px solid #A2A2A2;
    width:100%;
}
.building-adress tr th{
    font-weight: 700;
    color:#fff;
    background: #A2A2A2;
    text-align: center;
    padding:20px;
    vertical-align: middle;
}
.building-adress tr:first-of-type th{
    border-bottom:1px solid #fff;
}
.building-adress tr td{
    padding:20px 30px;
    background: #fff;
}
.building-adress tr:first-of-type td{
    border-bottom:1px solid #A2A2A2;
}
.building-adress tr td p span{
    width:80px;
    text-align: center;
    display: inline-block;
    font-weight: 700;
    border:1px solid #1A1A1A;
    line-height: 1.6;
    margin-right:10px;
}
.building-adress tr td p+p{
    margin-top:5px;
}
.building-image{
    width:36%;
}
.building-map iframe {
    width:100%;
    height:500px;
    border: 0;
    display: block;
}
.building-access{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.building-access .access-image{
	width:45%;
	border: 1px solid #A2A2A2;
}
.building-access .access-txtarea{
	width:50%
}
.building-access .access-txtarea .gmap{
	margin-top: 2em;
}
.building-access .access-txtarea .gmap a{
	border:1px solid #333;
	padding: 0.5em 1em
}
@media (max-width: 768px){
    .sec-sub-mv{
        background:url(../../img/building/bg_mv_sp.png)no-repeat;
        background-size: cover;
        background-position: bottom;
    }
    .building-con{
        flex-direction: column-reverse;
        margin-bottom:7vw;
    }
    .building-txtarea{
        width:100%;
    }
    .sec-sub-building .cta-tel-num{
        margin:3vw 0;
    }
    .sec-sub-building .cta-tel-num span{
        font-size: 6.2vw;
    }
    .sec-sub-building .cta-tel-num span::before{
        width: 6.286vw;
        height: 6.429vw;
        vertical-align: -0.2em;
    }
    .building-adress tr th{
        padding:2vw 5vw;
        display: block;
        text-align: left;
    }
    .building-adress tr:first-of-type th{
        border-bottom:none;
    }
    .building-adress tr td p span{
        width:13vw;
        margin-right:2vw;
    }
    .building-adress tr td p{
        display: inline-block;
    }
    .building-adress tr td p+p{
        margin-top:0;
        margin-left:5vw;
    }
    .building-adress tr td{
        display: block;
        padding:3vw 5vw;
    }
    .building-adress tr:first-of-type td{
        border-bottom:none;
    }
    .building-image{
        width:70%;
        margin:0 auto 7vw;
    }
	.building-access{
		flex-direction: column;
		align-items: center
	}

	.building-access .access-image{
		width:100%;
		margin-bottom: 4vw
	}
	.building-access .access-txtarea{
		width:100%
	}

    .building-map iframe {
        height:71.5vw;
    }
}