@charset "utf-8";

/* CSS Document */

.pagemenu-title-area {
    background: url("../images/pho_main01.jpg") center center no-repeat;
    background-size: cover;
}

.reception{text-align:center;margin-bottom:2em}
.reception-time{font-size:2rem;}
.tel-inquiry {
    text-align: center;
}

.company-place:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    content: "\f0c8";
    color: #0085cf;
    font-weight: bold;
    padding-right: 5px;
}
.company-tel {
    font-size: 2.4rem;
    line-height: 1.4;
	text-align:center;
}
.sp_br{display:none;}
.ph-company {
    margin-top: 1em;
}


/*GoogleMap*/

.ggmap {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
    margin-top: 1em;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 767.98px) {
    .company-tel {
        font-size: 2rem;
    }
    .ph-company {
        margin-top: 10px;
        margin-bottom: 15px;
    }
	.sp_br{display:inline-block;}
}