@charset "UTF-8";
/*
//	PC or more ////////////////////////////////////////
*/

.gyokai .basecolor,
.sushikaisen .basecolor,
.nodoguro .basecolor,
.machiya .basecolor,
.meibutsu .basecolor,
.hirunomi .basecolor{
	color:#e5021f;
}
.local .basecolor{
	color:#e94382;
}
.artcraft .basecolor{
	color:#0e994a;
}
.tachiyoriyu .basecolor{
	color:#1458a4;
}
.ureshiiomiyage .basecolor{
	color:#e29328;
}
section{
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:1px solid #999;
}
section.otteokiwrap:first-of-type{
	margin-top:20px;
}
section:last-of-type{
	margin-bottom:0;
	border-bottom:none;
}
main.mainwrap section.otteokiwrap h1{
	font-size:24px;
	border-bottom:none;
	margin-bottom:20px;
}
main.mainwrap section.otteokiwrap h1 span{
	font-size:0.8em;
    vertical-align: top;
	display:block;
	margin-bottom:5px;
}
main.mainwrap section.otteokiwrap h1 span.ruby{
	font-size:0.6em;
	margin-top:5px;
	margin-bottom:0px;
}
h2{
	font-size:16px;
	margin-bottom:10px;
}
h3{
	font-size:18px;
	margin-bottom:10px;
}
figure p{
	color:#666;
	font-size:0.9em;
	display:block;
	margin-top:3px;
	line-height:1.4em;
}
p.main_txt{
	margin-top:25px;
	display:block;
}
.sub_img{
	margin-top:25px;
}
.shopdata_wrap{
	margin:30px 0 0;
}
.shopdata{
	width:54%;
	float:left;
}
.shopdata a{
	text-decoration: underline;
}
.shopdata a:hover{
	color:#666;
}

.shopdata_ttl{
	font-weight: bold;
	display:block;
	padding-bottom: 5px;
}
.shopdata p{
	display:block;
	margin-bottom:10px;
	line-height: 1.6em;
}
.shopdata p:last-of-type{
	margin-bottom:0;
}
.shopmap{
	width:44%;
	height:300px;
	float:right;
}

section.footergnav{
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:none;
}
/*
//	767px and below ///////////////////////////////////
*/
@media (max-width: 767px) {
	main.mainwrap section.inn-box{
		padding: 0;
	}
	main.mainwrap section.otteokiwrap{
		padding:0;
	}
	main.mainwrap section.otteokiwrap h1{
		font-size:22px;
		margin-bottom:10px;
	}
	main.mainwrap section.otteokiwrap h1 span{}
	h2{
		font-size:14px;
	}
	h3{}
	.shopdata_wrap{
		margin:15px 0 30px;
	}
	.shopdata{
		width:100%;
		float:none;
		margin-bottom:20px;
	}
	.shopmap{
		width:100%;
		float:none;
	}
}