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

/*----------------------------------------------------
	☆uniq
----------------------------------------------------*/
#lang_top_mv{
	position:relative;
	height:500px;
	min-height:200px;
}
#lang_top_mv .logo{
	position:absolute;
	left:0;
	top:80px;
	width:100%;
	text-align:center;
	z-index:2;
	vertical-align:middle;
}
#lang_top_mv .logo img{
	width:80%;
	max-width:340px;
	vertical-align:middle;
}
#lang_top_mv .slide_bg{
	width:100%;
	height:100%;
	z-index:0;
	position:absolute;
	left:0;
	top:0;
}
.swiper-container{
	overflow:hidden;
	height:100%;
}
.swiper-container .swiper-slide{
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover !important;
}
.swiper-pagination{
	position:absolute;
	bottom:20px;
	width:100%;
	text-align:center;
}
.swiper-pagination-bullet{
	margin:0 2px;
	background-color:#FFF;
	height:10px;
	width:10px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color:#da3765;
}

/*----*/
#contents{
	padding:0;
}
#contents section{
	margin-bottom:0;
}
#contents .head05 span{
	font-weight:normal;
	display:block;
	margin-top:7px;
	font-size:0.5em;
	line-height:1.2em;
}
#contents .shoplist{
	overflow:hidden;
	height:235px;
}
#contents .shoplist li{
	position:relative;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	height:100%;
}
#contents .shoplist li a{
	color:#FFF;
	height:100%;
	width:100%;
	display:block;
}
#contents .shoplist li .info{
	background:url(../../lib/cmn_img/bg_gradation_black.png) left bottom repeat-x;
	background-size: auto 100%;
	text-align:center;
	padding:20px 0;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}
#contents .shoplist li .title{
	line-height:1em;
	margin-bottom:10px;
}
#contents .shoplist li .title span{
	display:block;
	line-height:1em;
}
#contents .shoplist li .title .main{
	font-size:2.7em;
	margin-bottom:5px;
}
#contents .shoplist li .title .long-txt{
	font-size:2em;
}
#contents .shoplist li .address{
	line-height:1.2em;
	font-size:0.93em;
}
#contents .kansai .shoplist li{
	float:left;
	width:33.3%;
}
#contents .nagoya .shoplist li{
	float:left;
	width:50%;
}
.mv4{
	background-position-y:30% !important; 
}
@media screen and (max-width:1100px) {
#lang_top_mv {
 height: 360px;
}
#lang_top_mv .logo img {
	width:230px;
}
#contents .kansai .shoplist li{
	width:50%;
}
#contents .shoplist li .title .main {
    font-size: 2.3em;
}
#contents .shoplist{
	height:auto;
}
#contents .shoplist li{
	height:280px;
}
}
@media screen and (max-width:640px) {
#lang_top_mv {
 height: 240px;
}
#lang_top_mv .logo{
	top:60px;
}
#lang_top_mv .logo img {
	width:140px;
}
.swiper-pagination {
    bottom: 10px;
}
#contents .shoplist li .title .main {
    font-size:2em;
}
#contents .shoplist li{
	height:200px;
}
#contents .shoplist li .info,
#footer address{
	padding:10px;
	line-height:1.3em;
}
#contents .shoplist li .address{
	font-size:0.85em;
}
.head05 {
    font-size: 1.23em;
}
}


/*----------------------------------------------------
	☆20190327 追加分
----------------------------------------------------*/


#contents .shoplist li .title.title_add.btm_daimaru{
margin-bottom: 25px;
}



/*----------------------------------------------------
	☆20240325 追加分（base_test.css　上書き設定）
----------------------------------------------------*/
#shop_language #shop {
/*  width: 547px !important;*/
/*  width: 365px !important;*/
  width: 275px !important;
}
#shop_language #shop.shop_list {
/*  width: 365px !important;*/
  width: 275px !important;
}


.bnr-area-ul li {
  float: left;
  width: 33.3%;
  width: 25%;
}


@media screen and (max-width:1100px) {
  #shop_language #language {
    width: 15% !important
  }

  #shop_language #shop {
    width: 60% !important;
  }

  #shop_language #shop li {
/*    width: 16.66% !important;*/
    width: 33.33% !important;
  }

}
