@charset "UTF-8";

/* TOPスライダー
---------------------*/
.sliderSection {
  background-color: #000;
  padding-top:3rem;
  
}
.part--systemTicker + .sliderSection{
  padding-top:0; /*緊急お知らせ表示時は相殺*/
}
.slide-img {
  max-width: 750px;
  margin: 0 1rem;
  outline: none;
}
@media (max-width: 767px) {
  .slide-img {
    margin: 0;
  }
}
.prev-arrow::before,
.next-arrow::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 15px;
  width: 13px;
  height: 17px;
  background-image: url(../img/icon-arrow-w.svg);
  background-size: cover;
}
.prev-arrow::before {
  transform:rotateY(180deg);
}
.prev-arrow::after,
.next-arrow::after {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background-color: rgba(255,255,255,.4);
  border-radius: 50%;
  transition: .2s;
}
.prev-arrow:hover::after,
.next-arrow:hover::after {
  background-color: rgba(255,255,255,.5);
}
@media (max-width: 767px) {
  .prev-arrow::before,
  .next-arrow::before {
    top: 5px;
    left: 7px;
    width: 8px;
    height: 10px;
  }
  .prev-arrow::after,
  .next-arrow::after {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
  }
}
/* TOP動画エリア
---------------------*/
.part--movie{
  position: relative;
  background: #000;
}
/* @media screen and (max-width:768px){
  .part--movie{
    padding-bottom:1.5rem;
  }
} */
.part--movie > .movie_wrapper {
  background-image: url(../img/top/movie_bg.webp);
  background-size: cover;
  margin: auto;
  position: relative;
  background-position: center;
  text-align: center;
  max-height: 75rem;
  vertical-align: top;
}
.part--movie > .movie_wrapper > .top_movie{
  height: calc(100vh - 101px);
  height: calc(100svh - 101px);
  max-height: 750px;
  max-width: 750px;
  width: 100%;
  vertical-align: top;
}
/* .part--movie > .top_movie{
  width:100%
} */
.part--movie > .movie_wrapper > .mute{
  position:absolute;
  right:2%;
  top:2%;
  z-index: 1;
}
@media screen and (max-width:768px){
  .part--movie > .movie_wrapper{
    background-image: none;
  }
  .part--movie > .movie_wrapper > .top_movie{
    height: auto;
  }
  .part--movie > .movie_wrapper > .mute{
    width: 5rem;
  }
}



/* 食べ放題コースメニュー
---------------------*/
.courseSection{
  padding:4rem 0;
  background-color: #F7F2EA;
}
@media (min-width: 768px){
  .courseSection{
    padding:6rem 0;
  }
}
.courseSectionContainer{
  align-items: flex-start;
}
.course_detail{
  position:relative;
  padding:1rem .5rem;
  font-size:1.5rem;
}
a.course_item:hover{
  opacity: .7;
}
.course_detail:before{/*丸部分 */
  display: block;
    content: "";
    position: absolute;
    left: 100%;
    bottom: 50%;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: inherit;
}
.course_detail:after{/*「after要素」で三角 */
  display: block;
  content: "";
  position: absolute;
  left: 101%;
  bottom: 50%;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
  width: 0;
  height: 0;

  border-left: 5px solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.course_name{
  z-index: 1;
}
.course_price{
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
.course_price span:nth-child(2){
  font-size: 1.2rem;
}
.course_price span:last-child{
  font-size: 1.1rem;
}
.course_item{
  border: 1px solid #646464;
  background-color: #fff;
  border-radius: 6px;
  line-height: 1.3;
  width:100%;
}
.course_item > .course_detail{
  width:47%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.course_item > .course_btn{
  width:15%;
  margin-left: 2.5%;
}
.course_item > img{
  width:35%;
  border-radius: 4% 4% 0 0;
}
.course_item.__course1{
  color:#000;
}
.course_item.__course1 > .course_btn{
  color:#3AB34A;
}
.course_item.__course1 .course_detail{
  background-color: #3AB34A;
}
.course_item.__course2{
  color:#231815;
}
.course_item.__course2 .course_detail{
  background-color: #231815;
  color:#fff;
}
.course_item.__course3{
  color:#E3010F;
}
.course_item.__course3 .course_detail{
  background-color: #E3010F;
  color:#fff;
}
.course_item.__course4{
  color:#E95613;
}
.course_item.__course4 .course_detail{
  background-color: #E95613;
  color:#fff;
}
.course_lunch{
  font-size: 1.3rem;
  background-color: #6E2E06;
  width: 65%;
  margin: 2% auto 0;
  padding: 1.5% 0;
  border-radius: 5px;
}
.courseSection .contentArea {
  max-width: 1460px;
}
@media (min-width: 768px) and (max-width: 1459px) {
  .courseSection .contentArea {
    padding: 0 2%;
  }
}

@media (min-width: 768px){
  .course_detail{
    padding:2rem .5rem;
    font-size:2.4rem;
    height: 150px;
  }
  .course_detail:before{
    left: 50%;
    top:auto;
    bottom: 3%;
    width: 44px;
    height: 44px;
  }
  .course_detail:after{
    left: 50%;
    bottom: -6%;
    margin-top: -5px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid;
  }
  .course_item{
    width:calc((100% - 20px) / 4);
    max-width:332px;
    border-radius: 12px;
  }
  .course_item > .course_detail,
  .course_item > img,
  .course_item > .course_btn{
    width:100%;
  }
  .course_item > .course_btn{
    margin-left:0;
  }
  .course_btn{
    font-size: 1.8rem;
    margin:3rem 0 2rem;
  }
  .course_lunch{
    font-size: 2rem;
    margin: 2% auto 5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 880px){
  .course_detail{
    font-size: 2.2rem;
  }
}
@media (max-width: 767px){
  .course_item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .course_item + .course_item{
    margin-top:1.5rem;
  }
  .course_item > .course_detail{
    min-height: 85px;
  }
  .course_item > *{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-flow: column;
  }
  .course_item > img{
    border-radius: 2% 0 0 2%;
  }
}
@media (max-width: 320px){
  .course_detail{
    font-size:1.3rem;
  }
}

.courseImg {
  max-width: 370px;
  margin: 0 auto 3rem;
}
@media (max-width: 767px){
  .courseImg {
    max-width: 250px;
    margin-bottom: 1.5rem;
  }
}

/* 店舗検索・お品書き
---------------------*/
.searchSection {
  background-image: url(../img/top/top_02_pc.jpg);
  background-size: cover;
}
@media (max-width: 767px) {
  .searchSection {
    background-image: url(../img/top/top_02_sp.jpg);
  }
}
@media (min-width: 768px) {
  .searchContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    padding: 90px 4% 45px 4%;
    max-width:1210px;
  }
}
@media (max-width: 767px) {
  .searchContainer {
    width: 100%;
    padding: 45px 5% 6% 5%;
  }
}
.search {
  position: relative;
}
@media (min-width: 768px) {
  .search:nth-child(1){
    -ms-flex-preferred-size: 44%;
    flex-basis: 44%;
    max-width: 44%;
    margin-right: 6%;
  }
  .search:nth-child(2){
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .search:nth-child(2){
    margin-top: 4%;
  }
}
.search_ttl {
  padding: .8rem;
  font-size: 2.5rem;
  font-weight: 500;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-bottom: 2px solid #B4B48B;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .search_ttl {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .search_ttl {
    width: 100%;
    font-size: 1.25rem;
  }
}
.search_icon {
  position: absolute;
  top: -14px;
  left: -28px;
  width: 82px;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .search_icon {
    width: 74px;
  }
}
@media (max-width: 767px) {
  .search_icon {
    width: 50px;
    top: -5px;
    left: -10px;
  }
}
@media (max-width: 767px) {
  .searchShop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.searchShop_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #93030D;
  color: #fff;
  padding: 2.85em 0;
  font-size: 2.6rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .searchShop_item._current {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .searchShop_item {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .searchShop_item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding:  1em;
    font-size:  1.3rem;
    font-weight: 500;
  }
  .searchShop_item:nth-child(n + 2) {
    border-left: 1px solid #fff;
  }
}
.searchMenu_item {
  display: block;
  padding: 1em;
  font-size: 2.6rem;
  font-weight: 500;
  background-color: #fff;
  color: #000;
  text-align: center;
}
@media (min-width: 768px) {
  .searchMenu_item:nth-child(n + 2) {
    border-top: 1px solid #000;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .searchMenu_item {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .searchMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .searchMenu_item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 1em 0;
    font-size: 1.3rem;
  }
  .searchMenu_item:nth-child(n + 2) {
    border-left: 1px solid #000;
  }
}

/* 注意ボタンエリア
-----------------*/
.attentionSection {
  margin-top: 10rem;
  margin-bottom: 8rem;
}
@media (max-width: 1279px) {
  .attentionSection {
    margin-top: 8%;
    margin-bottom: 6%;
  }
}
.attentionBtn .btn {
  width: 100%;
  font-size: 2.8rem;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .attentionBtn .btn {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .attentionBtn .btn {
    max-width: 100%;
    font-size: 1.4rem;
  }
}
.attentionTxt {
  margin-top: 1%;
  text-align: center;
}
.attentionTxt .btn {
  width: auto;
  padding: .3em 2em;
}
.attentionTxt .btn--txt:hover {
  color: #A33335;
}
@media (min-width: 768px) {
  .attentionTxt .arrow::after {
    top: 52%;
  }
}
.attentionTxt .arrow:hover::after,
.attentionTxt .arrow:active::after,
.attentionTxt .arrow:focus::after {
  background-image: url(../img/icon-arrow-r.svg);
}

/* コンテンツ導線エリア
-----------------*/
@media (min-width: 768px) {
  .sectionWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sectionWrapper > * {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
.sectionContainer {
  max-width: 540px;
  padding: 5rem 2rem;
}
.sectionContainer._left {
  margin-left: auto;
}
.sectionContainer._right {
  margin-right: auto;
}
.sectionContainer._center {
  margin-right: auto;
  margin-left: auto;
}
.singleSection .sectionContainer._center,
.takeoutSection .sectionContainer._center {
  padding-top: 5rem;
}
@media (min-width: 1120px) {
  .sectionContainer {
    max-width: 560px;
    padding: 5rem 4rem;
  }
  .sectionContainer._left {
    padding-left: 0;
  }
  .sectionContainer._right {
    padding-right: 0;
  }
  .sectionContainer._center {
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .sectionContainer {
    padding: 8% 4%;
  }
  .sectionContainer._left {
    margin-right: auto;
  }
  .sectionContainer._right {
    margin-left: auto;
  }
  .sectionContainer._center {
    padding-right: auto;
    padding-left: auto;
  }
  .singleSection .sectionContainer._center,
  .takeoutSection .sectionContainer._center {
    padding-top: 8%;
  }
  .appSectionWrapper > .sectionWrapper > .sectionContainer + .sectionContainer{
    padding-top:0;
  }
}
.sectionTtl {
  margin-bottom: 3rem;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 3px;
  text-align: center;
}
.sectionTtl span {
  display: block;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 1px;
}
.sectionBtn {
  margin-top: 3rem;
}
.sectionBtn .btn {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .sectionTtl {
    font-size: 2.4rem;
  }
  .sectionTtl span {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .sectionTtl {
    font-size: 1.7rem;
    margin-bottom: 1.5rem;
  }
  .sectionTtl span {
    font-size: 1rem;
  }
  .sectionBtn {
    margin-top: 1.5rem;
  }
}
.limitedSection {
  background-image: url(../img/top/top_limited_bg.jpg);
  background-size: cover;
}
@media (min-width: 768px) {
  .limitedSection .btn--primary:hover,
  .limitedSection .btn--primary:active,
  .limitedSection .btn--primary:focus {
    background-color: #968555;
    border: solid 1px #968555;
  }
}
.singleSection {
  background-color: #968555;
  color: #fff;
}
.banquetSection,
.studentBanquetSection,
.takeoutSection {
  background-color: #BFB597;
}
.appSection,
.storeSection {
  background-color: #F0EFEF;
}
.lunchSection .sectionContainer,
.campaignSection .sectionContainer {
  padding-top: 0;
}
.lunchSection .sectionTtl,
.campaignSection .sectionTtl {
  margin-top: 5rem;
}
.appSection{
  background-color: #F0EFEF;
}
.appSectionWrapper{
  max-width: 1120px;
	margin: 0 auto;
}
.campaignSection {
	max-width: 1120px;
	margin: 0 auto;
}

@media (max-width: 767px) {
  .lunchSection .sectionTtl,
  .campaignSection .sectionTtl {
    margin-top: 8%;
  }
}

/* お知らせエリア
-----------------*/
.newsSection {
  padding-top: 2%;
  padding-bottom: 6%;
}
@media (max-width: 767px) {
  .newsSection {
    padding-bottom: 10%;
  }
}
.newsContainer {
  margin-bottom: 5.5%;
}
.newsItem {
  padding: 18px 0 25px;
  border-bottom: solid 1px #141414;
  text-decoration: none;
}
.newsItem:first-child {
  border-top: solid 1px #141414;
}
@media (max-width: 767px) {
  .newsItem {
    width: 100%;
    padding: 12px 0;
  }
}
.newsItemDate {
  font-size: 2.2rem;
  color: #646464;
  padding-top: 5px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .newsItemDate {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
}
.newsItemTxt a {
  font-size: 2.2rem;
  color: #000;
  font-weight: normal;
}
.newsItemTxt a:hover {
  color: #ac000c;
}
@media (max-width: 767px) {
  .newsItemTxt a {
    font-size: 1.4rem;
  }
}
.systemTicker {
  background-color: #000;
}

/* バナーエリア
-----------------*/
.bannerSection {
  margin-bottom: 10%;
}
@media (min-width: 768px) {
  .bannerContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .bannerItem {
    max-width: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}
.bannerItem {
  display: block;
}
.bannerItem:hover {
  opacity: .8;
}
@media (min-width: 768px) {
  .bannerContainer > *:nth-child(n + 3) {
    margin-top: 3%;
  }
}
@media (max-width: 767px) {
  .bannerContainer > *:nth-child(n + 2) {
    margin-top: 4%;
  }
  .bannerItem img {
    width: 100%;
  }
}
/* 緊急お知らせエリア
-----------------*/
@media (min-width: 767px){
  .part--systemTicker .systemTicker_title {
    width: 750px;
  }
}