@charset "utf-8";
/* CSS Document */

.icon1_bk{
	margin-right: 2px;
	width:fit-content;
    white-space: nowrap;
	background-color: #000;
	color: #000;
	display: inline-block;
	margin-bottom: 5px;
	padding: 3px;
	text-align: center;
    line-height: 1em;
}
.icon3_perple{
	margin-right: 2px;
	width:fit-content;
    white-space: nowrap;
	padding: 3px;
	background-color: #C0C;
	color: #C0C;
	display: inline-block;
	margin-bottom: 5px;
	text-align: center;
    line-height: 1em;
}
.icon4_orenge{
	margin-right: 2px;
	width:fit-content;
    white-space: nowrap;
	background-color: #ff5b22;
	color: #FFF;
	padding: 3px;
	display: inline-block;
	margin-bottom: 5px;
	text-align: center;
    line-height: 1em;
}
.icon5_green {
	margin-right: 2px;
	width:fit-content;
    white-space: nowrap;
	padding: 3px;
    line-height: 1em;
	background-color: #008040;
	color: #FFF;
	display: inline-block;
	margin-bottom: 2px;
	text-align: center;
}
.icon6_blue {
	margin-right: 2px;
	width:fit-content;
    white-space: nowrap;
	padding: 3px;
    line-height: 1em;
	background-color: #03F;
	color: #FFF;
	display: inline-block;
	margin-bottom: 5px;
	text-align: center;
}
.icon7_pink {
	margin-right: 2px;
	width:fit-content;
    white-space: nowrap;
	padding: 3px;
    line-height: 1em;
	background-color: #FD007E;
	color: #FFF;
	display: inline-block;
	margin-bottom: 5px;
	text-align: center;
}
.icon8_gray {
	margin-right: 2px;
	width:fit-content;
    white-space: nowrap;
	padding: 3px;
    line-height: 1em;
	background-color: #A9A9A9;
	color: #FFF;
	display: inline-block;
	margin-bottom: 5px;
	text-align: center;
}
.icon9_pink {
	margin-right: 2px;
	width:fit-content;
    white-space: nowrap;
	padding: 3px;
    line-height: 1em;
	background-color: #f7cefc;
	color: #000;
	display: inline-block;
	margin-bottom: 5px;
	text-align: center;
}
.icon10_blue {
	margin-right: 2px;
	width:fit-content;
    white-space: nowrap;
	padding: 3px;
    line-height: 1em;
	background-color: #00007b;
	color: #FFF;
	display: inline-block;
	margin-bottom: 5px;
	text-align: center;
}
.icon11_green {
	margin-right: 2px;
	width:fit-content;
    white-space: nowrap;
	padding: 3px;
    line-height: 1em;
	background-color: #439798;
	color: #fff;
	display: inline-block;
	margin-bottom: 5px;
	text-align: center;
}
.icon12_red {
	margin-right: 2px;
	width:fit-content;
    white-space: nowrap;
	padding: 3px;
    line-height: 1em;
	background-color: #eb3323;
	color: #fff;
	display: inline-block;
	margin-bottom: 5px;
	text-align: center;
}
.icon13_yellow {
	margin-right: 2px;
	width:fit-content;
    white-space: nowrap;
	padding: 3px;
    line-height: 1em;
	background-color: #f7cf46;
	color: #000;
	display: inline-block;
	margin-bottom: 5px;
	text-align: center;
}
.icon14_green {
	margin-right: 2px;
	width:fit-content;
    white-space: nowrap;
	padding: 3px;
    line-height: 1em;
	background-color: #9fce63;
	color: #000;
	display: inline-block;
	margin-bottom: 5px;
	text-align: center;
}
.icon15 {
	margin-right: 2px;
	width:fit-content;
    white-space: nowrap;
	padding: 3px;
    line-height: 1em;
	background-color: #ffff00;
	color: #000;
	display: inline-block;
	margin-bottom: 5px;
	text-align: center;
}

.m_shop-area {
	width: 100%;
	margin-top: 5em;
}
.m_shop-area h3 {
	font-size: 1.7em;
    font-weight: 600;
    color: #000;
    padding-bottom: .2em;
    border-bottom: solid 3px #000;
}
.m_shop-area h4 {
	font-size: 1.5em;
    font-weight: 500;
    color: #666;
    margin-top: 2em;
    text-align: left;
}
.m_shop-list {
	width: 100%;
	display: flex;
    align-items: stretch;
    flex-wrap:wrap;
}
.m_box_shidashop {
	width: 48%;
    display: flex;
	border-bottom: solid 1px #000;
	padding: 1.5em 0 1em;
}
.m_box_shidashop:nth-child(2n) {
	margin-left: 4%;
}
.m_box_shidashop p:first-of-type {
  font-weight: 500;
  margin-bottom: 5px;
}
.m_box_shidashop p:last-of-type{
  margin-top: 11px;
}
.m_box_shop-data {
	width: 80%;
}
.m_shop-map {
	width: 18%;
	margin-left: 4%;
}
.m_shop-map a {
	display: block;
    text-decoration: none;
	color: #333;
	border: 1px solid #333;
	text-align: center;
	font-size: .9em;
    line-height: .9em;
	width: 100%;
	padding: .6em 0;
}

.m_shop-map a:hover {
	color: #fff;
	background-color: #333;
}
.m_shop-last {
	margin-bottom: 5em;
}

@media screen and (max-width: 767px){
.m_box_shidashop {
	width: 100%;
}
.m_box_shidashop:nth-child(2n) {
	margin-left: 0;
}
}
