@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #573001;
  font-weight: 350;
  font-size: 1.6rem;
  line-height: 4.0rem;
  background-color: #ffecd6;
  font-feature-settings: "palt"; /* 記号等、詰め */
  letter-spacing: 0.2rem;
}
a {
  text-decoration: none;
}
.inner {
  max-width: 1140px;
  margin: 0 auto;
}
.sp_br {
  display: none;
}
.pc_br {
  display: block; /* PCを改行して */
}
/* 画面幅が1140px以上の時は */
@media screen and (max-width: 1140px) {
  .pc_br {
    display: none; /* PCを改行して */
  }
  .sp_br {
    display: block;
  }
}
@media(max-width:768px) {
  .inner {
    max-width: 327px;
    margin: 0 auto;
  }
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page_header {
  width: 100%;
  position: relative;
}
.header {
  display: none;
  margin-top: 40px;
  justify-content: space-between;
  position: relative;
}
.sp_logo {
  width: 110px;
}
.page_header wrapper a {
  width: 100%;
}
.header nav {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  width: 70%;
  height: 100%;
  padding-top: 67px;
  box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.4)
}
.header nav ul li {
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}
.header nav ul li:first-child {
  border-top: solid 1px rgba(255, 255, 255, 0.5);
}
.header nav ul li a {
  font-weight: 600;
  line-height: 40px;
  vertical-align: middle;
  text-decoration: none;
  color: #FFF;
}
.page_header wrapper a {
  width: 100%;
}
.header nav {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  width: 70%;
  height: 100%;
  padding-top: 67px;
  box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.4)
}
.header nav ul li {
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}
.header nav ul li:first-child {
  border-top: solid 1px rgba(255, 255, 255, 0.5);
}
.header nav ul li a {
  font-weight: 600;
  line-height: 40px;
  vertical-align: middle;
  text-decoration: none;
  color: #FFF;
}
/* spヘッダー↓ */
@media(max-width:768px) {
  .header {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .section_image {
    display: none;
  }
  .section_image {
    display: none;
  }
}
/* sp_メニュータイトル ↓ */
.sp_section_title_group {
  display: none;
}
@media(max-width:900px) {
  .sp_section_title_group {
    display: inherit;
    position: relative;
  }
  .sp_section_title, inner {
    width: 250px;
    font-size: 2.6rem;
    text-align: center;
    position: relative;
    margin-top: 30px;
    padding: 10px 0;
    border-radius: 50px;
    font-weight: 200;
    background-color: #FFF;
  }
  .sp_section_title h3, inner {
    font-weight: 500;
  }
  /* sp_背景画像 ↓ */
  .background_menu, inner {
    background-image: url("../images/cook_image19.jpeg");
    text-align: center;
    margin-top: -25px;
    height: 180px;
    border-radius: 20px;
    background-size: cover;
  }
}
/* ナビゲーションメニュー↓ */
.main-nav, inner, flex {
  line-height: 2.5rem;
  margin-top: 90px;
  font-size: 2.0rem;
  font-weight: 500;
  justify-content: end;
  text-align: center;
  position: relative;
}
.access {
  margin-right: 60px;
}
.main-nav a {
  color: #40220F;
}
.main-nav span {
  font-size: 1.4rem;
  color: #FCB14E;
}
.main-nav li {
  margin-left: 50px;
}
@media(max-width:768px) {
  .main-nav {
    display: none;
  }
}
.wrapper {
  max-width: 1440px;
}
/* ホームタイトル↓ */
.section_title {
  padding: 65px 45px;
  right: -3%;
  top: -10%;
  position: absolute;
  writing-mode: vertical-rl;
  background-color: #FFF;
  border-radius: 40px;
  letter-spacing: 5px;
}
@media(max-width:768px) {
  .section_title {
    display: none;
  }
}
.section_title h3 {
  font-size: 5.0rem;
  font-weight: 400;
}
.section_title h3 {
  font-size: 5.0rem;
  font-weight: 400;
}
/* 背景画像↓ */
.section_image, inner {
  background-image: url("../images/cook_image19.jpeg");
  background-size: cover;
  position: relative;
  z-index: 1;
  margin-top: 90px;
  height: 486px;
  border-radius: 40px;
}
/* ロゴ↓ */
.logo {
  display: flex;
  width: 230px;
  margin: -175px 0 0 -45px;
  position: absolute;
}
.title_pig {
  width: 160px;
  height: 200px;
  margin: 120px 40px 0 0;
}
.about_title {
  writing-mode: vertical-rl;
  position: relative;
  padding: 30px 45px 40px;
  border-radius: 100px;
  letter-spacing: 3px;
  font-weight: 100;
  color: #FFF;
  background-color: #E60012;
}
.about_title span {
  color: #FED900;
}
.section_about {
  margin-top: 40px;
}
.section_menu_about_group {
  background-image: url("../images/cook_image4.png");
  background-position: right 10% top 10%;
  background-repeat: no-repeat;
}
@media(max-width:768px) {
  .section_menu_about_group {
    background-image: url(../images/cook_image4.png);
    background-size: 80%;
    background-position: right -90% top -1%;
    background-repeat: no-repeat;
  }
}
/* お料理150種類以上〜↓ */
.section_menu_about_group {
  position: relative;
  padding-top: 200px;
}
.about_title_1 {
  font-size: 4.0rem;
  font-weight: 500;
  line-height: 6.0rem;
}
.section_menu_about_image_1 {
  position: absolute;
  right: -20%;
  top: -110%;
  z-index: 1;
}
.cook_image_group_1 {
  margin-top: 170px;
  margin-bottom: 170px;
}
.cook_image_1 img {
  width: 545px;
  border-radius: 40px;
  margin-right: 40px;
}
.cook_image_1 p {
  text-align: end;
  margin-top: 10px;
  font-size: 2.0rem;
  font-weight: 500;
  margin-right: 6%;
}
.cook_image_group_2, flex {
  width: 555px;
  align-content: space-between;
  flex-wrap: wrap;
}
.cook_image_group_2 img {
  width: 255px;
  border-radius: 40px;
}
@media(max-width:768px) {
  .about_title_1 {
    font-size: 2.6rem;
    text-align: center;
    line-height: 3.5rem;
    margin-top: -30px;
  }
  .cook_image_group_1 {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 110px;
  }
  .cook_image_1 img {
    margin-right: inherit;
    height: 225px;
    border-radius: 20px;
  }
  .cook_image_1 p {
    text-align: center;
    font-size: 1.6rem;
    margin-right: 0;
    margin-top: 5px;
  }
  .cook_image_group_2, flex {
    width: 555px;
    text-align: center;
  }
  .cook_image_group_2 img {
    width: 46%;
    margin-top: 25px;
    border-radius: 20px;
  }
}
/* 店長のおすすめ料理↓ */
.section_menu_about_group_3 {
  position: relative;
}
.cook_image_11 {
  width: 90%;
  position: absolute;
  right: -30%;
}
.sp_section_menu_about_group_3, inner {
  display: none;
}
.about_title_2 {
  font-size: 4.0rem;
  font-weight: 500;
  line-height: 6.0rem;
}
.about_text_1 {
  margin-top: 65px;
  font-size: 2.6rem;
  font-weight: 500;
}
.about_text_2 {
  margin-top: 35px;
}
/* sp_店長のおすすめ料理↓ */
@media(max-width:768px) {
  .section_menu_about_group_3 {
    display: none;
  }
  .sp_section_menu_about_group_3, inner {
    display: inherit;
    text-align: center;
  }
  .sp_about_title_2 {
    display: block;
    font-size: 2.6rem;
    font-weight: 500;
  }
  .sp_cook_image_11 {
    padding: 30px 0;
    width: 100%;
  }
  .sp_about_text_1 {
    font-size: 2.0rem;
    font-weight: 500;
  }
  .sp_about_text_2 {
    padding: 10px 0;
  }
  .sp_about_text_3 {
    padding-top: 10px;
    letter-spacing: 0.1rem;
  }
}
.sp_about_text_3 span {
  font-size: 1.4rem;
}
/* 新鮮かつボリューム満点〜↓ */
.section_menu_about_group_4 {
  margin-top: 200px;
  text-align: right;
}
@media(max-width:768px) {
  .section_menu_about_group_4 {
    display: none;
  }
  .about_title_3 {
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 4.0rem;
    margin-top: 16px;
  }
}
.about_title_3 {
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 4.0rem;
}
.about_text_3 {
  margin-top: 35px;
}
.about_text_4 {
  margin-top: 70px;
}
.about_text_4 span {
  font-size: 2.0rem;
}
.about_text_5 {
  margin-top: 35px;
}
.section_menu_about_group_5 {
  margin-top: 40px;
}
.sp_section_menu_about_group_4, flex, inner {
  display: none;
}
/* sp_新鮮かつボリューム満点〜↓ */
@media(max-width:768px) {
  .sp_section_menu_about_group_4, flex {
    display: block;
    text-align: center;
    margin-top: 75px;
  }
  .sp_about_title_3 {
    font-size: 2.0rem;
    line-height: 3.0rem;
    font-weight: 500;
  }
  .sp_cook_image_2 {
    width: 80%;
    margin: 20px 0;
  }
  .sp_about_text_4 {
    margin-bottom: 20px;
  }
  .sp_about_text_7 {
    font-size: 1.2rem;
  }
  .sp_about_text_2 span, .sp_about_text_4 {
    font-weight: bold;
  }
}
/* ドリンクについて↓ */
.section_drink_group, inner, flex {
  margin-top: 200px;
}
.sp_section_drink_group, inner, flex {
  display: none;
}
.section_drink_group h3 {
  font-size: 4.0rem;
  font-weight: 500;
  line-height: 6.0rem;
}
.section_drink_p_1 {
  margin-top: 65px;
  line-height: 3.0rem;
}
.section_drink_p_2 {
  margin: 35px 0;
  line-height: 3.0rem;
}
.drink_image_1 {
  width: 590px;
  height: 400px;
  border-radius: 40px;
}
.sp_drink_group, inner, flex {
  display: none;
}
.drink_various_1 {
  width: 250px;
  text-align: center;
  padding: 20px 0;
  border-radius: 80px;
  background-color: #FFF;
}
.drink_various_1 span {
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 3.0rem;
}
.drink_various_2 {
  width: 250px;
  text-align: center;
  padding: 35px 0;
  border-radius: 80px;
  background-color: #FFF;
}
.drink_various_2 span {
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 3.0rem;
}
.drink_various_3 {
  width: 250px;
  text-align: center;
  padding: 20px 0;
  border-radius: 80px;
  background-color: #FFF;
}
.drink_various_3 span {
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 3.0rem;
}
.soft_drink_image {
  width: 548px;
  height: 320px;
  border-radius: 40px;
  margin-top: -30px;
  position: relative;
  z-index: -1;
}
@media(max-width:768px) {
  .section_drink_p_1 {
    margin-top: 45px;
  }
  .section_drink_p_2 span {
    font-size: 1.4rem;
  }
  .section_drink_group, inner, flex {
    display: none;
  }
  .sp_section_drink_group, inner, flex {
    display: inherit;
    margin-top: 75px;
    text-align: center;
  }
  .sp_section_drink_group h3 {
    font-size: 2.6rem;
    padding-bottom: 25px;
    font-weight: 500;
    line-height: 3.6rem;
  }
  .sp_drink_image_1 {
    width: 265px;
    height: 200px;
    border-radius: 20px;
  }
  .sp_section_drink_p_1 {
    letter-spacing: 0.1rem;
    padding-top: 25px;
  }
  .sp_section_drink_p_2 {
    padding: 30px 0 0 0;
  }
  .sp_section_drink_p_2 span {
    font-size: 1.2rem;
  }
  .sp_drink_group, inner, flex {
    display: block;
    margin-top: 20px;
  }
  .sp_drink_various_group_2, flex {
    gap: 30px 3%;
    padding-top: 50px;
    justify-content: center;
  }
  .sp_alcohol_image {
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }
  .sp_alcohol_image p {
    text-align: center;
    margin-top: 20px;
    line-height: 2.5rem;
  }
  .sp_alcohol_image span {
    font-size: 1.6rem;
    font-weight: 600;
  }
  .sp_drink_various_group_2, flex {
    display: block;
    gap: 30px 3%;
    padding: 50px 0;
  }
  .sp_drink_various_1, .sp_drink_various_3 {
    width: 200px;
    line-height: 2.0rem;
    text-align: center;
    padding: 20px 0;
    margin: 0 auto;
    border-radius: 80px;
    background-color: #FFF;
  }
  .sp_drink_various_2 {
    width: 200px;
    text-align: center;
    line-height: 2.0rem;
    padding: 30px 0;
    margin: 30px auto;
    border-radius: 80px;
    background-color: #FFF;
  }
  .sp_drink_various_1 p, .sp_drink_various_2 p, .sp_drink_various_3 p {
    line-height: 2.5rem;
  }
  .sp_drink_various_1 span, .sp_drink_various_2 span, .sp_drink_various_3 span {
    font-size: 1.6rem;
    font-weight: 600;
  }
  .sp_soft_drink_image {
    border-radius: 20px;
    margin-top: -70px;
    position: relative;
    z-index: -1;
  }
  .soft_drink_image {
    width: 100%;
    height: 200px;
    border-radius: 40px;
    margin-top: -20px;
    position: relative;
    z-index: -1;
  }
}
/* フッター */
.footer {
  width: 100vw;
  margin-top: 245px;
  background-color: #DB000B;
}
.iframe {
  height: 285px;
  width: 100%;
  justify-content: center;
  margin-top: 70px;
  border-radius: 40px;
}
.footer-rogo {
  width: 170px;
}
.footer-list2, inner, flex {
  margin: 40px 0 0 50px;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  justify-content: center;
  color: #FFF;
}
.footer-list5, flex {
  padding: 45px 0 50px 0;
  justify-content: center;
}
.footer-list6 {
  padding-left: 24px;
}
.footer-list, flex {
  padding-left: 50px;
}
.footer-list a {
  color: #FFF;
}
.footer-list3 {
  padding-right: 24px;
  border-right: 1px solid #FFF;
}
.footer-list6 {
  padding-left: 24px;
}
.footer-list, inner, flex {
  padding-left: 50px;
}
.footer-list a {
  color: #FFF;
}
.footer-list3 {
  padding-right: 24px;
  border-right: 1px solid #FFF;
}
.cr {
  color: #FFF;
  font-size: 1.2rem;
}
@media(max-width:768px) {
  .footer {
    margin-top: 45px;
  }
  .iframe {
    margin-top: 35px;
  }
  .footer-rogo {
    width: 145px;
    padding-bottom: 45px;
  }
  .footer-list2, inner, flex {
    margin: inherit;
    font-size: 1.4rem;
    justify-content: center;
    color: #FFF;
  }
  .footer-list2 p {
    line-height: 2.5rem;
  }
  .footer-list5, flex {
    padding: 45px 0 100px 0;
    justify-content: center;
  }
  .footer-list6 {
    padding: inherit;
    text-align: center;
    margin: 20px 0;
  }
  .footer-list, inner, flex {
    display: none;
    text-align: center;
  }
  .footer-list3 {
    text-align: center;
    padding: inherit;
    border: none;
  }
  .cr {
    font-size: 1.2rem;
    line-height: 2.0rem;
    text-align: center;
  }
}
/* 追従ボタン */
.fixed_btn {
  width: 116px;
  position: fixed;
  bottom: 100px;
  right: -36px;
  border: none;
  background: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.float-web {
  margin-top: -5px;
  width: 80px;
}
.float-tel {
  width: 80px;
}
.fixed_btn {}
.sp_fixed_btn {
  display: none;
}
@media(max-width:768px) {
  /* sp_追従ボタン */
  .fixed_btn {
    display: none;
  }
  .sp_fixed_btn {
    width: 103.5%;
    display: flex;
    position: fixed;
    border: none;
    background: none;
    bottom: -4px;
    right: -6.8px;
  }
  .sp_float-web {
    margin-left: -3px;
  }
  .sp_float-tel {}
}
h2 {
  font-size: 3.0rem;
  font-weight: 500;
  line-height: 5.0rem;
}
p {
  line-height: 2.5rem;
}
img {
  max-width: 100%;
  vertical-align: middle; /* 隙間を削除 */
}