@charset "utf-8";

/* Sec-Search */
.p-sec-search__list {
	padding: 56px 112px;
}
.p-sec-search__list:nth-child(2) li {
	letter-spacing: .06em;
}
.p-sec-search__list li i {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
.p-sec-search__list p {
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	.p-sec-search__list {
		padding: 30px 10px;
	}
	.p-sec-search__list p {
		margin-top: 10px;
	}
}

/* Sec-Detail */
.p-sec-detail td.shop,
.p-sec-detail td.date,
.p-sec-detail td.capa,
.p-sec-detail td.age {
	white-space: nowrap;
}
.p-sec-detail td.remark {
	text-align: left;
}
.p-sec-detail__btn {
	margin-top: 55px;
	text-align: center;
}
.p-sec-detail__modal {
	display: none;
}
@media screen and (max-width: 767px) {
	.p-sec-detail__btn {
		margin-top: 30px;
	}
}
@media screen and (min-width: 1025px) {
	.p-sec-detail .p-tbl .p-btn {
		height: auto;
		padding: 0;
	}
	.p-sec-detail .p-tbl .p-btn-prim {
		border: none;
	}
	.p-sec-detail .p-tbl .p-btn-prim:hover {
		color: inherit;
	}
	.p-sec-detail .p-tbl .p-btn.has-ico {
		background: none;
	}
	.p-sec-detail .js-pc-a-disabled {
		cursor: default;
	}
}
@media screen and (max-width: 1024px) {
	.p-sec-detail th, .p-sec-detail td {
		display: none;
	}
	.p-sec-detail th.area, .p-sec-detail td.area,
	.p-sec-detail th.shop, .p-sec-detail td.shop {
		display: table-cell;
	}
	.p-sec-detail th.shop, .p-sec-detail td.shop {
		border: none;
		padding: 0;
	}
}

/* Sec-Review */
.p-sec-review {
	letter-spacing: .08em;
}
.p-sec-review .date {
	margin-bottom: 20px;
	font-size: 14px;
	font-size: 1.4rem;
}
.p-sec-review__ttl {
	margin-bottom: 5px;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
}
.p-sec-review p {
	font-size: 14px;
	font-size: 1.4rem;
}

/*イベント条件検索*/
.selection .check_list li:last-child {
	width: 100%;
	padding-right: 0;
}
.selection .check_list li input {
	vertical-align: middle;
	margin-right: 15px;
}
.selection .check_list li label{
	border: solid 1px #ccc;
	padding: 20px;
	display: block;
	text-align: center;
}
.selection input[type="text"]{
	padding: 5px 10px;
	width: 100%;
}
.selection .area-select select {
	width: 320px;
	padding: 10px;
}
.selection .p-mod-tab__btn {
	width: 100%;
}
.selection .freeword li {
	display: inline-block;
}
.selection .freeword li .p-btn.p-btn-prim {
	height: auto;
	padding: 6px 30px;
}
@media screen and (min-width: 768px) {
	.selection .p-sec-search__list,
	.selection .js-tabs {
		width: 90%;
		margin: 0 auto;
	}
	.selection input[type="text"] {
		width: 550px;
	}
}
@media screen and (max-width: 767px) {
	.selection .area-select select {
		width: 100%;
		padding: 3.5%;
	}
	.selection .check_list li label {
		padding: 15px 0;
	}
	.selection .freeword li {
		margin-bottom: 10px;
		width: 100%;
	}
}