@charset "UTF-8";

.main{
  overflow: hidden;
}

/*共通
---------------------*/
.topTtl{
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.topText{
  font-size: 1.35rem;
}
@media (min-width: 768px){
  .topTtl{
    font-size: 4rem;
  }
  .topText{
    font-size: 2rem;
  }
}


/*TOPスライダー
---------------------*/
.slide-img {
  max-width: 750px;
  margin: 0 1%;
  outline: none;
}
@media (max-width: 767px) {
  .slide-img {
    margin: 0;
  }
}

.slider img {
  width: 100%;
  height: auto;
  outline: none;
}
ul.slider li {
  /*margin:0 0.1%;*/
  outline: none;
}

/*arrow*/
img.slide-arrow.prev-arrow.slick-arrow,
img.slide-arrow.next-arrow.slick-arrow {
  width: 3.2%;
}
@media screen and (max-width:768px) {
  img.slide-arrow.prev-arrow.slick-arrow,
  img.slide-arrow.next-arrow.slick-arrow {
    width: 6%;
  }
}
.slick-arrow {
  position: absolute;
  top: 104%;
  margin: auto;
  cursor: pointer;
}

@media screen and (max-width:1280px) {
  .slick-arrow {
    top: 107%;
  }
}

/*バナー9枚時*/
.prev-arrow {
  left: 33%;
  z-index: 10;
}
.next-arrow {
  right: 33%;
  z-index: 10;
}
@media screen and (max-width:1300px) {
  /*バナー9枚時*/
  .prev-arrow {
    left: 28%;
  }
  .next-arrow {
    right: 28%;
  }
}
@media screen and (max-width:900px) {
  /*バナー9枚時*/
  .prev-arrow {
    left: 25%;
  }
  .next-arrow {
    right: 25%;
  }
}
@media screen and (max-width:768px) {
  .slick-arrow {
    bottom: -19%;
  }

  /*バナー9枚時*/
  .prev-arrow {
    left: 20%;
  }
  .next-arrow {
    right: 20%;
  }
}
@media screen and (max-width:410px) {
  .slick-arrow {
    bottom: -16%;
  }

  /*バナー9枚時*/
  .prev-arrow {
    left: 10%;
  }
  .next-arrow {
    right: 10%;
  }
}

/*dots*/
.slick-dots {
  position: absolute;
  bottom: -10%;
}

@media screen and (max-width:1280px) {
  .slick-dots {
    bottom: -13%;
  }
}
@media screen and (max-width:900px) {
  .slick-dots {
    bottom: -14.5%;
  }
}
@media screen and (max-width:768px) {
  .slick-dots {
    bottom: -16%;
  }
}

.slick-dots li {
  margin: 0 9px;
}
@media screen and (max-width:768px) {
  .slick-dots li {
    margin: 0 3px;
  }
}
.slick-dots li:first-child {
  margin-left: 5%;
}
.slick-dots li:last-child {
  margin-right: 5%;
}
.slick-dots li button:before {
  font-size: 40px;
  color: #19191a;
  opacity: .5;
}
@media screen and (max-width:980px) {
  .slick-dots li button:before {
    font-size: 33px;
  }
}
@media screen and (max-width:768px) {
  .slick-dots li button:before {
    font-size: 20px;
  }
}
.slick-dots li.slick-active button:before {
  color: #19191a;
  opacity: 1;
}
li.slick-slide:not(.slick-center) {
  opacity: 1;
}


/*
/*店舗検索・食べ放題エリア
-----------------*/
.part--search{
  width:90%;
  margin-left:auto;
  margin-right:auto;
}
.part--search .searchTtl{
  position: relative;
  display: inline-block;
  padding: 0 3rem;
  letter-spacing: .4rem;
}
.part--search .searchTtl:before,
.part--search .searchTtl:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 2rem;
  height: 1px;
  background-color: black;
}

.part--search .searchTtl:before {
  left:0;
}
.part--search .searchTtl:after {
  right: 0;
}
.part--search .searchBtn{
  background-color: #CA0700;
  color:#fff;
  width:calc((100% - 1.5rem)/ 2);
  height: 50px;
  cursor: pointer;
}
.part--search .searchBtn > img{
  margin-right:1rem;
}


/*食べ放題コースメニュー
-----------------*/
.content01{
  background-color: #FFE033;
  margin-top:5rem;
}
@media (min-width: 768px){
  .content01{
    margin-top:15rem;
    height:500px;
  }
  .content01-inner{
    height:500px;
  }
}
.content01-imgArea{
  position: relative;
  height: 350px;
}
@media (min-width: 768px){
  .content01-imgArea{
    height:500px;
  }
}
.content01-imgArea-child{
  position: absolute;
}

@media (max-width: 767.98px){
  .content01-imgArea-child.-susi{
    left: -5%;
  }
  .content01-imgArea-child.-syabu{
    top: 15%;
    right: 0;
  }
  .content01-imgArea-child.-dessert{
    bottom:10%;
    left: 5%;
  }
}
@media (max-width: 600px){
  .content01-imgArea-child.-susi{
    width: 260px;
  }
  .content01-imgArea-child.-syabu{
    width: 154px;
  }
  .content01-imgArea-child.-dessert{
    width: 172px;
  }
}
@media (min-width: 768px){
  .content01-imgArea-child.-susi{
    top:-5%;
    left:15%;
    width:381px;
  }
  .content01-imgArea-child.-syabu{
    bottom:-10%;
    width:257px;
  }
  .content01-imgArea-child.-dessert{
    bottom:10%;
    right: 0;
    width:240px;
  }
}
.content01 .btn--primary{
  background-color: #F4902D;
  color:#fff;
  width:60%;
}
@media (max-width: 767.98px){
  .content01-textArea{
    padding:10% 0;
  }
}
.content01-btn:hover{
  opacity: .7;
}

/*バナー2カラム
-----------------*/
.content02{
  padding-top:4rem;
}
@media (min-width: 768px){
  .content02{
    padding-top:13rem;
  }
}
@media (max-width: 767.98px){
  .content02 > .contentArea{
    margin:0;
  }
}

/*キャンペーン情報
-----------------*/
.content03{
  padding-top:8rem;
}


/* TOP動画エリア
---------------------*/
.part--movie {
  padding-bottom: 3rem;
}
@media screen and (max-width:768px) {
  .part--movie {
    padding-bottom: 1.5rem;
  }
}
.part--movie > .movie_wrapper {
  position: relative;
  max-width: 1280px;
  margin: auto;
}
.part--movie > .movie_wrapper > .top_movie {
  width: 100%;
}

.part--movie > .movie_wrapper > .mute {
  position: absolute;
  top: 2%;
  left: 2%;
  z-index: 1;
}
@media screen and (max-width:768px) {
  .part--movie > .movie_wrapper > .mute {
    width: 5rem;
  }
}

/* お知らせエリア
---------------------*/
#page--home .part--news {
  padding-top: 10rem;
  padding-bottom: 11.5%;
}
@media (max-width: 767px) {
  #page--home .part--news {
    padding: 8rem 0 6rem;
  }
}
#page--home .part--news .newsContainer {
  margin-bottom: 5.5%;
}
@media (max-width: 767px) {
  #page--home .part--news .newsContainer {
    flex-direction: column;
    width: 100%;
  }
}
#page--home .part--news .newsContainer .item__data {
  flex-basis: 416px;
  flex-direction: row;
  align-items: stretch;
  padding: 18px 0 25px;
  text-align: left;
  text-decoration: none;
  border-bottom: solid 1px #141414;
}
@media (max-width: 767px) {
  #page--home .part--news .newsContainer .item__data {
    flex-basis: 100%;
    width: 100%;
    padding: 12px 0;
  }
}

#page--home .part--news .newsContainer .item__data a.newsContainer__item {
  text-decoration: none;
}


#page--home .part--news .newsContainer .item__data:first-child {
  border-top: solid 1px #141414;
}
#page--home .part--news .newsContainer .newsContainer__item:nth-child(2) {
  border-bottom: none;
}
#page--home .part--news .newsContainer .newsContainer__item .item__img {
  flex-basis: 122px;
  max-width: 122px;
  height: 122px;
  margin-right: 28px;
}
@media (max-width: 767px) {
  #page--home .part--news .newsContainer .newsContainer__item .item__img {
    flex-basis: 80px;
    max-width: 80px;
    height: 80px;
    margin-right: 13px;
  }
}
#page--home .part--news .newsContainer .item__data .item__pubdate {
  margin-bottom: 5px;
  padding-top: 5px;
  font-size: 2.2rem;
  color: #646464;
}
@media (max-width: 767px) {
  #page--home .part--news .newsContainer .item__data .item__pubdate {
    margin-bottom: 0;
    font-size: 1.2rem;
  }
}
#page--home .part--news .newsContainer .item__data .item__title .newsContainer__item {
  font-weight: normal;
  font-size: 2.2rem;
  color: #000;
}
@media (max-width: 767px) {
  #page--home .part--news .newsContainer .item__data .item__title .newsContainer__item {
    font-size: 1.4rem;
  }
}

#page--home .part--news .newsContainer .item__data a:hover {
  color: #eb7721 !important;
}

.cpn > .content02-inner > .cpn_item:not(:last-child){
  margin-bottom: 3%;
}
@media (max-width: 767px){
  .cpn > .content02-inner > .cpn_item:not(:last-child){
    margin-bottom: 5%;
  }
}