/* ///////////// slider /////////////*/
#slider img{
	width: 100%;
	height: auto;
}
.sliderArea{
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}
.thumbnail .slick-current{
	opacity: 0.3;
}
.sliderArea.w300{
	max-width: 300px;
}
.thumbnail .slick-slide{
	margin: 5px;
}
.slick-slide img{
	width: 100%;
	height: auto;
}
.slick-prev, .slick-next{
	z-index: 1;
}
.slick-prev:before, .slick-next:before{
	color: #000;
}
.slick-slide{
	transition: all ease-in-out .3s;
	opacity: .2;
}
.slick-active{
	opacity: 1;
}
.slick-current{
	opacity: 1;
}
.thumb{
	margin: 20px 0 0;
}
.thumb .slick-slide{
	cursor: pointer;
}
.thumb .slick-slide:hover{
	opacity: .7;
}

/* ///////////// youtube /////////////*/
.official-youtube {
	background-color: #F0F0F0;
	position: relative;
	padding: 30px 0;
}
.official-youtube::before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: 100%;
	display: block;
	content: "";
	background-color: #F0F0F0;
	z-index: -1;
}
/* アスペクト比固定 */
.embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.embed iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.official-youtube .swiper-container .swiper-slide p {
	font-size: 1.4rem!important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	padding-top: 7.5px;
	color: #202020;
}
@media (min-width: 768px) {
.official-youtube .swiper-container .swiper-slide p {
	-webkit-line-clamp: 3; font-size: 1.2rem;
	}
}
@media (max-width: 768px) {
.official-youtube .swiper-container .swiper-slide p {
	-webkit-line-clamp: 3; font-size: 0.7rem!important;
	}
}

/* ///////////// floor guide /////////////*/
#floor-guide{
	width: 96%;
	margin: 0 auto;
}
#floor-guide img{
	width: 100%;
	height: auto;
}
.floor-number{
	font-size: 3rem;
}
.floor-tile .floor-tile-b .floor-tile-c.stock-tile{
	position: relative;
}
.floor-tile-b{
	border-bottom: 2px solid #cccccc;
	box-sizing: border-box;
	border-color: rgba(204,204,204,0.3);
}
.floor-tile p{
	position: absolute;
	display: block;
	width: 100%;
	bottom: 0;/*画像の左上に配置*/
	left: 0;
	margin: 0; /*余計な隙間を除く*/
	color: #FFFFFF;/*文字を白に*/
	background-color: rgb(0,0,0,0.3);/*背景色*/
	font-size: 1.8rem;
	font-family: serif;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;/*行高は1に*/
	text-shadow: 1px 1px 3px #000000;
	word-wrap: break-word;
}
.floor-tile-b p{
	position: absolute;
	display: block;
	width: 100%;
	bottom: 25%;/*画像の左上に配置*/
	left: 0;
	margin: 0; /*余計な隙間を除く*/
	color: #FFFFFF;/*文字を白に*/
	background-color: rgb(0,0,0,0.3);/*背景色*/
	font-size: 2.1rem;
	font-family: serif;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;/*行高は1に*/
	text-shadow: 1px 1px 3px #000000;
	word-wrap: break-word;
}
.floor-tile-c p{
	position: absolute;
	display: block;
	width: 100%;
	bottom: 0;/*画像の左上に配置*/
	left: 0;
	margin: 0; /*余計な隙間を除く*/
	color: #FFFFFF;/*文字を白に*/
	background-color: rgb(0,0,0,0.3);/*背景色*/
	font-size: 3.6rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 900;
	text-align: center;
	line-height: 1.2;/*行高は1に*/
	text-shadow: 1px 1px 3px #000000;
	word-wrap: break-word;
}
.caption{
	font-size: 1.2rem;
	text-align: left;
	line-height: 1.4;
}
.stock-tile p{
	position: absolute;
	display: block;
	width: 100%;
	bottom: 30%;/*画像の左上に配置*/
	left: 0;
	margin: 0; /*余計な隙間を除く*/
	color: #FFFFFF;/*文字を白に*/
	background-color: rgb(0,0,0,0.3);/*背景色*/
	font-size: 2.1rem;
	font-family: serif;
	font-weight: bold;
	text-align: center;
	line-height: 2;/*行高は1に*/
	text-shadow: 1px 1px 3px #000000;
}
@media (max-width:768px){
.floor-tile p,.floor-tile-b p,.floor-tile-c p,.stock-tile p{
	font-size: 1.4rem;
}
.caption{
	font-size: 0.9rem;
}
}
@media (max-width:544px){
.floor-tile p,.floor-tile-b p,.floor-tile-c p{
	font-size: 1.2rem;
}
.stock-tile p{
	font-size: 1rem;
}
.floor-number{
	font-size: 2rem;
}
.caption{
	font-size: 0.7rem;
}
}
/* ///////////// topics /////////////*/
#topics{
	width: 96%;
	margin: 0 auto;
}
#topics img{
	width: 100%;
	height: auto;
}
/* //////// brands 1F・2F用 ////////*/
#brands{
	width: 96%;
	margin: 0 auto;
}
#brands img{
	width: 100%;
	height: auto;
}
.image-tile{
	position: relative;
}
.image-tile p{
	position: absolute;
	display: block;
	width: 100%;
	bottom: 0;/*画像の左上に配置*/
	left: 0;
	margin: 0; /*余計な隙間を除く*/
	color: #FFFFFF;/*文字を白に*/
	background-color: rgb(0,0,0,0.3);/*背景色*/
	font-size: 2.1rem;
	font-family: serif;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;/*行高は1に*/
	text-shadow: 1px 1px 3px #000000;
}
@media (max-width:768px){
.image-tile p{
	font-size: 1rem;
}
}
@media (max-width:544px){
.image-tile p{
	font-size: 0.8rem;
}
}
/* /////// pickupitems 1F・2F用 ///////*/
#pickup-items{
	width: 96%;
	margin: 0 auto;
}
#pickup-items img{
	width: 100%;
	height: auto;
}
.stock-button{
	font-size: 1.4rem;
}
@media (max-width:480px){
.stock-button{
	font-size: 1rem;
}
}
.red-text{
	color: #ff6666;
}
.product-tile{
	position: relative;
}
.product-tile p{
	position: absolute;
	display: block;
	width: 100%;
	bottom: 30%;/*画像の左上に配置*/
	left: 0;
	margin: 0; /*余計な隙間を除く*/
	color: #FFFFFF;/*文字を白に*/
	background-color: rgb(0,0,0,0.4);/*背景色*/
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	text-align: center;
	line-height: 1.6;/*行高は1に*/
	text-shadow: 1px 1px 3px #000000;
}
@media (max-width:992px){
.product-tile p{
	font-size: 1.6rem;
}
}
@media (max-width:768px){
.product-tile p{
	font-size: 1rem;
}
}
/* ///////////// accesary /////////////*/
#accesary{
	width: 96%;
	margin: 0 auto;
}
#accesary img{
	width: 100%;
	height: auto;
}
.acc-tile{
	position: relative;
}
.acc-tile p{
	position: absolute;
	display: block;
	width: 100%;
	bottom: 0;/*画像の左上に配置*/
	left: 0;
	margin: 0; /*余計な隙間を除く*/
	color: #FFFFFF;/*文字を白に*/
	background-color: rgb(0,0,0,0.4);/*背景色*/
	font-size: 1.4rem;
	font-family: 'BIZ UDPGothic', sans-serif;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;/*行高は1に*/text-shadow: 1px 1px 3px #000000;
}
.type{
	font-size: 1.8rem;
}
@media (max-width:992px){
.acc-tile p{
	font-size: 1.2rem;
}
}
@media (max-width:768px){
.acc-tile p{
	font-size: 0.7rem;
}
.type{
	font-size: 0.8rem;
}
}
.stock-button{
	font-size: 1.4rem;
}
@media (max-width:480px){
.stock-button{
	font-size: 1rem;
}
}
/* ///////////// timeline /////////////*/
#timeline{
	width: 100%;
	margin: 0 auto;
	background-color: #000; /* Twitter Color #3399FF*/
}
#timeline img{
	width: 100%;
	height: auto;
}
/* ///////////// access /////////////*/
#access{
	width: 100%;
	margin: 0 auto;
	background-color: #F0F0F0;
}
#access img{
	width: 100%;
	height: auto;
}
#map{
	width: 100%;
	margin: 0 auto;
}
.map-wrapper{
	max-width: 400px;
}
.map-wrapper p{
	font-size: 1.2rem;
	text-align: center;
}
.shop-name{
	font-size: 1.4rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	line-height: 1.4;
	text-align: left;
	word-wrap: break-word;
}
.shop{
	font-size: 3.5rem;
	color: #555;
}
.shop-info{
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	line-height: 1.8;
	text-align: left;
}
.tel{
	font-size: 2.6rem;
	color: #555;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	line-height: 1.4;
	text-align: left;
}
@media (max-width:948px){
.shop-name{
	font-family: 'Noto Serif JP', serif;
	font-size: 1.2rem;
}
.shop{
	font-size: 2.8rem;
}
.shop-info{
	font-size: 1.4rem;
}
.tel{
	font-size: 2rem;
}
}
@media (max-width:767.98px){
.map-wrapper p{
	font-size: 0.6rem;
}
.shop-name{
	font-size: 0.6rem;
	display: block;
	margin-top: 0!important;
	margin-bottom: 0!important;
}
.shop{
	font-size: 1.4rem;
}
.shop-info{
	font-size: 0.7rem;
}
.tel{
	font-size: 1.6rem;
}
}
@media (max-width:678px){
.shop-name{
	font-size: 0.6rem;
	display: block;
	margin-top: 0!important;
	margin-bottom: 0!important;
}
.shop{
	font-size: 1.4rem;
}
.shop-info{
	font-size: 0.7rem;
	display: block;
	margin-bottom: 0!important;
}
.tel{
	font-size: 1.2rem;
}
}
@media (max-width:575px){
.map-wrapper{
	max-width: 586px;
}
.shop-name{
	font-size: 0.9rem;
	margin-top: 15px!important;
}
.shop{
	font-size: 1.6rem;
}
.shop-info{
	font-size: 0.8rem;
}
.tel{
	font-size: 1.6rem;
}
}
@media (max-width:480px){
.shop-name{
	font-size: 0.8rem;
	margin-top: 15px!important;
}
.shop{
	font-size: 1.8rem;
}
.shop-info{
	font-size: 0.9rem;
}
.tel{
	font-size: 1.5rem;
}
}
/* ///////////// other-info /////////////*/
#other-info{
	width: 96%;
	margin: 0 auto;
}
#other-info img{
	width: 100%;
	height: auto;
}
/* ///////////// お知らせ用ボタン /////////////*/
.btn-infomation {
	font-size: 1.8rem;
}
@media (max-width:768px){
.btn-infomation {
	font-size: 1.0rem;
}
}
/* ///////////// 装飾用 /////////////*/
.icon-color{
	color: #AFEEEE;
}
.icon-color2{
	color: #DAA520;
}
.icon-color3{
	color: #87CEFA;
}
/* ///////////// テスト用 /////////////*/
.red{
	background-color: red;
}
.blue{
	background-color: blue;
}
.green{
	background-color: green;
}

.campaign{
	max-width:  600px;
	margin:  0 auto;
}
