@charset "utf-8";
.head_info h1{
	position: relative;
}
.head_info h1::before{
	content:"案内図｜杉並区松庵の新築分譲マンション「パレステージ杉並松庵」公式HP。京王井の頭線三鷹台駅徒歩11分。";
	display: inline-block;
    font-size: 10px;
    color: #fff;
}
.hum_flex a.map {
    border: solid 1px #fff;
    color: #000;
    background: #fff;
}
.footer_sitemap ul li.map a {
    background: #dedede;
    color: #333;
}

/* subhead  */
.sub_head {
    background: url("../img/map/subhead.jpg") no-repeat;
    background-position: center;
    background-size: cover;
}

/* map */
.out-title {
    font-size: 20px;
    letter-spacing: 0.095em;
    font-weight: bold;
    padding: 0;
    margin-bottom: 10px;
    border-left: 4px solid #242223;
    padding-left: 5px;
}
.gmap_img {
    width: 100%;
    max-width: 700px;
    margin: 0px auto 30px;
}


.map_img {
    width: 100%;
    margin-bottom: 30px;
}

.g-map {
    border: 2px solid #000;
    font-size: 20px;
    letter-spacing: 0.095em;
    font-weight: bold;
    text-align: center;
    width: 80%;
    margin: 30px auto 40px;
}

.g-map a {
    padding: 20px 5px;
    display: block;
    transition: 0.3s;
}

.g-map a:hover {
    color: #fff;
    background: #212121;
}

.print-btn {
    width: 240px;
    margin: 0 auto;
    background-color: #212121;
    /* padding: 15px 5px; */
    text-align: center;
    margin-bottom: 40px;
}

.print-btn a {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.095em;
    font-weight: bold;
    margin-left: 30px;
    padding: 15px 5px;
    position: relative;
    display: block;
    transition: 0.3s;
}

.print-btn a:hover {
    opacity: 0.7;
}

.print-btn a::before {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: '';
    /*何も入れない*/
    display: inline-block;
    /*忘れずに！*/
    width: 31px;
    /*画像の幅*/
    height: 30px;
    /*画像の高さ*/
    background-image: url(../img/map/print_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.modelroom_address {
    background-color: #212121;
    padding: 20px;
}

.modelroom_address h3 {
    padding: 0 0 10px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-bottom: 1px solid #fff;
    line-height: 1.5;
}

.modelroom_address p {
    padding: 10px 0 0;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
}


@media screen and (max-width:1000px) {

}

@media screen and (max-width:650px) {
    .print-btn {
        margin-bottom: 40px;
    }

    .g-map {
        font-size: 15px;
        margin: 15px auto 15px;
    }
    .out-title {
        font-size: 18px;
    }
    .map_img {
        margin-bottom: 20px;
    }
    .modelroom_address h3 {
        font-size: 16px;
    }
    .modelroom_address p {
        font-size: 14px;
    }
    .g-map a {
        padding: 10px 5px;
    }
    .print-btn a {
        font-size: 15px;
        padding: 10px 5px;
    }
    .print-btn a::before {
        left: 0px;
        width: 22px;
        height: 20px;
    }
    .modelroom_address {
        padding: 10px;
    }
    .print-btn {
        width: 170px;
    } 

}

@media print {
    header {
        display: none !important;
    }

    #common_header,
    #common_footer {
        display: none;
    }

    .com_inner02{
        width: 80%;
        margin: 30px auto 0;
    }

    .sub_head {
        margin-top: 0;
        display: none;
    }

    .print-btn {
        display: none;
    }

    .cap_box {
        margin: 20px auto 40px;
    }

    .g-map {
        display: none;
    }

    .pan {
        display: none;
    }

    .map_img {
        width: 80%;
        margin: 30px auto 0;
    }

    p {
        font-size: 14px !important;
        color: #000 !important;
        padding: 0 !important;
    }
    h3 {
        font-size: 14px !important;
        color: #000 !important;
        padding: 0 !important;
    }
}