@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
 
 /* web font */
body{
	font-family: 'Noto Sans Japanese', sans-serif;
	background-image: url("../img/back.png");
	background-size: 140px 70px;
	background-repeat: repeat;
}

.mask{
	background-color: rgba(255,255,255,0.8);
	height: 100%;
}

/* float解除用 */
.clear{
	width: 1200px;
	clear: both;
}

.header{
	margin: 0 auto;
}

.contents{
	margin: 0 auto;
}

h1{
	font-weight: bold;
	font-size: 24px;
}

/*** 
	top 
*/
#top img{
	margin: 0 auto;  
	text-align: center;
}

/***
	left 
*/
#left{
	margin-top: 25px;
}

#links table{
	margin: 0 auto;  
}

/* 画像切り替え*/
#links table td{
	background-image: url("../img/kao.png");
	background-size: 133px;
	background-repeat: no-repeat;
}

#links table tr td img{
	width: 133px;
}

#links table tr td a{
	display: inline-block;
}

#links table tr td a:hover{
	background-color: transparent; 
}

#links table tr td a:hover img{
	visibility: hidden;
}

#banners table{
	margin: 0 auto;  
}

#banners table tr td{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#banners table tr td img{
	width: 180px;
}

#center{
	margin-top: 25px;
}

#recipe{
	
}

#right{
	margin-top: 25px;
}

#shop{
	
}

#s_body{
	text-align: center;
}

#timeline{
	/* margin-top: 25px; */
}

#tl_body{
	text-align: center;
}

#footer{
	margin-top: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #dedede;
	color: #5f5f5f;
}

#f_menu{
	text-align: right;
}

#f_menu img{
	margin-left: 20px;
}

#copyright{
	margin-top: 15px;
	text-align: center;
}

#profile{
	text-align: center;
}

.timeline{
	width: 80%;
	margin: 0px auto;
}

#inquiry{
	background-image: url("../img/humuhumu.png");
	background-repeat: no-repeat;
	background-position: 95% 90%;
	background-size: 200px;
	padding-top: 10px;
	padding-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

#inquiry_toumin{
	background-image: url("../img/humuhumu.png");
	background-repeat: no-repeat;
	background-position: 95% 90%;
	background-size: 200px;
	padding-top: 10px;
	padding-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
	height: 200px;
}

#contact{
	color: #00CED1;
}

#c_title{
	font-size: 1.5em;
}

.i_about{
	padding-top: 50px;
}

.i_title{
	color: #FF4500;
	font-size: 1.3em;
}

.dl{
	padding-top: 20px;
}

.dl a{
	padding-right: 10px;
}

.m_row{
	width: 100%;
}

.m_column{
	width: 33%;
	margin: auto;
}

.m_content{
	text-align: center;
	width:90%;
	margin: auto;
}

.m_content table{
	margin-top: 20px;
	height: 100%;
}

.m_content td{
	padding-top: 5px;
	padding-bottom: 5px;
}

.m_content img{
	max-width: 100%;
}

#m_table{
	text-align: center;
}

.m_img{
	margin: 0 auto;
	width: 60%;
}

.m_title{
	padding-top: 20px;
}

.m_title img{
	height: 40px;
}

@media screen and (max-width: 480px){
	.header{
		width: 100%;
	}

	.contents{
		width: 95%;
		margin: 0 auto;  
		text-align: left; 
	}

	#top{
		width: 100%;
	}

	#top img{
		width: 100%;
	}

	#left{
		width: 100%;
	}

	#links table td{
		width: auto;
		max-width : 100%;
		background-size:contain;
	}

	#links table tr td img{
		width: 100%;
		max-width : 100%;
		height: 100%;
	}

	#banners table tr td img{
		width: 100%;
	}

	#center{
		width: 100%;
	}

	#r_title img{
		width: 80%;
	}

	#r_body{
		text-align: center;
	}

	#right{
		width: 100%;
	}

	#s_title img{
		width: 80%;
	}

	#s_body img{
		width: 70%;
		max-width: 500px;
	}

	#tl_title img{
		width: 80%;
	}

	#f_menu img{
		max-height: 20px;
		height: auto;
	}

	.m_column{
		width: 100%;
		float: left;
	}
}

@media screen and (min-width: 480px){
	.header{
		width: 100%;
	}

	.contents{
		width: 95%;
		margin: 0 auto;  
		text-align: left; 
	}

	#top{
		width: 100%;
	}

	#top img{
		width: 100%;
	}

	#left{
		width: 33%;
		float: left;
	}

	#links table td{
		width: auto;
		max-width : 100%;
		background-size:contain;
	}

	#links table tr td img{
		width: 100%;
		max-width : 100%;
		height: 100%;
	}

	#banners table tr td img{
		width: 100%;
	}

	#center{
		width: 33%;
		float: left;
	}

	#s_title img{
		width: 100%;
	}

	#r_title img{
		width: 100%;
	}

	#right{
		width: 33%;
		float: left;
	}

	#s_body{
		margin: auto;
		max-width: 200px;
		width: 100%;
	}

	#s_body img{
		width: 100%;
	}

	#tl_title img{
		width: 100%;
	}
	
	#f_menu img{
		max-height: 20px;
		height: auto;
	}
}

@media screen and (min-width: 1200px){
	.header{
		width: 1200px;
	}

	.contents{
		width: 1200px;
	}

	#top img{
		width: 1200px;
	}

	#left{
		width: 400px;
		float: left;
	}

	#center{
		width: 400px;
		float: left;
	}

	#r_title img{
		width: 400px;
	}

	#right{
		width: 400px;
		float: left;
	}

	#s_title img{
		width: 400px;
	}

	#s_body{
		height: 300px;
	}

	#s_body img{
		width: 200px;
	}

	#tl_title img{
		width: 400px;
	}

	#f_menu img{
		height: 20px;
	}

	#m_table{
		width: 1200px;
	}
}
