h1.title_meiten {
	position: relative;
	background: #A07A42;	/*shopcolorbelt1*/
	padding: 2px 5px 2px 50px;
	font-size: 22px;
	color: #fff;
	border-radius: 0 10px 10px 0;
}

h1.title_meiten:before {
	content:url(../meiten/img/kasen_icon.png);	/*icon*/
	display: inline-block;
	position: absolute;
	padding: 0;
	background: #F4CD9A;	/*shopcolorbelt2*/
	font-weight: normal;
	width: 50px;
	text-align: center;
	height: 50px;
	line-height: 55px;
	left: -0.5em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.29);
	border-bottom: solid 2px #A07A42;	/*shopcolorbelt1*/
	border-radius: 50%;
}

h2.subtitle_meiten {
	color: #A07A42;	/*shopcolorbelt1*/
	padding: 0.5em 0 0.5em 1.5em;
	border-top: solid 3px #A07A42;	/*shopcolorbelt1*/
	border-bottom: solid 3px #A07A42;	/*shopcolorbelt1*/
	font-size:16px;
	margin:0.8em 0;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝ tabstyle ＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.nav-tabs{
	border:none;
	border-left:solid 1px #A07A42;	/*shopcolortab1*/
}
.nav-item {
	background-color:#F4CD9A;	/*shopcolortab2*/
	border-top:solid 1px #A07A42;	/*shopcolortab1*/
	border-right:solid 1px #A07A42;	/*shopcolortab1*/
	border-bottom:solid 1px #A07A42;	/*shopcolortab1*/
}
.nav-item-active{
	background-color:#A07A42;	/*shopcolortab1*/
	border-top:solid 1px #A07A42;	/*shopcolortab1*/
	border-right:solid 1px #A07A42;	/*shopcolortab1*/
	border-bottom:solid 1px #A07A42;	/*shopcolortab1*/
}
.nav-tabs li a:hover {
	background: #A07A42;	/*shopcolortab1*/
	color:#fff;
}
.nav-link-active{
	color:#fff;
}

.tab-content{
	margin:20px 0;
	padding:5px;
}

@media only screen and (max-width:640px)	{
	.nav-tabs li {
		width: calc(100% / 2);
		font-size:80%;
	}
	span.shoplist_name {
		font-size:80%;
		display:block;
	}
}
@media screen and (min-width:640px) and ( max-width:1024px) {
	.nav-tabs li {
		width: calc(100% / 3);
		font-size:85%;
	}
	span.shoplist_name {
		font-size:80%;
		display:block;
	}
}
@media screen and (min-width:1024px) and ( max-width:1200px) {
	.nav-tabs li {
		width: calc(100% / 5);
		font-size:85%;
	}
	span.shoplist_name {
		font-size:80%;
	}
}
@media only screen and (min-width:1200px)	{
	.nav-tabs li {
		width: calc(100% / 6);
		font-size:90%;
	}
	span.shoplist_name {
		font-size:80%;
	}
}

.nav-tabs > li > a{
	border: medium none;
	color:#333;
}
.nav-tabs > li > a:hover{
	border-radius: 0;
}

/* 角丸の削除 */
.nav-tabs .nav-link,
.btn,
.btn-lg {
	border-radius: 0;
}
