@charset "utf-8";
/* CSS Document */
/*--------------------------------------------------
	#map-sec
--------------------------------------------------*/

#map-sec{
  display: block;
}

/*----------------------------------------
	#topSec
----------------------------------------*/
#topSec {
	height: 100vh;
	background: url(../images/top-page/topSec_img.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}
#topSec::before{
	/* 透過した黒を重ねる */
	background-color: rgba(0, 0, 0, 0.5);
	/* どの範囲に重ねるかを指定 */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}
#topSec .inner {
	position: relative;
	left: 0;
	right: 0;
	height: 100vh;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
#topSec .inner .copy {
	width: 100%;
	text-align: center;
	margin: -30px 0 0 0;
}
#topSec .inner .copy p {
	font-weight: bold;
	text-shadow: 0 0 10px #000;
}
#topSec .inner .copy figcaption {
	font-weight: bold;
	text-shadow: 0 0 10px #000;
}
#topSec .inner .copy figure img {
	width: 100%;
}
#topSec .scroll {
	position: absolute;
	bottom: 10px;
	left: calc(50% + -25px);
	text-align: center;
}
#topSec .scroll a {
  padding-top: 45px;
  position: relative;
  bottom: 0px;
  color: #FFF;
  font-size: 15px;
  /* font-weight: bold; */
  text-align: center;
  letter-spacing: 0.15em;
}
#topSec .scroll a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 25px;
  height: 40px;
  margin-left: -10px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
  text-align: center;
}
#topSec .scroll a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@media print,screen and (min-width: 769px){
	#topSec .scroll {
		bottom: 30px;
	}
}












@media print,screen and (min-width: 769px){
	#topSec .inner .copy figure {
		width: 500px;
		margin: 0 auto 30px;
	}
	#topSec::before{
		/* bottom: -17px; */
	}
	#topSec .inner .copy figcaption {
		font-size: 24px;
		font-weight: bold;
		text-shadow: 0 0 10px #000;
	}
	#topSec .inner .copy p {
		font-size: 1.2em;
		font-weight: bold;
		text-shadow: 0 0 10px #000;
	}

}
@media screen and (max-width:768px){
	#topSec .inner {
		padding: 1em;
	}
	#topSec .inner .copy figure {
		width: 80%;
		max-width: 350px;
		margin: 0 auto 30px;
	}
	#topSec .inner .copy figcaption {
		font-size: 16px;
	}
	#topSec .inner .copy p {
		font-size: 15px;
		line-height: 1.5;
		margin: 0 0 15px 0;
	}

}

/*----------------------------------------
	.contSec
----------------------------------------*/
.contSec .wrap .inBox {
	border: 2px solid #bc9d51;
}
.contSec .w50 {
	background: rgba(0, 0, 0, 0.8);

	padding: 1em;
}
.contSec h2 {
	font-family: 'anton';
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 1.5;
}
.contSec h2:first-letter {
	color: #bc9d51;
}

/* CONCEPT */
#concept {
	background: url(../images/top-page/concept.jpg) no-repeat right;
	background-size: cover;
}

/* QUALITY */
#quality {
	background: url(../images/top-page/quality.jpg) no-repeat center;
	background-size: cover;
}

/* STORES */
#stores {
	background: url(../images/top-page/stores.jpg) no-repeat center;
	background-size: cover;
}

/* CONTACT */
#contact .inner {
	padding: 0;
}

@media print,screen and (min-width: 769px){
	.contSec h2 {
		margin: 0 0 30px 0;
		font-size: 48px;
	}
	.contSec h2 span {
		font-size: 16px;
	}
	.contSec .w100 {
		padding: 80px 0;
	}
	.contSec .w100 h2,
	.contSec .w100 .intro {
		text-align: center;
	}
	.contSec .w50 {
		background: rgba(0, 0, 0, 0.8);
		width: 50%;
		padding: 1em;
	}
	.contSec .wrap .inBox {
		border: 2px solid #bc9d51;
		padding: 80px 10%;
	}
	.contSec .wrap .textSpc {
		margin: 0 0 30px 0;
	}
	.contSec .w50.left {
		float: left;
	}
	.contSec .w50.right {
		float: right;
	}
	.contSec .textSpc {
		margin: 0 0 50px 0;
	}
}

@media screen and (max-width:768px){
	.contSec .inner {
		padding: 40px 0;
	}
	.contSec .wrap {
		padding: 20px 1em;
	}
	.contSec .wrap .inBox {
		border: 2px solid #bc9d51;
		padding: 30px 1.0em;
	}
	.contSec .inner .textSpc {
		padding: 0 2em;
	}
	.contSec .textSpc {
		margin: 0 0 30px 0;
	}
	/* CONCEPT */
	#concept {
		background-image: url(../images/top-page/concept_sp.jpg);
		background-position: center;
	}
}

/*----------------------------------------
	#stores
----------------------------------------*/
#stores .detail {
	background: rgba(0, 0, 0, 0.5);
}
#stores h3 {
	font-size: 24px;
	line-height: 1.5;
	/* margin: 0 0 20px 0; */
	word-break:  break-all;
}
	#stores .detail .desc {
		margin: 20px 0 0 0;
	}
  #stores .detail .desc .store-tag span {
    background-color: #bc9d51;
    padding: 2px 8px 3px 8px;
  }

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

  #stores .detail .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;
  }

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

  #stores .detail .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;
  }
@media print,screen and (min-width: 769px){
	#stores .detail .name {
		display: flex;
		align-items: center;
		height: 8em;
	}
	#stores .storeWrap {
		display: flex;
		flex-wrap: wrap;
		margin: 50px 0;
	}
	#stores h3 span {
		font-size: 0.7em;
	}
	#stores h3 span.yomi::before {
		content: '／';
	}
	#stores .detail {
		padding: 0 30px 30px;
		width: 540px;
		margin: 20px 20px 0 0;
	}
	#stores .detail:nth-child(2n) {
		margin-right: 0;
	}
  #stores .detail:nth-child(1),
  #stores .detail:nth-child(2) {
    margin-top: 0;
  }

  #stores .detail .desc {
    min-height: 10em;
  }
}

@media screen and (max-width:768px){
	#stores h3 {
		text-align: center;
		margin: 0 0 20px 0;
	}
	#stores .storeWrap {
		margin: 0 1em 30px;
	}
	#stores .storeWrap .detail {
		padding: 20px;
		margin: 0 0 30px 0;
	}
	#stores h3 span {
		display: block;
		font-size: 14px;
	}
	#stores h3 span.yomi {
		font-size: 12px;
	}

}

/*----------------------------------------
	.instagram
----------------------------------------*/
#insta {
	padding: 40px 0 0;
}
.instagram {
	display: flex;
	flex-wrap: wrap;
}
.instagram .image img {
	width: 100%;
}
.instagram .image {
	width: 33.33333%;
	width: calc(100%/6);
}

@media print,screen and (min-width: 769px){
	.instagram .image {
		padding: 5px;
	}
}

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

}

/*----------------------------------------
	各店舗のインスタグラム（トップページのスタイル調整）
----------------------------------------*/

@media screen and (max-width:768px) {
  #store-ig.contSec .inner {
    padding: 0 10px;
  }
}
