
.red{
	color:#F00;
}
strong.red{
	font-weight:bold;
}
.floor{
	background-color:#1a80c8;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
	margin:0;
	padding:5px 10px;
}

.title02 span a {
    color: #fff !important;
    text-decoration: none;
}
.title02 span a:hover {
	text-decoration: underline;
}

.icon{
	padding: 0 0 0 10px;
	width:30px;
	background-color:#f5f5ea;
}
.name{
	background-color:#f5f5ea;
	padding:10px 15px;
	text-align:left;
	font-size:16px;
	font-weight:bold;
}

/*#shop_detail{
	width:680px;
	margin:15px auto;
}

#shop_detail a{
	text-decoration: underline; 
}

#shop_detail td{
	vertical-align:top;
}


#shop_detail_pic{
	text-align:center;
	vertical-align:top;
}*/

/*#ttl_qr{
	margin:10px;
}

#ttl_recom{
	background:#f5f5ea;
	border:1px solid #dcdcdc;
	width:678px;
	height:25px;
	margin:10px auto;
}
#ttl_recom p{
	padding:3px 8px;
	font-weight:bold;
}

#osusume_ta{
	width:640px;
	margin:15px auto;
}	
#osusume_ta td#pic{
	width:120px;
	vertical-align:top;
}
#osusume_ta #txt{
	vertical-align:top;
	padding:5px 20px;
}
#osusume_ta td#pic02{
	width:120px;
	vertical-align:top;
	padding-left:20px;
}
#osusume_ta #txt02{
	vertical-align:top;
	padding:0 5px;
}

#line_osusume{
	width:640px;
	height:1px;
	background:url(../img/line_list.gif) repeat-x;
	margin:5px auto;
	overflow:hidden;
}
	
#list_lay_ta{
	width:740px;
	margin:10px auto;
	font-size:12px;
}*/
	
/*#listTable{
	width:740px;
	margin:10px auto;
	border:1px solid #CCCCCC;
	font-size:12px;
	border-collapse: collapse;
}*/

.listTable_02{
	width:99%;
	margin:15px auto;
	border:1px solid #CCCCCC;
	font-size:12px;
	border-collapse: collapse;
}

.listTable_02 .ttl{
	background-color:#eceff7;
	font-weight:bold;
	font-size:16px;
	padding:15px 0px 15px 15px;
	border-bottom: 2px solid #025FB1;
	width:75%;
}
.listTable_02 .ttl_02{
	background-color:#eceff7;
	text-align:right;
	font-size:12px;
	padding:0 5px;
	width:20%;
}
.listTable_02 .ttl_03{
	background-color:#eceff7;
	text-align:right;
	width:5%;
}
.listTable_02 td{
	word-break:break-all !important;
}

.detail_left{
	padding:15px;
	width:80%;
}
.detail_pic{
	padding:15px;
	text-align:center;
	vertical-align:top;
}
.detail_pic img{
	margin-bottom:10px;
}
p.intro{
	margin-bottom:15px;
	font-size: 13px;
}
table.information{
	width:100%;
	margin-bottom:15px;
	font-size: 13px;
}
table.information th,
table.information td{
	text-align:left;
	padding:5px 8px;
	border:1px solid #eee;
}
table.information th{
	width:20%;
	background:#f7f7f7;
	font-weight:bold;
}

table.information td{
	width:80%;
}

.tokuten02{
	background-color:#fff0f0;
	border: solid 1px #ffb5b5;
	width:100%;
}
.tokuten02_ttl{
	background:#ff7979;
	margin:0;
}
.tokuten02_txt{
	color:#ff0000;
	font-weight:bold;
	padding:10px 15px;
	font-size:110%;
}

.goriyou02{
	width:100%;
	margin:15px 0;
}
.goriyou02_ttl{
	background:#eeeeee;
	border:solid 1px #d8d8d8;
}
.goriyou02_txt{
	padding:7px;
	font-size:13px
}

.ttl_osusu{
	text-align:center;
	margin:10px;
}

.ttl_tab{
	padding:10px 0;
}



/* FILTERS */
input[type="radio"] {
  position: absolute;
  left: -9999px;
}

.items{
	margin-top:30px;
}

.item{
	margin-bottom:30px;
}

.filters {
  text-align: center;
  margin-bottom: 1rem;
}

.filters * {
  display: inline-block;
}

.filters label {
  padding: 0.5rem 1rem;
  margin-bottom: 0.1rem;
  border-radius: 2rem;
  min-width: 60px;
  line-height: normal;
  cursor: pointer;
  transition: all 0.1s;
  font-size: 13px;
}

.filters label:hover {
  background: #07185c;
  color: #fff;
}


/* FILTERING RULES */

[value="All"]:checked ~ .filters [for="All"],
[value="zenkoku"]:checked ~ .filters [for="zenkoku"],
[value="hokkaido"]:checked ~ .filters [for="hokkaido"],
[value="tohoku"]:checked ~ .filters [for="tohoku"] ,
[value="kanto-chubu"]:checked ~ .filters [for="kanto-chubu"] ,
[value="kansai"]:checked ~ .filters [for="kansai"] ,
[value="chugoku-shikoku"]:checked ~ .filters [for="chugoku-shikoku"], 
[value="kyushu-okinawa"]:checked ~ .filters [for="kyushu-okinawa"] {
  background: #07185c;
  color: #fff;
}


[value="All"]:checked ~ .items [data-category] {
  display: block;
}

[value="zenkoku"]:checked ~ .items .item:not([data-category~="zenkoku"]),
[value="hokkaido"]:checked ~ .items .item:not([data-category~="hokkaido"]),
[value="tohoku"]:checked ~ .items .item:not([data-category~="tohoku"]) ,
[value="kanto-chubu"]:checked ~ .items .item:not([data-category~="kanto-chubu"]),
[value="kansai"]:checked ~ .items .item:not([data-category~="kansai"]),
[value="chugoku-shikoku"]:checked ~ .items .item:not([data-category~="chugoku-shikoku"]),
[value="kyushu-okinawa"]:checked ~ .items .item:not([data-category~="kyushu-okinawa"]){
  display: none;
}

@media only screen 
and (max-width: 768px){

div#topicPath {
    font-size: 13px;
}

.listTable_02{
	margin:15px auto;
}
.listTable_02 .ttl{
	padding:10px;
	width:67%;
	font-size:15px;
	border-bottom:0px;
}
.listTable_02 .ttl_02{
	padding:0 5px;
	width:30%;
	font-size:11px;
}
.listTable_02 .ttl_03{
	width:3%;
}

.listTable_02 .ttl_03 img{
	width:30px;
	height:auto;
}
.shop_detail{
	width:100%;
}
.shop_detail > tbody > tr{
	display:flex;
	flex-direction:column;
}
.detail_left,
.detail_pic{
	width:98%;
	margin:15px auto 0;
}
.detail_left{
	order: 2; 
}
.detail_pic{
	order: 1; 
}


}