@charset "UTF-8";

/*　　店舗情報 サービズサイトから一部流用　*/
/*PC*/
.shop-area .about.l-container {
  display: flex;
	flex-direction: column-reverse;
  justify-content: space-between;
  margin-top: 60px
}
.shop-area .about-info {
	border-collapse: collapse;
  border-spacing: 0;
  position: relative;
  width: 100%;
  font-size: 14px;
  line-height: 1.6;
	margin: 60px auto;
}
.shop-area .about-info td,
.shop-area .about-info th {
  padding: 25px 0 25px;
  border-bottom: 1px solid #ede2da;
  text-align: left
}
.shop-area .about-info tr:last-of-type td,
.shop-area .about-info tr:last-of-type th{
	border-bottom: none;
}
.shop-area .about-info th {
  color: #aa8546;
  width: 250px;
}
@media (max-width: 768px){
	.shop-area .about-info {
		margin: 30px auto;
	}
	.shop-area .about-info th {
		padding: 15px 0 5px;
		border-bottom: none;
		width: 100%;
	}
	.shop-area .about-info td {
		padding: 0;
		border-bottom: none;
	}
	.shop-area .about-info tr{
		display: flex;
		flex-direction: column;
		padding: 0 0 10px;
    border-bottom: 1px solid #ede2da;
	}
	.shop-area .about-info tr:last-of-type{
		border-bottom: none;
	}
}
.shop-area .about-info td small a {
    text-decoration: underline;
		font-size: 11px;
		color: #3d4e56;
}
.shop-area .about-map {
  position: relative;
  width: 100%;
}
.shop-area .about-map-container {
  position: relative;
  height: 250px;
  width: 100%;
  background: #ccc;
  margin-bottom: 10px
}
.shop-area .about-map-container iframe {
  width: 100%;
  height: 100%
}
.shop-area .about .button-01 {
	display: block;
	background: #343b42 url(../images/area1/icn_arw.png) no-repeat right 6px center;
	background-size: 6px 12px;
	text-align: center;
	padding: 10px 40px;
	position: relative;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 200px;
	margin: 0 auto;
}
/*SP*/
