@charset "UTF-8";
/*------------------------------------------
  緊急テキスト
------------------------------------------*/
.home-announce-block {
  background: #fff1f1;
  padding: 18px 5.6% 5px;
}

.home-announce-block .announce-item {
  position: relative;
  color: #dc3838;
  margin-bottom: 10px;
}

.home-announce-block .ttl {
  position: absolute;
  padding: 0 2%;
  background: #dc3838;
  border-radius: 2px;
}

.home-announce-block .ttl span {
  position: relative;
  top: -1px;
  font-size: 9px;
  font-size: 2.8125vw;
  text-align: center;
  color: #fff;
  line-height: 1;
}

.home-announce-block .text {
  font-size: 10px;
  font-size: 3.125vw;
  line-height: 1.7;
  text-indent: 19vw;
}

.home-announce-block .text a {
  color: #dc3838;
}

.home-announce-block .text a:hover {
  text-decoration: underline;
}

/*------------------------------------------
  Slider ここから
------------------------------------------*/
.home-slider-contents {
  position: relative;
  min-height: 190px;
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.home-slider-contents .slick-dots {
  text-align: center;
  padding: 10px 0 20px;
}

.home-slider-contents .slick-dots li {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c8c8c8;
  margin: 0 9px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.home-slider-contents .slick-dots .slick-active {
  background: #4a4a4a;
}

.home-slider-contents.slick-initialized {
  opacity: 1;
}

/*------------------------------------------
  information
------------------------------------------*/
.home-information-block {
  opacity: 0;
  -webkit-animation: fadePage 1s ease 0.5s forwards;
  animation: fadePage 1s ease 0.5s forwards;
  padding: 8% 4.1% 3%;
  background: #f7f7f7;
}

.home-information-block .ttl {
  font-weight: 700;
  font-size: 13px;
  font-size: 4.0625vw;
  line-height: 1;
  letter-spacing: .17em;
  text-align: center;
  margin-bottom: 4%;
}

.home-information-block .information-wrap .date {
  font-weight: bold;
  text-align: left;
}

.home-information-block .information-wrap .text {
  padding-left: 5%;
  padding-bottom: 5px;
  line-height: 1.818181818;
  letter-spacing: .07em;
}

.home-information-block .information-wrap .text a {
  color: #8a9a00;
  display: block;
}

.home-information-block + .cmn-gnav {
  opacity: 0;
  -webkit-animation: fadeup 2s ease 1s forwards;
  animation: fadeup 2s ease 1s forwards;
}

/*------------------------------------------
  SHOP LIST
------------------------------------------*/
.cmn-shoplist-block.type-home {
  background: #f7f7f7;
}

/*------------------------------------------
  Event
------------------------------------------*/
.home-event-block .list-item:first-child {
  width: 100%;
}

.home-event-block .list-item:first-child.icon-new:before {
  position: absolute;
  z-index: 2;
  content: '';
  width: 13.3%;
  padding-top: 13.3%;
  top: -15px;
  left: -4%;
  background: url(/assets/images/common/icon_new.svg) no-repeat;
  background-size: 100%;
}

.home-event-block .list-item:first-child .ttl {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-event-block .cmn-listtype01 .js-fade.fadeup.active:nth-child(even) {
  -webkit-animation: fadeup 1.5s ease 0s forwards;
  animation: fadeup 1.5s ease 0s forwards;
}

.home-event-block .cmn-listtype01 .js-fade.fadeup.active:nth-child(odd) {
  -webkit-animation: fadeup 1.5s ease .2s forwards;
  animation: fadeup 1.5s ease .2s forwards;
}

/*------------------------------------------
  Shop news
------------------------------------------*/
.home-shopnews-block {
  background: #f7f7f7;
}

/*------------------------------------------
  営業時間
------------------------------------------*/
.home-openinghour-block {
  padding: 37px 0 0;
}

.home-openinghour-block .cmn-headline-title {
  text-align: center;
  margin-bottom: 25px;
}

.home-openinghour-block .cmn-headline-title .ttl-ja {
  display: inline-block;
  font-size: 16px;
  font-size: 5vw;
  font-weight: bold;
  letter-spacing: .11em;
  padding-bottom: 3px;
  border-bottom: 2px solid;
}

.home-openinghour-block .hours-box {
  padding: 0 5.6%;
  letter-spacing: .03em;
  margin-top: 35px;
}

.home-openinghour-block .hours-box:first-child {
  margin-top: 0;
}

.home-openinghour-block .hours-box .ttl {
  font-weight: bold;
  text-align: center;
  font-size: 13px;
  font-size: 4.0625vw;
  padding-bottom: 15px;
  border-bottom: 1px solid #4a4a4a;
}

.home-openinghour-block .hours-box dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}

.home-openinghour-block .hours-box dl dt {
  padding-right: 10px;
}

.home-openinghour-block .hours-box dl dd {
  text-align: right;
}

.home-openinghour-block .note {
  padding: 10px 5.6% 0;
  font-size: 11px;
  font-size: 3.4375vw;
  text-align: right;
}

/*------------------------------------------
  満空情報
------------------------------------------*/
.home-parking-block .cmn-headline-title {
  text-align: center;
  margin-bottom: 25px;
}

.home-parking-block .cmn-headline-title .ttl-ja {
  display: inline-block;
  font-size: 16px;
  font-size: 5vw;
  font-weight: bold;
  letter-spacing: .11em;
  padding-bottom: 3px;
  border-bottom: 2px solid;
}

.home-parking-block .contents {
  padding: 0 5.6%;
}

.home-parking-block .parking-info {
  position: relative;
  width: 100%;
  padding-top: 86%;
  margin-bottom: 10px;
}

.home-parking-block .parking-info iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*------------------------------------------
  Clearfix
------------------------------------------*/
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
