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

/*----------------------------------------
	#topSec
----------------------------------------*/
#topSec {
	background-image: url(../images/top-back.jpg);
}

@media print,screen and (min-width: 769px){
}
@media screen and (max-width:768px){

}

/*----------------------------------------
	.store
----------------------------------------*/
.store {
	background: rgba(0, 0, 0, 0.5);
}
.store h3 .yomi {
	font-size: 0.4em;
}
.store .data {
	border: solid 1px #333;
}
.store .data dl {
	width: 100%;
	border-bottom: solid 1px #333;
	padding: 20px;
}
.store .data dl:last-child {
	border-bottom: none;
}
.store .data dl dd {
	line-height: 1.5;
}
.store .data dl dt p {
	/* border: 1px solid; */
	background: rgba(255, 255, 255, 0.2);
	text-align: center;
	border-radius: 5px;
}
.store .data dl dd ul li {
	margin: 0 0 10px 0;
}
.store .data dl dd ul li:last-child {
	margin-bottom: 0;
}
.store .data dl dd a {
	color: #FFF;
}
.store figure img {
	width: 100%;
}
@media print,screen and (min-width: 769px){
	.store .storeWrap {
		display: flex;
		flex-wrap: wrap;
		margin: 50px 0;
	}
	.store {
		width: 600px;
		margin: 0 auto 0;
	}
	.store:nth-child(2n) {
		margin-right: 0;
	}
	.store .data {
		margin: 30px 0 0;
	}
	.store .data dl {
		display: table;
	}
	.store .data dl dt {
		width: 100px;
	}
	.store .data dl dt,
	.store .data dl dd {
		display: table-cell;
	}
	.store .data dl dd {
		padding-left: 1.5em;
		line-height: 1.5;
	}

}
@media screen and (max-width:768px){
	.store h3 span {
		font-size: 15px;
	}
	.store .data {
		margin: 20px 0;
	}
	.store .data dl dt {
		margin-bottom: 15px;
	}

}


/* 22.11.24追加 */

.p-ttlCtg {
  text-align: center;
  position: relative;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 40px;
  padding: 5px 0;
}
.p-ttlCtg h2 {
  margin-bottom: 0;
  font-size: 30px;
}

@media screen and (max-width:768px) {
  .p-ttlCtg h2 {
    font-size: 26px;
  }
}

.link-ig {
  margin-top: 15px;
}

.link-ig a {
  height: 60px;
  background-color: #000;
  border: 1px solid #444;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  padding: 0 5px;
}

.link-ig a span {
  position: relative;
  display: inline-block;
  color: #fff;
  padding-right: 20px;
  font-size: 1.1em;
}

.link-ig a span::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  background-image: url(../../images/icon/instagram03.png);
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  margin-right: 15px;
  background-repeat: no-repeat;
}