@charset "utf-8";
/*------------------------------------------------------------
	検索コンテンツページ
------------------------------------------------------------*/


/* 条件テーブル */
#main .checkTabBox {
	margin: 0;
	width: 100%;
}

#main .checkTabBox table {
	width: 100%;
	border-collapse: collapse;
}

#main .checkTabBox th {
	font-size: 1rem;
	text-align: left;
	background-color: #8B8B8B;
	color: #FFF;
	padding: 10px 20px;
}
#main .checkTabBox td {
	padding: 10px 20px;
	width: 80%;
	font-size: 1rem;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #8B8B8B;
}
#main .checkTabBox td.col_Count {
	padding: 10px;
	width: 20%;
	font-size: 1rem;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #8B8B8B;
}
#main .checkTabBox td.col_Half {
	padding: 13px 10px;
	width: 50%;
	font-size: 0.8rem;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #8B8B8B;
	border-right: 1px solid #8B8B8B;
}

/*
#main .checkTabBox th {
	width: 15%;
	padding-right: 24px;
	text-align: center;
	background-color: #FBF8E6;
}
*{-webkit-tap-highlight-color:rgba(0,0,0,0);}
*/

/* チェックボックス */
#main .checkTabBox input[type="checkbox"] {
	display: none;
}
#main .checkTabBox input[type="checkbox"]+label {
	display: none;
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding-left: 35px;
	padding-right: 10px;
}
#main .checkTabBox input[type="checkbox"]+label::before {
	content: "";
	position: absolute;
	display: block;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	left: 0;
	top: 50%;
	border: 1px solid;
	border-color:  #585753;
	background-color: #FFF;
	border-radius: 20%;
}
#main .checkTabBox input[type="checkbox"]:checked+label::before {
	background: #AFC759;
}
#main .checkTabBox input[type="checkbox"]:checked+label::after {
	content: "";
	position: absolute;
	display: block;
	box-sizing: border-box;
	width: 18px;
	height: 9px;
	margin-top: -9px;
	top: 50%;
	left: 3px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	border-bottom: 3px solid;
	border-left: 3px solid;
	border-color:  #FFF;
	opacity: 1;
}

/* コンボボックス */
select.arrow {
	/* styling */
	background-color: white;
	border: thin solid #A2A39E;
	border-radius: 4px;
	display: inline-block;
	font: inherit;
	line-height: 1.5em;
	padding: 0.5em 3.5em 0.5em 1em;

	/* reset */
	margin: 0;      
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image:
		linear-gradient(45deg, transparent 50%, #4E4D49 50%),
		linear-gradient(135deg, #4E4D49 50%, transparent 50%),
		linear-gradient(to right, #EDEDE5, #EDEDE5);
	background-position:
		calc(100% - 20px) calc(1em + 2px),
		calc(100% - 15px) calc(1em + 2px),
		100% 0;
	background-size:
		5px 5px,
		5px 5px,
		2.5em 2.5em;
	background-repeat: no-repeat;
}

select.sort {
	float: right;
	margin-right: 10px;
	background-color: #FFF;
	padding: 5px;
	display: block;
	margin-bottom: 20px;
}

/* この条件で検索ボタン */
#main .SrcRedButton {
	width: 100%;
	margin: 30px 0 50px;
	text-align: center;
	float: left;
}
#main .SrcRedButton a {
	background-color: #FF6766;
	padding: 10px 30px;
	color: white;
	font-size: 1rem;
	box-shadow: 0px 2px 0 2px #FF4D4B;
}
#main .SrcRedButton i {
	border-radius: 50% 50% 50% 50%;
	background-color: #FF4D4B;
	color: #FFF;
	width: 18px;
	height: 18px;
	margin-right: 15px;
	text-align: center;
	padding-top: 2px;
	padding-left: 2px;
}

/* 検索結果リスト */
#main .resultTabBox {
	margin: 0;
	width: 100%;
}
table.tb_request {
	border: 1px solid #aaa;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 6px;
	width: 96%;
	margin-left: 10px;
	margin-bottom: 20px;
}
table.tb_request th i {
	margin-right: 5px;
}
table.tb_request td i {
	margin-left: 2px;
}
table.tb_request a {
	text-decoration: none;
	color: #00B22D;
	font-size: 0.6rem;
	white-space: nowrap;
}
table.tb_request thead th,
table.tb_request tbody th,
table.tb_request tbody td {
	padding: 15px 5px;
	border-bottom: 1px solid #aaa;
}
table.tb_request thead th {
	background-color: #ddd;
}
table.tb_request tbody th {
	background-color: #eee;
	font-size: 0.7rem;
	color: #878382;
	border-right: 1px solid #aaa;
	white-space: nowrap;
}
table.tb_request thead th + th {
	border-left: 1px solid #aaa;
}
table.tb_request tbody td {
	text-align: left;
}
table.tb_request tbody tr:last-child th,
table.tb_request tbody tr:last-child td {
	border-bottom: none;
}
table.tb_request thead tr:first-child th:first-child {
	border-radius: 5px 0 0 0;
}
table.tb_request thead tr:first-child th:last-child {
	border-radius: 0 5px 0 0;
}
table.tb_request tbody tr:first-child th:first-child {
	border-radius: 5px 0 0 0;
}
table.tb_request tbody tr:last-child th:first-child {
	border-radius: 0 0 0 5px;
}
table.tb_request tbody tr:last-child th:last-child {
	border-radius: 0 0 5px 0;
}

.result_P {
	width: 100%;
	margin: 0;
	background-color: #FDF5F3;
	float: left;
}
.result_W {
	width: 100%;
	margin: 0;
	background-color: #FFF;
	float: left;
}
.result_BkknBox {
	width: 92%;
	background-color: #fff;
	margin: 20px 2% 10px;
	padding: 10px 2%;
	border: thin solid #EDE9EA;
	border-radius: 10px;
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	box-shadow: 2px 2px 4px #DCDCDC;   /* 影指定 */
	height: auto;
	overflow: hidden;
}
.result_BkknBox .BkknTitle{
	width: 100%;
	border-bottom: 1px solid #B6B6B6;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.result_BkknBox .BkknPhoto{
	float: left;
	width: 25%;
	height: auto;
	overflow: hidden;
	margin-right: 5px;
}
.result_BkknBox .BkknPhoto img {
	max-height: 100px;
	width: auto;
}
.result_BkknBox .BkknDetail{
	float: left;
	width: 63%;
	height: auto;
	overflow: hidden;
	line-height: 1.5;
}
.result_BkknBox .BkknTrain{
	width: 100%;
	font-size: 0.8rem;
}
.result_BkknBox .BkknMadoi{
	width: 100%;
	font-size: 0.8rem;
	color: #7D7D7D;
	margin-top: 5px;
}
.result_BkknBox .BkknArrow{
	float: right;
	width: 7%;
	color: #767676;
	font-size: 0.9rem;
	text-align: center;
	padding-top: 45px;
}
.result_BkknBox .IconCampaign {
	text-align: center;
	font-size: 0.7rem;
	vertical-align: middle;
	background-color: #FF6766;
	color: #FFF;
	border-radius: 25px;
	-webkit-border-radius: 25px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 25px;   /* Firefox用 */
	margin: 10px 5px 0 5px;
	padding: 2px 10px;
}
.result_BkknBox .BkknName {
	color: #FF6766;
	font-size: 0.9rem;
	margin-top: 10px;
	vertical-align: middle;
}
.result_BkknBox .IconPoint {
	text-align: center;
	font-size: 0.6rem;
	vertical-align: middle;
	background-color: #68339B;
	color: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
	margin-right: 10px;
	padding: 2px 5px;
}
#main .resultTabBox input[type="checkbox"] {
	display: none;
}
#main .resultTabBox input[type="checkbox"]+label {
	display: none;
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}
#main .resultTabBox input[type="checkbox"]+label::before {
	content: "";
	position: absolute;
	display: block;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	left: 0;
	top: 50%;
	border: 1px solid;
	border-color:  #585753;
	background-color: #FFF;
	border-radius: 20%;
}
#main .resultTabBox input[type="checkbox"]:checked+label::before {
	background: #AFC759;
}
#main .resultTabBox input[type="checkbox"]:checked+label::after {
	content: "";
	position: absolute;
	display: block;
	box-sizing: border-box;
	width: 18px;
	height: 9px;
	margin-top: -9px;
	top: 50%;
	left: 3px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	border-bottom: 3px solid;
	border-left: 3px solid;
	border-color:  #FFF;
	opacity: 1;
}
table.tb_price {
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: none;
	border-bottom: none;
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	margin: 10px 0;
	float: left;
}
table.tb_price tr {
	border-bottom: 1px solid #aaa;
}
table.tb_price th {
	background-color: #eee;
	color: #878382;
	font-size: 0.8rem;
	padding: 10px;
	border-bottom: 1px solid #aaa;
	text-align: center;
}
table.tb_price td {
	background-color: #FFF;
	color: #878382;
	font-size: 1rem;
	text-align: center;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 10px;
	font-weight: bold;
}
table.tb_price td.td_camp {
	background-color: #FFF;
	color: #FF646E;
	font-size: 1rem;
	text-align: center;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 10px;
	font-weight: bold;
}

/* 新・検索結果リスト */
.biko_info{
	font-size: 0.7rem;
}

.contentsBox {
	padding-top: 15px;
}

.iconArea {
	margin-top: 15px;
	margin-bottom: 10px;
	zoom: 1;
}

.iconArea ul li.on {
	font-size: 0.8em;
	background-color: #f96768;
	color: #fff;
	list-style-type: none;
}

.iconArea ul li {
	font-size: 0.8em;
	background-color: #f5f7f8;
	border: 1px solid #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #c5c5c5;
	float: left;
	width: 25%;
	padding: 3px 0;
	text-align: center;
	list-style-type: none;
}

table.price_info{
	border-top: 1px solid #f96768;
	border-left: 1px solid #f96768;
	border-right: none;
	border-bottom: none;
	border-collapse: separate;
	border-spacing: 0;
	width: 48%;
	margin: 3px;
	float: left;
}
table.price_info th {
	background-color: #FCF4F2;
	color: #f96768;
	font-size: 0.6rem;
	padding: 10px;
	border-bottom: 1px solid #f96768;
	border-right: 1px solid #f96768;
	text-align: center;
}
table.price_info td {
	background-color: #FFF;
	font-size: 0.6rem;
	text-align: center;
	border-right: 1px solid #f96768;
	border-bottom: 1px solid #f96768;
	padding: 10px;
}
.price_notes{
	clear: both;
	font-size: 0.6rem;
	padding-top: 5px;
	color: #878382;
}

/* 内容の表示・非表示リンク */
.txt_hide{
	display: none;
}

.link_more {
	width: 100px;
	margin: 10px auto 0px;
	text-align: center;
	color: #aaa;
	font-size: 1.6rem;
	display: block;
	border: none;
	outline: 0;
	transition: .5s;
	-erbkit-transition: .5s;
}
 
.link_more::after {
	font-family: "Font Awesome 5 Free";
	content: "\f13a";
	font-weight: 900;
	transition: .2s;
	-erbkit-transition: .2s;
}

.link_more.on-click::after{
	font-family: "Font Awesome 5 Free";
	content: "\f139";
	font-weight: 900;
}
