/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.must {
	background: #aa0000;
}

.free {
	background: #999;
}
.must,
.free {
	color: #FFF;
	border-radius: 3px;
	font-size: 12px;
	margin-right: 10px;
	padding: 5px 10px;
	letter-spacing: 0.2em;
}
.menu-footernavi-container_02{
	color: #fff;
    font-weight: bold;
}
.footer-primary {
	color: #fff;
}
#header-contact {
	font-size: 200%;
}
.google_map iframe{
    height: 410px;
}
@media only screen and (max-width: 48em) {
	.google_map iframe {
        height: 200px;
	}
}

/*---------------------------
スタッフ紹介
---------------------------*/
.staff_table {
    width: 100%;
    border-collapse:collapse;
}
.staff_table .title{
    font-weight: bold;
}
.staff_table th,
.staff_table td{
    padding: 0.6rem 1rem;
    line-height: 140%;
}
.staff_table th{
    width: 30%;
    background-color: #f2f2f2;
    border: 1px solid #c2c2c2;
}
.staff_table th:last-child {
    border: 1px solid #c2c2c2;
}
.staff_table td{
    border: 1px solid #c2c2c2;
    background-color: #fff;
}
.staff_table td .icon{
    margin-bottom: 0;
    margin-top: 0.4rem;
    margin-right: 0.4rem;
}
@media only screen and (max-width: 48em) {
    .staff_table th,
    .staff_table td{
        padding: 0.6rem 0.4rem;
    }
    .staff_table th{
        font-size: 60%;
    }
    .staff_table td{
        font-size: 70%;
    }
}
.box_border {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 6px;
    padding: 0.8rem 0.8rem 0.2rem 0.8rem;
}
/*----------------------------------------------------
	物件情報
----------------------------------------------------*/
table.property_table01 {
    width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 30px;
}
table.property_table01 th {
    background-color: #f2f2f2;
    border: 1px solid #c2c2c2;
    vertical-align: middle;
    padding: 5px 20px;
    font-weight: bold;
}
table.property_table01 td {
    border: 1px solid #c2c2c2;
    vertical-align: middle;
    padding: 5px 20px;
    line-height: 180%;
}
@media only screen and (max-width: 48em) {
	table.property_table01 th {
		width: 30%;
		padding: 2% 3%;
	}
	table.property_table01 td {
		width: 70%;
		padding: 2% 3%;
	}
}
/*----------------------------------------------------
	Table
----------------------------------------------------*/
table.table01 {
    width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 30px;
}
table.table01 th {
    background-color: #f2f2f2;
    border: 1px solid #c2c2c2;
    vertical-align: middle;
    padding: 10px 20px;
    font-weight: bold;
}
table.table01 td {
    border: 1px solid #c2c2c2;
    vertical-align: middle;
    padding: 10px 20px;
    line-height: 180%;
}
@media only screen and (max-width: 48em) {
	table.table01 th {
		width: 30%;
		padding: 2% 3%;
	}
	table.table01 td {
		width: 70%;
		padding: 2% 3%;
	}
}
@media only screen and (min-width: 49em) {
/*************** ADD PC ONLY CSS HERE  ***************/
    .br-sp {
        display: none;
    }
    .sp_black {
        display: none;
    }
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .br-pc {
        display: none;
    }
    .pc_black {
        display: none;
    }
    .off-canvas:not(.off-canvas-center) li.html {
        padding: 10px 20px 5px;
    }
}