@charset "UTF-8";


.swiper-pagination{
	width: 100%;
}

.swiper-pagination-bullet{
	margin: 0 4px;
}

.swiper-pagination-bullet-active{
	background:#394398!important;
}

/* 臨時お知らせ */
.rinji p {
	text-align: center;
	color: red;
	font-weight: bold;
	padding: 8px;
	border: 3px solid red;
}
/* 臨時お知らせ */

/*-- バナー --*/
.bnrbox .bnr{
    flex:0 1 49%;
    width: 49%;
    margin-bottom: 1.8%;
}

.bnrbox .bnr.full{
	flex:0 1 100%;
    width: 100%;
}

.bnrbox li:last-nth-child(-n+2){
     margin-bottom: 0%;
}
/* 店舗お知らせ */

.chip{
	padding: 10px;
	border: #3e3a39 1px solid;
}

.chip ul{
	-webkit-flex-wrap: wrap;/* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;	
}

.chip ul li{
	flex:0 0 33.3%;
	font-size: 10px;
	letter-spacing: -0.1em;
}

.chip ul li:before{
	content: '■';
}

.chip ul li:nth-child(1):before{
	color:#eb6d68 ;
}

.chip ul li:nth-child(2):before{
	color:#f2972c ;
}

.chip ul li:nth-child(3):before{
	color:#81c0e9 ;
}

.chip ul li:nth-child(4):before{
	color:#aadb37 ;
}

.chip ul li:nth-child(5):before{
	color:#ffd900 ;
}

.chip ul li:nth-child(6):before{
	color:#1b9762 ;
}

.chip ul li:nth-child(7):before{
	color:#8691c7 ;
}



/*-- 店舗検索 --*/

.shop .search a{
	flex: 0 0 50%;
	padding: 10px 0;
	color: #fff;
	font-weight: bold;
}

.shop .search .flooa{
	background: #595757;
}

.shop .search .genre{
	background: #898989;
}

.shop .recent{
	background:#f7f8f8;
	padding: 20px 10px;
}

.shop .recent h3{
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 14px;
}

.shop .recent .recentBox .img{
	position: relative;
}

.shop .recent .recentBox .img .storey{
	position: absolute;
	top: 0;
	right:0;
	padding: 2px 5px;
	font-size: 10px;
	font-weight: normal;
	color:#fff;
	background:rgba(0 ,0 ,0,0.6);
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: none!important;
    left: 0px!important;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    font-family: "FontAwesome";
	content: "\f104";
	font-size: 30px;
	color: #333;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: none!important;
    right: 0px!important;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
	font-family: "FontAwesome";
	content: "\f105";
	font-size:30px;
	color: #333;
    float: right;
}

.yet{
	color:#FFF;
	background: #009fe8;
	padding: 3px;
	margin-right: 5px;
	font-size: 10px;
}
.now{
	color:#FFF;
	background: #e3007f;
	padding: 3px;
	margin-right: 5px;
	font-size: 10px;
}
.end{
	color:#FFF;
	background: #595757;
	padding: 3px;
	margin-right: 5px;
	font-size: 10px;
}

.movie{
    padding: 30px 0px;
    background: #f9f2e8;
}

/* top動画 */
.movie iframe{
    max-height: 460px;
    height: 55vh;
}

/*--------------------------------------------------
	ポップアップバナーの設定
	2019.09.24 mukai
--------------------------------------------------*/
#popup-banner {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  #popup-banner .overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); }
  #popup-banner .banner {
    position: relative;
    z-index: 2;
    max-width: 90vw;
    max-height: 70vh;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 3px rgba(0, 0, 0, 0.5); }
    #popup-banner .banner span {
      display: block;
      position: absolute;
      top: -40px;
      right: 0;
      width: 30px;
      height: 30px;
      background-color: #000;
      cursor: pointer; }
      #popup-banner .banner span:before, #popup-banner .banner span:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: 12px 12px auto auto;
        width: 20px;
        height: 20px;
        border-top: 1px solid #fff;
        transform: rotate(45deg); }
      #popup-banner .banner span:after {
        margin: 12px auto auto 12px;
        transform: rotate(-45deg); }
    #popup-banner .banner a {
      display: block;
      width: 100%;
      height: 100%; }
    #popup-banner .banner img {
      max-width: 90vw;
      max-height: 70vh; }

