@charset "utf-8";

@media (max-width:640px){
	footer{
		padding-bottom: 70px;
	}
#access{
	width: 100%;
	margin: 0 auto;
	padding-top: 50px;
	clear: both;
	font-family: "Sawarabi Gothic";
}
	.accessbox{

	}
#access h1{
	background-color: rgba(79,56,37,1.00);
	font-size: 1.5em;
	color: #fff;
	padding: 10px;
	padding-left: 20px;
}

	.accessbox h2{
		padding: 10px 5%;
		font-size: 1em;
		font-family: "Sawarabi Gothic";
		line-height: 1.5em;
	}
	.shopimg img{
		width: 90%;
		height: auto;
		display: block;
		margin: auto;
	}
	.contact_link{
		background-color: rgba(79,56,37,1.00);
		width: 300px;
		padding: 10px 0;
		display: block;
		margin: 20px auto;
	}
	.accessbox h3{
		font-size: 2em;
		text-align: center;
		color: #fff;
		font-family: "Sawarabi Gothic";
	}
	.accessbox h4{
		font-size: 1em;
		text-align: center;
		padding-top: 10px;
		color: #fff;
		font-family: "Sawarabi Gothic";
	}
#map{
	width: 100%;
	padding-top: 10px;
}
	

#info {
	padding: 3%;	
	font-family: "Sawarabi Mincho";
}
#info h1 {
	font-size: 20px;
	text-align: center;
	color: rgba(79,56,37,1.00);
	height: auto;
	padding-top: 10px;
	padding-bottom: 20px;
}
#info dl {
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#info dt {
	width: 100%;
	font-size: 18px;
	color: rgba(79,56,37,1.00);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top: thin solid rgba(79,56,37,1.00);
}
	#info dt:first-child{
		border: none;
	}
#info dd {
	width: 100%;
	font-size: 16px;
	color: rgba(79,56,37,1.00);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
	

	#news{
		padding:40px 30px;
		font-family: "Sawarabi Gothic";
	}
	.news_title{
		width: 50px;
		border-bottom: thick solid rgba(57,115,21,1.00);
	}
	#news h1{
		width: 200px;
		font-size:24px;
		color: rgba(30,6,6,1.00);
	}
	.news_time{
		font-size: 14px;
		color: rgba(30,6,6,1.00);
		padding-top: 10px;
	}
	.news_list{
		font-size: 12px;
		color: rgba(30,6,6,1.00);
		padding-bottom: 10px;
		border-bottom: thin solid rgba(30,6,6,0.70);
	}
	.bloglink{
		width: 130px;
		background-color: rgba(57,115,21,1.00);
		margin-left: auto;
		margin-top: 10px;
		margin-right: 0px;
		padding: 10px 0;
		font-size: 18px;
		text-align: center;
		color: rgba(255,255,255,1.00);
	}
	
	.copyright{
		text-align: center;
	}
	.copyright h1{
		background-color: rgba(88,28,29,1.00);
		padding: 10px;
		color: rgba(255,255,255,1.00);
		font-size: 12px;
	}
	.copyright h2{
		color: rgba(88,28,29,1.00);
		font-size: 16px;
		line-height: 40px;
	}
	
	.creator p{
		color: rgba(88,28,29,1.00);
		font-size: 16px;
	}
	.creator a{
		color: rgba(88,28,29,1.00);
		font-size: 16px;
		line-height: 30px;
	}
	
	.snslinkimg{
		display: -webkit-flex;
		display: flex;
		width: 250px;
		margin: auto;
		justify-content: -webkit-space-around;
		justify-content: space-around;
	}
	.snslinkimg img{
		width: 50px;
		height: auto;
	}
	.snslinkimg a{
		text-align: center;
		text-decoration: none;
		color: rgba(79,56,37,1.00);
	}
	

	#renraku{
		position: fixed;
		bottom: 20px;
		right: 90px;;
		width: 280px;
		background-color: rgba(79,56,37,0.00);
		z-index: 2;
	}
	.renbg{
		display: -webkit-flex;
		display: flex;
		justify-content: -webkit-space-between;
		justify-content: space-between;
	}
	#renraku p{
		font-size: 1.2em;
		font-weight: bold;
		text-align: center;
	}
	.ren_3{
		background-color: rgba(255,6,83,1.00);
		color: rgba(255,255,255,1.00);
		width: 80px;
		padding: 10px 0;
	}
	.ren_2,.ren_1{
		background-color: rgba(255,255,255,1.00);
		color: rgba(255,6,83,1.00);
		width: 78px;
		padding: 9px 0;
		border: 1px solid rgba(255,6,83,1.00);
	}
	
	.yajirushi img{
		width: 50px;
		position: fixed;
		bottom: 20px;
		right: 20px;
	}
	
	.counter{
		text-align: center;
	}
	
	#houritsu{
		padding: 20px;
	}
	#houritsu h1{
		font-size: 25px;
	}
	#houritsu h3{
		font-size: 20px;
		padding-top: 10px;
	}
	#houritsu p{
		padding-left: 25px;
	}
	#houritsu li{
		padding-left: 30px;
	}
}











@media (min-width:640px){
	
	footer{
		padding-bottom: 70px;
	}
#access{
	width: 100%;
	margin: 0 auto;
	padding-top: 50px;
	clear: both;
	font-family: "Sawarabi Gothic";
}
	.accessbox{

	}
#access h1{
	background-color: rgba(79,56,37,1.00);
	font-size: 1.5em;
	color: #fff;
	padding: 10px;
	padding-left: 20px;
}

	.accessbox h2{
		padding: 10px 5%;
		font-size: 1em;
		font-family: "Sawarabi Gothic";
	}
	.shopimg img{
		width: 90%;
		height: auto;
		display: block;
		margin: auto;
	}
	.contact_link{
		background-color: rgba(79,56,37,1.00);
		width: 300px;
		padding: 10px 0;
		display: block;
		margin: 20px auto;
	}
	.accessbox h3{
		font-size: 2em;
		text-align: center;
		color: #fff;
		font-family: "Sawarabi Gothic";
	}
	.accessbox h4{
		font-size: 1em;
		text-align: center;
		padding-top: 10px;
		color: #fff;
		font-family: "Sawarabi Gothic";
	}
#map{
	width: 100%;
	padding-top: 10px;
}
	

#info {
	padding: 3%;	
	font-family: "Sawarabi Mincho";
}
#info h1 {
	font-size: 20px;
	text-align: center;
	color: rgba(79,56,37,1.00);
	height: auto;
	padding-top: 10px;
	padding-bottom: 20px;
}
#info dl {
	width: 90%;
	height: auto;
	
	margin: 0 auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#info dt {
	width: 100%;
	font-size: 18px;
	color: rgba(79,56,37,1.00);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top: thin solid rgba(79,56,37,1.00);
}
	#info dt:first-child{
		border: none;
	}
#info dd {
	width: 100%;
	font-size: 16px;
	color: rgba(79,56,37,1.00);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
	


	#news{
		padding:40px 30px;
		font-family: "Sawarabi Gothic";
	}
	.news_title{
		width: 50px;
		border-bottom: thick solid rgba(57,115,21,1.00);
	}
	#news h1{
		width: 200px;
		font-size:24px;
		color: rgba(30,6,6,1.00);
	}
	.news_time{
		font-size: 14px;
		color: rgba(30,6,6,1.00);
		padding-top: 10px;
	}
	.news_list{
		font-size: 12px;
		color: rgba(30,6,6,1.00);
		padding-bottom: 10px;
		border-bottom: thin solid rgba(30,6,6,0.70);
	}
	.bloglink{
		width: 130px;
		background-color: rgba(57,115,21,1.00);
		margin-left: auto;
		margin-top: 10px;
		margin-right: 0px;
		padding: 10px 0;
		font-size: 18px;
		text-align: center;
		color: rgba(255,255,255,1.00);
	}
	
	.copyright{
		text-align: center;
	}
	.copyright h1{
		background-color: rgba(88,28,29,1.00);
		padding: 10px;
		color: rgba(255,255,255,1.00);
		font-size: 12px;
	}
	.copyright h2{
		color: rgba(88,28,29,1.00);
		font-size: 16px;
		line-height: 40px;
	}
	
	.creator p{
		color: rgba(88,28,29,1.00);
		font-size: 16px;
	}
	.creator a{
		color: rgba(88,28,29,1.00);
		font-size: 16px;
		line-height: 30px;
	}

	.snslinkimg{
		display: -webkit-flex;
		display: flex;
		width: 250px;
		margin: auto;
		justify-content: -webkit-space-around;
		justify-content: space-around;
	}
	.snslinkimg img{
		width: 50px;
		height: auto;
	}
	.snslinkimg a{
		text-align: center;
		text-decoration: none;
		color: rgba(79,56,37,1.00);
	}

	#renraku{
		position: fixed;
		bottom: 20px;
		right: 90px;;
		width: 280px;
		background-color: rgba(79,56,37,0.00);
		z-index: 2;
	}
	.renbg{
		display: -webkit-flex;
		display: flex;
		justify-content: -webkit-space-between;
		justify-content: space-between;
	}
	#renraku p{
		font-size: 1.2em;
		font-weight: bold;
		text-align: center;
	}
	.ren_3{
		background-color: rgba(255,6,83,1.00);
		color: rgba(255,255,255,1.00);
		width: 80px;
		padding: 10px 0;
	}
	.ren_2,.ren_1{
		background-color: rgba(255,255,255,1.00);
		color: rgba(255,6,83,1.00);
		width: 78px;
		padding: 9px 0;
		border: 1px solid rgba(255,6,83,1.00);
	}
	
	.yajirushi img{
		width: 50px;
		position: fixed;
		bottom: 20px;
		right: 20px;
	}
	.counter{
		text-align: center;
	}
	
	#houritsu{
		padding: 20px;
	}
	#houritsu h1{
		font-size: 25px;
	}
	#houritsu h3{
		font-size: 20px;
		padding-top: 10px;
	}
	#houritsu p{
		padding-left: 25px;
	}
	#houritsu li{
		padding-left: 30px;
	}
}








@media (min-width:900px){
	#access h1{
		text-align: center;
	}
	#info,#news,.accessbox{
		max-width: 700px;
		display: block;
		margin: auto;
	}
	#news{
		padding: 50px 0;
	}
}




@media (min-width:1280px){
	#access h1{
		font-size: 3em;
	}
	
	.accessbox{
		display: -webkit-flex;
		display: flex;
		margin: 20px auto;
		max-width: 100%;
	}
	.accesssubbox{
		margin: 0;
		padding: 0;
		width: 50%;
	}
	#access h2{
		font-size: 1.5em;
	}
	.contact_link{
		margin-top: 40px;
	}
	.contact_link:hover{
		background-color: rgba(79,56,37,0.80);
	}
	.shopimg{
		width: 60%;
	}
	.shopimg img{
		
	}
	#info{
		max-width: 800px;
	}
#info dl{
  display:flex;
  flex-wrap: wrap;
	padding: 0;
}
#info dt{
	font-size: 1.2em;
  width: 30%;
  padding: 10px;
  box-sizing: border-box;
  border-top: 1px solid #ccc; 
}
#info dd{
	font-size: 1.2em;
  padding: 10px;
  margin: 0;
  border-top: 1px solid #ccc; 
  width: 70%;
  box-sizing: border-box;
}
	#info dd:first-child{
		border: none;
	}
	#info dt:first-child{
		border-top: 1px solid #ccc; 
	}
	
	.copyright h1{
		padding: 25px 0;
		font-size: 1em;
	}
	
	#renraku{
		display: none;
	}
	#houritsu{
		max-width: 1100px;
		display: block;
		margin: auto;
	}
}

@media (min-width:1450px){
	.accessbox{
		max-width: 1400px;
	}
	#map{
		height: 650px;
	}
	
}