@charset "UTF-8";
/* CSS Document */

/*
 *
 * 検索結果画面
 *
 */

/*MAP*/
#gmap {}

#gmap  {
	width: 100%;
	height: 580px;
}

@media (max-width: 991px){
	#gmap  {
		width: 100%;
		height: 520px;
	}
}

@media (max-width: 767px){
	#gmap {
		width: 100%;
		height: 360px;
	}
}

#gmap .gm-style a {
	text-decoration: underline;
}

#gmap .gm-style a:hover {
	text-decoration: none;
}

/*search area*/
#results .search_area {
	padding: 20px 0;
	background-color: #F6F5F0;
	background-image:  url("../img/band.gif");
	background-size: 100% 5px;
	background-repeat: repeat-x;
	background-position: center bottom;
}

@media (max-width: 480px){
	#results .search_area {
		padding: 15px 0;
	}
	#results .search_area .input-lg {
		font-size: 1.4rem;
		height: 36px;
	}
}

@media (max-width: 767px){
	#common .results {
		padding: 10px 0;
	}
	#results .search_area {
		background-size: 100% 2px;
		padding-top: 5px;
		padding-bottom: 7px;
	}
}

/*results_area default*/
#results .results_area {
	padding-top: 30px;
	padding-bottom: 60px;
}

#results .results_area img {
	width: 60px;
}

#results .results_area .default {
	margin-bottom: 120px;
}

#results .results_area .default h1 {
	color: #ff646c;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.7;
}

#results .results_area .default p {
	font-size: 1.6rem;
    line-height: 2.1;
}

@media (max-width: 480px){
	#results .results_area img {
		width: 45px;
	}
	#results .results_area .default h1 {
		margin-top: 5px;
		font-size: 1.8rem;
	}
	#results .results_area .default p {
		font-size: 1.4rem;
	}
}

/*results_area data*/
#results .results_area .data .r_head {
	margin-bottom: 15px;
	border-bottom: 2px solid #817869;
}

#results .results_area .data .r_head h1 {
	font-weight: 500;
	font-size: 1.8rem;
	float: left;
	margin-bottom: 15px;
}

#results .results_area .data .r_head .tag {
	color: #fff;
	font-size: 1.2rem;
	padding: 7px 12px;
	float: left;
	background-color: #9c9abf;
	border-radius: 3px;
	margin: 15px 10px 0 0;
}

#results .results_area .data .r_head .h_hp_link a {
	display: block;
	color: #fff;
	font-size: 1.2rem;
	padding: 7px 15px;
	float: right;
	background-color: #FF646C;
	border: 1px solid #FF646C;
	border-radius: 3px;
	margin: 15px 0 0 0;
}

#results .results_area .data .r_head .h_hp_link a:hover {
	background-color: #fff;
	color: #FF646C;
	border: 1px solid #FF646C;
}

@media (max-width: 767px){
	#results .results_area .data .r_head h1 {
		font-size: 1.4rem;
	}
	#results .results_area .data .r_head .tag {
		font-size: 0.9rem;
	}
	#results .results_area .data .r_head .h_hp_link a {
		font-size: 0.9rem;
	}
}

@media (max-width: 480px){
	#results .results_area .data .r_head {
		margin-left: -15px;
		margin-right: -15px;
		margin-bottom: 0;
		padding-top: 15px;
		padding-bottom: 15px;
		border: none;
		border-radius: 0;
	}
	#results .results_area .data .r_head h1 {
		letter-spacing: 0;
		margin: 10px 0 0 15px;
		clear: left;
	}
	#results .results_area .data .r_head .tag {
		padding: 5px 8px;
		margin-left: 15px;
	}
	#results .results_area .data .r_head .h_hp_link a {
		margin-top: 5px;
		padding: 5px 8px;
		margin-right: 15px;
	}
}

#results .results_area .data .table-responsive {
	border-collapse:separate;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	margin-bottom: 15px;
}

#results .results_area .data .table-responsive a {
	text-decoration: underline;
}

#results .results_area .data .table-responsive a:hover {
	text-decoration: none;
}

#results .results_area .data thead th  {
	font-size: 1.6rem;
	color: #fff;
    font-weight: 400;
	text-align: center;
	border-bottom: none;
	padding-top: 15px;
	padding-bottom: 15px;
}

#results .results_area .data tbody th,
#results .results_area .data tbody td {
	font-size: 1.2rem;
	font-weight: 400;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	border: none;
	vertical-align: middle;
	word-wrap : break-word;
	overflow-wrap : break-word;
	word-break: break-all;
	border-bottom: 1px solid #d9d7d2;
}

#results .results_area .data table {
	border: 3px solid #817869;
}

#results .results_area .data table thead th  {
	background-color: #817869;
}

#results .results_area .data tbody th {
	width: 130px;
	background-color: #f2f1f0;
	border-right: 1px solid #d9d7d2;
}

@media (max-width: 767px){
	#results .results_area .data tbody th {
		width: 110px;
	}
	#results .results_area .data tbody th,
	#results .results_area .data tbody td {
		font-size: 1.1rem;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width: 480px){
	#results .results_area .data .table-responsive {
		border-radius: 0;
	}
	#results .results_area {
		padding-top: 10px;
		padding-bottom: 0;
	}
	#results .results_area .results_table {
		padding-left: 0;
		padding-right: 0;
	}
	#results .results_area .data .table-responsive {
		border-width: 0;
		margin-bottom: 0;
	}
	#results .results_area .data thead th  {
		font-size: 1.4rem;
	}
	#results .results_area .data tbody th {
		font-size: 1.1rem;
		width: 70px;
	}
	#results .results_area .data tbody tr {
		height: 60px;
	}
}

#results .results_area .hp_link a {
	display: block;
	font-size: 1.2rem;
	text-align: center;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #ff646c;
	border: 1px solid #ff646c;
	border-radius: 3px;
}

#results .results_area .hp_link a:hover {
	color: #ff646c;
	background-color: #fff;
	border: 1px solid #ff646c;
}

@media (max-width: 480px){
	#results .results_area .hp_link a {
		margin-top: 15px;
		margin-bottom: 45px;
	}
}

/* signin-bar */
#signin-bar {
	position: fixed;
	width: 100%;
	height: 90px;
	bottom: 0px;
	background-color: rgba(246, 245, 240, 0.9);
	border-top: 1px solid #dddcd8;
}

#signin-bar img {
	height: 55px;
	margin-top: 10px;
}

#signin-bar p {
	font-size: 1.2rem;
	line-height: 1.7;
	margin-top: 25px;
}

@media (max-width: 991px){
	#signin-bar img {
		margin-top: 10px;
	}
	#signin-bar p {
		font-size: 1.0rem;
		margin-top: 25px;
	}
}

#signin-bar a {
	display: block;
	font-size: 1.2rem;
	text-align: center;
	color: #fff;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 20px;
	background-color: #ff646c;
	border: 1px solid #ff646c;
	border-radius: 3px;
}

#signin-bar a:hover {
	color: #ff646c;
	background-color: #fff;
	border: 1px solid #ff646c;
}

@media (max-width: 991px){
	#signin-bar a {
		font-size: 1.0rem;
	}
}
