@charset "UTF-8";
/* --------------------------
  TITLE : エステクロス 
  URI : escross.jp
  (C) エステクロス.
-------------------------- */

/* SHOP
-------------------------- */

#shop {
	background: #ffffff;
	width: 100%;
	padding: 25px 15px;
	box-sizing: border-box;
	margin-bottom: 0;
}

#shop .shop_header ul {
	display: block;
	margin-bottom: 8px;
	padding: 0;
	font-size: 0;
}

#shop .shop_header 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;
}

#shop .shop_header ul li.info_area {
	background-color: #ffffff;
	border: 1px solid #e7e7e7;
	margin-left: 0;
}

#shop .shop_header ul li.info_job {
	background-color: #222222;
	border: 1px solid #222222;
	color: #ffffff;
}

#shop .shop_header ul li.info_type {
	background-color: #666666;
	border: 1px solid #666666;
	color: #ffffff;
}

#shop .shop_header h1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

#shop .shop_header h1 a {
	text-decoration: underline;
	background-image: url(/common/img/icon_link.gif);
	background-size: 14px 14px;
	background-repeat: no-repeat;
	background-position: left top 12px;
	padding-left: 20px;
}

#shop .shop_header p.open {
	font-size: 12px;
	height: 14px;
	line-height: 12px;
	background-image: url(/common/img/icon_open.png);
	padding-left: 18px;
	background-size: 14px 14px;
	background-repeat: no-repeat;
	background-position: left top;
}

#shop .shop_header img {
	width: 80%;
	max-width: 500px;
	margin: 15px auto 0 auto;
}

#shop .shop_link {
	width: 100%;
	max-width: 500px;
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr 45px 45px 45px;
	margin: 15px auto 15px auto;
}

#shop .shop_link p.tel {
	display: block;
	background-color: #ffffff;
	border: 1px solid #adadad;
	height: 45px;
	line-height: 43px;
	color: #222222;
	font-size: 14px;
	text-align: center;
}

#shop .shop_link p.tel span {
	height: 45px;
	padding-left: 16px;
	background-image: url(/common/img/icon_tel.gif);
	background-size: 10px 14px;
	background-repeat: no-repeat;
	background-position: left center;
}

#shop .shop_link a.sns {
	height: 45px;
	width: 45px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	background-size: 45px 45px;
	background-repeat: no-repeat;
	background-position: center center;
}

#shop .shop_link a.link_line {
	background-image: url(/common/img/shop_line.gif);
}

#shop .shop_link a.link_x {
	background-image: url(/common/img/shop_x.gif);
}

#shop .shop_link a.link_insta {
	background-image: url(/common/img/shop_instagram.gif);
}

#shop .shop_link a.sns:hover {
	opacity: 0.7;
}

#shop .shop_info dl {
	display: grid;
	grid-template-columns: 25% 1fr;
	width: 100%;
	gap: 3px 15px;
}

#shop .shop_info dl dt {
	background-color: #f5f5f5;
	min-height: 50px;
	line-height: 50px;
	text-align: center;
}

#shop .shop_info dl dd {
	padding: 10px 0;
	place-content: center;
}

#shop .shop_info dl dd a {
	padding-left: 16px;
	background-image: url(/common/img/icon_link.gif);
	background-size: 11px 11px;
	background-repeat: no-repeat;
	background-position: left top 3px;
	font-weight: bold;
}

#shop iframe {
	margin: 20px auto 0 auto;
	width: 100%;
	height: 300px;
}

@media screen and (min-width: 640px) {
	
	#shop {
		padding: 25px 20px;
	}
	
	#shop .shop_header ul {
		margin-bottom: 10px;
	}
	
	#shop .shop_header ul li {
		font-size: 11px;
		height: 20px;
		line-height: 16px;
		margin-left: 5px;
	}
	
	#shop .shop_header h1 {
		font-size: 22px;
		font-weight: bold;
		margin-bottom: 5px;
	}
	
	#shop .shop_header p.open {
		font-size: 14px;
		line-height: 16px;
		padding-left: 20px;
		background-size: 16px 16px;
	}
	
	#shop iframe {
		margin: 20px auto 0 auto;
		width: 100%;
		height: 450px;
	}

}
