@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.9;
  letter-spacing: -0.04em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  -webkit-print-color-adjust: exact;
}

@media print, screen and (min-width: 768px) {
  body {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  body {
    line-height: 2.1;
  }
}
a,
a:hover {
  color: #000;
  text-decoration: underline;
}

a:focus,
button:focus {
  outline: 0;
}

img {
  max-width: 100%;
}

p {
  margin-bottom: 0;
}

.oswald {
  font-family: "Oswald", sans-serif;
}

.hishakaku-fc-white {
  color: #fff;
}

.hishakaku-fc-black {
  color: #000;
}

.hishakaku-fc-gold {
  color: #c79859;
}

.hishakaku-fc-red {
  color: #c30d23;
}

.hishakaku-bg-white {
  background-color: #fff;
}

.hishakaku-bg-black {
  background-color: #000;
}

.hishakaku-bg-gold {
  background-color: #c79859;
}

.hishakaku-bg-red {
  background-color: #c30d23;
}

.ind {
  text-indent: -1em;
  padding-left: 1em;
}

.ls-0 {
  letter-spacing: 0;
}

.ls-n25 {
  letter-spacing: -0.025em;
}

.ls-n50 {
  letter-spacing: -0.05em;
}

.ls-n75 {
  letter-spacing: -0.075em;
}

.ls-n100 {
  letter-spacing: -0.1em;
}

.ls-p25 {
  letter-spacing: 0.025em;
}

.ls-p50 {
  letter-spacing: 0.05em;
}

.ls-p75 {
  letter-spacing: 0.075em;
}

.ls-p100 {
  letter-spacing: 0.1em;
}

@media print, screen and (min-width: 768px) {
  .ls-md-0 {
    letter-spacing: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .ls-md-n25 {
    letter-spacing: -0.025em;
  }
}
@media print, screen and (min-width: 768px) {
  .ls-md-n50 {
    letter-spacing: -0.05em;
  }
}
@media print, screen and (min-width: 768px) {
  .ls-md-n75 {
    letter-spacing: -0.075em;
  }
}
@media print, screen and (min-width: 768px) {
  .ls-md-n100 {
    letter-spacing: -0.1em;
  }
}
@media print, screen and (min-width: 768px) {
  .ls-md-p25 {
    letter-spacing: 0.025em;
  }
}
@media print, screen and (min-width: 768px) {
  .ls-md-p50 {
    letter-spacing: 0.05em;
  }
}
@media print, screen and (min-width: 768px) {
  .ls-md-p75 {
    letter-spacing: 0.075em;
  }
}
@media print, screen and (min-width: 768px) {
  .ls-md-p100 {
    letter-spacing: 0.1em;
  }
}
@media print, screen and (min-width: 768px) {
  .tel-num[href^="tel:"] {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
  }
}
.fade-in {
  display: block;
  opacity: 1;
  animation-duration: 0.5s;
  animation-name: fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
body .wrapper {
  background-image: url("/img/common/content_bg.jpg");
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  body .wrapper {
    background-size: 200%;
  }
}
.header {
  width: 100%;
  transition-duration: 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

@media only screen and (max-width: 767px) {
  .header .gnav_btn {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 105;
  }
  .header .gnav_btn span {
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    position: absolute;
    transition-duration: 0.5s;
    left: 15px;
  }
  .header .gnav_btn span:nth-of-type(1) {
    top: 15px;
  }
  .header .gnav_btn span:nth-of-type(2) {
    top: 25px;
  }
  .header .gnav_btn span:nth-of-type(3) {
    top: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .header .gnav_btn {
    display: none;
  }
}
.header .gnav_menus {
  transition-duration: 0.5s;
}

@media only screen and (max-width: 767px) {
  .header .gnav_menus {
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    transform: translateY(-100%);
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .header .gnav_menus {
    padding: 10px;
  }
}
.header .gnav_menus ul {
  letter-spacing: normal;
}

@media print, screen and (min-width: 768px) {
  .header .gnav_menus ul {
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .header .gnav_menu {
    margin-bottom: 5vh;
  }
}
@media print, screen and (min-width: 768px) {
  .header .gnav_menu {
    margin: 0 20px;
  }
}
.header .gnav_menu a,
.header .gnav_menu span {
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 26px;
  font-size: 2.6rem;
  text-decoration: none;
  transition-duration: 0.3s;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.45);
  cursor: pointer;
}

@media print, screen and (min-width: 768px) {
  .header .gnav_menu a,
  .header .gnav_menu span {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .header .gnav_menu__logo {
    padding: 0 80px;
    margin-bottom: 3vh;
  }
}
@media print, screen and (min-width: 768px) {
  .header .gnav_menu__logo {
    display: none;
  }
}
.header .gnav_menu__instagram {
  position: relative;
  margin: 0 40px 0 60px;
}

.header .gnav_menu__instagram > a {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .header .gnav_menu__instagram > a {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("/img/common/ico_instagram.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media print, screen and (min-width: 768px) {
  .header .gnav_menu__instagram > ul {
    width: 100px;
    height: 0;
    text-align: center;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    opacity: 0;
    transition-duration: 0.3s;
  }
}
@media print, screen and (min-width: 768px) {
  .header .gnav_menu__instagram > ul > li {
    border-bottom: 1px solid #fff;
  }
}
@media only screen and (max-width: 767px) {
  .header .gnav_menu__instagram > ul > li::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("/img/common/ico_instagram.png");
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
  }
}
.header .gnav_menu__instagram > ul > li > a {
  font-size: 26px;
  font-size: 2.6rem;
}

@media print, screen and (min-width: 768px) {
  .header .gnav_menu__instagram > ul > li > a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .header .gnav_menu__instagram > ul > li > a {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .header .gnav_menu__instagram > ul > li:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@media print, screen and (min-width: 768px) {
  .header .gnav_menu__instagram:hover > ul {
    height: auto;
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .header.opened .gnav_menus {
    transform: translateY(0);
  }
}
@media only screen and (max-width: 767px) {
  .header.opened .gnav_btn span:nth-of-type(1) {
    top: 25px;
    transform: rotate(45deg);
  }
  .header.opened .gnav_btn span:nth-of-type(2) {
    opacity: 0;
  }
  .header.opened .gnav_btn span:nth-of-type(3) {
    top: 25px;
    transform: rotate(-45deg);
  }
}
@media only screen and (max-width: 767px) {
  .header.is-variation .gnav_btn span {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.45);
  }
}
@media print, screen and (min-width: 768px) {
  .header.is-variation {
    background-color: #fff;
  }
}
@media print, screen and (min-width: 768px) {
  .header.is-variation .gnav_menu__logo {
    display: block;
    animation: fade-in 0.3s linear 0s;
  }
}
@media print, screen and (min-width: 768px) {
  .header.is-variation .gnav_menu a,
  .header.is-variation .gnav_menu span {
    color: #000;
    text-shadow: none;
  }
}
@media print, screen and (min-width: 768px) {
  .header.is-variation .gnav_menu__instagram > a {
    background-image: url("/img/common/ico_instagram_black.png");
  }
}
@media print, screen and (min-width: 768px) {
  .header.is-variation .gnav_menu__instagram > ul > li {
    border-bottom: 1px solid #000;
  }
}
@media print, screen and (min-width: 768px) {
  .header.is-variation .gnav_menu__instagram > ul > li:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
.footer {
  text-align: center;
  margin-top: 60px;
}

@media print, screen and (min-width: 768px) {
  .footer {
    margin-top: 120px;
  }
}
.footer .copyright {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  padding: 15px 0;
}

@media print, screen and (min-width: 768px) {
  .footer .copyright {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/*-----------------------------------*/
/*-----------------------------------*/
/*-----------------------------------*/
/*-----------------------------------*/
.flow-btn {
  display: block;
  cursor: pointer;
  position: fixed;
  bottom: 25%;
  right: 0;
  width: 45px;
  height: 120px;
  transform: translateY(50%);
  z-index: 99;
  transition-duration: 0.3s;
}
@media print, screen and (min-width: 768px) {
  .flow-btn:hover {
    opacity: 0.8;
  }
}

@media print, screen and (min-width: 768px) {
  .flow-btn {
    width: 65px;
    height: 177px;
  }
}
.flow-btn__link {
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .flow-btn__link {
    background-image: url(/img/common/flow_btn_sp.png);
  }
}
@media print, screen and (min-width: 768px) {
  .flow-btn__link {
    background-image: url(/img/common/flow_btn.png);
  }
}
.heroheader {
  text-align: center;
  height: 100vh;
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.heroheader .heroheader_inner {
  position: relative;
  padding: 10px 40px 0;
}

@media print, screen and (min-width: 768px) {
  .heroheader .heroheader_inner {
    padding: 0 40px 0;
  }
}
.heroheader .heroheader_inner .heroheader_copy {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
}

@media print, screen and (min-width: 768px) {
  .heroheader .heroheader_inner .heroheader_copy {
    font-size: 40px;
    font-size: 4rem;
  }
}
.heroheader .heroheader_inner .heroheader_heading {
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
}

@media print, screen and (min-width: 768px) {
  .heroheader .heroheader_inner .heroheader_heading {
    font-size: 30px;
    font-size: 3rem;
  }
}
.heroheader .heroheader_inner .heroheader_heading .heroheader_heading--bold {
  font-weight: bold;
}

.heroheader .heroheader_inner .heroheader_logo {
  margin-top: 30px;
}

.heroheader .heroheader_inner .heroheader_yokohama,
.heroheader .heroheader_inner .heroheader_pay {
  display: block;
  max-width: 300px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .heroheader .heroheader_inner .heroheader_yokohama,
  .heroheader .heroheader_inner .heroheader_pay {
    max-width: 210px;
    margin-top: 50px;
  }
}
.heroheader .heroheader_inner .go_to_btn {
  margin-top: 45px;
}

@media print, screen and (min-width: 768px) {
  .heroheader .heroheader_inner .go_to_btn {
    margin-top: 80px;
  }
}
.heroheader .heroheader_inner .go_to_btn button {
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.heroheader .heroheader_inner .go_to_btn .sp {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .heroheader .heroheader_inner .go_to_btn .sp {
    display: none;
  }
}
.heroheader .heroheader_inner .go_to_btn .pc {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .heroheader .heroheader_inner .go_to_btn .pc {
    display: block;
  }
}
.heroheader .heroheader_slider {
  width: 100vw;
  height: 100vh;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.page .heroheader {
  height: 422px;
  background-size: cover;
  background-position: center;
}

@media print, screen and (min-width: 768px) {
  .page .heroheader {
    height: 680px;
  }
}
.page .heroheader .heroheader_heading {
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .page .heroheader .heroheader_heading {
    font-size: 70px;
    font-size: 7rem;
  }
}
.page.page_menu .heroheader {
  background-image: url("/img/menu/sp/heroheader_img.jpg");
}

@media print, screen and (min-width: 768px) {
  .page.page_menu .heroheader {
    background-image: url("/img/menu/pc/heroheader_img.jpg");
  }
}
.page.page_reservation .heroheader {
  background-image: url("/img/reservation/sp/heroheader_img_sp.jpg");
}

@media print, screen and (min-width: 768px) {
  .page.page_reservation .heroheader {
    background-image: url("/img/reservation/pc/heroheader_img.jpg");
  }
}
.page.page_shop .heroheader {
  margin-bottom: 60px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .page.page_shop .heroheader {
    margin-bottom: 180px;
  }
}
.page.page_shop .heroheader .heroheader_slider_shop {
  width: 100vw;
  height: 422px;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

@media print, screen and (min-width: 768px) {
  .page.page_shop .heroheader .heroheader_slider_shop {
    height: 680px;
  }
}
.localnav {
  margin: 50px 0 25px 0;
}

@media print, screen and (min-width: 768px) {
  .localnav {
    margin: 100px 0 50px 0;
  }
}
.localnav .tabArea {
  max-width: 348px;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .localnav .tabArea {
    max-width: 680px;
  }
}
.localnav .localnav_menu {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background-color: #c79859;
  width: 85px;
  border: 1px solid #c79859;
  transition-duration: 0.3s;
  display: block;
  cursor: pointer;
  padding: 12px 0;
  margin: 0 1px 5px;
}

@media print, screen and (min-width: 768px) {
  .localnav .localnav_menu {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .localnav .localnav_menu {
    width: 150px;
    border-width: 2px;
    margin: 0 10px 20px;
  }
}
.localnav .localnav_menu.is-select,
.localnav .localnav_menu:hover {
  color: #c79859;
  background-color: #fff;
}

.localnav .localnav_menu_takeout-delivery {
  padding: 4px 0;
}

@media print, screen and (min-width: 768px) {
  .localnav .localnav_menu_takeout-delivery {
    padding: 12px 0;
  }
}
.localnav .localnav_menu_takeout-delivery span {
  font-size: 15px;
  font-size: 1.5rem;
}

@media print, screen and (min-width: 768px) {
  .localnav .localnav_menu_takeout-delivery span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.localnav .localnav_menu:nth-child(n+5) {
  margin: 0 1px 0;
}

@media print, screen and (min-width: 768px) {
  .localnav .localnav_menu:nth-child(n+5) {
    margin: 0 10px 0;
  }
}
.concept {
  padding: 35px 0;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .concept {
    padding: 60px 0;
  }
}
.concept .concept_heading {
  font-family: "Oswald", sans-serif;
  color: #c79859;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 768px) {
  .concept .concept_heading {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .concept .concept_heading {
    margin-bottom: 50px;
  }
}
.concept .concept_txt {
  line-height: 2.2;
}

@media print, screen and (min-width: 768px) {
  .concept .concept_txt {
    line-height: 3;
    text-align: left;
    display: inline-block;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 0 auto;
  }
}
.concept .concept_txt p {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .concept .concept_txt p + p {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .concept .concept_txt p + p {
    margin-right: 60px;
  }
}
.concept .concept_txt p:last-child {
  position: relative;
}

.concept .concept_txt p:last-child::after {
  content: "";
  width: 25px;
  height: 19px;
  display: block;
  background-image: url("/img/common/ico_hishakaku.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 10px auto 0;
}

@media print, screen and (min-width: 768px) {
  .concept .concept_txt p:last-child::after {
    width: 44px;
    height: 34px;
    display: inline-block;
  }
}
.special + .special {
  margin-top: 35px;
}

@media print, screen and (min-width: 768px) {
  .special + .special {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .special .special_primary {
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .special .special_primary {
    height: 100vh;
    min-height: 900px;
    background-position: center;
    background-size: cover;
  }
}
.special .special_primary__img {
  margin-bottom: 30px;
}

@media print, screen and (min-width: 768px) {
  .special .special_primary__img {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .special .special_primary__txt {
    color: #fff;
    width: 564px;
    height: 100%;
    min-height: 900px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.special .special_primary__heading {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.48;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .special .special_primary__heading {
    font-size: 42px;
    font-size: 4.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .special .special_primary__heading {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .special .special_primary__heading {
    padding-top: 75px;
    padding-right: 15px;
  }
}
.special .special_primary__heading::after {
  content: "";
  background-color: #c79859;
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .special .special_primary__heading::after {
    width: 70%;
    height: 2px;
    bottom: 0;
    left: 15%;
  }
}
@media print, screen and (min-width: 768px) {
  .special .special_primary__heading::after {
    width: 4px;
    height: 254px;
    top: 0;
    right: 0;
  }
}
.special .special_primary__heading span:nth-of-type(2) {
  padding-top: 230px;
}

.special .special_primary__caption {
  font-size: 15px;
  font-size: 1.5rem;
}

@media print, screen and (min-width: 768px) {
  .special .special_primary__caption {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .special .special_primary__caption {
    height: 68%;
    margin-top: auto;
    margin-right: 60px;
  }
}
.special .special_primary__caption p {
  margin-right: 0;
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .special .special_secondary {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .special .special_secondary {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .special .special_secondary__img {
    padding: 0 50px;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .special .special_secondary__img {
    margin-top: -8%;
  }
}
@media only screen and (max-width: 767px) {
  .special .special_secondary__txt {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .special .special_secondary__txt {
    margin-left: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .special .special_secondary__caption {
    line-height: 3;
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .special.special01 .special_primary {
    background-image: url("/img/pc/special01.jpg");
  }
}
@media print, screen and (min-width: 768px) {
  .special.special02 .special_primary {
    background-image: url("/img/pc/special02.jpg");
  }
}
@media print, screen and (min-width: 768px) {
  .special.special03 .special_primary {
    background-image: url("/img/pc/special03.jpg");
  }
}
.tab_main {
  display: none;
}

.tab_main.is-show {
  display: block;
}

.tax {
  margin: 50px 0;
}

@media print, screen and (min-width: 768px) {
  .tax {
    margin: 100px 0;
  }
}
.map {
  margin-top: -100px;
  padding-top: 100px;
}

.map iframe {
  width: 100%;
  height: 200px;
  display: block;
}

@media print, screen and (min-width: 768px) {
  .map iframe {
    height: 390px;
  }
}
.store-manager {
  padding: 50px 0;
}

@media print, screen and (min-width: 768px) {
  .store-manager {
    padding: 85px 0;
  }
}
.store-manager .store-manager_img {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .store-manager .store-manager_img {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .store-manager .store-manager_img img {
    width: 160px;
  }
}
.store-manager .store-manager_text {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .store-manager .store-manager_text {
    text-align: left;
    margin-left: 50px;
  }
}
.store-manager .store-manager_text__heading {
  font-weight: 600;
  margin-bottom: 25px;
}

.store-manager .store-manager_text__heading span {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .store-manager .store-manager_text__heading span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.store-manager .store-manager_text__caption p:first-child {
  margin-bottom: 30px;
}

.contact {
  background: #9f7a47;
  background: -moz-linear-gradient(left, #9f7a47 0%, #c79859 100%);
  background: -webkit-linear-gradient(left, #9f7a47 0%, #c79859 100%);
  background: linear-gradient(to right, #9f7a47 0%, #c79859 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9f7a47", endColorstr="#c79859",GradientType=1 );
}

.contact a {
  color: #fff;
  text-decoration: underline;
}

.contact .contact_inner {
  color: #fff;
  text-align: center;
  padding: 25px 20px;
}

.contact .contact_heading {
  font-size: 19px;
  font-size: 1.9rem;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 50px;
}

@media print, screen and (min-width: 768px) {
  .contact .contact_heading {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.contact .contact_heading::after {
  content: "";
  width: 200px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: calc(50% - 100px);
}

@media print, screen and (min-width: 768px) {
  .contact .contact_heading::after {
    width: 260px;
    left: calc(50% - 130px);
  }
}
.contact .contact_tel {
  margin-top: 20px;
}

.contact .contact_tel span {
  display: block;
  line-height: 1em;
}

.contact .contact_tel a {
  text-decoration: none;
  line-height: 1.3em;
  font-size: 35px;
  font-size: 3.5rem;
}

@media print, screen and (min-width: 768px) {
  .contact .contact_tel a {
    font-size: 50px;
    font-size: 5rem;
  }
}
.contact .contact_data {
  font-size: 15px;
  font-size: 1.5rem;
}

@media print, screen and (min-width: 768px) {
  .contact .contact_data {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .contact .contact_data {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .contact .contact_data + .contact_data {
    margin-top: 10px;
  }
}
.modal-dialog .sp {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .modal-dialog .sp {
    display: none;
  }
}
.modal-dialog .pc {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .modal-dialog .pc {
    display: block;
  }
}
.modal-dialog .modal-content {
  width: 90%;
  margin: 0 auto;
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}

@media print, screen and (min-width: 768px) {
  .modal-dialog .modal-content {
    width: 700px;
    top: 50px;
  }
}
.modal-dialog .modal-content .modal-body {
  position: relative;
  padding: 15px;
}

@media print, screen and (min-width: 768px) {
  .modal-dialog .modal-content .modal-body {
    padding: 30px;
  }
}
.modal-dialog .modal-content .modal-body button {
  content: "";
  display: inline-block;
  background: url("/img/go-to-close.png") no-repeat center/contain;
  width: 25px;
  height: 25px;
  opacity: 1;
  position: absolute;
  top: -26px;
  right: 0;
}

@media print, screen and (min-width: 768px) {
  .modal-dialog .modal-content .modal-body button {
    width: 50px;
    height: 50px;
    top: -50px;
  }
}
.modal-dialog .modal-content .modal-body .go_to_title {
  background-color: #c79859;
  color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
  padding: 3px 10px;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .modal-dialog .modal-content .modal-body .go_to_title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .modal-dialog .modal-content .modal-body .go_to_title {
    padding: 11px 20px;
  }
}
.modal-dialog .modal-content .modal-body .go_to_content {
  padding: 0 10px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media print, screen and (min-width: 768px) {
  .modal-dialog .modal-content .modal-body .go_to_content {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .modal-dialog .modal-content .modal-body .go_to_content {
    padding: 0 20px;
  }
}
.modal-dialog .modal-content .modal-body .go_to_content a::before {
  content: "";
  display: inline-block;
  background: url("/img/go-to-link.png") no-repeat center/contain;
  width: 11px;
  height: 11px;
  margin-right: 2px;
}

@media print, screen and (min-width: 768px) {
  .modal-dialog .modal-content .modal-body .go_to_content a::before {
    width: 14px;
    height: 14px;
    margin-right: 4px;
  }
}
.modal-dialog .modal-content .modal-body .go_to_content_detail {
  margin: 15px auto 10px;
}

@media print, screen and (min-width: 768px) {
  .modal-dialog .modal-content .modal-body .go_to_content_detail {
    margin: 30px auto 20px;
  }
}
.modal-dialog .modal-content .modal-body .go_to_content .fs-small {
  font-size: 13px;
  font-size: 1.3rem;
}

@media print, screen and (min-width: 768px) {
  .modal-dialog .modal-content .modal-body .go_to_content .fs-small {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.modal-dialog .modal-content .modal-body .second_box .go_to_content {
  padding: 15px 10px 0;
}

@media print, screen and (min-width: 768px) {
  .modal-dialog .modal-content .modal-body .second_box .go_to_content {
    padding: 30px 20px 0;
  }
}
.modal-dialog .modal-content .modal-body .timetable {
  border-top: 1px solid #c79859;
  padding-top: 1rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

.modal-dialog .modal-content .modal-body .timetable p {
  margin-bottom: 0;
}

.modal-dialog .modal-content .modal-body .timetable table {
  width: 100%;
}

.modal-dialog .modal-content .modal-body .timetable th,
.modal-dialog .modal-content .modal-body .timetable td {
  font-weight: 400;
  vertical-align: top;
}

.modal-dialog .modal-content .modal-body .timetable th {
  white-space: nowrap;
}

.modal-dialog .modal-content .modal-body .timetable caption {
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  padding-top: 0;
  padding-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .modal-dialog .modal-content .modal-body .timetable caption {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.modal-dialog .modal-content .modal-body .timetable__caption {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .modal-dialog .modal-content .modal-body .timetable__caption {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.reserv-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition-duration: 0.3s;
}
.reserv-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.reserv-modal__bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.reserv-modal__close {
  width: 20px;
  height: 20px;
  background-image: url(../img/common/ico_close.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}
.reserv-modal__cont {
  max-height: 95%;
  overflow-y: scroll;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.reserv-modal__row {
  display: flex;
  gap: 40px;
}
@media print, screen and (max-width: 767px) {
  .reserv-modal__row {
    flex-direction: column;
    gap: 24px;
  }
}
.reserv-modal__2col {
  display: flex;
  flex-direction: column;
}
.reserv-modal__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  margin-top: 12px;
}

.c-btn, .c-btn-sub, .c-btn-main {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  text-decoration: none;
}
.c-btn-main {
  width: 300px;
  height: 40px;
  font-size: 20px;
  color: #fff;
  background-color: #c79859;
  border: 1px solid #c79859;
  padding: 0 40px;
  position: relative;
  transition-duration: 0.3s;
}
.c-btn-main::after {
  content: "";
  display: block;
  width: 16px;
  height: 12px;
  background-image: url(../img/common/ico_blank_white.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .c-btn-main:hover {
    color: #c79859;
    background-color: #fff;
    text-decoration: none;
  }
  .c-btn-main:hover::after {
    background-image: url(../img/common/ico_blank.svg);
  }
}
.c-btn-sub {
  width: 250px;
  height: 32px;
  font-size: 16px;
  color: #c79859;
  background-color: #fff;
  border: 1px solid #c79859;
  position: relative;
  transition-duration: 0.3s;
}
.c-btn-sub::after {
  content: "";
  display: block;
  width: 16px;
  height: 12px;
  background-image: url(../img/common/ico_blank.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .c-btn-sub:hover {
    color: #fff;
    background-color: #c79859;
    text-decoration: none;
  }
  .c-btn-sub:hover::after {
    background-image: url(../img/common/ico_blank_white.svg);
  }
}

.c-title, .c-title--md, .c-title--lg {
  text-align: center;
  color: #c79859;
  letter-spacing: 0.01em;
  font-weight: 600;
  margin-bottom: 16px;
}
.c-title--lg {
  font-size: 32px;
}
.c-title--md {
  font-size: 24px;
}
.c-title.black, .black.c-title--lg, .black.c-title--md {
  color: #000;
}

.reservation {
  margin-top: 75px;
  margin-bottom: 100px;
}
@media print, screen and (min-width: 768px) {
  .reservation {
    margin-top: 150px;
    margin-bottom: 200px;
  }
}

.reservation .reserv_note {
  text-align: center;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .reservation .reserv_note {
    margin-bottom: 50px;
  }
}

.reservation .reserv_heading {
  color: #c79859;
  font-size: 25px;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 20px;
  font-weight: normal;
}
@media print, screen and (min-width: 768px) {
  .reservation .reserv_heading {
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 30px;
  }
}

.reservation .reserv_list {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .reservation .reserv_list {
    margin-bottom: 100px;
  }
}

.reservation .reserv_list li {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .reservation .reserv_list li {
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .reservation .reserv_list a {
    cursor: pointer;
  }
}

.shop_note {
  text-align: center;
  margin: 30px auto;
}

.shop_note > p {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  line-height: 1.5;
  padding: 5px 20px;
}

@media print, screen and (min-width: 768px) {
  .shop_note .sp {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .shop_note .pc {
    display: none;
  }
}
.shop {
  margin-bottom: 65px;
}

@media print, screen and (min-width: 768px) {
  .shop {
    margin-bottom: 100px;
  }
}
.shop .shop_heading {
  color: #c79859;
  font-size: 25px;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 60px;
}

@media print, screen and (min-width: 768px) {
  .shop .shop_heading {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .shop .shop_heading {
    margin-bottom: 80px;
  }
}
.shop .shop_note {
  text-align: left;
  margin: 30px 0 0 0;
}

.shop .shop_note > p {
  display: block;
}

.shop .shop_desc {
  text-align: center;
  margin-bottom: 50px;
}

@media print, screen and (min-width: 768px) {
  .shop .shop_detail__box {
    width: calc(50% - 40px);
  }
}
.shop .shop_detail__row {
  border-bottom: 1px solid #000;
  padding: 15px 0;
  display: flex;
}

.shop .shop_detail__row.no-border {
  border-bottom: none;
}

.shop .shop_detail_reserv {
  max-width: 440px;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .shop .shop_detail_reserv {
    cursor: pointer;
  }
}
.shop .shop_detail__col_th {
  min-width: 80px;
}

@media print, screen and (min-width: 768px) {
  .shop .shop_detail__col_th {
    min-width: 100px;
  }
}
.shop .shop_detail__col_td {
  width: 100%;
  padding-left: 20px;
}

.menu .menu_header {
  margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  .menu .menu_header {
    margin-bottom: 20px;
  }
}
.menu .menu_header .menu_header__img {
  margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  .menu .menu_header .menu_header__img {
    margin-bottom: 20px;
  }
}
.menu .menu_header .menu_header__heading {
  font-family: "Oswald", sans-serif;
  color: #c79859;
  font-size: 25px;
  font-size: 2.5rem;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .menu .menu_header .menu_header__heading {
    font-size: 50px;
    font-size: 5rem;
  }
}
.menu .menu_header .menu_header__heading.takeout_delivery span {
  font-size: 15px;
  font-size: 1.5rem;
}

@media print, screen and (min-width: 768px) {
  .menu .menu_header .menu_header__heading.takeout_delivery span {
    font-size: 40px;
    font-size: 4rem;
  }
}
.menu .menu_set__wrap {
  width: 100%;
}

.menu .menu_set__wrap.is-icon .menu_set {
  padding-left: 30px;
}

@media print, screen and (min-width: 768px) {
  .menu .menu_set__wrap.is-icon .menu_set {
    padding-left: 40px;
  }
}
.menu .menu_set__wrap.is-icon .menu_set__option {
  padding-left: 40px;
}

@media print, screen and (min-width: 768px) {
  .menu .menu_set__wrap.is-icon .menu_set__option {
    padding-left: 50px;
  }
}
.menu .menu_set {
  width: 100%;
  margin-bottom: 25px;
}

@media print, screen and (min-width: 768px) {
  .menu .menu_set {
    width: calc(50% - 40px);
    margin-bottom: 35px;
  }
}
.menu .menu_set.size_full {
  margin-bottom: 50px;
}

@media print, screen and (min-width: 768px) {
  .menu .menu_set.size_full {
    width: 100%;
    margin-bottom: 100px;
  }
}
.menu .menu_set.size_full_wrap {
  margin-bottom: 25px;
}

@media print, screen and (min-width: 768px) {
  .menu .menu_set.size_full_wrap {
    width: 100%;
    margin-bottom: 60px;
  }
}
.menu .menu_set.size_full_wrap .menu_set__content {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .menu .menu_set.size_full_wrap .menu_set__content {
    margin-bottom: 0;
  }
}
.menu .menu_set .size_half {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .menu .menu_set .size_half {
    width: calc(50% - 40px);
  }
}
@media print, screen and (min-width: 768px) {
  .menu .menu_set .menu_set__block {
    width: 33.3333%;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .menu .menu_set .menu_set__block + .menu_set__block {
    margin-top: 15px;
  }
}
.menu .menu_set.kids {
  margin-bottom: 50px;
}

@media print, screen and (min-width: 768px) {
  .menu .menu_set.kids {
    margin-bottom: 100px;
  }
}
.menu .menu_set__heading {
  color: #fff;
  background-color: #c79859;
  padding: 3px 10px;
  margin-bottom: 15px;
}

@media print, screen and (min-width: 768px) {
  .menu .menu_set__heading {
    padding: 10px 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .menu .menu_set__heading.lunch {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .menu .menu_set__heading.menu_special,
  .menu .menu_set__heading.kids,
  .menu .menu_set__heading.takeout_delivery {
    margin-bottom: 40px;
  }
}
.menu .menu_set__content {
  margin-bottom: 25px;
}

@media print, screen and (min-width: 768px) {
  .menu .menu_set__content {
    margin-bottom: 45px;
  }
}
.menu .menu_set__content.gozen_half {
  margin-bottom: 25px;
}

@media print, screen and (min-width: 768px) {
  .menu .menu_set__content.gozen_half {
    margin-bottom: 40px;
  }
}
.menu .menu_set__content p.menu_detail {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .menu .menu_set__content p.menu_detail {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .menu .menu_set__content p.menu_detail {
    margin-top: 20px;
  }
}
.menu .menu_set__title {
  color: #c79859;
  font-size: 23px;
  font-size: 2.3rem;
  text-align: center;
  border-bottom: 2px solid #c79859;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  .menu .menu_set__title {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .menu .menu_set__title {
    margin-bottom: 25px;
  }
}
.menu .menu_set__title--sub {
  margin-top: -10px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .menu .menu_set__title--sub {
    margin-top: -20px;
  }
}
.menu .menu_set__img {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .menu .menu_set__img {
    margin-bottom: 25px;
  }
}
.menu .menu_set__img > img {
  width: 100%;
}

.menu .menu_set__list + .menu_set__list {
  margin-top: 15px;
}

.menu .menu_set__list.font_smaller {
  font-size: 13px;
  font-size: 1.3rem;
}

@media print, screen and (min-width: 768px) {
  .menu .menu_set__list.font_smaller {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.menu .menu_set__list.font_smaller.lunch {
  font-size: 15px;
  font-size: 1.5rem;
}

@media print, screen and (min-width: 768px) {
  .menu .menu_set__list.font_smaller.lunch {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.menu .menu_set__list__box p {
  padding-left: 2em;
}

.menu .menu_set__list__box ul:nth-of-type(2) {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .menu .menu_set__list__box ul:nth-of-type(2) {
    margin-top: 40px;
  }
}
.menu .menu_set__item.is-icon {
  position: relative;
}

.menu .menu_set__item.is-icon::before {
  content: "";
  width: 25px;
  height: 19px;
  display: block;
  background-image: url("/img/common/ico_hishakaku.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 4px;
  left: -30px;
}

@media print, screen and (min-width: 768px) {
  .menu .menu_set__item.is-icon::before {
    top: 8px;
    left: -40px;
  }
}
.menu .menu_set__item.lunch {
  margin-bottom: 1em;
}

@media print, screen and (min-width: 768px) {
  .menu .menu_set__item.lunch {
    line-height: 1.4;
  }
}
.menu .menu_set__item.lunch:last-child {
  margin-bottom: 0;
}

.menu .menu_set__item.lunch.yaki_mori {
  margin-bottom: 0.6em;
}

.menu .menu_set__item.lunch.yaki_list {
  line-height: 1.6;
  padding-left: 1em;
}

@media print, screen and (min-width: 768px) {
  .menu .menu_set__item.lunch.yaki_list {
    line-height: 1.9;
  }
}
.menu .menu_set__item span.f-small {
  font-size: 14px;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 768px) {
  .menu .menu_set__item span.f-small {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.menu .menu_set__item.menu_set__item_category {
  font-size: 15px;
  font-size: 1.5rem;
}

@media print, screen and (min-width: 768px) {
  .menu .menu_set__item.menu_set__item_category {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.menu .menu_set__item .set_detail {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.75;
  width: 100%;
  margin-top: -5px;
}

@media print, screen and (min-width: 768px) {
  .menu .menu_set__item .set_detail {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.menu .menu_set__item .set_detail__heading {
  white-space: nowrap;
  margin-right: 8px;
}

.menu .menu_set__item.kids ul {
  padding-left: 1em;
}

.menu .menu_set__item.kids p {
  padding-left: 3em;
}

.menu .menu_set__item.menu_special {
  margin-bottom: 0.3em;
}

.menu .item_caption {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28;
  margin-bottom: 5px;
}

@media print, screen and (min-width: 768px) {
  .menu .item_caption {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.menu .menu_set__option {
  border: 1px solid #000;
  padding: 10px 20px;
  margin-top: 20px;
}

.menu .menu_name {
  margin-right: auto;
}

@media print, screen and (min-width: 768px) {
  .menu .menu_name.lunch {
    line-height: 1.4;
  }
}
.menu .menu_price {
  white-space: nowrap;
  padding-left: 15px;
}

@media print, screen and (min-width: 768px) {
  .menu .menu_price.lunch {
    line-height: 1.4;
  }
}
.menu .menu_photo {
  text-align: center;
}

.menu .menu_footer {
  margin-bottom: 15px;
}

@media print, screen and (min-width: 768px) {
  .menu .menu_footer {
    margin-bottom: 25px;
  }
}
.menu .menu_footer .menu_set {
  margin-bottom: 0;
}

.menu .menu_dessert {
  text-align: center;
  padding: 10px 28px 0;
}

@media print, screen and (min-width: 768px) {
  .menu .menu_dessert {
    padding: 20px 0 100px;
  }
}
.menu .menu_panel {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .menu .menu_panel {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .menu .menu_panel .menu_price {
    padding-left: 0;
  }
}
.menu .menu_panel .menu_panel__header {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  background-color: #c79859;
  padding: 15px;
}

@media print, screen and (min-width: 768px) {
  .menu .menu_panel .menu_panel__header {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .menu .menu_panel .menu_panel__header {
    width: 50%;
    padding: 20px;
  }
}
.menu .menu_panel .menu_panel__header .menu_panel__header_heading {
  font-size: 18px;
  font-size: 1.8rem;
}

@media print, screen and (min-width: 768px) {
  .menu .menu_panel .menu_panel__header .menu_panel__header_heading {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.menu .menu_panel .menu_panel__header .menu_panel__header_heading + .menu_panel__header_txt {
  margin-top: 5px;
}

.menu .menu_panel .menu_panel__header .menu_panel__header_txt {
  line-height: 1.75;
}

.menu .menu_panel .menu_panel__body {
  border: 2px solid #c79859;
  background-color: #fff;
  padding: 0 15px;
}

@media print, screen and (min-width: 768px) {
  .menu .menu_panel .menu_panel__body {
    width: 50%;
    border-width: 3px;
    padding: 14px 40px;
  }
}
.menu .menu_panel .menu_panel__body ul {
  color: #c79859;
  width: 100%;
}

.menu .menu_panel .menu_panel__body li {
  padding: 10px 0;
}

@media print, screen and (min-width: 768px) {
  .menu .menu_panel .menu_panel__body li {
    padding: 14px 0;
  }
}
.menu .menu_panel .menu_panel__body li + li {
  border-top: 1px solid #c79859;
}

.menu .menu_banner {
  text-align: center;
  padding-top: 30px;
}

@media print, screen and (min-width: 768px) {
  .menu .menu_banner {
    padding-top: 60px;
  }
}
.menu .menu_blocklink {
  max-width: 350px;
  margin: 50px auto 0 auto;
}

.menu_leadtext {
  text-align: center;
  margin-bottom: 25px;
}

@media print, screen and (min-width: 768px) {
  .menu_leadtext {
    margin-bottom: 50px;
  }
}
.menu_btn {
  text-align: center;
  margin-top: 50px;
  margin-bottom: -50px;
}

@media only screen and (max-width: 767px) {
  .menu_btn {
    margin-top: 25px;
    margin-bottom: -25px;
  }
}
.menu_btn__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 363px;
  height: 65px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #c3230d;
  text-decoration: none;
  background-color: #fff;
  transition-duration: 0.3s;
}

@media only screen and (max-width: 767px) {
  .menu_btn__link {
    width: 210px;
    height: 39px;
  }
}
.menu_btn__link:hover {
  text-decoration: none;
  background-color: #c3230d;
}

.menu_btn__text {
  display: inline-block;
  line-height: 65px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
  color: #c3230d;
  font-size: 13px;
  font-size: 1.3rem;
}

@media print, screen and (min-width: 768px) {
  .menu_btn__text {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .menu_btn__text {
    line-height: 39px;
  }
}
.menu_btn__text:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 18px;
  background-image: url(../img/menu/btn_deco.png);
  background-size: 8px 17px;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: -1px;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .menu_btn__text:after {
    margin-left: 10px;
    vertical-align: -4px;
    background-size: 6px 13px;
  }
}
.menu_btn__link:hover .menu_btn__text:after {
  background-image: url(../img/menu/btn_deco_w.png);
}

.menu_btn__link:hover .menu_btn__text {
  color: #fff;
}

.menu_link {
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .menu_link {
    margin-bottom: 25px;
  }
}
.menu_link > a {
  color: #ff0000;
}
