/* #PC ========================================================================================================== */
.title_inner {
    background-image: url(../imgs/title_bg_pc.png);
}
.ph_box {
	width: 100%;
	height: auto;
    position: relative;
	float: left;
    margin: 120px 0 55px 0;
}
.ph_box img {
	width: 940px;
    margin-left: 30px;
}
.a_logo {
	width: 365px;
	height: auto;
    position: relative;
	float: left;
    margin: 0 0 0 30px;
}
.a_address {
	width: 305px;
	height: auto;
    position: relative;
	float: left;
    margin: 0 0 0 35px;
    line-height: 25px;
}
.a_tel {
	width: 235px;
	height: auto;
    position: relative;
	float: left;
}
.parking_obi {
    width: 938px;
    height: 45px;
    padding-top: 15px;
    position: relative;
    float: left;
    margin: 80px 0 0 30px;
    background-color: #5ACDAF;
    border-top: 1px solid #5ACDAF;
    border-left: 1px solid #5ACDAF;
    border-right: 1px solid #5ACDAF;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    font-size: 28px;
    color: #FFFFFF;
    text-align: center;
}
.parking_box {
    width: 938px;
    height: auto;
    position: relative;
    float: left;
    margin: 0 0 30px 30px;
    border-bottom: 1px solid #5ACDAF;
    border-left: 1px solid #5ACDAF;
    border-right: 1px solid #5ACDAF;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}
.ph_parking {
	width: 100%;
	height: auto;
    position: relative;
	float: left;
    margin: 40px 0 70px 0;
}
.ph_parking img {
	width: 313px;
    margin: 0 -30px 0 30px;
}
.map {
	width: 100%;
	height: auto;
    position: relative;
	float: left;
}
.map iframe {
    /*
	filter: grayscale(1);
    */
	vertical-align: bottom;
	width: 100%;
    height: 600px;
}


/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {
.title_inner {
    background-image: url(../imgs/title_bg_sp.png);
}
.ph_box {
	width: 90%;
    margin: 120px 0 55px 5%;
}
.ph_box img {
	width: 100%;
    margin: 0 0;
}
.a_logo {
	width: 600px;
    margin: 0 0 25px 50%;
    left: -300px;
}
.a_address {
	width: 500px;
    margin: 0 0 0 175px;
    font-size: 28px;
    line-height: 45px;
}
.a_tel {
	width: 400px;
    margin: 25px 0 0 50%;
    left: -200px;
}
.parking_obi {
    width: 90%;
    height: 60px;
    padding-top: 15px;
    margin: 80px 0 0 5%;
    font-size: 35px;
}
.parking_box {
    width: 90%;
    float: left;
    margin: 0 0 90px 5%;
}
.ph_parking {
	width: 90%;
    margin: 40px 0 70px 5%;
}
.ph_parking img {
	width: 100%;
    margin: 0;
}
.map iframe {
    height: 750px;
}

}/* @media only screen and (max-width: 750px) */