@charset "utf-8";

.note__lead {
  line-height: 1.3;
}
.note__image {
  background-image: url(../img/home/img_paypay.png);
  height: 160px;
  background-repeat: no-repeat;
  background-size: auto 90%;
}
.note__image p {
  line-height: 2;
}
.note__image p span {
  display: inline-block;
  padding-bottom: 15px;
}
.note__time {
  margin-bottom: 28px;
}
@media screen and (max-width: 480px){
  .note__image {
    background-size: 70%;
  }
  .note__container {
    padding-top: 24px;
  }
  .note__lead {
    margin: 24px 0 12px;
  }
  .note__container .text {
    width: 90%;
    max-width: 90%;
  }
  .note__container .text {
    text-align: left;
  }
}
/*2020/11/13追加*/
.note__image.goto {
  background-image: url(../img/home/img_goto.jpg);
}
.note__container .goto-text {
  max-width: 20em;
}
/*2021/1/26追加-2021/2/5削除*/
/*
.footer__jitan{
 border: solid 1px #fff;
 display: inline-block;
 width: 60%;
 padding: 10px;
 line-height: 2;
}
@media screen and (max-width: 480px){
.footer__jitan {
 width: auto;
 margin: 0px 20px;
  }
}
.note__container .jitan{
 width: 90%;
 max-width: 90%;
 text-align: center;
 line-height: 2;
 padding: 20px;
}*/
/*2021/1/26追加-2021/2/5削除ここまで*/
/*2021/2/24追加*/
.note__image.matsudeli {
  background-image: url(../img/home/img_matsudeli.jpg);
  height: 210px;
}
@media screen and (min-width: 480px){
.matsudeli_onlysp {
 display:none;
  }
}
/*2021/2/24追加ここまで*/

/* ↓2021/08/03ランチ営業日変更↓ */
.icon_new {
  width:auto;
}
span .disp_sp {
    display: none;
}
@media screen and (max-width: 480px){
    span .disp_sp {
        display: block;
    }
}
/* ↑2021/08/03ランチ営業日変更↑ */

/* ↓2021/08/04お知らせ更新↓ */
.note__image.new-lunch {
    background-image: url(../img/home/img_new-lunch.jpg);
    margin-right: 0;
    margin-left: 25px;
}

.note__container .text {
    line-height: 1.8;
    font-size: 14px;
}
/* ↑2021/08/04お知らせ更新↑ */
.recommend__image{
  width: 60%;
  background-position: 50%;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.recommend__container__list__item {
  overflow: hidden;
}
@media screen and (max-width: 991px){
.recommend__image{
  background-size: cover;
}

}
@media screen and (max-width: 480px){
  .recommend__container__list__item a {
    display: block;
}
  .recommend__image{
    width: 100%;
    height: 220px;
  }
  .recommend__container__list__item a .text {
    width: 100%;
    padding: 20px;
  
  }
}
.recommend__image--05 {
  background-image: url(../img/common/menu_2023_01.jpg);
}
.recommend__image--06 {
  background-image: url(../img/common/menu_2023_02.jpg);
}
.recommend__image--07 {
  background-image: url(../img/common/menu_2023_03.jpg);
}
.recommend__image--08 {
  background-image: url(../img/common/menu_2023_04.jpg);
}
/* Top メニューアコーディオン */
.news {
  max-width: 1100px;
  width: 96%;
  margin: 0 auto;
  margin-top: 50px;
  position: relative;
  border: 1px solid #fff;
}

/* .new-column {
  padding: 30px;
} */

.menu-btn {
  display: block;
  width: 100%;
  padding: 20px 30px;
  border: none;
  background: transparent;
  cursor: pointer;

}

.menu-btn .news-title {
  display: block;
  margin-top: 16px;
  font-size: 28px;
  font-family: "A1ゴシック M", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #fff;
  position: relative;
}

.inn {
  position: absolute;
  top: 0;
  right: 1em;
  width: 30px;
  height: 30px;
  display: block;

}

.inn:before {
  position: absolute;
  content: "";
  top: 40%;
  left: 50%;
  width: 15px;
  height: 15px;
  transform: translate(-50%, -40%) rotate(135deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: 0.3s ease;
}

.menu-btn.is-open .inn:before {
  top: 60%;
  transform: translate(-50%, -60%) rotate(-45deg);
}


.accordion-content {
  height: 0;
  margin-top: 20px;
  overflow: hidden;
  opacity: 0;
  transition: .3s ease-in-out;
  transform: translateY(-30px);
  text-align: 2;
}

.party-plan {
  display: flex;
  padding: 40px 30px 0;
}

.c-body {
  padding-right: 30px;
}

.c-head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.party-plan .logo {
  display: inline;
  margin-right: 1em;
  max-width: 180px;
  width: 25%;
}

.party-plan h3 {
  display: inline;
  font-size: 38px;
}

.party-plan h4 {
  line-height: 1.4;
  font-size: 18px;
  border-bottom: 1px solid #fff;
  text-align: center;
  margin-bottom: 0.5em;

}

.party-plan h4 .price {
  font-size: 28px;
}

.party-plan h4 .inline-block {
  display: inline-block;
}

.party-plan p {
  line-height: 1.6;
  margin-left: 1em;
  font-size: 16px;
  margin-bottom: 2em;
  text-align: left;
}

.plan_info {
  text-align: center;
}

.party-plan ul {
  line-height: 1.6;
  margin-left: 1em;
}

.party-plan__inner {
  display: flex;
  gap: 20px;
}

.accordion-content.is-open {
  opacity: 1;
  transform: translateY(0);
  height: auto;
}

.party-plan__img {
  width: 100%;
  max-width: 400px;
  height: auto;
}
.accordion-content a.tel{
  display: block;
  padding: 0 30px 30px;
}

.plan_contact_btn {
  /* width: 310px; */
  display: block;
  background: #316455;
  border-radius: 33px;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 32px auto 0;
  padding: 24px 33px;
  font-family: "A1ゴシック M";
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.15em;
  transition: all 0.3s;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .party-plan {
    flex-wrap: wrap;
  }

  .party-plan .colom {
    width: 100%;
  }

  /* .new-column {
    padding: 10px;
  } */
  .party-plan {
    padding: 20px 10px 0;
  }
  .accordion-content a.tel{
    padding: 0 10px 20px;
  }

  .party-plan__inner {
    display: block;
  }

  .menu-btn .news-title {
    font-size: 18px;
    padding-right: 1em;
  }

  .inn {
    right: 0;
  }

  .inn:before {
    width: 10px;
    height: 10px;
  }

  .c-body {
    padding-right: 0;
  }

  .c-head {
    flex-direction: column;
    align-items: center;
  }

  .party-plan h3 {
    font-size: 24px;
  }
}