@charset "UTF-8";
/*------------------------------------------------------------pagetitle*/
#pagetitle {
  background: url("../img/info_img/bg_pagetitle.jpg") center no-repeat;
}

/*------------------------------------------------------------Content*/
/*-------------------------section01*/
#sec01 .shop_info {
	margin-bottom: 30px;
}
#sec01 .shop_info figure {
	margin-bottom: 20px;
}
#sec01 .shop_info table {
	width: 100%;
}
#sec01 .shop_info table tr th {
	text-align: left;
	display: block;
	padding: 10px;
	background: #ed792e;
	color: #fff;
}
#sec01 .shop_info table tr td {
	text-align: left;
	display: block;
	padding: 10px;
	background: #fff;
}
#sec01 ul {
	max-width: 280px;
	margin: 0 auto;
}
#sec01 ul li {
	margin-bottom: 10px;
}
#sec01 ul li:last-child {
	margin-bottom: 0;
}
@media print, screen and (min-width:768px) {
#sec01 .shop_info {
	display: flex;
	justify-content: space-between;
}
#sec01 .shop_info table {
	width: calc(100% - 390px);
}
#sec01 .shop_info table tr th {
	padding: 7px 15px;
}
#sec01 .shop_info table tr td {
	padding: 7px 15px;
}
#sec01 ul {
	max-width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#sec01 ul li {
	width: 24%;
	margin-bottom: 0;
}
}

/*-------------------------section02*/
.map iframe {
  width: 100%;
  height: 300px;
}
@media print, screen and (min-width:768px) {
.map iframe {
  height: 450px;
}
}