@charset "UTF-8";
* {
  line-height: 1.5;
  color: #111;
  box-sizing: border-box;
  text-decoration: none;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN',serif;
  font-size: 1.6rem;
}

* + address, * + dl, * + fieldset, * + figure, * + ol, * + p, * + pre, * + ul {
  margin-top: 20px;
}

address, dl, fieldset, figure, ol, p, pre, ul {
  margin: 0 0 20px 0;
}

img,
iframe {
  vertical-align: bottom;
}

.page__title {
  padding: 12px 24px 12px;
  font-size: 4rem;
  color: #fff;
  background: #111;
  text-align: center;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section__title {
  margin-bottom: 56px;
  font-size: 4rem;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}

.section__title span {
  font-size: 1.8rem;
}

.section__subTitle {
  font-size: 2.4rem;
  font-weight: bold;
}

.section__accentTitle {
  margin-bottom: 3.2rem;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-small {
  max-width: 900px;
}

.button a,
.button i {
  transition: .1s ease-in-out;
  color: #fff;
}

.button a {
  display: inline-block;
  padding: 0 30px;
  line-height: 38px;
  border: 1px solid #111;
  background: #111;
}

.button a:hover {
  color: #111;
  background: none;
}

.button a:hover i {
  color: #111;
}

.button__large a {
  font-size: 2.4rem;
  padding: 0 52px;
  line-height: 56px;
}

.background-default {
  background: #f7f7f7;
}

.webp .background-image01 {
  background: url("../images/bg-section01.webp");
  background-size: cover;
  background-position: center;
  background-repeat: round;
}

.webp .background-image02 {
  background: url("../images/bg-section02.webp");
  background-size: cover;
  background-position: center;
}

.no-webp .background-image01 {
  background: url("../images/bg-section01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: round;
}

.no-webp .background-image02 {
  background: url("../images/bg-section02.jpg");
  background-size: cover;
  background-position: center;
}

.current a {
  color: #A73836;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 960px) {
  *:hover {
    opacity: 1 !important;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .page__title {
    padding: 12px 16px 12px;
    font-size: 3.2rem;
  }
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section__title {
    margin-bottom: 48px;
    font-size: 2.8rem;
  }
  .section__title span {
    font-size: 1.6rem;
  }
  .section__subTitle {
    font-size: 2.1rem;
  }
  .section__accentTitle {
    font-size: 1.8rem;
  }
  .container {
    padding-right: 16px;
    padding-left: 16px;
  }
  .button__large a {
    font-size: 1.8rem;
    padding: 0 30px;
    line-height: 46px;
  }
}

/* -------------------- fixed-button -------------------- */
.fixed-button {
  position: fixed;
  width: 100%;
  z-index: 1;
}

.fixed-button a {
  display: block;
  padding: 12px;
  font-size: 2.1rem;
  color: #fff;
  background: rgba(167, 56, 54, 0.88);
  text-align: center;
}

.fixed-button i {
  color: #fff;
}

@media screen and (max-width: 640px) {
  .fixed-button a {
    padding: 8px 68px 8px 12px;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
  }
}

/* -------------------- hamburger -------------------- */
.hamburger__button {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  z-index: 3;
  background: #111;
  cursor: pointer;
  text-align: center;
}

.hamburger__button.active span:nth-child(1) {
  top: 27px;
  left: 13px;
  transform: rotate(-45deg);
  background: #fff;
}

.hamburger__button.active span:nth-child(2), .hamburger__button.active span:nth-child(3) {
  top: 27px;
  transform: rotate(45deg);
  background: #fff;
}

.hamburger__button span {
  position: absolute;
  display: block;
  left: 13px;
  height: 2px;
  width: 30px;
  transition: 0.3s ease-in-out;
  background: #fff;
}

.hamburger__button span:nth-child(1) {
  top: 17px;
}

.hamburger__button span:nth-child(2) {
  top: 27px;
}

.hamburger__button span:nth-child(3) {
  top: 37px;
}

.hamburger__container {
  position: fixed;
  top: 0;
  right: 0;
  width: 400px;
  z-index: 2;
  transform: translateX(100%);
  transition: .2s ease-in-out;
  color: #fff;
  background: #111;
  text-align: center;
}

.hamburger__container.active {
  transform: translateX(0%);
}

.hamburger__list {
  height: 100vh;
  width: 100%;
  margin: 0 auto;
  padding: 56px 0 0 0;
}

.hamburger__item {
  width: 100%;
  padding: 0;
  transition: .4s all;
  list-style-type: none;
}

.hamburger__item:last-child {
  padding-bottom: 0;
}

.hamburger__item:hover {
  opacity: 0.5;
}

.hamburger__item a {
  display: block;
  padding: 24px 16px;
  font-size: 1.8rem;
  color: #fff;
  text-decoration: none;
}

.hamburger__icon {
  margin-top: 24px;
}

.hamburger__icon a i {
  font-size: 4rem;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .hamburger__container {
    width: 320px;
  }
}

@media screen and (max-width: 640px) {
  .hamburger__container {
    width: 100%;
  }
}

/* -------------------- mv -------------------- */
.mv {
  display: flex;
}

.mv__visual {
  height: 100vh;
  width: calc(100% - 400px);
}

.webp .mv__visual {
  background: url(../images/bg-mv-top-pc.webp);
  background-size: cover;
  background-position: center;
}

.no-webp .mv__visual {
  background: url(../images/bg-mv-top-pc.jpg);
  background-size: cover;
  background-position: center;
}

.mv__image {
  display: none;
}

.mv__navi {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  padding: 24px;
}

.webp .mv__navi {
  background: url(../images/bg-mv-navi.jpg);
  background-size: cover;
  background-position: center;
}

.no-webp .mv__navi {
  background: url(../images/bg-mv-navi.webp);
  background-size: cover;
  background-position: center;
}

.mv__logo {
  margin-bottom: 32px;
  text-align: center;
}

.mv__logo a {
  transition: .1s ease-in-out;
}

.mv__logo a:hover {
  opacity: 0.7;
}

.mv__logo img {
  width: 243px;
}

.mv__menu {
  margin-bottom: 32px;
}

.mv__item {
  text-align: center;
}

.mv__item:not(:last-child) a {
  display: inline-block;
  width: 100%;
  padding: 16px;
  font-size: 1.8rem;
  transition: .1s ease-in-out;
  font-weight: bold;
}

.mv__item:not(:last-child) a:hover {
  opacity: .5;
}

.mv__item:last-child {
  margin-top: 16px;
}

.mv__icon {
  font-size: 4rem;
  text-align: center;
}

.mv__icon a {
  transition: .1s ease-in-out;
}

.mv__icon a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 960px) {
  .mv__visual {
    width: calc(100% - 320px);
  }
  .mv__navi {
    width: 320px;
  }
}

@media screen and (max-width: 640px) {
  .mv__visual {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .webp .mv__visual {
    background: url(../images/bg-mv-top-sp.webp);
    background-size: cover;
    background-position: center;
  }
  .no-webp .mv__visual {
    background: url(../images/bg-mv-top-sp.jpg);
    background-size: cover;
    background-position: center;
  }
  .mv__image {
    display: block;
    width: 260px;
    margin-bottom: 0;
  }
  .mv__image img {
    width: 100%;
  }
  .mv__navi {
    display: none;
  }
}

/* -------------------- footer -------------------- */
footer {
  padding: 24px 24px 12px;
  background: #111;
}

.footer__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 32px;
}

.footer__logo {
  margin-bottom: 0;
}

.footer__logo a {
  transition: .1s ease-in-out;
}

.footer__logo a:hover {
  opacity: 0.7;
}

.footer__logo img {
  width: 243px;
}

.footer__navi {
  display: flex;
}

.footer__list {
  display: flex;
  margin-bottom: 0;
}

.footer__item a {
  display: inline-block;
  padding: 12px;
  transition: .1s ease-in-out;
  color: #fff;
}

.footer__item a:hover {
  opacity: 0.5;
}

.footer__icon {
  margin-left: 28px;
}

.footer__icon a {
  transition: .1s ease-in-out;
}

.footer__icon a:hover {
  opacity: 0.5;
}

.footer__icon a i {
  font-size: 4rem;
  color: #fff;
}

.fixed-banner {
  position: fixed;
  right: 0;
  bottom: 0;
}

.fixed-banner__link {
  display: inline-block;
  padding: 18px;
  border: 4px solid #00b900;
  background: #fff;
}

.fixed-banner__close {
  position: absolute;
  top: -13px;
  left: -13px;
  width: 30px;
  height: 30px;
  z-index: 3;
  border-radius: 50%;
  background: #111;
  cursor: pointer;
}

.fixed-banner__close span {
  position: absolute;
  top: 14px;
  left: 6px;
  height: 1px;
  width: 18px;
  background: #fff;
}

.fixed-banner__close span:nth-child(1) {
  transform: rotate(-45deg);
}

.fixed-banner__close span:nth-child(2) {
  transform: rotate(45deg);
}

.fixed-banner__text {
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
}

.fixed-banner__button {
  margin-bottom: 0;
  text-align: center;
}

.copyright {
  margin-bottom: 0;
  text-align: center;
}

.copyright small {
  font-size: 1.2rem;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .fixed-banner__link {
    padding: 14px;
    border: 3px solid #00b900;
  }
}

@media screen and (max-width: 960px) {
  .footer__container {
    display: block;
    margin: 0 auto 32px;
  }
  .footer__logo {
    text-align: center;
    margin-bottom: 40px;
  }
  .footer__navi {
    display: block;
  }
  .footer__list {
    display: block;
    margin-bottom: 24px;
  }
  .footer__item {
    text-align: center;
  }
  .footer__icon {
    margin-left: 0;
    text-align: center;
  }
}

/* ---------------------------------------- */
/* TOP
/* ---------------------------------------- */
/* -------------------- partnership -------------------- */
.partnership__video {
  margin: auto;
  width: 80%;
}

.partnership__video video {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .partnership__video {
    width: 100%;
  }
}

/* -------------------- features -------------------- */
.features .section__subTitle {
  margin-bottom: 32px;
}

.features__list {
  margin-bottom: 0;
}

.features__item {
  display: flex;
  align-items: center;
  margin-left: -40px;
}

.features__item:nth-child(2n) {
  flex-direction: row-reverse;
}

.features__item:not(:last-child) {
  margin-bottom: 48px;
}

.features__image {
  display: inline-block;
  width: 50%;
  margin: 0 0 0 40px;
}

.features__image img {
  width: 100%;
}

.features__info {
  width: 50%;
  margin-left: 40px;
}

.features__text:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .features .section__subTitle {
    margin-bottom: 20px;
  }
  .features__item {
    display: block;
    margin-left: 0;
  }
  .features__image {
    width: 100%;
    margin: 0 0 32px 0;
  }
  .features__info {
    width: 100%;
    margin-left: 0;
  }
}

/* -------------------- onlineShop -------------------- */
.onlineShop .section__subTitle {
  margin-bottom: 8px;
}

.onlineShop .section__subTitle span {
  font-size: 1.8rem;
}

.onlineShop .menu__price {
  text-align: right;
}

.onlineShop__list {
  margin-bottom: 0;
}

.onlineShop__item {
  display: flex;
  align-items: center;
  margin-left: -40px;
}

.onlineShop__item:not(:last-child) {
  margin-bottom: 48px;
}

.onlineShop__image {
  display: inline-block;
  width: 50%;
  margin: 0 0 0 40px;
}

.onlineShop__image img {
  width: 100%;
}

.onlineShop__info {
  width: 50%;
  margin-left: 40px;
}

.onlineShop__text:last-child {
  margin-bottom: 0;
}

.onlineShop__button {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .onlineShop .section__subTitle {
    margin-bottom: 8px;
  }
  .onlineShop .section__subTitle span {
    font-size: 1.6rem;
  }
  .onlineShop__item {
    display: block;
    margin-left: 0;
  }
  .onlineShop__image {
    width: 100%;
    margin: 0 0 32px 0;
  }
  .onlineShop__info {
    width: 100%;
    margin-left: 0;
  }
}

/* -------------------- cooks -------------------- */
.cooks .section__subTitle {
  margin-bottom: 32px;
}

.cooks__list {
  margin-bottom: 0;
}

.cooks__item {
  display: flex;
  align-items: center;
  margin-left: -40px;
}

.cooks__item:not(:last-child) {
  margin-bottom: 40px;
}

.cooks__image {
  width: 20%;
  margin: 0 0 0 40px;
}

.cooks__image img {
  width: 100%;
}

.cooks__info {
  width: calc(100% - 20%);
  margin-left: 40px;
}

@media screen and (max-width: 960px) {
  .cooks__image {
    width: 40%;
  }
  .cooks__info {
    width: calc(100% - 40%);
  }
}

@media screen and (max-width: 640px) {
  .cooks .section__subTitle {
    margin-bottom: 20px;
  }
  .cooks__list {
    display: block;
    margin: 0;
  }
  .cooks__item {
    display: block;
    margin-left: 0;
  }
  .cooks__item:not(:last-child) {
    margin-bottom: 40px;
  }
  .cooks__image {
    width: 100%;
    margin: 0 0 32px;
  }
  .cooks__info {
    width: 100%;
    margin-left: 0;
  }
}

/* -------------------- information -------------------- */
.information__images {
  display: flex;
  margin: 0 0 40px -40px;
}

.information__image {
  width: 50%;
  margin: 0 0 0 40px;
}

.information__image img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}

.information__map {
  width: 50%;
  margin-left: 40px;
}

.information__map iframe {
  height: 400px;
  width: 100%;
}

.information__item {
  display: flex;
  margin-bottom: 0;
}

.information__item:not(:first-child) {
  padding-top: 12px;
}

.information__item:not(:last-child) {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.4);
}

.information__item a {
  color: #A73836;
  text-decoration: underline;
}

.information__item .item__title {
  width: 120px;
  padding: 8px 16px 8px 0;
  border-right: 1px solid rgba(17, 17, 17, 0.4);
  font-weight: bold;
}

.information__item .item__text {
  width: calc(100% - 120px);
  padding: 8px 0 8px 16px;
}

.information__item .item__text span {
  display: inline-block;
  margin-right: 14px;
}

@media screen and (max-width: 640px) {
  .information__images {
    display: block;
    margin: 0 0 32px 0;
  }
  .information__image {
    width: 100%;
    margin: 0 0 32px 0;
  }
  .information__image img {
    height: auto;
    width: 100%;
  }
  .information__map {
    width: 100%;
    margin: 0;
  }
  .information__map iframe {
    height: 320px;
  }
  .information__item {
    display: block;
  }
  .information__item:not(:first-child) {
    padding-top: 12px;
  }
  .information__item:not(:last-child) {
    padding-bottom: 12px;
  }
  .information__item .item__title {
    width: 100%;
    margin-bottom: 8px;
    padding: 0;
    border-right: none;
  }
  .information__item .item__text {
    width: 100%;
    padding: 0;
  }
}

/* -------------------- booking -------------------- */
.booking__button {
  margin-bottom: 0;
  text-align: center;
}
/* -------------------- party -------------------- */
.party-page .img { 
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 640px) {
  .party-page .mv__visual {
    background-size: cover;
    background-position: center;
  }
}

/* ---------------------------------------- */
/* MENU
/* ---------------------------------------- */
/* -------------------- mv -------------------- */
.menu-page .mv__visual {
  background: url(../images/bg-mv-menu-pc-renew.jpg);
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 640px) {
  .menu-page .mv__visual {
    background: url(../images/bg-mv-menu-sp-renew.jpg);
    background-size: cover;
    background-position: center;
  }
}

/* -------------------- pageLink__item -------------------- */
.pageLink__navi {
  position: sticky;
  top: 0;
  z-index: 1;
}

.pageLink__list {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  padding: 12px 0;
  background: #111;
}

.pageLink__item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.pageLink__item a {
  padding: 4px 16px;
  transition: .1s ease-in-out;
  color: #fff;
}

.pageLink__item a:hover {
  opacity: 0.5;
}

/* -------------------- menu -------------------- */
.menu .section__subTitle {
  margin-bottom: 32px;
  padding-bottom: 12px;
  border-bottom: 4px double #111;
}

.menu .section__accentTitle {
  margin: 48px 0 24px;
}

.menu__list {
  margin-bottom: 0;
}

.menu__item:not(:last-child) {
  margin-bottom: 64px;
}

.menu__data {
  display: flex;
  justify-content: space-between;
}

.menu__data {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.4);
}

.menu__data:not(:last-child) {
  margin-bottom: 24px;
}

.menu__data:last-child {
  margin-bottom: 0;
}

.menu__name {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
}

.menu_recommend .menu__name {
  transform: translateY(30px);
  margin-bottom: 34px;
}

.menu_recommend .menu__name:before {
  position: absolute;
  content: '';
  top: -30px;
  height: 24px;
  width: 108px;
  background: url(../images/ico-recommend.png);
  background-size: cover;
}

.menu_recommend .menu__price {
  margin-top: 30px;
}

.menu__topping {
  padding-left: 40px;
}

.menu__topping:after {
  position: absolute;
  content: '┗';
  left: 16px;
}

.menu__price {
  font-size: 1.4rem;
}

.menu__price span {
  font-size: 1.8rem;
  color: #A73836;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .menu__data {
    display: block;
  }
  .menu__name {
    margin-bottom: 4px;
  }
  .menu__price {
    text-align: right;
  }
}

/* -------------------- lunch -------------------- */
.lunch .section__subTitle {
  margin-bottom: 32px;
  padding-bottom: 12px;
  border-bottom: 4px double #111;
}

.lunch .menu__name,
.lunch .menu__price {
  text-align: center;
}

.lunch .menu__name {
  margin-bottom: 8px;
}

.lunch__kinds:not(:last-child) {
  margin-bottom: 64px;
}

.lunch__list {
  display: flex;
  flex-wrap: wrap;
  margin: -40px 0 0 -40px;
}

.lunch__item {
  width: calc(50% - 40px);
  margin: 40px 0 0 40px;
}

.lunch__image {
  position: relative;
  margin-bottom: 24px;
}

.lunch__image img {
  width: 100%;
}

.lunch__ico {
  margin-bottom: 16px;
  text-align: center;
}

.lunch__ico img {
  height: 32px;
}

.lunch__data {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .lunch__list {
    display: block;
    margin-left: 0;
  }
  .lunch__item {
    width: 100%;
    margin-left: 0;
  }
  .lunch__item:not(:last-child) {
    margin-bottom: 32px;
  }
  .lunch__image {
    margin-bottom: 16px;
  }
}

/* ---------------------------------------- */
/* PART
/* ---------------------------------------- */
/* -------------------- mv -------------------- */
.part-page .mv__visual {
  background: url(../images/bg-mv-part-pc.jpg);
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 640px) {
  .part-page .mv__visual {
    background: url(../images/bg-mv-part-sp.jpg);
    background-size: cover;
    background-position: 32% 50%;
  }
}

/* -------------------- part -------------------- */
.part .item__inner {
  margin-bottom: 0;
}

.part .item__title {
  margin-bottom: 20px;
}

.part .item__text {
  margin-bottom: 0;
}

.part__image {
  text-align: center;
}

.part__image img {
  width: 100%;
  max-width: 560px;
}

.part__list {
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0 0 -24px;
}

.part__item {
  position: relative;
  width: calc(100% / 3 - 24px);
  margin: 24px 0 0 24px;
  padding: 16px;
  background: #fff;
}

.part__item:after {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 4px 6px;
  font-size: 1.2rem;
  color: #fff;
}

.rarity__item:after {
  content: '希少部位';
  background: #111;
}

.redMeat__item:after {
  content: '赤身';
  background: #A73836;
}

.hormone__item:after {
  content: 'ホルモン';
  background: #111;
}

@media screen and (max-width: 960px) {
  .part__list {
    margin: 4px 0 0 -20px;
  }
  .part__item {
    width: calc(100% / 2 - 24px);
    margin: 20px 0 0 20px;
  }
}

@media screen and (max-width: 640px) {
  .part__item {
    width: 100%;
  }
}
