/* ///////////// 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;
}
/* ///////////// 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: 2.1rem;
  font-family: serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;/*行高は1に*/
  text-shadow: 1px 1px 3px #000000;
}
.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;
}
.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: serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;/*行高は1に*/
  text-shadow: 1px 1px 3px #000000;
}
.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: #000000;/*文字を白に*/
  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.3);/*背景色*/
  font-size: 1.4rem;
  font-family: serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;/*行高は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: 0.8rem;
}
}
/* ///////////// 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.3);/*背景色*/
  font-size: 1.4rem;
  font-family: serif;
  font-weight: bold;
  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: #3399FF;
}
#timeline img{
  width: 100%;
  height: auto;
}



/* ///////////// access /////////////*/
#access{
  width: 100%;
  margin: 0 auto;
}
#access img{
  width: 100%;
  height: auto;
}
#map{
  width: 80%;
  margin: 0 auto;
}
.shop-name{
  font-size: 1.4rem;
  font-family: serif;
  line-height: 1.4;
  text-align: center;
}
.shop2{/* ///////////// 追加 /////////////*/
  font-size: 3.4rem;
  font-family: serif;
  line-height: 1.4;
  text-align: left;
}
.shop3{/* ///////////// 追加 /////////////*/
  font-size: 1.8rem;
  font-family: serif;
  line-height: 1.4;
  text-align: left;
}
.shop4{/* ///////////// 追加 /////////////*/
  font-size: 2.8rem;
  font-family: serif;
  line-height: 1.4;
  text-align: left;
}
.shop{
  font-size: 3.5rem;
}
.shop-info{
  font-size: 1.4rem;
  font-family: serif;
  line-height: 1.8;
  text-align: left;
}
.tel{
  font-size: 2.6rem;
  font-family: serif;
  line-height: 1.4;
  text-align: left;
}
@media (max-width:948px){
#map{
    width: 85%;
}
.shop-name{
  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{
  width: 96%;
}
.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{
  width: 85%;
}
.shop-name{
  font-size: 0.9rem;
  margin-top: 15px!important;
}
.shop{
  font-size: 2.4rem;
}
.shop-info{
  font-size: 1.2rem;
}
.tel{
  font-size: 1.5rem;
}
}
@media (max-width:480px){
#map{
  width: 96%;
}
.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;
}
}
/* ///////////// テスト用 /////////////*/
.red{
	background-color: red;
}
.blue{
	background-color: blue;
}
.green{
	background-color: green;
}

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



ul.ols_link_button{
  display: flex;
  flex-wrap: wrap;
}

ul.ols_link_button li{
  list-style: none;
  border: solid 2px #555;
  border-radius: 20px;
  padding: 0.5rem 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  background-color: #c30d23;
}

ul.ols_link_button li a{
  color: #fff;
}

ul.ols_link_button li:hover{
  background: #6699ff;
  border: solid 1px #6699ff;
}
ul.ols_link_button li a:hover{
  color: #fff;
  text-decoration: none;
}