@charset "utf-8";

#page_user_data .ec-layoutRole .ec-layoutRole__main {
	width: 100%;
}
#page_user_data .ec-layoutRole .ec-layoutRole__contents-holidays2024gw {
	max-width: 960px!important;
	margin-left: auto;
	margin-right: auto;
}
.contant_wrap {
	padding: 80px 10px;
}
.title01 {
	font-size: 4.2rem;
	margin-bottom: 30px;
	font-weight: bold;
}
.text01 {
	font-size: 1.6rem;
	margin-bottom: 25px;
}
.annotation li {
	margin-top: 10px;
}
.alignleft {
	text-align: left;
}
.pb00 {
	padding-bottom: 0;
}
.shoplist_table {
	width: 100%;
	border-collapse: inherit;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-spacing: 0;
	background: #fff;
}
.shoplist_table_wrap {
	margin-bottom: 80px;
}
.shoplist_table th {
	background: #f5f5f5!important;
	width: 20%!important;
}
.shoplist_table th p {
	text-align: center;
	margin-bottom: 8px;
}
.shoplist_table tr:last-child td {
	border-bottom: 0!important;
}
.shoplist_table:last-child tr th,
.shoplist_table:last-child tr td {
	border-bottom: 1px solid #ccc!important;
}
.shoplist_table tr th {
	border-bottom: 0!important;
}
#shoplist_table__header th{
	text-align: center!important;
	border-bottom: 1px solid #ccc!important;
}
.shoplist_table_th__sp{
	display: none;
}
.shoplist_icon {
	width: 50px;
	display: block;
	margin: 0 auto;
}
.shoplist_table_th {
	display: none;
	background: #f5f5f5;
	padding: 10px;
	position: relative;
	border: 1px solid #ccc;
	border-bottom: 0;
}
.shoplist_table_th p {
	font-weight: bold;
	font-size: 1.5rem;
	padding-left: 30px;
}
.shoplist_table_th .shoplist_icon {
	position: absolute;
	left: 10px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.shoplist_table a {
	text-decoration: underline!important;
	color: #333333!important;
}
.shoplist_table a:hover {
	text-decoration: none!important;
	color: #333333!important;
}
.shoplist_table_colgroup:nth-child(1){
	width: 20%;
}
.shoplist_table_colgroup:nth-child(2){
	width: 30%;
}
.shoplist_table_colgroup:nth-child(3){
	width: 50%;
}
.shoplist_table td, 
.shoplist_table th {
	padding: 15px!important;
	text-align: left!important;
	border: 0!important;
	border-bottom: 1px solid #ccc!important;
	border-right: 1px solid #ccc!important;
	line-height: 1.5;
}
#shoplist_table__header th{	
	border: none;
	padding: 15px!important;
}
#page_user_data .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main p + p {
	margin-top: 0px!important;
}

@media screen and (max-width: 768px) {
	.contant_wrap {
		padding: 40px 10px;
	}
	.title01 {
		font-size: 3.2rem;
		line-height: 1.3;
		text-align: center;
		margin-bottom: 20px;
	}
	.text01 {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 767px) {
	.contant_wrap {
		padding: 20px 10px;
	}
	.title01 {
		font-size: 2rem;
		margin-bottom: 10px;
	}
	.text01 {
		font-size: 1.5rem;
	}
	.shoplist_table th,
	.shoplist_table td {
		padding: 10px!important;
	}
	.shoplist_table th {
		display: none;
	}
	.shoplist_table_th {
		display: block;
	}
	.shoplist_table td {
		line-height: 1.3;
	}
	.shoplist_table_wrap {
		margin-bottom: 30px;
	}
	.shoplist_icon {
		width: 23px;
	}
	.shoplist_table th p {
		display: inline-block;
		margin-bottom: 0;
	}
	.shoplist_table_colgroup:nth-child(1){
		width:40%;
	}
	.shoplist_table_colgroup:nth-child(2){
		width: 60%;
	}
	.shoplist_table_colgroup:nth-child(3){
		display: none;
	}
	#shoplist_table__header{
		text-align: center;
		border-bottom: 1px solid #ccc;
	}
	.shoplist_table_th__sp{
		display: flex;
		text-align: center;
		padding: 0px;
	}
	.shoplist_table_th__item:nth-child(1){
		border-right: 1px solid #ccc;
		padding: 10px;
		width: 40%
	}
	.shoplist_table_th__item:nth-child(2){
		border: none;
		padding: 10px;
		width: 60%
	}
}