@charset "UTF-8";

/* ===============================
	style
=============================== */

/*------ main-visual ------*/
#main-visual{
	background-image: url("images/main-visual.jpg");
}

/* ===============================
	PC / Tab Style
=============================== */
@media print , screen and (min-width: 481px) {	

	/*------ contents ------*/
	#shopinfo table td:nth-child(1) {
		width:18%;
	}
	#shopinfo table td:nth-child(3) {
		width:78%;
	}
	
}

/* ===============================
	Mobile Style
=============================== */
@media screen and (max-width: 480px) {

	/*------ main-visual ------*/
	#main-visual {
		width:100%;
		height:auto;
		background: none;
		padding: 130px 0;
	 }	
	#main-visual::before {
		background: url("images/main-visual_sp.jpg") no-repeat;	
		background-size: auto 500px;
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 460px;
		content: "";
		z-index: -1;
	 }	
	
}

