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

/*
// ALL
*/
.basic_index_wrap{
	font-size:0;
	margin-bottom:30px;
}
.basic_index_wrap img{
	width:100%;
	height:auto;
}
.basic_index_wrap article{
	display:inline-block;
	vertical-align:top;
	font-size: 14px;
	width:50%;
	box-sizing: border-box;
	border-bottom:1px solid #999;
	padding-top:15px;
	padding-bottom:15px;
}
.basic_index_wrap article:nth-child(odd){
	padding-right:3%;
	border-right:1px solid #999;
}
.basic_index_wrap article:nth-child(even){
	padding-left:3%;
}
main.mainwrap section .basic_index h1 {
	font-size: 22px;
	padding-bottom: 10px;
	border-bottom: none;
}
main.mainwrap section .basic_index h1 span{
	font-size:0.7em;
	padding-right:5px;
}
main.mainwrap section .basic_index h1 span.ruby{
	font-size:0.6em;
	display:block;
	padding-right:0;
	line-height: 1.4em;
}
main.mainwrap section .basic_index h2 {
	font-size: 14px;
	margin-top: 10px;
	display: block;
	line-height: 1.2em;
}
.basic_index_btn {
	margin-top: 10px;
	padding: 3px 0;
	font-size:12px;
	text-align:center;
	border-radius:10px;
}
.basic_index a{
	color:#fff;
	text-decoration:none;
}
/*
// SINGEL
*/
section.basic_wrap{
	margin-top:-60px;
	padding-top:60px;
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:1px solid #999;
}
section:last-of-type{
	margin-bottom:0;
	border-bottom:none;
}
main.mainwrap section.basic_wrap h1{
	font-size:24px;
	border-bottom:none;
	margin-bottom:20px;
}
main.mainwrap section.basic_wrap h1 span{
	font-size:0.8em;
	padding-right:5px;
}
main.mainwrap section.basic_wrap h1 span.ruby{
	padding-right:0;
}
h2{
	font-size:18px;
	margin-bottom:10px;
}
h3{
	font-size:18px;
	margin-bottom:10px;
}
figure p{
	color:#666;
	font-size:0.9em;
	display:block;
	margin-top:5px;
	line-height:1.4em;
}
p.main_txt{
	margin-top:25px;
	display:block;
}
.sub_img{
	margin-top:25px;
}
.main_img img,
.sub_img img{
	width:100%;
	height:auto;
}
.basic_menu{
	margin:15px 0;
	line-height:1.4em;
}
.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;
}
.basic_adddata{
	margin-top:20px;
}
.basic_adddata p{
	margin-bottom:0;
}
.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;
}
/* OTHER WRAP*/
.basic_other_wrap{
	padding:15px 10px;
	margin-bottom:10px;
	background:#f0e9ce;
}
.basic_other_inn{
	margin-top:15px;
}
.basic_other_wrap .basic_other_inn:first-of-type{
	margin-top:0;
}
.basic_other_ttl{
	font-size:16px;
	margin-left:5px;
	margin-right:5px;
	box-sizing: border-box;
	text-align:center;
	padding:5px;
	color:#fff;
}
.basic_other_wrap .basic_other{
	margin-bottom:0;
	font-size:0em;
}
.basic_other_wrap .basic_other article{
	box-sizing: border-box;
	display: inline-block;
	width:25%;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:0;
	border-bottom:none;
	margin:15px 0 10px;
}
.other_data {
	margin-bottom:5px;
}
.basic_other_wrap .basic_other h3 {
	font-size:14px;
	line-height:1.2em;
}
.basic_other_wrap .basic_other h3 span{
	display:block;
}
.basic_other_wrap .basic_other h2{
	font-size:14px;
	line-height:1.4em;
	border-bottom:none;
	padding-bottom:0;
}
.basic_other_wrap .basic_other .other_data_area{
	font-size:14px;
}
.basic_other_wrap .basic_other img{
	width:100%;
	height:auto;
}
.basic_other_btn {
	margin-top: 10px;
	padding: 3px 0;
	font-size:12px;
	text-align:center;
	border-radius:10px;
}
.basic_other a{
	color:#fff;
	text-decoration:none;
}
/*
//	767px and below ///////////////////////////////////
*/
@media (max-width: 767px) {
	/*
	// ALL
	*/
	.basic_index_wrap article{
		width:100%;
		padding-top:25px;
		padding-bottom:25px;
	}
	.basic_index_wrap article:nth-child(odd){
		padding-right:0%;
		border-right:none;
	}
	.basic_index_wrap article:nth-child(even){
		padding-left:0%;
	}
	/*
	// SINGEL
	*/
	main.mainwrap section.inn-box{
		padding: 0;
	}
	main.mainwrap section.basic_wrap{
		margin-top:-30px;
		padding:30px 0;
	}
	main.mainwrap section.basic_wrap h1{
		font-size:20px;
		margin-bottom:10px;
	}
	main.mainwrap section.basic_wrap h1 span{
		display:block;
	}
	main.mainwrap section.basic_wrap h1 span.ruby{
		display:inline;
	}
	h2{
		font-size:16px;
	}
	h3{}
	.shopdata_wrap{
		margin:15px 0 30px;
	}
	.shopdata{
		width:100%;
		float:none;
		margin-bottom:20px;
	}
	.shopmap{
		width:100%;
		float:none;
	}
	/* OTHER WRAP*/
	.basic_other_wrap{
		width: 94% !important;
		margin: 0 3% !important;
	}
	.basic_other_wrap .basic_other article{
		width:50%;
	}
}