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

#wrapper #content{
	width:980px;
	margin:0 auto;
}

#wrapper #content h2{
	padding-top:60px;
	padding-bottom:44px;
	width:100%;
	text-align:center;
}

#wrapper #content h2 img{
	display:inline;
}

#wrapper #content #c1{
	margin-bottom:22px;
}

#wrapper #content #c1 ul{
	width:952px;
	text-align:center;
	margin-left:28px;
}

#wrapper #content #c1 li{
	float:left;
	margin-right:28px;
	margin-bottom:30px;
	width:210px;
}

#wrapper #content #c1 li img{
	margin-bottom:10px;
}

#wrapper #content #c1 li p{
	line-height:1.3;
}

#wrapper #content #c1 li p span{
	font-size:75%;
}

#wrapper #content #c1 li p strong{
	font-weight:bold;
	color:#261d48;
	font-size:87.5%;
}

#wrapper #content #shopList{
	margin-bottom:63px;
}

#wrapper #content #shopList ul {
margin: 0 auto;
}

#wrapper #content #shopList ul li a{
	font-family: 'Shippori Mincho', 'Yu Mincho', 'YuMincho', serif;
	font-weight: 600;
    font-size: 13px;
}

#wrapper #content .map{
	cursor:pointer;
}

.overlay {
  position: fixed;
  display: none;
  top: 0;
  width: 100%;
	height:100%;
  z-index: 1;
  background: url(/shop/img/black.png);
}
.overlay img {
  display: inline-block;
  position: absolute;
  width: 711px;
	height:509px;
  -webkit-box-shadow: 0px 0px 20px 0px #333;
  -moz-box-shadow: 0px 0px 20px 0px #333;
  box-shadow: 0px 0px 20px 0px #333;
	z-index:100;
}

#cursol {
  position: absolute;
  padding: 5px;
  color: #fff;
  background: #666;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 5px 0px #333;
  -moz-box-shadow: 2px 2px 5px 0px #333;
  box-shadow: 2px 2px 5px 0px #333;
	z-index:10000;
}

/*----- 店舗MAP画像変更（浜の町店削除） -----*/
.map-link{
	width: 980px;
	background: url("/shop/img/map-link-bg_20250519.jpg") no-repeat left top;
	background-size: 100% auto;
	height: 550px;
	position: relative;
	margin: 0 auto 80px auto;
}

.map-link__item{
	width: 150px;
	float: none;
	margin: 0 0 0 0;
}

.map-link__item:after{
	content: "";
	width: 150px;
	height: 127px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.map-link__item a{
	position: relative;
	display: inline-block;
	z-index: 2;
}

.map-link__item .photo{
	margin-bottom: 4px;
}

.map-link__item .photo img{
	max-width: 100%;
}

.map-link__item .name{
	font-size: 11px;
	text-align: center;
	letter-spacing: 0;
	font-family: 'Shippori Mincho', 'Yu Mincho', 'YuMincho', serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
	line-height: 1.3;
	padding-bottom:6px;
}
.map-link__item .namebold {
	font-family: 'Shippori Mincho', 'Yu Mincho', 'YuMincho', serif;
		font-size: 13px;
		font-weight: 900;
	}

.map-link__item.shop1{
	position: absolute;
	right: 158px;
	top: 0;
}

.map-link__item.shop2{
	position: absolute;
	right: 158px;
	top: 175px;
}

.map-link__item.shop3{
	position: absolute;
	right: 0;
	top: 175px;
}

.map-link__item.shop4 {
	position: absolute;
	right: 158px;
	top: 390px;
}

.map-link__item.shop5{
	position: absolute;
	right: 0;
	top: 390px;
}

.map-link__item.shop6{
	position: absolute;
	left: 0;
	top: 0;
}

.map-link__item.shop7{
	position: absolute;
	left: 0;
	top: 190px;
}

.map-link__item.shop8{
	position: absolute;
	left: 0;
	top: 380px;
}

.map-link__item.shop9{
	position: absolute;
	left: 158px;
	top: 380px;
}
#add{
	color:#ff0000;
	font-size: 11px;
}

#caution{
	font-family: 'Shippori Mincho', 'Yu Mincho', 'YuMincho', serif;
}