@charset "utf-8";
/* ----------------------------------------
 * Concierge
 * ---------------------------------------- */
.other_concierge {
	display: flex;
	flex-wrap: wrap;
	width:790px;
	margin: 55px auto;
	margin-top: 0;
	gap: 15px;
}
.other_concierge li{
	background-color: #eee4d9;
	padding: 30px 20px;
	box-sizing: border-box;
	width: calc((100% - 15px)/2);
	line-height: 1.3;
}
.concierge_name_top {
	color: #fff;
	background-color: #7b6244;
	text-align: center;
	padding: 10px 0px;
	display: block;
	font-size: 18px;
	width: 162px;	
}
.concierge_name {
	color: #fff;
	background-color: #7b6244;
	text-align: center;
	padding: 10px 0px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	font-size: 18px;
	width: 80%;
}
#cnt_concierge.cnt_concierge_new {
	background-color: #eee4d9;
	padding-top: 0;
	padding-bottom: 0;	
	margin-top: 50px;
	margin-bottom: 15px;
}
.concierge_box_new {
	width: 750px;
	padding: 25px 20px;
}
.concierge_box .side_txt_new {
	width: 540px;
	top: 20%;
	line-height: 1.3;
}
.side_photo_new {
	height: 159px;
}
.contact_tell_sp {
	display: none;
}

@media (max-width:767px){
	.concierge_box .side_txt_new {
		padding-left: 0 !important;
		position: static;
		transform: none;		
		-webkit-transform: none;
		clear: both;
		width: 80vw;
		padding-top: 20px;

	}
	.other_concierge {
		width: 90vw;
		flex-wrap: wrap;
		row-gap: 15px;
	}
	.other_concierge li{
		width: 100%;
	}
	.concierge_name {
		width: 115px;
		
	}
	.concierge_lead_sp {
		display: block;		
	}
	#cnt_concierge.cnt_concierge_new {
		width: 90vw;
		padding: 25px auto;
		margin-top: 20px;		
	}
	.concierge_box_new {
		width: 80vw;
		height: 60%;
		padding: 25px 5vw;		
		
	}
	.side_photo_new {
		clear: both;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		width: 115px;
		height: 120px;
		object-fit: cover;
	}
	.concierge_name_top {
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		width: 115px;		
	}
	.contact_tell_sp {
		display: block;
		width: 90vw;
		text-align: center;
		margin: 35px auto;
		line-height: 1.2;				
	}
	.contact_place_sp {
		font-size: 18px;		
		font-weight: bold;
	}
	.contact_place_border {
		border-bottom: 4px solid #a9a9a9;
		padding-bottom: 10px;
		margin: 0 auto;
	}
	.contact_num_sp {
		display: block;
		font-size: 18px;
		padding-top: 18px;
	}
	.contact_fromnum_sp {
		display: block;
		font-size: 13px;
	}
	
}

