@charset "UTF-8";

/* ▼▼▼ ショップデータ
=====================================*/
#shopdata .inner a:link{
	color:#000000;
	}
#shopdata .inner a:hover{
	color:#000000;
	}
#shopdata .inner a:visited{
	color:#000000;
	}
#shopdata .shop_wrap:first-of-type{
	border-bottom:1px dotted #707070;
	margin-bottom:70px;
	}
#shopdata ul.shop_area{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-around;
	-ms-align-items: stretch;
	align-items: stretch;
	align-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 80%;
	margin: 0 auto 20px;
}
#shopdata ul.shop_area li{
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	max-width: 200px;
	border: #CC2F2F 2px solid;
	margin-bottom: 10px;
}
#shopdata ul.shop_area li a{
	display: block;
	padding: 5px 20px 5px 0;
	color: #CC2F2F!important;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
#shopdata ul.shop_area li a::after{
	content: '';
	width: 10px;
	height: 10px;
	border-color: transparent #CC2F2F #CC2F2F transparent;
	border-width: 1px;
	border-style: solid;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 15px;
	top: calc(50% - 10px);
}
#shopdata h2{
	background: #CC2F2F;
	margin-bottom: 20px;
	color: #FFF;
	font-size: 22px;
	text-align: center;
}
#shopdata h3{
	margin:0 0 25px 0;
	color:#CC2F2F;
	font-size:20px;
	font-weight: bold;
	}
#shopdata .shop_img{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin:35px auto;
	}
	#shopdata .shop_img img{
		width:49%;
		}

.minou_table{
	width:480px ! important;
	height:60px;
}

#shopdata table{
	width:100%;
	border-collapse: collapse;
	}
#shopdata table tr th,
#shopdata table tr td{
	border:1px solid #CCCCCC;
	padding:8px 10px;
	}
#shopdata table tr th{
	width:15%;
	background:#F8F8F4;
	font-weight: normal;
}
#shopdata .map_container{
    width: 100%;
    padding-bottom: 45%;
    padding-top: 30px;
    margin: 50px 0 70px 0;
    height: 0;
    position: relative;
    overflow: hidden;
	}

#shopdata .map_container iframe,
#shopdata .map_container object,
#shopdata .map_container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	}

#shopdata .shop_wrap:last-of-type .map_container{
	margin-bottom:0;
	}

p.parking_btn{
	display: inline-block;
	}
p.parking_btn a{
	display: inline-block;
	border:1px solid #000;
	padding:5px 30px 5px 10px;
	margin:0 0 0 15px;
	font-size:14px;
	position: relative;
	}
p.parking_btn a::after{
	content: '';
    position: absolute;
    width: 21px;
    height: 100%;
    right: 5px;
	bottom:1px;
    background-image: url(../img/arrow_b.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	}
p.parking_btn a:hover {
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
	}



/* ▼▼▼ 480px
=====================================*/
@media screen and (max-width: 480px) {

	#shopdata ul.shop_area{
		max-width: 100%;
		margin-bottom: 10px;
	}
	#shopdata ul.shop_area li{
		-webkit-flex: 0 0 40%;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
		margin-bottom: 10px;
	}
	#shopdata ul.shop_area li a{
		font-size: 16px;
	}
	#shopdata ul.shop_area li a::after{
		width: 7px;
		height: 7px;
		right: 10px;
		top: calc(50% - 7px);
	}
	#shopdata h2{
		font-size: 20px;
	}

#shopdata table{
	border-top:1px solid #ccc;
	}
	#shopdata table tr th,
	#shopdata table tr td{
		display: block;
		width:100%;
		border-top:none;
		text-align: center;
		}

	#shopdata .map_container{
    margin: 40px 0;
	}

	p.parking_btn{
		display: block;
		margin:5px 0 0 0 ;
		text-align: center;
	}
	p.parking_btn a{
		margin:0;
	}

}

/* ▼▼▼ 480px〜768px
=====================================*/
@media screen and (max-width: 768px) {
.minou_table{
		width:100% ! important;
		height:auto;
	}

}
