@charset "utf-8";


/**************************************************50
 * shop
 **************************************************/
#shop{
}
#shop_description{
}
#shop_description table{
}
#shop_description table tr th{
}
#shop_description table tr td{
	border-bottom: 1px solid #A092B8;
}
#shop_description h3{
}
#shop_description h3 .mdi{
	color: #A092B8;
	position: relative;
}
#shop_description h3 .mdi:before{
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 0.5em;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#shop_description h3 .mdi:after{
	content: "　　";
}
#shop_description .shop_salaries{
}
#shop_description .shop_salaries th{
	text-align: center;
}
#shop_description .shop_salaries span{
	background-color: #A092B8;
	border-radius: 1000px;
	color: #FFFFFF;
	display: inline-block;
	line-height: 1.5;
	text-align: center;
	width: 5em;
}
#shop_description .shop_terms{
	margin-top: -0.25em;
}
#shop_description .shop_terms > li{
	background-color: #F3F3F3;
	border: 1px solid #B3B3B3;
	border-radius: 5px;
	color: #B3B3B3;
	display: inline-block;
	line-height: 3;
	margin-top: 0.5em;
	position: relative;
	text-align: center;
	vertical-align: top;
}
#shop_description .shop_terms > li.valid{
	background-color: #FFFFAC;
	border: 1px solid #F15A24;
	color: #F15A24;
}
#shop_description .shop_terms > li:before{
	content: "　";
}
#shop_description .shop_terms > li span{
	display: block;
	line-height: 1.25;
	padding: 0 0.5em;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}
@media screen and (max-width:319px){
	#shop_description .shop_terms{
		text-align: center;
	}
	#shop_description .shop_terms > li{
		font-size: 12px;
		width: 75%;
	}
}
@media screen and (min-width:320px) and (max-width:359px){
	#shop_description .shop_terms > li{
		font-size: 12px;
		width: -webkit-calc((100% - 1.785714285714286%) / 2);
		width: calc((100% - 1.785714285714286%) / 2);
	}
	#shop_description .shop_terms > li:nth-child(even){
		margin-left: 1.785714285714286%;
	}
}
@media screen and (min-width:360px) and (max-width:413px){
	#shop_description .shop_terms > li{
		font-size: 9px;
	}
}
@media screen and (min-width:360px) and (max-width:639px){
	#shop_description .shop_terms > li{
		width: -webkit-calc((100% - (1.785714285714286% * 2)) / 3);
		width: calc((100% - (1.785714285714286% * 2)) / 3);
	}
	#shop_description .shop_terms > li:not(:nth-child(3n+1)){
		margin-left: 1.785714285714286%;
	}
}
@media screen and (min-width:414px) and (max-width:479px){
	#shop_description .shop_terms > li{
		font-size: 10px;
	}
}
@media screen and (min-width:480px) and (max-width:639px){
	#shop_description .shop_terms > li{
		font-size: 12px;
	}
}
@media screen and (min-width:640px) and (max-width:767px){
	#shop_description .shop_terms > li{
		font-size: 12px;
		width: -webkit-calc((100% - (1.785714285714286% * 3)) / 4);
		width: calc((100% - (1.785714285714286% * 3)) / 4);
	}
	#shop_description .shop_terms > li:not(:nth-child(4n+1)){
		margin-left: 1.785714285714286%;
	}
}
@media screen and (max-width:767px){
	#shop{
		margin-bottom: 3.125%;
	}
	#shop .box{
		padding-bottom: 3.333333333333333%;
	}
	#shop_description{
		padding: 0 3.333333333333333%;
	}
	#shop_description table,
	#shop_description table tbody,
	#shop_description table tr,
	#shop_description table th,
	#shop_description table td{
		display: block;
	}
	#shop_description table{
	}
	#shop_description table tr th{
		padding: 0.5em 0 0;
	}
	#shop_description table tr td{
		padding: 0 0 0.5em;
	}
	#shop_description table tr td:first-child{
		padding: 0.5em 0;
	}
	#shop_description .shop_salaries:after{
		clear:  both;
		content: "";
		display: block;
	}
	#shop_description .shop_salaries th{
		margin-right: 1em;
		padding: 0 0 0.5em;
		float: left;
	}
	#shop_description .shop_salaries + .shop_salaries th{
		padding: 0.5em 0;
	}
	#shop_description .shop_salaries td{
		padding: 0 0 0.5em;
	}
	#shop_description .shop_salaries + .shop_salaries td{
		padding: 0.5em 0;
	}
	#shop_description h3{
	}
	#shop_description .shop_terms > li{
	}
}
@media screen and (min-width:768px){
	#shop{
		margin-bottom: 50px;
	}
	#shop .box{
		padding-bottom: 50px;
	}
	#shop_description{
	}
	#shop_description table{
		border-collapse: separate;
		border-spacing: 0;
		font-size: 112.5%;
/*
		table-layout: fixed;
*/
		width: 100%;
	}
	#shop_description table tr th{
		padding: 0.5em 1em;
	}
	#shop_description table tr th[colspan]{
		padding: 0.5em 1em 0 1em;
	}
	#shop_description table tr th:not([colspan]){
		border-bottom: 1px solid #A092B8;
		width: 10em;
	}
	#shop_description table tr td{
	}
	#shop_description table tr td[colspan]{
		padding: 0 1em 0.5em;
	}
	#shop_description table tr td:not([colspan]){
		padding: 0.5em 1em 0.5em 0;
	}
	#shop_description .shop_salaries + tr:not(.shop_salaries) td[colspan]{
		padding: 0.5em 1em;
	}
	#shop_description h3{
	}
}
@media screen and (min-width:768px) and (max-width:939px){
	#shop_description .shop_terms > li{
		font-size: 12px;
		width: -webkit-calc((100% - (8px * 3)) / 4);
		width: calc((100% - (8px * 3)) / 4);
	}
	#shop_description .shop_terms > li:not(:nth-child(4n+1)){
		margin-left: 8px;
	}
}
@media screen and (min-width:768px) and (max-width:1023px){
	#shop_description{
		padding: 0 50px;
	}
}
@media screen and (min-width:940px) and (max-width:1023px){
	#shop_description .shop_terms > li{
		font-size: 12px;
		width: -webkit-calc((100% - (8px * 4)) / 5);
		width: calc((100% - (8px * 4)) / 5);
	}
	#shop_description .shop_terms > li:not(:nth-child(5n+1)){
		margin-left: 8px;
	}
}
@media screen and (min-width:1024px){
	#shop_description{
		padding: 0 100px;
	}
}
@media screen and (min-width:1024px) and (max-width:1199px){
	#shop_description .shop_terms > li{
		font-size: 13px;
		width: -webkit-calc((100% - (8px * 4)) / 5);
		width: calc((100% - (8px * 4)) / 5);
	}
	#shop_description .shop_terms > li:not(:nth-child(5n+1)){
		margin-left: 8px;
	}
}
@media screen and (min-width:1200px) and (max-width:1279px){
	#shop_description .shop_terms > li{
		font-size: 14px;
		width: -webkit-calc((100% - (10px * 4)) / 5);
		width: calc((100% - (10px * 4)) / 5);
	}
	#shop_description .shop_terms > li:not(:nth-child(5n+1)){
		margin-left: 10px;
	}
}
@media screen and (min-width:1280px){
	#shop_description .shop_terms > li{
		font-size: 14px;
		width: 184px;
	}
	#shop_description .shop_terms > li:not(:nth-child(5n+1)){
		margin-left: 11px;
	}
}


