@charset "utf-8";
/* CSS Document */
/*.recommend-mv {
	width: 100%;
	height: 600px;
	background-image: url(../img/recommend/mv.jpg);
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;	
	background-position: center center;
}

.recommend-mv > div {
	display: flex;
  	justify-content: center;
  	align-items: center;
	height: 600px;
	width: 100%;
}

.recommend-mv > div > img {
	display: table-cell;
  	vertical-align: middle;
	text-align: center;
}
*/
.insta-img img{
	text-align: center;
	width: 100%;
}
.insta-tab, .insta-img {
	width: 96%; 
	display: flex;
}
.insta-img{
	margin: 0 auto;
}
.insta-tab{
	margin: 90px auto;
}
.insta-tab div {
	text-align: center;
	width: 285px;
	float: left;
	margin: 0 auto
}

.insta-tab > div > span {
	background-image: url(../img/common/korea-bg.jpg);
	background-repeat: repeat;
	color: #fff;
	padding: 20px 0;
	display: block;
	font-weight: bold;
	font-size: 18px;
}

.insta-tab a,.insta-tab a:link,.insta-tab a:visited {
	color: #fff;	
}

.gems-party tr td img,.gems-party tr th img {
	
	vertical-align: bottom;
}


@media screen and (max-width: 1024px) {
/* スマホのみ */
/*.recommend-mv {
	width: 100%;
	height: 550px;
	background-image: url(../img/recommend/sp-mv.jpg);
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;	
	background-position: center center;
}

.recommend-mv > div {
	display: flex;
  	justify-content: center;
  	align-items: center;
	height: 550px;
	width: 100%;
}
*/
.recommend-mv > div > img {
	display: table-cell;
  	vertical-align: middle;
	text-align: center;
	width: 40%;
}

.insta-img{
	margin: 50px auto 0;
	display: block;
}
.insta-img img{
	text-align: center;
	width: 100%;
	height: auto;
}
	
.insta-tab {
	width: 96%;
	display: flex;
	margin: 50px auto;
}


.insta-tab div {
	text-align: center;
	width: 60%;
	float: left;
	margin: 0 auto;
}

.insta-tab > div > span {
	background-image: url(../img/common/korea-bg.jpg);
	background-repeat: repeat;
	color: #fff;
	padding: 7% 0;
	display: block;
	font-weight: bold;
	font-size: 16px;
}

.insta-tab a,.insta-tab a:link,.insta-tab a:visited {
	color: #fff;	
}
	
.store-main {
	width: 100%;
	margin: 0 auto 5%;
	position: relative;
}

.store-main-t {
	width: 96%;
	position: relative;
	margin: -8% auto 0;
	z-index: 3;
	background-color: rgba(229, 0, 0, 0.9);
	text-align: center;
	color: #fff;
	padding: 5% 0;
	font-size: 22px;
}

.store-main-t > div {
	position: absolute;
	left: 0;
	right: 0;
	top: -50px;
	bottom: 0;
}
	
.store-main-t > div > img {	
	width: 80%;
	}
	
.store-main-t-namba > div > img {	
	width: 60%;
	}	
	
.store-main > img {
	width: 100%;
	}

.store-concept {
	background-color: #e50012;
	margin-bottom: 5%;
}

.store-concept section {
	width: 98%;
	padding: 2% 0 1%;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	}
	
.store-concept img {
	width: 100%;	
	}

.store-concept section h2 {
	font-size: 20px;
	margin-bottom: 2%;
}

.store-concept section p {
	margin: 1% 0;
}
	
.eng-title {
	width: 30%!important;	
}
	
.gems-party	{
	width: 100%;	
	}

.gems-party tr td img,.gems-party tr th img {
	width: 100%!important;
}
	
.gems-party	tr th {
	display: block;
	width: 100%;
	} 
	
.gems-party	tr td {
	display: block;
	width: 100%;
	} 	
	
	
}

