@charset "UTF-8";
/* --------------------------
  TITLE : エステクロス 
  URI : escross.jp
  (C) エステクロス.
-------------------------- */

/* SEARCH
-------------------------- */

#search {
	width: 100%;
	height: 213px;
	background: url(/common/img/kv/202506.jpg);
	background-position: center center;
	background-size: cover;
	background-color: rgba(255,255,255,0.35);
	background-blend-mode: lighten;
	margin-bottom: 30px;
}

#search .search_inner {
	width: 100%;
	height: 213px;
	display: grid;
	gap: 10px;
	/* background: url(/common/img/top_search_bg.png) repeat-x; */
	background-image: radial-gradient(circle, #00000066 0.5px, transparent 0.5px);
	background-position: 1px 0;
	background-size: 3px 3px;
	padding: 25px 15px;
	box-sizing: border-box;
	grid-template-columns: repeat(2, 1fr);
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

#search .search_inner .s_btn {
	background-color: rgba(255,255,255,0.7);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	height: 55px;
	line-height: 55px;
	color: #222222;
	font-size: 16px;
	text-align: center;
}

#search .search_inner .s_btn:hover {
	background-color: rgba(255,255,255,0.9);
}

#search .search_inner .s_btn span {
	height: 22px;
	padding-left: 32px;
	background-size: 28px 28px;
	background-repeat: no-repeat;
	background-position: left center;
}

#search .search_inner .s_area_btn {
	grid-row: 1 / 2;
	grid-column: 1 / 2;
	position: relative;
}

#search .search_inner .s_area_btn select {
	position: absolute;
	top: 0;
	left: 0;
	height: 55px;
	width: 100%;
	opacity: 0.0;
	cursor: pointer;
}

#search .search_inner .s_area_btn span {
	background-image: url(/common/img/top_area_bg.png);
}

#search .search_inner .s_job_btn {
	grid-row: 1 / 2;
	grid-column: 2 / 3;
	cursor: pointer;
}

#search .search_inner .s_job_btn span {
	background-image: url(/common/img/top_job_bg.png);
}

#search .search_inner dl {
	height: 98px;
	background-color: rgba(255,255,255,0.7);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	color: #222222;
	text-align: center;
	grid-row: 2 / 3;
	grid-column: 1 / 3;
	padding: 10px;
	font-size: 0;
}

#search .search_inner dl dt {
	font-size: 14px;
	margin-bottom: 5px;
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

#search .search_inner dl dd {
	display: inline-block;
	height: 22px;
	line-height: 21px;
	background-color: #ffffff;
	border: 1px solid #e7e7e7;
	margin-left: 5px;
	margin-bottom: 5px;
	box-sizing: border-box;
}

#search .search_inner dl dd a {
	display: block;
	height: 22px;
	width: 100%;
	font-size: 10px;
	padding: 0 7px;
}

#search .search_inner dl dt:first-child + dd {
	margin-left: 0;
}

@media screen and (min-width: 640px) {

	#search .search_inner dl dt {
		font-size: 16px;
		margin-bottom: 5px;
	}
	
	#search .search_inner dl dd {
		height: 26px;
		line-height: 25px;
		margin-left: 5px;
	}
	
	#search .search_inner dl dd a {
		height: 26px;
		font-size: 11px;
		padding: 0 9px;
	}

}

@media screen and (min-width: 980px) {

	#search {
		height: 150px;
		margin-bottom: 20px;
	}
	
	#search .search_inner {
		height: 150px;
		display: black;
		padding: 20px;
		position: relative;
	}
	
	#search .search_inner .s_btn {
		height: 110px;
		text-align: left;
		padding: 0 20px;
	}

	#search .search_inner .s_btn:hover {
		background-color: rgba(255,255,255,0.5);
	}
	
	#search .search_inner .s_area_btn {
		display: none;
	}
	
	#search .search_inner .s_job_btn {
		grid-row: 1 / 2;
		grid-column: 1 / 3;
		cursor: auto;
	}
	
	#search .search_inner dl {
		display: none;
	}
	
	.job_form {
		display: inline;
		position: absolute;
		top: -60px;
		left: 20px;
		width: 100%;
		padding: 0;
		font-size: 12px;
		background: none;
		grid-row: 2 / 2;
		grid-column: 1 / 3;
	}
	
	.job_form label.search_list {
		margin-bottom: 0;
		width: auto;
	}

	.job_form form span.multi {
		display: inline-block;
		position: relative;
		width: 18px;
		height: 18px;
		top: 7px;
	}

	.job_form form span.multi::before,
	.job_form form span.multi::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 1px;
		height: 18px;
		background: #222222;
	}
	   
	.job_form form span.multi::before {
		transform: translate(-50%,-50%) rotate(45deg);
	}
	   
	.job_form form span.multi::after {
		transform: translate(-50%,-50%) rotate(-45deg);
	}

	.job_form label.search_list::after {
		right: 10px;
	}
	
	.job_form label.search_list select {
		width: auto;
		padding: 7px 35px 7px 15px;
	}
	
	.job_form button.submit_btn {
		position: absolute;
		display: inline-block;
		width: 90px;
		padding: 0 10px 0 0;
		height: 40px;
		font-size: 12px;
		line-height: 40px;
		margin: 0 0 0 15px;
	}

	.job_form button.submit_btn:hover {
		background-position: right 3px center;
		transition: all .1s;
	}
	
	.job_form .close {
		display: none;
	}

}

/* NEWSHOP
-------------------------- */

#new_shop {
	background: #ffffff;
	width: 100%;
	padding: 25px 15px;
	box-sizing: border-box;
	margin-bottom: 40px;
}

#new_shop h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 25px;
}

#new_shop a .shop_card {
	background-color: #f5f5f5;
	padding: 15px 8px;
	margin-bottom: 10px;
	display: grid;
	gap: 8px;
	grid-template-columns: 100px 1fr;
	position: relative;
}

#new_shop a .shop_card:hover {
	background-color: #f7f7f7;
}

#new_shop a .shop_card img {
	width: 100px;
	height: 67px;
}

#new_shop a .shop_info ul {
	display: block;
	margin-bottom: 6px;
	padding: 0;
	font-size: 0;
}

#new_shop a .shop_info ul li {
	list-style-type: none;
	font-size: 9px;
	display: inline-block;
	height: 17px;
	line-height: 15px;
	margin-left: 5px;
	padding: 0 7px;
	box-sizing: border-box;
}

#new_shop a .shop_info ul li.info_area {
	background-color: #ffffff;
	border: 1px solid #e7e7e7;
	margin-left: 0;
}

#new_shop a .shop_info ul li.info_job {
	background-color: #222222;
	border: 1px solid #222222;
	color: #ffffff;
}

#new_shop a .shop_info ul li.info_type {
	background-color: #666666;
	border: 1px solid #666666;
	color: #ffffff;
}

#new_shop a .shop_info h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}

#new_shop a .shop_info p {
	font-size: 10px;
	line-height: 12px;
}

#new_shop a .shop_info p.created {
	position: absolute;
	right: 10px;
	bottom: 5px;
	font-size: 9px;
}

#new_shop a p.kind {
	font-size: 11px;
	line-height: 11px;
	margin: 0 0 5px 0;
}

@media screen and (min-width: 640px) {

	#new_shop {
		margin-bottom: 20px;
	}
	
	#new_shop a .shop_card {
		padding: 20px 10px;
		gap: 10px;
		grid-template-columns: 130px 1fr;
	}
	
	#new_shop a .shop_card img {
		width: 130px;
		height: 87px;
	}
	
	#new_shop a .shop_info ul {
		margin-bottom: 8px;
	}

	#new_shop a .shop_info ul li {
		font-size: 11px;
		height: 20px;
		line-height: 16px;
		margin-left: 5px;
	}
	
	#new_shop a .shop_info h3 {
		font-size: 16px;
		margin-bottom: 6px;
	}
	
	#new_shop a .shop_info p {
		font-size: 11px;
		line-height: 14px;
	}
	
	#new_shop a .shop_info p.created {
		right: 15px;
		bottom: 10px;
		font-size: 11px;
	}

}

/* TOPNEWS
-------------------------- */

#top_news {
	background: #ffffff;
	width: 100%;
	padding: 25px 15px;
	box-sizing: border-box;
}

#top_news h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 25px;
}

#top_news a .news_card {
	background-color: #f5f5f5;
	padding: 15px 8px;
	margin-bottom: 10px;
	display: grid;
	gap: 8px;
	grid-template-columns: 90px 1fr;
	position: relative;
}

#top_news a .news_card:hover {
	background-color: #f7f7f7;
}

#top_news a .news_card img {
	width: 90px;
	height: 60px;
}

#top_news a .news_card span.category {
	position: absolute;
	top: 15px;
	left: 8px;
	background-color: #222222;
	color: #ffffff;
	font-size: 9px;
	height: 17px;
	line-height: 15px;
	padding: 0 7px;
}

#top_news a .news_card .news_info time {
	display: block;
	font-size: 11px;
	line-height: 11px;
	margin-bottom: 4px;
}

#top_news a .news_card .news_info h3 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	word-wrap: break-word;
}

@media screen and (min-width: 640px) {

	#top_news .news_grid {
		display: grid;
		gap: 10px;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: auto 1fr;
	}

	#top_news .news_grid a {
		min-height: 230px;
		display: inline-block;
	}

	#top_news a .news_card {
		padding: 0 0 15px 0;
		display: inline-block;
		height: 100%;
	}
	
	#top_news a .news_card img {
		width: 100%;
		height: auto;
	}
	
	#top_news a .news_card span.category {
		top: 0;
		left: 0;
		font-size: 11px;
		height: 20px;
		line-height: 19px;
	}

	#top_news a .news_card .news_info {
		padding: 0 10px;
	}
	
	#top_news a .news_card .news_info time {
		margin: 10px 0 5px 0;
	}
	
	#top_news a .news_card .news_info h3 {
		font-size: 12px;
		line-height: 16px;
	}

}