@charset "utf-8";

.plan {
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 15px;
	color: #333;
}
.plan span {
	font-size: 2.2rem;
	color: #ffa32b;
	margin-left: 1.0rem;
}
@media only screen and (max-width:999px) {
	.plan {
		text-align: center;
	}
	.plan span {
		display: block;
		margin: 0;
	}
}

/*------------------------------*/
/* --- .topContents ----------- */
/*------------------------------*/

.mainimage img { width: 100%; }

.slick-slide img { /* 画像下の隙間削除 */
	vertical-align: bottom;
	display: inline!important;
	height: 500px;
	object-fit: cover;
}
div#mainService,div#mainService2 {
	display: flex;
}
div#mainService > div {
	width: calc( 100% / 3 );
	border-righ: solid 1px #003575;
	position: relative;
}
div#mainService > div:last-child { border-right: none; }
div#mainService2 > div {
	width: calc( 100% / 3 );
	border: solid 1px #003575;
    border-right: 0px;
	position: relative;
}
div#mainService > div:last-child { border-right: solid 1px #003575; }

div#mainService div.imgBox { position: relative; }
div#mainService div.imgBox::after {
	content: '';
	display: block;
	width: 100%;
	height: 300px;
	background: rgba( 0, 71, 157, 0.85 );
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s;
}
div#mainService div.imgBox img {
	display: block;
	width: 100%;
	height: 300px;
	object-fit: cover;
	position: relative;
}
div#mainService div.textBox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 300px;
	padding: 0 50px;
	color: #fff;
	position: absolute;
	top: 0;
}
.midashi-main {
	height: 30px;
	line-height: 25px;
	font-size: 3.6rem;
	letter-spacing: 0.25rem;
	margin-bottom: 10px;
}
.midashi-sub {
	font-size: 2.0rem;
	font-weight: 700;
	margin-bottom: 25px;
}
div#mainService .btn-more a {
	display: block;
	width: 200px;
	height: 40px;
	line-height: 37.5px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	border: solid 1px #fff;
	position: relative; 
}
div#mainService .btn-more a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    margin-top: -18px;
	font-size: 1.8rem;
    position: absolute;
    top: 50%;
    right: 10px;
}

/* --- hover --- */
div#mainService > div:hover div.imgBox::after {
	background: rgba( 0, 71, 157, 0 );
	transition: all 0.5s;
}
div#mainService > div:hover .btn-more a {
	color: #333;
	background: #fff;
}
div#mainService > div:hover .btn-more a::after { color: #333; }

@media only screen and (max-width:1400px) {
	.midashi-main {
		height: auto;
		line-height: normal;
		font-size: 2.5vw;
		margin-bottom: 15px;
		letter-spacing: 0.125rem;
	}
	.midashi-sub {
		font-size: 1.5vw;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width:1115px) {
	div#mainService div.textBox {
		padding: 0 25px;
	}
}
@media only screen and (max-width:999px) {
	
	.slick-slide img { /* 画像下の隙間削除 */
		height: auto;
	}
	div#mainService,
    div#mainService2{
		display: block;
	}
	div#mainService > div {
		width: 100%;
		border-right: none;
		border-bottom: solid 1px #003575;
	}
	div#mainService > div:last-child { border-bottom: none; }
	
    div#mainService2 > div {
        width: 100%;
		border: none;
		border-bottom: solid 1px #003575;
    }
    div#mainService > div:last-child { border-right: none; }
    
	div#mainService div.imgBox::after {
		height: 300px;
	}
	div#mainService div.imgBox img {
		height: 300px;
	}
	div#mainService div.textBox {
		align-items: center;
		height: 100%;
		padding: 0 25px;
	}
	.midashi-main {
		height: 22px;
    	line-height: 20px;
		font-size: 2.8rem;
		letter-spacing: 0.125rem;
		margin-bottom: 15px;
	}
	.midashi-sub {
		font-size: 1.6rem;
		margin-bottom: 15px;
		text-align: center;
	}
}

/*------------------------------*/
/* --- #indexNews ------------- */
/*------------------------------*/

div#indexNews {
	padding: 50px 0;
}
div#indexNews h3 {
	color: #0460ad;
    text-align: center;
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 50px;
}
div#indexNews h3::after {
    content:attr(deta-en);
	display: block;
    height: 12px;
    line-height: 10px;
	color: #333;
    font-size: 1.6rem;
    font-weight: 500;
    margin: 10px 0 0 0;
}
div#indexNews ul.newsList1 {
	margin-bottom: 40px!important;
}
div#indexNews ul.newsList1 li {
	display: flex;
	align-items: center;
}
div#indexNews .newsList1Date {
	font-size: 1.4rem;
    width: auto;
}
div#indexNews .newsList1Date::before {
	display: none;
}
div#indexNews ul.newsList1 a {
	color: #333;
    text-decoration: none;
    font-weight: 700;
}
div#indexNews ul.newsList1 a:hover {
	color: #0460ad;
	text-decoration: underline;
}
div#indexNews .btn-more a {
	display: block;
    width: 300px;
    height: 50px;
    line-height: 48px;
	margin: 0 auto;
    background: #333;
    border: solid 1px #333;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    text-decoration: none;
    position: relative;
}
div#indexNews .btn-more a::after {
	font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    margin-top: -24px;
    font-size: 1.8rem;
    position: absolute;
    top: 50%;
    right: 15px;
}
/* --- hover --- */
div#indexNews .btn-more a:hover {
	background: #fff;
	color: #333;
}

@media only screen and (max-width:999px) {
	div#indexNews .btn-more a {
		width: 100%;
	}
}

/*------------------------------*/
/* --- #option ---------------- */
/*------------------------------*/

div#option {
	padding: 50px 0;
	background: #f5f5f5;
}
div.unpccupied-house,
div.option-menu,
div.vacant {
	padding: 50px;
	background: #fff;
}
div.unpccupied-house,
div.option-menu {
	margin-bottom: 10px;
}
.optionMidashi {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: solid 1px #eee;
}
.optionMidashi h2 {
	line-height: 1.5;
	font-size: 2.8rem;
	font-weight: 700;
	color: #0460ad;
}
.optionMidashi h2::before {
    content:attr(deta-en);
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	color: #333;
	letter-spacing: 0.125rem;
}
#option .btn-more a {
	display: flex;
	align-items: center;
	color: #333;
	font-size: 1.4rem;
	text-decoration: none;
}
#option .btn-more a::after {
	font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
	margin: 2px 0 0 10px;
}
ul.optionList {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
ul.optionList li {
	width: calc(( 100% - 20px ) / 3 );
	padding: 0 25px;
	margin: 0 10px 10px 0;
	background: #f5f5f5;
	border-radius: 25px;
}
ul.optionList li:nth-of-type(3n) { margin: 0 0 10px 0; }
ul.optionList li:nth-lat-of-type(-n+3) { margin: 0!important; }

ul.optionList li a {
	text-decoration: none;
	color: #333;
}

.list-midashi {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 50px;
	font-weight: 700;
	cursor: pointer;
}
/*.list-midashi::after {
	font-family: "Font Awesome 5 Free";
    content: "\f055";
    font-weight: 900;
	font-size: 1.6rem;
	color:  #0460ad;
	margin-top: 2px;
}
div#option .active  { color: #0460ad; }
div#option .active::after  { content: "\f056"!important; }*/

.list-contents {
	/*display: none;*/
	padding: 10px 0px 25px;
	font-size: 1.4rem;
	border-top: solid 1px #ccc;
}

/* --- hover --- */
#option .btn-more a:hover {
	text-decoration: underline;
}
.list-midashi:hover {
	color:  #0460ad;
}

@media only screen and (max-width:999px) {
	
	div#option { padding: 25px 0; }
	div#option .container { padding: 0 10px; }
	
	div.unpccupied-house,
	div.option-menu,
	div.vacant {
		padding: 25px 15px;
	}
	.optionMidashi {
		display: block;
	}
	.optionMidashi h2 {
		margin-bottom: 25px;
	}
	ul.optionList {
		display: block;
	}
	ul.optionList li {
		width: 100%;
		margin: 0 0 10px 0!important;
	}
	ul.optionList li:nth-of-type(3n) { margin: 0 0 10px 0; }
	ul.optionList li:nth-lat-of-type(-n+3) { margin: 0 0 10px 0!important; }
	ul.optionList li:last-child { margin: 0!important; }
	
}

/*------------------------------------------------*/
/* --- #strengths ------------------------------- */
/*------------------------------------------------*/

.strengths {
    background: #fff;
    padding: 30px;
}
.strengths h2, .strengthsContent h3 {
    line-height: 1.5;
	font-weight: 700;
	color: #0460ad;
}
.strengths h2 {
    margin-bottom: 20px;
	font-size: 2.8rem;
}
.strengthsContent h3 {
    margin-bottom: 10px;
    padding-left: 15px;
	font-size: 2.0rem;
    position: relative;
}
.strengthsContent h3::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-weight: 900;
    position: absolute;
    top: 1px;
    left: 0;
}
.strengthsHeadline div {
    font-size: 2.2rem;
}
.strengthsHeadline span {
    color: #0460ad;
}

/*------------------------------------------------*/
/* --- #unoccupied-house-service ---------------- */
/*------------------------------------------------*/

div#unoccupied-house-service {
	display: flex;
}
div#unoccupied-house-service > div {
	width: calc( 100% / 3 );
	padding-bottom: 75px;
	position: relative;
}
div#unoccupied-house-service > div::after {
	content: '';
	width: 1px;
	height: calc( 100% - 345px );
	background: #eee;
	position: absolute;
	right: 0;
	bottom: 0;
}
div#unoccupied-house-service > div:last-child::after {
	display: none;
}
div#unoccupied-house-service .imgBox {
	position: relative;
	border-bottom: solid 25px #0460ad;
	transition: all 0.5s;
}
div#unoccupied-house-service > div:nth-of-type(1) .imgBox {
	border-color: #ffa32b;
}
div#unoccupied-house-service .imgBox > div:nth-of-type(1) {
	overflow: hidden;
}
div#unoccupied-house-service .imgBox::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba( 0, 0, 0, 0.5 );
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s;
}
div#unoccupied-house-service .imgBox img {
	display: block;
	width: 100%;
	height: 320px;
	object-fit: cover;
	transition: all 0.5s;
}
div#unoccupied-house-service .imgBox .imgMidashi {
	display: block;
    width: 100%;
    height: 46px;
    line-height: 37px;
	padding: 0 0 0 50px;
	color: #fff;
	font-size: 6.0rem;
    position: absolute;
    bottom: -15px;
	z-index: 5;
}
div#unoccupied-house-service .textBox {
	padding: 50px;
}
div#unoccupied-house-service .textBox h3 {
	margin-bottom: 25px;
	font-size: 3.2rem;
	font-weight: 700;
	color: #0460ad;
}
div#unoccupied-house-service > div:nth-of-type(1)  .textBox h3 {
	color: #ffa32b;
}
div#unoccupied-house-service .btn-more {
	position: absolute;
	left: 50px;
    bottom: 50px;
}
div#unoccupied-house-service .btn-more a {
	display: block;
	width: 200px;
	height: 50px;
	line-height: 48px;
	background: #333;
	border: solid 1px #333;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	text-decoration: none;
	position: relative;
}
div#unoccupied-house-service div:nth-of-type(1) .btn-more a {
	background: #ffa32b;
	border: solid 1px #ffa32b;
}
div#unoccupied-house-service .btn-more a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    margin-top: -24px;
    font-size: 1.8rem;
    position: absolute;
    top: 50%;
    right: 15px;
}

/* --- hover --- */
div#unoccupied-house-service > div:hover .imgBox::after {
	background: rgba( 0, 0, 0, 0.0 );
	transition: all 0.5s;
}
div#unoccupied-house-service > div:hover .imgBox img {
	transform: scale( 1.1 );
	transition: all 0.5s;
}
div#unoccupied-house-service .btn-more a:hover {
	background: #fff;
	color: #333;
}
div#unoccupied-house-service div:nth-of-type(1) .btn-more a:hover {
	color: #ffa32b;
	background: #fff;
}

@media only screen and (max-width:1400px) {
	div#unoccupied-house-service .imgBox .imgMidashi {
		height: 36px;
		line-height: 30px;
		font-size: 4.6rem;
	}
}
@media only screen and (max-width:1115px) {
	div#unoccupied-house-service .imgBox .imgMidashi {
		padding: 0 0 0 25px;
	}
	div#unoccupied-house-service .textBox {
		padding: 25px;
	}
	div#unoccupied-house-service .btn-more {
		bottom: 25px;
	}
}
@media only screen and (max-width:999px) {
	div#unoccupied-house-service {
		display: block;
	}
	div#unoccupied-house-service > div {
		width:100%;
		padding-bottom: 0;
	}
	div#unoccupied-house-service > div::after {
		display: none;
	}
	div#unoccupied-house-service .imgBox img {
		height: 160px;
	}
	div#unoccupied-house-service .imgBox .imgMidashi {
		height: 33px;
		line-height: 27px;
		padding: 0 0 0 25px;
		font-size: 4.2rem;
	}
	div#unoccupied-house-service .textBox {
		padding: 25px;
	}
	div#unoccupied-house-service .textBox h2 {
		margin-bottom: 25px;
		font-size: 3.2rem;
		font-weight: 700;
		color: #0460ad;
	}
	div#unoccupied-house-service .btn-more {
		margin: 0 0 25px 25px;
		position: static;
	}
}

/*------------------------------*/
/* --- #area ------------------ */
/*------------------------------*/

div#area {
	padding: 50px 0;
	background-image: url("../images/contents/index/area-bg.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
div#area h3 {
	color: #fff;
    text-align: center;
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 50px;
}
div#area h3::after {
    content:attr(deta-en);
	display: block;
    height: 12px;
    line-height: 10px;
    font-size: 1.6rem;
    font-weight: 500;
    margin: 10px 0 0 0;
}
div#area h4 {
	height: 40px;
    line-height: 20px;
	padding-bottom: 15px;
    margin-bottom: 15px;
	border-bottom: solid 1px #fff;
	color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
}
div#area h5 {
	color: #fff;
    font-size: 2.0rem;
	 margin-bottom: 15px;
}
div#area p {
	color: #fff;
}
div#area img {
	display: block;
}

@media only screen and (max-width:999px) {
	div#area .flexBox1 > div:nth-of-type(1) {
		margin-bottom: 25px;
	}
}

/*------------------------------*/
/* --- #qa -------------------- */
/*------------------------------*/

div#qa {
	padding: 50px 0;
	background: #f5f5f5;
}
div#qa h3 {
	color: #0460ad;
    text-align: center;
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 50px;
}
div#qa h3::after {
    content:attr(deta-en);
	display: block;
    height: 12px;
    line-height: 10px;
	color: #333;
    font-size: 1.6rem;
    font-weight: 500;
    margin: 10px 0 0 0;
}
div#qa ul.qaBox {
	margin-bottom: 25px;
}
div#qa ul.qaBox > li {
	padding: 15px 50px;
	background: #fff;
	margin-bottom: 10px;
}
div#qa ul.qaBox > li:last-child { margin-bottom: 0; }
div#qa div.question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 0 35px;
	font-size: 2.0rem;
	font-weight: 700;
	position: relative;
}
div#qa div.question::before {
	content: 'Q.';
	margin-right: 10px;
	color: #0460ad;
	position: absolute;
	top: 0;
	left: 0;
}
div#qa div.question::after {
	font-family: "Font Awesome 5 Free";
    content: "\f055";
    font-weight: 900;
	font-size: 1.6rem;
	color:  #0460ad;
	margin-top: 2px;
}
div#qa div.active {	margin-bottom: 0; }
div#qa div.active::after  { content: "\f056"!important; }

div#qa div.answer {
	display: none;
	padding: 10px 0 0 35px;
	margin-top: 10px;
    border-top: solid 1px #ccc;
	position: relative;
}
div#qa div.answer::before {
	content: 'A.';
	font-size: 2.0rem;
	font-weight: 700;
	color: #d81919;
	position: absolute;
	top: 10px;
	left: 0;
}
div#qa .btn-more a {
	display: block;
    width: 300px;
    height: 50px;
    line-height: 48px;
	margin: 0 auto;
    background: #333;
    border: solid 1px #333;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    text-decoration: none;
    position: relative;
}
div#qa .btn-more a::after {
	font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    margin-top: -24px;
    font-size: 1.8rem;
    position: absolute;
    top: 50%;
    right: 15px;
}
/* --- hover --- */
div#qa .btn-more a:hover {
	background: #fff;
	color: #333;
}

@media only screen and (max-width:999px) {
	div#qa ul.qaBox > li {
		padding: 15px 15px;
		background: #fff;
		margin-bottom: 10px;
	}
	div#qa div.question {
		font-size: 1.6rem;
	}
	div#qa div.answer::before {
		font-size: 1.6rem;
	}
}

/*------------------------------*/
/* --- #house-cleaning -------- */
/*------------------------------*/

div#house-cleaning {
	padding: 50px 0;
}
div#house-cleaning h2 {
	color: #0460ad;
    text-align: center;
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 50px;
}
div#house-cleaning h2::before,
div#house-cleaning h2::after{
	display: flex;
	align-items: center;
	justify-content: center;
    height: 12px;
    line-height: 10px;
	color: #333;
    font-size: 1.6rem;
    font-weight: 500;
}
div#house-cleaning h2::before{
    content:attr(deta-en-before);
}
/*div#house-cleaning h2 span:nth-of-type(1)::before,
div#house-cleaning h2 span:nth-of-type(1)::after {
	content: '';
	display: block;
	width: 1px;
	height: 15px;
	background: #333;	
}
div#house-cleaning h2 span:nth-of-type(1)::before {
	transform: rotate( -30deg );
	margin-right: 10px;
}
div#house-cleaning h2 span:nth-of-type(1)::after {
	transform: rotate( 30deg );
	margin-left: 10px;
}*/
div#house-cleaning h2::after{
    content:attr(deta-en-after);
	margin-top: 5px;
}
ul.house-cleaning-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px;
}
ul.house-cleaning-list li {
	width: calc(( 100% - 30px ) / 4 );
	margin: 0 10px 10px 0;
}
ul.house-cleaning-list li:nth-last-of-type(-n+4) { margin: 0 10px 0 0; }
ul.house-cleaning-list li:nth-of-type(4n) {	margin: 0 0 10px 0; }
ul.house-cleaning-list li:last-child { margin: 0 0 0 0; }

.house-cleaning-list li div.toggleButton {
	border: solid 1px #eee;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 100%;
	padding: 10px 15px;
}
.house-cleaning-list li div.toggleContent {
    display: none;
    padding: 10px;
    font-size: 1.5rem;
    line-height: 145%;
}
ul.house-cleaning-list li > div > div {
	font-weight: 700;
	margin-left: 10px;
}
div#house-cleaning .btn-more a {
	display: block;
    width: 300px;
    height: 50px;
    line-height: 48px;
	margin: 0 auto;
    background: #333;
    border: solid 1px #333;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    text-decoration: none;
    position: relative;
}
div#house-cleaning .btn-more a::after {
	font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    margin-top: -24px;
    font-size: 1.8rem;
    position: absolute;
    top: 50%;
    right: 15px;
}
/* --- hover --- */
div#house-cleaning .btn-more a:hover {
	background: #fff;
	color: #333;
}
@media only screen and (max-width:999px) {
	ul.house-cleaning-list {
		display: block;
	}
	ul.house-cleaning-list li {
		width: 100%;
	}
	ul.house-cleaning-list li:nth-last-of-type(-n+4) { margin: 0 0 10px 0; }
	
	div#house-cleaning .btn-more a {
		width: 100%;
	}
}


/*------------------------------*/
/* --- #indexOthers ----------- */
/*------------------------------*/

div#indexOthers {
	margin-bottom: 50px;
}
div#indexOthers .container {
	display: flex;	
}
div#indexOthers .container > div {
	width: calc(( 100% - 50px ) / 2 );
	margin-right: 50px;
}
div#indexOthers .container > div:nth-of-type(2) {
	margin-right: 0;
}
div#indexOthers h3 {
	color: #0460ad;
    font-size: 3.2rem;
    font-weight: 700;    
}
a.voiceMore {
	display: block;
	color: #333;
	text-decoration: none;
    font-size: 1.4rem;
    margin-bottom: 15px;
    text-align: right;
}
a.voiceMore i {
	margin-left: 10px;
}
a.voiceMore:hover {
	text-decoration: underline;
}
div#indexOthers .container > div:nth-of-type(2) h3::after{
    display:block;
    content:attr(deta-sub);
    font-size:1.4rem;
    margin-bottom: 15px;
    height:calc(1.6rem * 1.7);
}
ul.voiceList li {
	width: 532px;
    height: 329px;
    overflow: hidden;
	border: solid 1px #ccc;
	position: relative;
}
ul.voiceList li .voiceList-title {
	width: 100%;
	position: absolute;
	bottom: 0;
}
ul.voiceList li .voiceList-title a {
	display: block;
	width: 100%;
	padding: 10px 15px;
	text-decoration: none;
	color: #fff;
	background: rgba( 0, 0, 0, 0.5 );
}
ul.voiceList li a {
	display: block;
    width: 100%;
}
ul.voiceList li a img {
	display: block;
    height: 337px;
	margin: 0 auto;
	object-fit: cover;
	transition: all 0.5s;
}
ul.voiceList li a:hover img {
	transform: scale(1.1);
	transition: all 0.5s;
}

@media only screen and (max-width:999px) {
	
	div#indexOthers {
		margin-bottom: 50px;
	}
	div#indexOthers .container {
		display: block;	
	}
	div#indexOthers .container > div {
		width: 100%;
		margin: 0 0 25px 0;
	}
	div#indexOthers .container > div:nth-of-type(2) {
		margin: 0;
	}
	/*div#indexOthers .container > div:nth-of-type(2) iframe {
		display: block;
		width: 100%!important;
		height: 300px!important;
	}*/
	div#indexOthers h3 {
		display: block;
	}
	a.voiceMore {
		display: block;
		margin: 5px 0px 0px 0;
		font-size: 1.6rem;
	}
	ul.voiceList li {
		width: 100%;
		height: 200px;
	}
	ul.voiceList li a img {
		height: 200px;
	}
	
}
.facebook {
	margin:0px auto 10px;
	width:100%;
	height: 329px;
	box-sizing: border-box;
}
.fb_iframe_widget span {
    margin: 0 auto!important;
    display: block!important;
}
	.fb_iframe_widget_fluid {
		display: block!important;
	}
@media only screen and (max-width:768px) {
	.facebook {
		width: 90%;
		height: 300px;
		max-width: 500px;
		margin:0 auto;
	}

}