@charset "UTF-8";

/*==============================
		content設定
==============================*/



/*メインイメージ設定*/

/**
 * 最大幅の指定と中央寄せ
 */
.mainImg {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
}

.mainImg .swiper-container {
  width: 100%!important;
  height: 100%!important;
  overflow: visible!important;
  z-index: 1!important;
}

.mainImg .swiper-pagination{
	width: 100%;
}

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

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

.mainImg .swiper-slide-prev,
.mainImg .swiper-slide-next{
	opacity:0.5;
}

.mainImg .swiper-button-prev, .mainImg .swiper-container-rtl .swiper-button-next,
.mainImg .swiper-button-next, .mainImg .swiper-container-rtl .swiper-button-prev{
	background: rgba(255,255,255,0.8);
    border-radius: 30px;
    height: 15px!important;
    width: 15px!important;
    padding: 20px;
    line-height: 15px;
}

/* お知らせ */
.notice{
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.r_column{
    flex: 0 1 70%;
    width: 70%;
    max-width: 70%;
}
.l_column{
    flex: 0 1 25%;
    width: 25%;
    max-width: 25%;
    background: #f9f2e8;
    margin-bottom: 30px;
    padding: 10px 0;
}

/* 臨時お知らせ */
.rinji p {
	text-align: center;
	color: red;
	padding: 10px;
	border: 3px solid red;
	width: 70%;
	margin: 0 auto;
	font-size: 16px;
	font-weight: bold;
}

/*-- バナー --*/
.bnrbox .bnrbox_r{
    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-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}

.bnrbox .bnrbox_r .bnr{
    flex:0 1 49%;
    width: 49%;
    margin-bottom: 1.8%;
}

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

.bnrbox .bnrbox_r li:last-nth-child(-n+2){
     margin-bottom: 0%;
}

/* インスタリンク */
.inst_link{
    text-align: right;
    text-decoration: underline;
}

/* 店舗お知らせ */

.chip{
	margin: 20px 0;
}

.chip ul{
	-webkit-justify-content: flex-end; /* Safari */
	justify-content:flex-end;
}

.chip ul li{
	text-align: right;
	margin-left: 10px;
}

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

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

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

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

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

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

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

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



/* 上映スケジュール */

.cinema .title{
	border-bottom: none;
}
.schedule__bg{
    background: url(/img/home/shinema_bk.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 70%;
}

.cinema .schedule{
	padding: 70px 0;
}

.cinema .schedule >div .logo{
	width: 200px;
	margin: 0 auto 20px;
}

.cinema .schedule >div .attention{
    font-size: 12px;
    background: #e8e0d1;
    opacity: 0.8;
    display: inline-block;
}

.cinema .schedule >div .flex{
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	margin-bottom: 20px;
}

.cinema .schedule >div .flex dl{
    flex: 0 0 20%;
    background: #fff;
    padding: 2%;
}

.cinema .schedule >div .flex dl dt{
	color: #a9894a;
	font-weight: bold;
	margin-bottom: 10px;
}

.cinema .schedule >div .flex dl dd{
	border-bottom: #dbdcdc 1px dotted;
	padding: 5px 0;
}

.cinema .schedule >div .flex dl dd span{
	margin-right: 10px;
}


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


.shop .search{
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	margin-bottom: 4%;
}

.shop .search > div{
	flex: 0 0 48%;
}

.shop .search > div p a{
    padding: 15px 20px;
	color: #fff;
	font-weight: bold;
	background: #a9894a;
	display: block;
}

.shop .search > div p a:after{
	font-family: "FontAwesome";
	content: "\f105";
	float: right;
	margin-left: 20px;
    font-size: 18px;
}

.shop .search .floorBox > .flex{
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
    border: #a9894a 4px solid;
    border-top: none;
}

.shop .search .floorBox > .flex dl{
	flex: 0 0 31%;
	margin-top: -4px;
	border-right: #a9894a 4px solid;
}

.shop .search .floorBox > .flex dl:last-child{
	border-right: none;
}

.shop .search .floorBox > .flex dl a{
	display:block;
	padding: 20px 0;
}

.shop .search .floorBox > .flex dl dt{
	color: #a9894a;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.shop .search .floorBox > .flex dl dd{
	background: #CAB78A;
	color:#fff;
	font-size: 12px;
	border-radius: 4px;
	width:120px;
	margin: 5px auto;
}

.shop .search .genreBox > .flex{
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-webkit-flex-wrap: wrap;/* Safari */
	flex-wrap: wrap;
    padding: 4px 0 0;
}

.shop .search .genreBox > .flex li{
	flex: 0 0 32.8%;
	margin-bottom:0.8%;
}

/*.shop .search .genreBox > .flex li:last-child{
	flex: 0 0 100%;
}*/

.shop .search .genreBox > .flex li a{
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 18.3px 0;
}

.shop .search .genreBox > .flex li:nth-child(4){
    flex: 0 0 49.8%;
}

.shop .search .genreBox > .flex li:last-child{
    flex: 0 0 49.3%;
}

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

.event_btn_flex {
    display: flex;
    -webkit-justify-content: space-evenly; /* Safari */
	justify-content: space-evenly;
	-webkit-flex-wrap: wrap;/* Safari */
	flex-wrap: wrap;
}
.event_btn_flex .moreBtn{
    flex: 0 1 auto;
    width: auto;
    max-width: auto;
}

/* top動画 */
.movie{
    background: #f9f2e8;
    padding: 50px 0px;
}

.movie iframe{
    max-height: 700px;
    margin: auto;
    height: 70vh;
}
/*--------------------------------------------------
	ポップアップバナーの設定
	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: 80vw;
    max-height: 80vh;
    background-color: #fff;
    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 {
      width: auto;
      height: auto;
      max-width: 80vw;
      max-height: 80vh; }
