@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/sawarabimincho.css);
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  touch-action: pan-y;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

.bxslider {
  margin: 0;
  padding: 0; }

ul.bxslider {
  list-style: none; }

.bx-viewport {
  -webkit-transform: translateZ(0); }

.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
  position: absolute;
  bottom: -30px;
  width: 100%; }

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: 700;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #000; }

.bx-wrapper .bx-controls-auto .bx-controls-auto-item, .bx-wrapper .bx-pager-item {
  display: inline-block;
  vertical-align: bottom; }

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0; }

.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) 0 -32px no-repeat; }

.bx-wrapper .bx-prev:focus, .bx-wrapper .bx-prev:hover {
  background-position: 0 0; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) -43px -32px no-repeat; }

.bx-wrapper .bx-next:focus, .bx-wrapper .bx-next:hover {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus, .bx-wrapper .bx-controls-auto .bx-start:hover {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus, .bx-wrapper .bx-controls-auto .bx-stop:hover {
  background-position: -86px -33px; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

/*--------------------------------------------------------------------------
   reset
   --------------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong,
sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 0; }

article, aside, details, figcaption, figure, main, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

img {
  border: 0;
  vertical-align: top; }

em {
  font-style: italic; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 0; }

input, select, textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle; }

input:focus, textarea:focus, select:focus {
  outline: none; }

body, p, h1, h2, h3, h4, h5, ul, li, table, tbody, th, td, a {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.hover-underbar {
  position: relative; }
  .hover-underbar:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: width .5s;
    background-color: #231815; }
  @media only screen and (min-width: 751px) {
    .hover-underbar:hover {
      opacity: 1; }
      .hover-underbar:hover:after {
        width: 100%; } }

.l-content {
  position: relative; }
  .l-content::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999;
    pointer-events: none;
    opacity: 0;
    transition: opacity .6s ease; }
  .l-content.a-fadeout::after {
    opacity: 1; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/*--------------------------------------------------------------------------
 *   default;
 *---------------------------------------------------------------------------*/
/*-----------------------
  fonts
  -----------------------*/
/*--------------------------------------------------------------------------
 *	 html, body;
 *---------------------------------------------------------------------------*/
html, body {
  margin: 0;
  padding: 0;
  font-size: 13px;
  letter-spacing: 1.8px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  line-height: 1.7;
  font-weight: 300;
  font-feature-settings: "halt"; }
  @media only screen and (min-width: 751px) {
    html, body {
      min-width: 1200px; } }
  @media only screen and (max-width: 750px) {
    html, body {
      font-size: 10px; } }

body.menu-on {
  overflow: hidden; }

/*--------------------------------------------------------------------------
 *	 img
 *---------------------------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto; }

/*--------------------------------------------------------------------------
 *	 base link;
 *---------------------------------------------------------------------------*/
a {
  color: #000;
  outline: none;
  opacity: 1;
  -webkit-tap-highlight-color: transparent;
  transition-duration: 0.1s; }
  a:link, a:visited {
    text-decoration: none; }
  @media only screen and (min-width: 751px) {
    a:hover {
      text-decoration: none;
      outline: none;
      opacity: 0.7; } }
  a.underline {
    text-decoration: underline; }
    @media only screen and (min-width: 751px) {
      a.underline {
        opacity: 1; }
        a.underline:hover {
          text-decoration: none; } }

@media only screen and (min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none; } }

/* clear fix */
.cf {
  zoom: 1; }
  .cf:before {
    display: table;
    content: ''; }
  .cf:after {
    display: table;
    content: '';
    clear: both; }

/* PC/SP切替 */
@media only screen and (min-width: 751px) {
  .sp {
    display: none !important; } }

@media only screen and (max-width: 750px) {
  .pc {
    display: none !important; } }

/*-------------------------------
WordPressエディタのデフォルト設定
--------------------------------*/
strong {
  font-weight: bold; }

em {
  font-style: italic; }

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px; }

.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%; }

.clearfix {
  overflow: hidden;
  zoom: 1; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.l-inner {
  max-width: 1170px;
  box-sizing: border-box;
  margin: 0 auto; }
  .l-inner.wide {
    max-width: 1400px; }
  @media only screen and (max-width: 750px) {
    .l-inner {
      width: 100%;
      max-width: 100%; }
      .l-inner.sp-inner {
        padding-left: 6.4%;
        padding-right: 6.4%; }
      .l-inner.sp-inner-small {
        padding-left: 8.4%;
        padding-right: 8.4%; } }

.l-content {
  margin-top: 84px;
  padding-top: 30px; }
  .l-content > .l-inner {
    position: relative; }
  @media only screen and (max-width: 750px) {
    .l-content {
      margin-top: 75px;
      padding-top: 0; } }

@media only screen and (min-width: 751px) {
  .l-column {
    display: flex;
    justify-content: space-between; } }

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #fff; }
  @media only screen and (min-width: 751px) {
    .l-header > .l-inner {
      display: flex;
      align-items: center;
      padding-top: 16px;
      padding-left: 20px;
      padding-right: 28px;
      padding-bottom: 15px; } }

.header-logo {
  width: 235px;
  display: block; }
  .header-logo img {
    width: 100%;
    height: auto; }

.gnav__wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
  font-family: "Times New Roman", 'Tinos', Georgia, serif;
  font-weight: normal; }

.gnav__list {
  align-items: center;
  display: flex;
  font-size: 14px;
  letter-spacing: 4px; }

.gnav__item {
  padding: 0 18px; }
  .gnav__item a {
    display: block;
    position: relative; }
    .gnav__item a:after {
      content: "";
      display: block;
      width: 0;
      height: 1px;
      position: absolute;
      bottom: 0;
      left: -2px;
      right: 0;
      transition: width .5s;
      background-color: #231815; }
    .gnav__item a.is-current {
      pointer-events: none; }
      .gnav__item a.is-current:after {
        width: 100%; }
    @media only screen and (min-width: 751px) {
      .gnav__item a:hover {
        opacity: 1; }
        .gnav__item a:hover:after {
          width: 100%; } }

.gnav__sns {
  display: flex;
  margin-left: 18px; }
  .gnav__sns__item {
    width: 29px;
    height: 29px;
    margin-left: 10px; }
    .gnav__sns__item img {
      width: 100%;
      height: auto; }

@media only screen and (max-width: 750px) {
  .header-logoarea {
    padding-top: 27px;
    padding-left: 6.4%;
    padding-right: 6.4%;
    padding-bottom: 27px; }
  .header-spbtn {
    position: absolute;
    top: 25px;
    left: 6.4%;
    display: flex;
    align-items: center; }
  .toggle-btn {
    width: 18px;
    height: 19px;
    position: relative; }
    .toggle-btn:before, .toggle-btn:after {
      content: ""; }
    .toggle-btn span, .toggle-btn:before, .toggle-btn:after {
      display: block;
      width: 36px;
      height: 6px;
      border-radius: 10px;
      background-color: #000;
      position: absolute;
      transform: scale(0.5);
      left: -9px; }
    .toggle-btn:before {
      top: 0; }
    .toggle-btn span {
      top: 0;
      bottom: 0;
      margin: auto; }
    .toggle-btn:after {
      bottom: 0; }
  .header-icon-phone {
    display: block;
    width: 19px;
    height: 26px;
    background-image: url(images/icon/icon-phone.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 26px; }
  .header-logo {
    width: 121px;
    margin: 0 auto; }
  .gnav {
    text-align: center;
    display: none;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    height: calc(100vh - 75px); }
    .gnav__wrapper {
      display: block; }
    .gnav__list {
      border-bottom: 1px solid #ddd;
      display: block;
      font-size: 16px; }
    .gnav__item {
      border-top: 1px solid #ddd;
      padding: 0; }
      .gnav__item a {
        padding: 21px 0; }
        .gnav__item a::after {
          content: none; }
        .gnav__item a::before {
          content: "";
          display: block;
          width: 8px;
          height: 8px;
          border-top: 1px solid #000;
          border-right: 1px solid #000;
          transform: rotate(45deg);
          position: absolute;
          top: 0;
          bottom: 0;
          right: 26%;
          margin: auto; }
    .gnav__sns {
      position: absolute;
      top: 25px;
      right: 6.4%;
      margin-left: 18px; }
      .gnav__sns__item {
        width: 25px;
        height: 25px;
        margin-left: 14px; } }

.l-footer {
  text-align: center;
  font-size: 14px;
  padding-top: 110px;
  position: relative; }

.footer-contact {
  display: none;
  margin-top: 20px; }
  .footer-contact__head {
    display: inline-block;
    font-size: 10px;
    border: 1px solid #000;
    padding: 1px 10px;
    position: relative;
    margin-right: 20px;
    height: 20px; }
    .footer-contact__head:after {
      content: "";
      display: block;
      width: 16px;
      height: 15px;
      border-top: 1px solid #000;
      border-right: 1px solid #000;
      background-color: #fff;
      transform: rotate(45deg);
      position: absolute;
      right: -9px;
      top: 3px; }
  .footer-contact__link {
    font-size: 16px; }

.footer-copyright {
  text-align: left;
  font-size: 10px;
  padding-left: 2px;
  transform: translateX(-5vw) scale(0.9); }

@media only screen and (max-width: 750px) {
  .l-footer {
    background-color: #000;
    color: #fff;
    padding-top: 4px; }
    .l-footer a {
      color: #fff; }
  .footer-contact {
    display: block; }
    .footer-contact__head {
      display: block;
      font-size: 9px;
      border: none;
      padding: 0;
      margin-right: 0;
      height: auto; }
      .footer-contact__head:after {
        content: none; }
    .footer-contact__link {
      font-size: 13px; }
  .footer-copyright {
    text-align: left;
    font-size: 8px;
    padding-left: 2px;
    padding-top: 24px;
    transform: translateX(0) scale(1); } }

.PageTop {
  position: absolute;
  right: 10%;
  bottom: 40px;
  line-height: 1;
  padding-top: 10px;
  text-align: center; }
  .PageTop:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    left: 8px; }
  .PageTop span {
    font-family: "Times New Roman", 'Tinos', Georgia, serif;
    font-weight: normal;
    font-size: 11px; }
  @media only screen and (min-width: 751px) {
    .PageTop:hover {
      cursor: pointer; } }
  @media only screen and (max-width: 750px) {
    .PageTop {
      width: 51px;
      height: 51px;
      box-sizing: border-box;
      color: #fff;
      border-radius: 50%;
      background-color: #000;
      position: relative;
      margin: -15px auto 20px;
      right: auto;
      bottom: auto;
      padding-top: 18px;
      padding-left: 1px; }
      .PageTop:before {
        width: 8px;
        height: 8px;
        transform: translate(12px, 10px) rotate(-45deg);
        border-color: #fff; }
      .PageTop span {
        font-size: 10px; } }

.access-detail {
  font-size: 14px;
  text-align: left;
  margin-top: 36px; }
  @media only screen and (min-width: 751px) {
    .access-detail {
      display: flex;
      justify-content: center; }
      .access-detail__column {
        width: 31%; }
        .access-detail__column:nth-of-type(2) {
          margin-left: 40px; } }
  .access-detail__phone .tel {
    margin-right: 1em; }
  .access-detail__address {
    margin-top: 14px; }
  .access-detail__hours dt {
    float: left;
    clear: left;
    width: 24%; }
  .access-detail__hours dd {
    width: 76%;
    float: left; }
  .access-detail__hours__note {
    margin-top: 12px;
    margin-bottom: 12px; }
  .access-detail__parking {
    display: flex; }
    .access-detail__parking .text {
      width: 18%; }
    .access-detail__parking .border {
      display: inline-block;
      width: 17px;
      height: 17px;
      text-align: center;
      line-height: 17px;
      margin-right: 3px;
      border: 1px solid #000; }
    .access-detail__parking .note {
      flex: 1;
      font-size: 11px; }
  @media only screen and (max-width: 750px) {
    .access-detail {
      padding-left: 6.4%;
      padding-right: 6.4%;
      text-align: center;
      font-size: 12px;
      margin-top: 30px;
      margin-bottom: 26px; }
      .access-detail__logo {
        display: block;
        margin: 0 auto;
        width: 71%; }
      .access-detail__address {
        margin-top: 14px; }
      .access-detail__hours dl {
        width: 80%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
      .access-detail__hours dt {
        width: auto;
        min-width: 20%;
        text-align: left; }
      .access-detail__hours dd {
        width: auto;
        text-align: left; }
      .access-detail__hours__note {
        margin-top: 12px; }
        .access-detail__hours__note .parking {
          margin-left: 1em; }
        .access-detail__hours__note .border {
          display: inline-block;
          width: 15px;
          height: 15px;
          line-height: 15px;
          border: 1px solid #000; }
        .access-detail__hours__note .text {
          margin-left: 3px; }
      .access-detail__parking {
        display: block;
        font-size: 11px; }
        .access-detail__parking .border {
          display: inline-block;
          width: 17px;
          height: 17px;
          text-align: center;
          line-height: 17px;
          border: 1px solid #000; } }

.l-inner2 {
  width: 1080px;
  margin: 0 auto; }
  @media only screen and (max-width: 750px) {
    .l-inner2 {
      width: 100%; } }

.shop-relation {
  background-color: #d9e0e6;
  padding: 40px 0; }
  .shop-relation__col {
    display: flex;
    justify-content: center;
    align-items: center; }
  .shop-relation__ttl {
    font-size: 1.3rem;
    letter-spacing: .28em;
    font-weight: 300;
    line-height: 1.6;
    padding-right: 40px;
    margin-right: 24px;
    position: relative;
    z-index: 0; }
    .shop-relation__ttl:after {
      content: '';
      display: block;
      width: 1px;
      height: 20px;
      background: rgba(26, 49, 57, 0.3);
      position: absolute;
      top: 50%;
      right: 0;
      transform: translate(0, -50%); }
  .shop-relation ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
  .shop-relation__item {
    width: 230px;
    margin: 0 24px; }
    .shop-relation__item a {
      display: block; }
      .shop-relation__item a img {
        display: block; }
  @media only screen and (max-width: 750px) {
    .shop-relation {
      padding: 32px 0; }
      .shop-relation__col {
        display: block; }
      .shop-relation__ttl {
        text-align: center;
        padding-right: 0;
        margin-right: 0;
        opacity: .8; }
        .shop-relation__ttl:after {
          position: static;
          transform: none;
          margin: 16px auto 24px;
          width: 2em;
          height: 1px; }
      .shop-relation__item {
        width: 220px; } }

.box__list {
  margin-top: 70px;
  display: flex;
  justify-content: space-between; }

.box__item {
  width: 29.65%;
  box-sizing: border-box;
  background-color: #fff;
  color: #000;
  position: relative; }
  .box__item a {
    display: block;
    padding: 48px 46px 50px; }
    @media only screen and (min-width: 751px) {
      .box__item a:hover {
        opacity: 1; }
        .box__item a:hover .box__btn::before {
          width: 100%; }
        .box__item a:hover .box__btn span {
          color: #fff; }
          .box__item a:hover .box__btn span:before, .box__item a:hover .box__btn span:after {
            background-color: #fff; } }

.box__number {
  position: absolute;
  text-align: center;
  margin-bottom: 24px;
  width: 117px;
  height: 117px;
  box-sizing: border-box;
  border-radius: 50%;
  padding-top: 11px;
  background-color: #fff;
  left: 0;
  right: 0;
  top: -47px;
  margin: auto; }
  .box__number img {
    width: 72px;
    height: 63px; }

.box__img {
  position: relative;
  z-index: 2; }

.box__textarea {
  text-align: left; }

.box__title {
  font-size: 18px;
  font-family: 'Sawarabi Mincho', serif;
  font-weight: 500;
  font-weight: 500;
  padding-top: 13px;
  padding-bottom: 12px;
  letter-spacing: 1.6px; }

.box__titlearea {
  position: relative; }

.box__subimg {
  position: absolute;
  right: 0;
  top: 13px; }

.box__text {
  text-align: justify;
  letter-spacing: 1.2px; }

.box__btn.btn {
  font-size: 15px;
  margin-top: 20px;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif; }

@media only screen and (max-width: 750px) {
  .box__list {
    margin-top: 0;
    display: block; }
  .box__item {
    background-color: #000;
    width: 100%;
    margin-top: 45px; }
    .box__item:first-of-type {
      margin-top: 0; }
    .box__item a {
      color: #fff;
      padding: 0; }
    .box__item.vertical a {
      position: relative;
      display: flex;
      flex-direction: row-reverse;
      padding-bottom: 90px; }
    .box__item.vertical .box__img {
      width: 43.73%; }
    .box__item.vertical .box__textarea {
      flex: 1;
      padding-right: 10px;
      padding-bottom: 0;
      padding-top: 64px; }
    .box__item.vertical .box__title {
      position: relative;
      z-index: 9;
      letter-spacing: -1px; }
    .box__item.vertical .box__btn {
      position: absolute;
      bottom: 33px;
      left: 0;
      right: 0;
      width: 82%;
      margin-top: 0; }
  .box__img img {
    width: 100%;
    height: auto; }
  .box__number {
    margin: 0;
    padding-top: 0;
    background-color: transparent;
    right: auto;
    left: 10px;
    top: -15px;
    width: 98px;
    height: 98px;
    margin-bottom: 0;
    z-index: 3; }
    .box__number img {
      width: 100%;
      height: auto; }
  .box__textarea {
    padding: 26px 9% 32px; }
  .box__title {
    font-size: 15px;
    padding-top: 0;
    padding-bottom: 14px;
    letter-spacing: 1.6px; }
  .box__subimg {
    width: 38px;
    height: auto;
    top: auto;
    right: -5px;
    bottom: 18px; }
  .box__btn.btn {
    font-size: 10px;
    margin-top: 20px;
    border: 1px solid #fff; }
    .box__btn.btn span:before, .box__btn.btn span:after {
      background-color: #fff; } }

.box-note {
  background-color: #dcd3cb;
  border-radius: 12px;
  padding: 24px;
  margin: 40px 0 60px; }

.btn {
  display: block;
  border: 1px solid #000;
  width: 212px;
  box-sizing: border-box;
  margin: 0 auto;
  font-size: 11px;
  font-family: "Times New Roman", 'Tinos', Georgia, serif;
  font-weight: normal;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  z-index: 1; }
  .btn:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background-color: #000;
    transition: width .4s;
    z-index: 1; }
  @media only screen and (min-width: 751px) {
    .btn:hover {
      opacity: 1; }
      .btn:hover:before {
        width: 100%; }
      .btn:hover span {
        color: #fff; }
        .btn:hover span:before, .btn:hover span:after {
          background-color: #fff; } }
  .btn span {
    display: block;
    width: 100%;
    position: relative;
    padding-right: 10px;
    z-index: 2;
    position: relative;
    padding-right: 0; }
    .btn span:before, .btn span:after {
      content: "";
      display: block;
      position: absolute;
      background-color: #000;
      width: 8px;
      height: 1px;
      top: 50%;
      right: 18px;
      transition: transform .4s, background-color .4s; }
    .btn span:before {
      transform: translateY(2px) rotate(-30deg); }
    .btn span:after {
      transform: translateY(-2px) rotate(30deg); }
  @media only screen and (max-width: 750px) {
    .btn {
      width: 125px;
      height: 25px;
      font-size: 10px; }
      .btn:before {
        content: none; }
      .btn span:before {
        transform: translateY(1px) rotate(-30deg); }
      .btn span:after {
        transform: translateY(-3px) rotate(30deg); } }

.btn-brown {
  text-align: center;
  display: block;
  background-color: #dcd3cb;
  width: 350px;
  height: 70px;
  box-sizing: border-box;
  font-family: "Times New Roman", 'Tinos', Georgia, serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  overflow: hidden;
  position: relative; }
  .btn-brown:after {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background-color: #000;
    transition: width .4s; }
  .btn-brown > span {
    position: relative;
    padding-right: 10px;
    display: block;
    width: 100%;
    padding-right: 0;
    position: relative;
    z-index: 3; }
    .btn-brown > span:before, .btn-brown > span:after {
      content: "";
      display: block;
      position: absolute;
      background-color: #000;
      width: 17px;
      height: 1px;
      top: 50%;
      right: 18px;
      transition: transform .4s, background-color .4s; }
    .btn-brown > span:before {
      transform: translateY(4.25px) rotate(-30deg); }
    .btn-brown > span:after {
      transform: translateY(-4.25px) rotate(30deg); }
    .btn-brown > span:before, .btn-brown > span:after {
      right: 38px; }
    .btn-brown > span:before {
      transform: translateY(4px) rotate(-28deg); }
    .btn-brown > span:after {
      transform: translateY(-4px) rotate(28deg); }
  @media only screen and (min-width: 751px) {
    .btn-brown:hover {
      opacity: 1; }
      .btn-brown:hover:after {
        width: 100%; }
      .btn-brown:hover span {
        color: #fff; }
        .btn-brown:hover span:before, .btn-brown:hover span:after {
          background-color: #fff; } }
  .btn-brown__wrapper {
    margin-top: 75px;
    display: flex;
    justify-content: center; }
  .btn-brown__container {
    text-align: center; }
    @media only screen and (min-width: 751px) {
      .btn-brown__container {
        margin-left: 20px; }
        .btn-brown__container:nth-of-type(1) {
          margin-left: 0; } }
  .btn-brown__comment {
    font-size: 12px;
    display: block; }
  .btn-brown.has-icon:before {
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    margin: auto;
    background-repeat: no-repeat;
    z-index: 2;
    transition: transform .4s, border-radius .4s;
    outline: 1px solid transparent;
    transform: rotate(0.0001deg);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .btn-brown.has-icon:after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #000;
    transition: width .3s, height .3s, left .3s, border-radius .4s;
    top: 0;
    bottom: 0;
    left: 12px;
    right: auto;
    margin: auto;
    z-index: 1;
    outline: 1px solid transparent;
    transform: rotate(0.0001deg);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  @media only screen and (min-width: 751px) {
    .btn-brown.has-icon:hover:before {
      transform: translateX(4px); }
    .btn-brown.has-icon:hover::after {
      width: 100%;
      height: 100%;
      border-radius: 0;
      left: 0; } }
  .btn-brown.hotpepper:before {
    background-image: url(images/icon/icon-eat.svg); }
  .btn-brown.tabelog:before {
    background-image: url(images/icon/icon-tabelog.png);
    background-size: contain; }
  @media only screen and (max-width: 750px) {
    .btn-brown {
      width: 86%;
      height: 37px;
      margin: 0 auto;
      font-size: 12px; }
      .btn-brown:after {
        content: none; }
      .btn-brown span:before, .btn-brown span:after {
        width: 8px;
        right: 16px; }
      .btn-brown span:before {
        transform: translateY(1px) rotate(-30deg); }
      .btn-brown span:after {
        transform: translateY(-3px) rotate(30deg); }
      .btn-brown__wrapper {
        margin-top: 0; }
      .btn-brown__container {
        width: 50%;
        text-align: center;
        margin-top: 20px; }
      .btn-brown__comment {
        font-size: 8px;
        padding: 0 20px; }
      .btn-brown.has-icon:before, .btn-brown.has-icon:after {
        content: none; } }

.close-btn {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  z-index: 3; }
  .close-btn.topright {
    position: static;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 10px; }
  .close-btn.bottomright {
    bottom: 0; }
  .close-btn:before, .close-btn:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: #000; }
  .close-btn:before {
    transform: translateY(14px) rotate(-45deg); }
  .close-btn:after {
    transform: translateY(14px) rotate(45deg); }
  @media only screen and (min-width: 751px) {
    .close-btn:hover {
      opacity: 1;
      cursor: pointer; } }
  @media only screen and (max-width: 750px) {
    .close-btn {
      width: 18px;
      height: 18px;
      right: 10px; }
      .close-btn.bottomright {
        position: static;
        margin-right: 0;
        margin-left: auto; }
      .close-btn:before, .close-btn:after {
        width: 22px; }
      .close-btn:before {
        transform: translateY(8px) rotate(-45deg); }
      .close-btn:after {
        transform: translateY(8px) rotate(45deg); } }

.course-list {
  margin-top: 53px; }
  .course-list__item {
    margin-bottom: 60px;
    display: flex;
    position: relative; }
  .course-list__textarea {
    flex: 1;
    text-align: center;
    padding-right: 55px; }
  .course-list__comment {
    display: inline-block;
    text-align: center;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 26px;
    position: relative; }
    .course-list__comment:before, .course-list__comment:after {
      content: "";
      display: block;
      height: 104%;
      width: 1px;
      border-left: 1px dashed #000;
      position: absolute;
      top: 0; }
    .course-list__comment:before {
      left: -16px;
      transform: rotate(-20deg); }
    .course-list__comment:after {
      right: -16px;
      transform: rotate(20deg); }
  .course-list__box {
    text-align: left;
    background-color: #dcd3cb;
    border-radius: 12px;
    position: relative; }
    .course-list__box:after {
      content: "";
      display: block;
      width: 33px;
      height: 68px;
      background-image: url(images/menu/balloon-arrow.png);
      position: absolute;
      right: -33px;
      top: 0;
      bottom: 0;
      margin: auto;
      z-index: 2; }
  .course-list__head {
    background-color: #000;
    color: #fff;
    border-radius: 12px 12px 0 0;
    padding: 22px 35px;
    display: flex;
    justify-content: space-between; }
  .course-list__title {
    font-size: 29px;
    font-weight: 500;
    letter-spacing: 0; }
  .course-list__price .price {
    font-family: "Times New Roman", 'Tinos', Georgia, serif;
    font-weight: normal;
    font-size: 43px;
    font-weight: normal;
    line-height: 1; }
  .course-list__price .yen {
    font-size: 22px; }
  .course-list__content {
    padding: 23px 38px 25px;
    position: relative; }
  .course-list__desc {
    font-weight: bold;
    font-size: 23px;
    line-height: 1.4;
    letter-spacing: 4px; }
    .course-list__desc span {
      display: block;
      font-size: 19px;
      letter-spacing: 2px; }
  .course-list__number {
    display: inline-block;
    font-weight: 500;
    background-color: #fff;
    border-radius: 30px;
    padding: 10px 16px;
    position: absolute;
    top: 28px;
    right: 30px;
    font-size: 18px; }
  .course-list__text {
    font-size: 16px;
    letter-spacing: 1.3px;
    margin-top: 9px;
    padding-left: 4px;
    text-align: justify;
    line-height: 1.63; }
  .course-list__sublist {
    padding-left: 3px; }
    .course-list__sublist:after {
      content: "";
      clear: both;
      display: block; }
    .course-list__sublist > li {
      min-width: 50%;
      font-size: 18px;
      line-height: 1.4;
      margin: 4px 0;
      box-sizing: border-box;
      text-indent: 1em;
      position: relative;
      float: left; }
      .course-list__sublist > li:before {
        content: "";
        position: absolute;
        top: 8px;
        left: 0;
        display: block;
        width: 14px;
        height: 14px;
        background-color: #000; }
      .course-list__sublist > li.tate-tsume {
        margin-top: -1.2em; }
    .course-list__sublist__wrapper {
      margin-top: 21px; }
    .course-list__sublist__title {
      font-size: 12px;
      margin-bottom: 3px; }
  .course-list__numberlist {
    counter-reset: number 0;
    border-top: 1px solid #000;
    margin: 20px 6px 0; }
    .course-list__numberlist > li {
      border: 1px solid #000;
      border-top: none;
      position: relative;
      padding-left: 40px;
      font-size: 18px;
      letter-spacing: 1px; }
      .course-list__numberlist > li:before {
        counter-increment: number 1;
        content: counter(number);
        border-right: 1px solid #000;
        text-align: center;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 0;
        left: 0; }
  .course-list__option__title {
    font-size: 18px;
    margin: 14px 6px 0;
    font-weight: 500;
    border-bottom: 1px solid #000; }
  .course-list__option__text {
    font-size: 18px;
    padding-top: 4px; }
  .course-list__img {
    width: 47.6%;
    position: relative;
    z-index: 1; }
  .course-list__tag {
    position: absolute;
    z-index: 2;
    right: -27px;
    top: -16px;
    width: 140px;
    height: 140px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    .course-list__tag .time {
      line-height: 1;
      font-family: "Times New Roman", 'Tinos', Georgia, serif;
      font-weight: normal;
      font-size: 44px; }
      .course-list__tag .time span {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 19px; }
    .course-list__tag .comment {
      font-size: 16px; }
  @media only screen and (max-width: 750px) {
    .course-list {
      margin-top: 0; }
      .course-list__item {
        margin-bottom: 20px;
        display: block; }
      .course-list__textarea {
        padding-right: 0; }
      .course-list__comment {
        font-size: 9px;
        margin-bottom: 6px; }
      .course-list__box {
        border-radius: 0;
        background-color: transparent; }
        .course-list__box:after {
          content: none; }
      .course-list__head {
        border-radius: 8px 8px 0 0;
        padding-left: 15px;
        padding-top: 14px;
        padding-bottom: 14px; }
        .course-list__head.has-icon {
          padding-right: 57px; }
      .course-list__title {
        font-size: 14px; }
      .course-list__price {
        letter-spacing: 0.4px; }
        .course-list__price .price {
          font-size: 21px; }
        .course-list__price .yen {
          font-size: 10px; }
      .course-list__spimg {
        flex: 1;
        background-position: center;
        background-size: cover;
        background-color: #000; }
      .course-list__content {
        padding: 10px 8px;
        background-color: #dcd3cb;
        border-radius: 0 0 8px 8px; }
        .course-list__content__wrapper {
          display: flex;
          min-height: 188px; }
          .course-list__content__wrapper .course-list__content {
            width: 52.3%;
            box-sizing: border-box;
            padding-right: 4px; }
            .course-list__content__wrapper .course-list__content::after {
              content: "";
              display: block;
              width: 16px;
              height: 34px;
              background-image: url(images/menu/balloon-arrow.png);
              position: absolute;
              right: -16px;
              top: 0;
              bottom: 0;
              margin: auto;
              z-index: 2;
              background-size: cover; }
      .course-list__desc {
        font-size: 11px;
        letter-spacing: 2px; }
        .course-list__desc span {
          font-size: 11px;
          letter-spacing: 1px; }
      .course-list__number {
        margin-top: 6px;
        padding: 3px 10px;
        position: static;
        font-size: 8px; }
      .course-list__text {
        font-size: 8px;
        letter-spacing: 1px;
        margin-top: 0;
        padding-left: 0;
        line-height: 1.63; }
      .course-list__sublist {
        padding-left: 3px; }
        .course-list__sublist:after {
          content: "";
          clear: both;
          display: block; }
        .course-list__sublist > li {
          min-width: auto;
          font-size: 8px;
          line-height: 1.3;
          margin: 1px 0;
          float: none;
          letter-spacing: 0.3px; }
          .course-list__sublist > li:before {
            top: 3px;
            width: 6px;
            height: 6px; }
          .course-list__sublist > li.tate-tsume {
            margin-top: 0; }
        .course-list__sublist__wrapper {
          margin-top: 10px; }
        .course-list__sublist__title {
          font-size: 8px;
          margin-bottom: 2px; }
      .course-list__numberlist {
        margin: 10px 0 0; }
        .course-list__numberlist > li {
          border-top: none;
          position: relative;
          padding-left: 20px;
          font-size: 8px;
          letter-spacing: 1px; }
          .course-list__numberlist > li:before {
            width: 13px;
            height: auto;
            bottom: 0; }
      .course-list__option__title {
        font-size: 8px;
        margin: 12px 0 0; }
      .course-list__option__text {
        font-size: 8px;
        padding-top: 4px; }
      .course-list__tag {
        right: -9px;
        top: 3px;
        width: 65px;
        height: 65px;
        background-color: #dcd3cb;
        color: #000;
        letter-spacing: 0.4px; }
        .course-list__tag .time {
          font-size: 20px; }
          .course-list__tag .time span {
            font-size: 9px; }
        .course-list__tag .comment {
          font-size: 8px; } }

.course-list__item.single-column {
  display: block;
  text-align: center;
  margin-bottom: 50px; }
  .course-list__item.single-column .course-list__box {
    display: flex; }
    .course-list__item.single-column .course-list__box:after {
      content: none; }
  .course-list__item.single-column .course-list__tag {
    right: -23px;
    top: -53px; }
  .course-list__item.single-column .course-list__head {
    border-radius: 12px 0 0 12px;
    width: 25.64%;
    box-sizing: border-box;
    padding: 0 47px;
    display: flex;
    align-items: center; }
  .course-list__item.single-column .course-list__title {
    text-align: left;
    line-height: 1.4; }
  .course-list__item.single-column .course-list__price {
    margin-top: 10px; }
  .course-list__item.single-column .course-list__content {
    padding: 27px 45px;
    flex: 1; }
  .course-list__item.single-column .course-list__desc {
    display: inline-block; }
  .course-list__item.single-column .course-list__number {
    margin-left: 22px;
    position: relative;
    top: -3px;
    right: auto; }
  .course-list__item.single-column .course-list__sublist li {
    min-width: auto;
    margin-right: 24px; }
  @media only screen and (max-width: 750px) {
    .course-list__item.single-column {
      margin-bottom: 22px; }
      .course-list__item.single-column .course-list__box {
        display: block; }
      .course-list__item.single-column .course-list__tag {
        right: -9px;
        top: -20px; }
      .course-list__item.single-column .course-list__head {
        border-radius: 8px 8px 0 0;
        width: 100%;
        padding: 16px 60px 16px 30px; }
        .course-list__item.single-column .course-list__head__content {
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: space-between; }
      .course-list__item.single-column .course-list__title {
        text-align: left;
        line-height: 1.4; }
      .course-list__item.single-column .course-list__price {
        margin-top: 0; }
      .course-list__item.single-column .course-list__content {
        padding: 8px 10px;
        flex: 1; }
      .course-list__item.single-column .course-list__desc {
        display: inline-block; }
      .course-list__item.single-column .course-list__number {
        margin-left: 0;
        top: 0; }
      .course-list__item.single-column .course-list__sublist li {
        display: inline-block;
        min-width: 30%;
        margin-right: 9px; }
        .course-list__item.single-column .course-list__sublist li.tate-tsume {
          transform: translateY(-1em); } }

.course-list__item.kashikiri {
  display: block;
  text-align: center;
  margin-bottom: 46px; }
  .course-list__item.kashikiri .course-list__title {
    letter-spacing: 3px; }

.course-kashikiri {
  text-align: left;
  display: flex;
  border-radius: 12px;
  padding: 30px;
  background-color: #dcd3cb; }
  .course-kashikiri__textarea {
    flex: 1;
    padding-right: 30px; }
  .course-kashikiri__img {
    width: 55.8%; }

@media only screen and (max-width: 750px) {
  .course-list__item.kashikiri {
    margin-bottom: 16px; }
    .course-list__item.kashikiri .course-list__title {
      font-size: 12px;
      letter-spacing: 1px; }
  .course-kashikiri {
    text-align: left;
    display: flex;
    border-radius: 8px;
    padding: 10px; }
    .course-kashikiri__textarea {
      padding-right: 6px; }
    .course-kashikiri__img {
      width: 28%; } }

@media only screen and (min-width: 751px) {
  .course-list__item.beer .course-list__content {
    padding-top: 40px;
    padding-bottom: 35px; }
  .course-list__item.beer .course-list__number {
    top: 46px; }
  .course-list__item.premium .course-list__content {
    padding-top: 23px;
    padding-bottom: 77px; } }

@media only screen and (max-width: 750px) {
  .course-list__item.birthday .course-list__spimg {
    background-image: url(images/menu/course-birthday-sp.jpg); }
  .course-list__item.beer .course-list__spimg {
    background-image: url(images/menu/course-beer-sp.jpg); }
  .course-list__item.premium .course-list__spimg {
    background-image: url(images/menu/course-premium-sp.jpg); }
  .course-list__item.premium .course-list__head {
    padding-right: 15px; } }

.dish-option__wrapper {
  margin-top: 112px;
  text-align: center;
  padding: 58px 100px;
  position: relative; }
  .dish-option__wrapper:before, .dish-option__wrapper:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 11px;
    background-size: cover; }
  .dish-option__wrapper:before {
    background-image: url(images/common/border-top-gold.png);
    top: 0; }
  .dish-option__wrapper:after {
    background-image: url(images/common/border-bottom-gold.png);
    bottom: 0; }

.dish-option__line-h:before, .dish-option__line-h:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 11px;
  background-size: cover; }

.dish-option__line-h:before {
  background-image: url(images/common/border-left-gold.png);
  left: 0; }

.dish-option__line-h:after {
  background-image: url(images/common/border-right-gold.png);
  right: 0; }

.dish-option__title {
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 50%;
  padding: 0 28px;
  transform: translateX(-50%); }

.dish-option__leadtext {
  font-family: 'Sawarabi Mincho', serif;
  font-weight: 500;
  font-size: 25px; }
  .dish-option__leadtext .text-round {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 27px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block; }

.dish-option__options {
  display: flex;
  margin-top: 42px; }

.dish-option__list {
  flex: 1;
  text-align: left;
  padding-left: 40px;
  counter-reset: alphabet; }

.dish-option__item {
  margin-top: 16px; }
  .dish-option__item:first-of-type {
    margin-top: -20px; }

.dish-option__parent {
  font-size: 30px;
  font-weight: 400;
  border-bottom: 1px solid #000;
  margin-bottom: 12px; }

.dish-option__children {
  padding-left: 2px; }
  .dish-option__children:after {
    content: "";
    display: block;
    clear: both; }
  .dish-option__children > li {
    margin: 5px 0;
    font-size: 19px;
    font-weight: 400;
    float: left;
    letter-spacing: 1px; }
    .dish-option__children > li:before {
      width: 25px;
      height: 25px;
      margin-right: 4px;
      line-height: 24px;
      font-size: 16px;
      font-weight: 300;
      border-radius: 50%;
      box-sizing: border-box;
      background-color: #000;
      color: #fff;
      text-align: center;
      counter-increment: alphabet;
      content: counter(alphabet, upper-alpha);
      display: inline-block; }
    .dish-option__children > li.margin-l {
      margin-left: 30px; }
  .dish-option__children .text-round {
    font-size: 18px;
    background-color: #000;
    color: #fff;
    border-radius: 30px;
    display: inline-block;
    padding: 3px 10px;
    line-height: 1;
    margin-left: 6px; }

.dish-option__sum {
  display: flex;
  align-items: center;
  margin-top: 88px; }

.dish-option__setlist {
  display: flex;
  flex: 1;
  position: relative; }
  .dish-option__setlist:before, .dish-option__setlist:after {
    content: "";
    display: block;
    width: 30px;
    height: 8px;
    background-color: #b38e58;
    position: absolute;
    top: -58px;
    left: 328px; }
  .dish-option__setlist:before {
    transform: rotate(90deg); }
  .dish-option__setlist__item {
    font-family: 'Sawarabi Mincho', serif;
    font-weight: 500;
    font-size: 24px;
    padding: 8px 24px;
    border: 8px solid #b38e58;
    margin-left: 54px;
    position: relative; }
    .dish-option__setlist__item:first-of-type {
      margin-left: 0; }
    .dish-option__setlist__item::after, .dish-option__setlist__item::before {
      content: "";
      display: block;
      position: absolute;
      background-color: #b38e58;
      top: 50%; }
    .dish-option__setlist__item::before {
      height: 14px;
      width: 4px;
      margin-top: -7px;
      left: -39px; }
    .dish-option__setlist__item::after {
      width: 14px;
      height: 4px;
      margin-top: -2px;
      left: -44px; }
    .dish-option__setlist__item:first-of-type::before, .dish-option__setlist__item:first-of-type::after {
      content: none; }

.dish-option__price {
  border-bottom: 8px solid #b38e58; }

@media only screen and (max-width: 750px) {
  .dish-option__wrapper {
    margin-top: 40px;
    padding: 22px 12px;
    border: 5px solid #b38e58; }
    .dish-option__wrapper:before, .dish-option__wrapper:after {
      content: none; }
  .dish-option__line-h {
    display: none; }
  .dish-option__title {
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 16px;
    transform: translateX(0);
    width: 80%; }
    .dish-option__title img {
      width: 100%;
      height: auto; }
  .dish-option__leadtext {
    font-size: 12px;
    letter-spacing: 0.2px; }
    .dish-option__leadtext .text-round {
      font-size: 13px;
      width: 23px;
      height: 23px;
      line-height: 23px; }
  .dish-option__options {
    display: block;
    margin-top: 12px; }
  .dish-option__list {
    padding-left: 0; }
  .dish-option__item {
    margin-top: 20px; }
    .dish-option__item:first-of-type {
      margin-top: 20px; }
  .dish-option__parent {
    font-size: 15px;
    margin-bottom: 6px; }
  .dish-option__children {
    padding-left: 2px; }
    .dish-option__children:after {
      content: "";
      display: block;
      clear: both; }
    .dish-option__children > li {
      margin: 2px 0;
      margin-right: 6px;
      font-size: 9px; }
      .dish-option__children > li:before {
        width: 13px;
        height: 13px;
        margin-right: 4px;
        line-height: 13px;
        font-size: 9px; }
      .dish-option__children > li.margin-l {
        margin-left: 0; }
    .dish-option__children .text-round {
      font-size: 9px;
      border-radius: 30px;
      display: inline-block;
      padding: 1px 6px;
      line-height: 1;
      margin-left: 6px; }
  .dish-option__sum {
    display: block;
    align-items: center;
    margin-top: 48px; }
  .dish-option__setlist:before, .dish-option__setlist:after {
    width: 15px;
    height: 4px;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto; }
  .dish-option__setlist__item {
    font-size: 9px;
    padding: 4px 5px;
    border-width: 4px;
    margin-left: 20px;
    position: relative; }
    .dish-option__setlist__item:first-of-type {
      margin-left: 0; }
    .dish-option__setlist__item::after, .dish-option__setlist__item::before {
      content: "";
      display: block;
      position: absolute;
      background-color: #b38e58;
      top: 50%; }
    .dish-option__setlist__item::before {
      height: 6px;
      width: 2px;
      margin-top: -3px;
      left: -14px; }
    .dish-option__setlist__item::after {
      width: 6px;
      height: 2px;
      margin-top: -1px;
      left: -16px; }
    .dish-option__setlist__item:first-of-type::before, .dish-option__setlist__item:first-of-type::after {
      content: none; }
  .dish-option__price {
    border-bottom-width: 4px;
    width: 50%;
    margin: 19px auto 0; } }

@media only screen and (min-width: 751px) {
  .general-box__list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px; }
  .general-box__item {
    width: 29.65%;
    margin-bottom: 80px;
    margin-right: 5.525%; }
    .general-box__item:nth-of-type(3n) {
      margin-right: 0; } }

.general-box__img {
  width: 100%; }

.general-box__title {
  font-family: 'Sawarabi Mincho', serif;
  font-weight: 500;
  font-size: 26px;
  margin-top: 24px;
  margin-left: -5px;
  letter-spacing: 1.2px; }

.general-box__text {
  font-size: 17px;
  margin-top: 11px;
  line-height: 1.73;
  text-align: justify; }

.general-box__additional {
  margin-top: 25px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.8px; }
  .general-box__additional__title {
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    margin-bottom: 11px; }
  .general-box__additional__list li {
    line-height: 2;
    float: left;
    margin-right: 4px;
    letter-spacing: 0; }
    .general-box__additional__list li:before {
      content: "●"; }
  .general-box__additional__list:after {
    content: "";
    display: block;
    clear: both; }

.general-box__btn.btn {
  width: 115px;
  height: 28px;
  margin-top: 20px;
  margin-right: 0; }

@media only screen and (max-width: 750px) {
  .general-box__item {
    margin-bottom: 30px; }
  .general-box__mainarea {
    display: flex; }
  .general-box__img {
    width: 44%; }
  .general-box__maintext {
    flex: 1;
    padding-left: 10px; }
  .general-box__title {
    font-size: 15px;
    margin-top: 0;
    margin-left: 0; }
  .general-box__text {
    font-size: 9px;
    margin-top: 0;
    line-height: 1.3; }
  .general-box__additional {
    margin-top: 10px;
    font-size: 7px; }
    .general-box__additional__title {
      margin-bottom: 5px; }
    .general-box__additional__list li {
      line-height: 1.4; }
  .general-box__btn.btn {
    width: 100%;
    height: 28px;
    margin-top: 20px;
    margin-right: 0; } }

@media only screen and (max-width: 750px) {
  .js-load {
    display: none;
    opacity: 0; }
    .js-load.is-shown {
      opacity: 0;
      display: block;
      -webkit-animation-name: fadeIn;
              animation-name: fadeIn;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
      -webkit-animation-duration: .6s;
              animation-duration: .6s; }
    .js-load__btn {
      width: 100%;
      display: block;
      background-color: #000;
      color: #fff;
      text-align: center;
      margin-top: 20px;
      padding-top: 7px;
      padding-bottom: 7px;
      position: relative; }
      .js-load__btn:after {
        content: "";
        display: inline-block;
        width: 5px;
        height: 5px;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: translate(3px, -3px) rotate(45deg); } }

.menu-box__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.menu-box__item {
  text-align: center;
  width: 36%;
  margin-bottom: 40px; }
  .menu-box__item:nth-of-type(3n) {
    margin-right: 0; }
  .menu-box__item a {
    display: block; }
    @media only screen and (min-width: 751px) {
      .menu-box__item a:hover {
        opacity: 1; }
        .menu-box__item a:hover .menu-box__img img {
          transform: scale(1.04); }
        .menu-box__item a:hover .menu-box__btn:before {
          width: 100%; }
        .menu-box__item a:hover .menu-box__btn span {
          color: #fff; }
          .menu-box__item a:hover .menu-box__btn span:before, .menu-box__item a:hover .menu-box__btn span:after {
            background-color: #fff; } }
  .menu-box__item.maruyama {
    position: relative; }
    .menu-box__item.maruyama:before {
      content: "";
      display: block;
      width: 96px;
      height: 96px;
      background-image: url(images/top/text-getsumatsu.svg);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 4; }
  .menu-box__item.not-open {
    pointer-events: none; }
    .menu-box__item.not-open .menu-box__img {
      position: relative; }
      .menu-box__item.not-open .menu-box__img:before {
        content: "改修中";
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 2rem;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 9; }
    .menu-box__item.not-open .menu-box__btn {
      display: none; }

.menu-box__img {
  width: 320px;
  height: 320px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 3; }
  .menu-box__img img {
    transition: transform .4s ease-out;
    position: relative;
    z-index: 2; }

.menu-box__title {
  font-family: "Times New Roman", 'Tinos', Georgia, serif;
  font-weight: normal;
  font-size: 25px;
  letter-spacing: 6px;
  margin-top: 20px; }
  .menu-box__title.ja {
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 1px; }

.menu-box__text {
  margin-top: 10px;
  font-feature-settings: 'palt';
  letter-spacing: 2px; }

.menu-box__btn.btn {
  width: 32.76%;
  height: 28px;
  margin-top: 18px; }
  .menu-box__btn.btn span:before, .menu-box__btn.btn span:after {
    width: 6px; }
  .menu-box__btn.btn span:before {
    transform: translateY(1.5px) rotate(-30deg); }
  .menu-box__btn.btn span:after {
    transform: translateY(-1.5px) rotate(30deg); }

@media only screen and (max-width: 750px) {
  .menu-box__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .menu-box__item {
    width: 49.87%;
    box-sizing: border-box;
    margin-bottom: 1px;
    margin-right: 0; }
    .menu-box__item:nth-of-type(2n) {
      padding-right: 0; }
    .menu-box__item a {
      position: relative; }
  .menu-box__img {
    width: 100%;
    height: auto;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    z-index: 3; }
    .menu-box__img img {
      display: block;
      transition: transform .4s ease-out;
      position: relative;
      z-index: 2; }
  .menu-box__title {
    font-size: 13px;
    letter-spacing: 4px;
    margin-top: 0;
    color: #fff;
    background-color: #000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    padding: 5px 0; }
    .menu-box__title.ja {
      font-size: 12px; }
    .menu-box__title:before, .menu-box__title:after {
      content: "";
      display: block;
      position: absolute;
      background-color: #fff;
      width: 8px;
      height: 1px;
      top: 50%;
      right: 18px; }
    .menu-box__title::before {
      transform: translateY(1px) rotate(-30deg); }
    .menu-box__title::after {
      transform: translateY(-3px) rotate(30deg); } }

.menu-icon__list {
  margin-top: 38px;
  display: flex; }

.menu-icon__item {
  margin-right: 55px;
  display: flex;
  align-items: center; }

.menu-icon__icon {
  width: 57px;
  height: 57px; }

.menu-icon__detail {
  padding-left: 10px;
  font-size: 15px;
  line-height: 1.5; }

@media only screen and (max-width: 750px) {
  .menu-icon__list {
    margin-top: 20px; }
  .menu-icon__item {
    margin-right: 23px; }
    .menu-icon__item:nth-of-type(2) {
      margin-right: 0; }
  .menu-icon__icon {
    width: 30px;
    height: 30px; }
  .menu-icon__detail {
    padding-left: 5px;
    font-size: 8px;
    line-height: 1.5; } }

@media only screen and (min-width: 751px) {
  .menu-list__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 61px; }
  .menu-list__column {
    width: 45.3%; }
    .menu-list__column.right {
      float: right; }
    .menu-list__column.left {
      float: left; }
  .menu-list__twocolumn {
    display: flex;
    justify-content: space-between; }
    .menu-list__twocolumn .menu-list__list {
      width: 45.3%; } }

.menu-list__fullcolumn {
  width: 100%; }

.menu-list__group {
  margin-top: 55px; }
  .menu-list__group:first-of-type {
    margin-top: 0; }
  .menu-list__group.closer {
    margin-top: 29px; }
  .menu-list__group.mt-16 {
    margin-top: 16px; }

.menu-list__title {
  font-family: "Times New Roman", 'Tinos', Georgia, serif;
  font-weight: normal;
  font-size: 30px;
  border-bottom: 1px solid #000;
  line-height: 1.6;
  position: relative;
  letter-spacing: 5.2px; }
  .menu-list__title.has-icon {
    overflow: hidden;
    padding-top: 17px;
    margin-top: -17px; }
    .menu-list__title.has-icon .icon {
      display: block;
      width: 74px;
      height: 74px;
      border-radius: 50%;
      background-color: #dcd3cb;
      position: absolute;
      bottom: -10px;
      right: 0;
      font-size: 20px;
      line-height: 74px;
      text-align: center;
      font-weight: 300;
      letter-spacing: 0; }
  .menu-list__title.ja {
    font-family: 'Sawarabi Mincho', serif;
    font-weight: 500;
    font-size: 35px;
    padding-top: 10px;
    letter-spacing: 7px; }
    .menu-list__title.ja span {
      font-size: 22px;
      position: static;
      letter-spacing: 2px; }
  .menu-list__title .sub {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    position: absolute;
    right: 0;
    bottom: 12px;
    letter-spacing: 1px;
    font-size: 17px; }

.menu-list__subtitle {
  font-weight: 500;
  background-color: #dcd3cb;
  margin-top: 53px;
  margin-left: 6px;
  font-size: 22px;
  padding: 2px 16px; }
  .menu-list__subtitle:first-of-type {
    margin-top: 27px; }

.menu-list__leadtext {
  font-size: 16px;
  letter-spacing: 1px;
  padding-top: 6px;
  position: relative;
  padding-left: 70px; }
  .menu-list__leadtext:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(images/menu/logo-kaku-m.png); }

.menu-list__list.disc {
  margin-left: 4px; }
  .menu-list__list.disc .menu-list__name {
    padding-left: 1.2em;
    position: relative;
    letter-spacing: 2px; }
    .menu-list__list.disc .menu-list__name:before {
      content: "";
      position: absolute;
      top: 8px;
      left: 0;
      display: block;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background-color: #000; }
    .menu-list__list.disc .menu-list__name.is-big:before {
      top: 12px;
      width: 19px;
      height: 19px; }
    .menu-list__list.disc .menu-list__name.nodisc {
      padding-left: 0; }
      .menu-list__list.disc .menu-list__name.nodisc:before {
        content: none; }

.menu-list__list.osusume-ryouri {
  margin-top: 22px; }
  .menu-list__list.osusume-ryouri .menu-list__item {
    margin-top: 13px; }

.menu-list__list.tate-tsume .menu-list__item {
  margin: 7px 0; }

.menu-list__item {
  font-weight: 500;
  margin: 10px 0;
  position: relative; }
  .menu-list__item:after {
    display: table;
    content: '';
    clear: both; }
  .menu-list__item.has-icon {
    position: relative; }
    .menu-list__item.has-icon:before {
      content: "";
      display: block;
      width: 36px;
      height: 36px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      position: absolute;
      left: -40px;
      top: 50%;
      transform: translateY(-50%); }
  .menu-list__item.maruyama:before {
    background-image: url(images/icon/icon-maruyama.svg); }
  .menu-list__item.beer:before {
    background-image: url(images/icon/icon-beer.svg); }
  .menu-list__item.group-last {
    margin-bottom: 25px; }
  .menu-list__item.group-last-2 {
    margin-bottom: 36px; }
  .menu-list__item.tate-tsume .sub {
    transform: translateY(-10px); }
  .menu-list__item.tate-tsume .menu-list__price {
    margin-top: -10px; }

.menu-list__name {
  font-size: 17px;
  float: left;
  letter-spacing: 1.2px;
  line-height: 1.66;
  position: relative; }
  .menu-list__name.is-big {
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 1.76; }
  .menu-list__name.block {
    float: none; }
  .menu-list__name .sub {
    font-weight: 300;
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 1; }
    .menu-list__name .sub.is-big {
      font-size: 14px;
      display: block;
      line-height: 1.4;
      transform: translateX(-1.2rem); }
  .menu-list__name .absolute {
    position: absolute;
    bottom: -1em;
    left: 1.7em; }

.menu-list__desc {
  font-size: 14px;
  margin-bottom: 8px; }

.menu-list__price {
  font-size: 15px;
  float: right;
  letter-spacing: 0.6px; }
  .menu-list__price.is-big {
    font-size: 22px; }

.menu-list__note {
  font-size: 16px;
  font-weight: 300;
  margin-top: 2px;
  letter-spacing: 0.6px; }

.menu-list__additional {
  display: flex;
  align-items: center;
  font-weight: 300; }
  .menu-list__additional__head {
    font-size: 11px;
    background-color: #dcd3cb;
    padding: 8px 16px;
    padding-right: 7px;
    height: 34px;
    box-sizing: border-box;
    position: relative;
    margin-right: 24px; }
    .menu-list__additional__head:after {
      content: "";
      border: 17px solid transparent;
      border-left: 17px solid #dcd3cb;
      position: absolute;
      right: -34px;
      top: 0; }
  .menu-list__additional__content {
    font-size: 12px;
    flex: 1;
    letter-spacing: 0.6px; }

@media only screen and (max-width: 750px) {
  .menu-list__wrapper {
    margin-top: 20px; }
  .menu-list__group {
    margin-top: 16px; }
    .menu-list__group.closer {
      margin-top: 16px; }
    .menu-list__group.mt-16 {
      margin-top: 16px; }
  .menu-list__title {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 3px; }
    .menu-list__title.has-icon {
      margin-top: 0; }
      .menu-list__title.has-icon .icon {
        width: 42px;
        height: 42px;
        bottom: -6px;
        font-size: 11px;
        line-height: 42px; }
    .menu-list__title.ja {
      font-size: 18px;
      padding-top: 10px;
      letter-spacing: 2px; }
      .menu-list__title.ja span {
        font-size: 12px;
        letter-spacing: 0.2px; }
    .menu-list__title .sub {
      bottom: 4px;
      font-size: 9px; }
  .menu-list__subtitle {
    margin-top: 6px;
    margin-left: 0;
    font-size: 12px;
    padding: 2px 16px; }
    .menu-list__subtitle:first-of-type {
      margin-top: 14px; }
  .menu-list__leadtext {
    font-size: 10px;
    letter-spacing: 1px;
    padding-top: 4px;
    padding-left: 40px; }
    .menu-list__leadtext:before {
      width: 30px;
      height: 30px; }
  .menu-list__list.disc {
    margin-left: 0; }
    .menu-list__list.disc .menu-list__name:before {
      top: 3px;
      width: 11px;
      height: 11px; }
    .menu-list__list.disc .menu-list__name.is-big:before {
      top: 4px;
      width: 11px;
      height: 11px; }
  .menu-list__list.osusume-ryouri {
    margin-top: 22px; }
    .menu-list__list.osusume-ryouri .menu-list__item {
      margin-top: 13px; }
  .menu-list__list.tate-tsume .menu-list__item {
    margin: 7px 0; }
  .menu-list__item {
    margin: 10px 0; }
    .menu-list__item.has-icon:before {
      width: 21px;
      height: 21px;
      left: -23px; }
    .menu-list__item.group-last {
      margin-bottom: 10px; }
    .menu-list__item.group-last-2 {
      margin-bottom: 10px; }
    .menu-list__item.tate-tsume .sub {
      transform: translateY(0); }
    .menu-list__item.tate-tsume .menu-list__price {
      margin-top: -10px; }
  .menu-list__name {
    font-size: 12px;
    float: left;
    letter-spacing: 1.2px;
    line-height: 1.66;
    position: relative; }
    .menu-list__name.is-big {
      font-size: 12px;
      line-height: 1.4; }
    .menu-list__name.block {
      float: none; }
    .menu-list__name .sub {
      font-size: 11px; }
      .menu-list__name .sub.is-big {
        font-size: 9px; }
    .menu-list__name .absolute {
      position: absolute;
      bottom: -1em;
      left: 1.7em; }
  .menu-list__desc {
    font-size: 10px;
    margin-bottom: 2px; }
  .menu-list__price {
    font-size: 10px;
    float: right;
    letter-spacing: 0.6px; }
    .menu-list__price.is-big {
      font-size: 12px; }
  .menu-list__note {
    font-size: 10px;
    letter-spacing: 0; }
  .menu-list__additional__head {
    font-size: 8px;
    padding: 1px 5px 2px;
    padding-right: 6px;
    height: 20px;
    margin-right: 12px; }
    .menu-list__additional__head:after {
      border: 10px solid transparent;
      border-left: 4px solid #dcd3cb;
      right: -14px; }
  .menu-list__additional__content {
    font-size: 8px;
    letter-spacing: 0.4px; } }

.page-dinner .menu-list__title {
  letter-spacing: 4px; }

.page-dinner .menu-list__item {
  font-weight: 400; }
  .page-dinner .menu-list__item:after {
    content: none; }

.page-dinner .menu-list__name {
  float: none;
  line-height: 1.86; }

.page-dinner .menu-list__price {
  font-size: 17px;
  float: none;
  position: absolute;
  bottom: 0;
  right: 0; }

@media only screen and (max-width: 750px) {
  .page-dinner .menu-list__title {
    letter-spacing: 3px; }
  .page-dinner .menu-list__item:after {
    content: none; }
  .page-dinner .menu-list__name {
    float: none;
    line-height: 1.86; }
  .page-dinner .menu-list__price {
    font-size: 10px; } }

.menu-nav {
  margin-top: 94px;
  font-family: "Times New Roman", 'Tinos', Georgia, serif;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center; }
  .menu-nav__prev, .menu-nav__next {
    display: block;
    width: 23px;
    height: 23px;
    position: relative; }
    .menu-nav__prev:before, .menu-nav__prev:after, .menu-nav__next:before, .menu-nav__next:after {
      content: "";
      display: block;
      width: 20px;
      height: 1px;
      background-color: #000; }
    .menu-nav__prev:before, .menu-nav__next:before {
      transform: translateY(17px) rotate(30deg); }
    .menu-nav__prev:after, .menu-nav__next:after {
      transform: translateY(6px) rotate(-30deg); }
  .menu-nav__prev {
    margin-right: 90px; }
  .menu-nav__next {
    transform: rotate(180deg);
    margin-left: 90px; }
  .menu-nav__item {
    display: inline-block;
    font-size: 18px;
    margin: 0 27px;
    letter-spacing: 5px;
    position: relative; }
    .menu-nav__item:after {
      content: "";
      display: block;
      width: 0;
      height: 1px;
      position: absolute;
      bottom: 0;
      left: -2px;
      right: 0;
      transition: width .5s;
      background-color: #231815; }
    .menu-nav__item.is-current {
      pointer-events: none; }
      .menu-nav__item.is-current:after {
        width: 100%; }
    @media only screen and (min-width: 751px) {
      .menu-nav__item:hover {
        opacity: 1; }
        .menu-nav__item:hover:after {
          width: 100%; } }
  @media only screen and (max-width: 750px) {
    .menu-nav {
      margin-top: 40px;
      margin-bottom: 25px;
      flex-wrap: wrap;
      position: relative; }
      .menu-nav__prev, .menu-nav__next {
        width: 13px;
        height: 13px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto; }
        .menu-nav__prev:before, .menu-nav__prev:after, .menu-nav__next:before, .menu-nav__next:after {
          width: 10px; }
        .menu-nav__prev:before, .menu-nav__next:before {
          transform: translateY(9px) rotate(30deg); }
        .menu-nav__prev:after, .menu-nav__next:after {
          transform: translateY(4px) rotate(-30deg); }
      .menu-nav__prev {
        margin-right: 0;
        left: -13px; }
      .menu-nav__next {
        margin-left: 0;
        right: -13px; }
      .menu-nav__item {
        font-size: 13px;
        margin: 0 14px 15px;
        letter-spacing: 3px; } }

.menu-sublist__title {
  text-align: center;
  font-size: 17px;
  margin-bottom: 4px; }

.menu-sublist__wrapper {
  border-radius: 10px;
  padding: 10px 20px 21px;
  position: relative;
  margin-bottom: 10px;
  margin-top: 20px;
  background-color: #dcd3cb; }

.menu-sublist__parent {
  margin-top: 10px; }
  .menu-sublist__parent:first-of-type {
    margin-top: 0; }
  .menu-sublist__parent__name {
    background-color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    padding-left: 10px;
    display: flex;
    justify-content: space-between; }
    .menu-sublist__parent__name .place {
      display: block;
      width: 24.15%;
      background-color: #000;
      color: #fff;
      text-align: center; }
  .menu-sublist__parent.spring .menu-sublist__children:after {
    width: 41px;
    height: 43px;
    background-image: url(images/menu/logo-svb.png); }
  .menu-sublist__parent.grand .menu-sublist__children:after {
    width: 59px;
    height: 25px;
    background-image: url(images/menu/logo-grand.png); }
  .menu-sublist__parent.brooklyn .menu-sublist__children:after {
    width: 38px;
    height: 36px;
    background-image: url(images/menu/logo-brooklyn.png); }
  .menu-sublist__parent.kikuchi .menu-sublist__children:after {
    width: 49px;
    height: 44px;
    background-image: url(images/menu/logo-kest.png); }
  .menu-sublist__parent.kaku .menu-sublist__children:after {
    width: 43px;
    height: 43px;
    background-image: url(images/menu/logo-kaku.png); }

.menu-sublist__children {
  position: relative; }
  .menu-sublist__children li {
    color: #231815;
    font-size: 17px;
    line-height: 1.37;
    letter-spacing: 0.5px;
    font-feature-settings: 'palt';
    margin-top: 7px;
    margin-bottom: 7px; }
    .menu-sublist__children li::before {
      content: "●"; }
    .menu-sublist__children li span {
      font-size: 13px;
      display: inline-block;
      transform: translateY(-1px);
      margin-left: 6px;
      letter-spacing: 0.8px; }
  .menu-sublist__children:after {
    content: "";
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 33px; }

@media only screen and (max-width: 750px) {
  .menu-sublist__title {
    font-size: 11px;
    margin-bottom: 4px; }
  .menu-sublist__wrapper {
    border-radius: 4px;
    padding-top: 4px;
    margin-bottom: 10px;
    margin-top: 6px; }
  .menu-sublist__parent {
    margin-top: 10px; }
    .menu-sublist__parent:first-of-type {
      margin-top: 0; }
    .menu-sublist__parent__name {
      font-size: 10px;
      padding-left: 6px; }
      .menu-sublist__parent__name .place {
        width: 30%; }
    .menu-sublist__parent.spring .menu-sublist__children:after {
      width: 22px;
      height: 26px; }
    .menu-sublist__parent.grand .menu-sublist__children:after {
      width: 32px;
      height: 21px; }
    .menu-sublist__parent.brooklyn .menu-sublist__children:after {
      width: 20px;
      height: 20px; }
    .menu-sublist__parent.kikuchi .menu-sublist__children:after {
      width: 26px;
      height: 26px; }
    .menu-sublist__parent.kaku .menu-sublist__children:after {
      width: 21px;
      height: 21px; }
  .menu-sublist__children {
    position: relative; }
    .menu-sublist__children li {
      font-size: 10px;
      margin-top: 4px;
      margin-bottom: 4px; }
      .menu-sublist__children li span {
        font-size: 9px; }
    .menu-sublist__children:after {
      top: 0;
      transform: translateY(0);
      right: 10px; } }

.option-panel__wrapper {
  display: flex;
  margin-top: 66px;
  margin-bottom: 128px;
  justify-content: space-between; }

@media only screen and (max-width: 750px) {
  .option-panel {
    width: 47%; }
    .option-panel__wrapper {
      margin-top: 7px;
      margin-bottom: 14px; } }

.page-mv {
  position: relative; }
  .page-mv .title-page {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center; }

.sns__wrapper {
  display: flex;
  justify-content: center; }

.sns__item {
  width: 41%;
  margin-right: 11%; }
  .sns__item:nth-of-type(2) {
    margin-right: 0; }
  .sns__item.instagram .sns__title:before {
    left: -10px;
    background-image: url(images/icon/icon-instagram.svg); }
  .sns__item.facebook .sns__title:before {
    left: 9px;
    background-image: url(images/icon/icon-facebook.svg); }

.sns__title {
  display: inline-block;
  font-size: 26px;
  letter-spacing: 5px;
  position: relative;
  padding-left: 44px;
  margin-bottom: 26px;
  font-family: "Times New Roman", 'Tinos', Georgia, serif;
  font-weight: normal; }
  .sns__title:before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    left: 0;
    top: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -14px; }

@media only screen and (max-width: 750px) {
  .sns__wrapper {
    display: block; }
  .sns__item {
    width: 78%;
    margin-right: auto;
    margin-left: auto; }
    .sns__item:nth-of-type(2) {
      margin-right: auto; }
    .sns__item.instagram {
      margin-bottom: 43px; }
      .sns__item.instagram .sns__title:before {
        left: 0; }
  .sns__title {
    font-size: 16px;
    letter-spacing: 4px;
    padding-left: 30px;
    margin-bottom: 20px; }
    .sns__title:before {
      width: 17px;
      height: 17px;
      margin-top: -8px; } }

.insta-canvas {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px 0;
  background-color: #fff; }
  .insta-canvas__img {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 20px; }
    .insta-canvas__img img {
      width: 100%;
      height: auto; }
    .insta-canvas__img:nth-of-type(4n) {
      margin-right: 0; }
  @media only screen and (max-width: 750px) {
    .insta-canvas {
      padding: 10px 10px 0; }
      .insta-canvas__img {
        margin-bottom: 10px; } }

@media only screen and (max-width: 750px) {
  .sns__item.facebook .sns__content {
    height: 188px;
    overflow: hidden; } }

.spnav__list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #000 !important; }

.spnav__item {
  text-align: center;
  width: 50%;
  box-sizing: border-box;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 16px;
  font-family: "Times New Roman", 'Tinos', Georgia, serif;
  font-weight: normal; }
  .spnav__item:nth-of-type(2n) {
    border-right: none; }
  .spnav__item.is-current {
    background-color: #000; }
    .spnav__item.is-current a {
      color: #fff; }
      .spnav__item.is-current a:before, .spnav__item.is-current a:after {
        background-color: #fff; }
  .spnav__item a {
    display: block;
    padding: 12px 0;
    position: relative;
    padding-right: 10px; }
    .spnav__item a:before, .spnav__item a:after {
      content: "";
      display: block;
      position: absolute;
      background-color: #000;
      width: 8px;
      height: 1px;
      top: 50%;
      right: 18px;
      transition: transform .4s, background-color .4s; }
    .spnav__item a:before {
      transform: translateY(2px) rotate(-30deg); }
    .spnav__item a:after {
      transform: translateY(-2px) rotate(30deg); }

.text-lead {
  text-align: center;
  font-family: 'Sawarabi Mincho', serif;
  font-weight: 500;
  line-height: 1.86;
  font-size: 21px;
  letter-spacing: 2.1px;
  margin-bottom: 34px;
  font-feature-settings: 'palt'; }
  .text-lead.top {
    font-size: 18px;
    letter-spacing: 2.4px;
    margin-bottom: 36px; }
  @media only screen and (max-width: 750px) {
    .text-lead {
      font-size: 10px;
      margin-bottom: 21px; }
      .text-lead.top {
        font-size: 11px;
        margin-bottom: 10px;
        letter-spacing: 1px; }
      .text-lead.-list {
        display: inline-block;
        -moz-text-align-last: left;
             text-align-last: left;
        margin: 0 auto 20px; }
        .text-lead.-list span {
          font-family: "Times New Roman", 'Tinos', Georgia, serif;
          font-weight: normal;
          font-weight: 1000; } }

.text-content {
  line-height: 2.28; }

.text-content.-list {
  display: inline-block;
  -moz-text-align-last: left;
       text-align-last: left;
  margin-bottom: 30px; }
  .text-content.-list span {
    font-family: "Times New Roman", 'Tinos', Georgia, serif;
    font-weight: normal;
    font-weight: 1000; }

.text-note {
  text-align: right;
  font-size: 12px;
  letter-spacing: 1px; }
  @media only screen and (max-width: 750px) {
    .text-note {
      font-size: 8px; } }

.text-light {
  font-weight: 300; }

.text-charge {
  display: block;
  text-align: right;
  font-size: 17px;
  margin-top: 40px; }
  .text-charge span {
    display: inline-block;
    padding: 3px 6px;
    border: 1px solid #000; }
  @media only screen and (max-width: 750px) {
    .text-charge {
      margin-top: 10px;
      font-size: 9px; } }

.title-topsection {
  font-family: "Times New Roman", 'Tinos', Georgia, serif;
  font-weight: normal;
  text-align: center;
  font-size: 31px;
  font-weight: normal;
  letter-spacing: 6px;
  margin-bottom: 10px; }
  @media only screen and (max-width: 750px) {
    .title-topsection {
      font-size: 21px;
      margin-bottom: 6px; } }

.title-01 {
  font-family: "Times New Roman", 'Tinos', Georgia, serif;
  font-weight: normal;
  text-align: center;
  font-size: 44px;
  letter-spacing: 9px;
  line-height: 1.4;
  margin-bottom: 26px;
  position: relative; }
  .title-01.has-tag {
    padding-left: 18px; }
  .title-01__comment {
    display: block;
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 2.6px; }
  .title-01__tag {
    position: absolute;
    left: 216px;
    top: -42px; }
  .title-01__img {
    display: block; }
  @media only screen and (max-width: 750px) {
    .title-01 {
      font-size: 5.7vw;
      letter-spacing: 3px;
      margin-bottom: 14px; }
      .title-01.has-tag {
        padding-left: 0; }
      .title-01__tag {
        left: 0;
        top: -18px;
        width: 20vw; }
      .title-01__img img {
        width: 96px; } }

.title-02 {
  font-family: 'Sawarabi Mincho', serif;
  font-weight: 500;
  font-size: 38px;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin-bottom: 64px;
  letter-spacing: 4px; }
  .title-02:before, .title-02:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #000; }
  .title-02:before {
    left: 74%; }
  .title-02:after {
    right: 74%; }
  @media only screen and (max-width: 750px) {
    .title-02 {
      font-size: 14px; }
      .title-02 span {
        background-color: #fff;
        position: relative;
        z-index: 2;
        padding: 0 8px; } }

.title-page {
  text-align: center; }

.page-maruyama .text-lead {
  margin-top: 40px;
  padding-left: 31px; }

.page-maruyama .close-btn.topright {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 0; }

.page-maruyama .l-content {
  padding-top: 100px; }

@media only screen and (max-width: 750px) {
  .page-maruyama .text-lead {
    padding-left: 0;
    margin-bottom: 40px; }
  .page-maruyama .close-btn.topright {
    right: 8.4%; }
  .page-maruyama .l-content {
    padding-top: 30px;
    padding-bottom: 20px; } }

.page-dinner .text-note {
  margin-top: 29px; }

@media only screen and (max-width: 750px) {
  .page-dinner .title-page img {
    width: 166px;
    height: 139px; } }

@media only screen and (max-width: 750px) {
  .page-drink .title-page img {
    width: 167px;
    height: 139px; } }

.page-party .close-btn.topright {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 0; }

.page-party .btn-brown__wrapper {
  margin-top: 80px; }

.page-party .btn-brown__comment:before, .page-party .btn-brown__comment:after {
  content: none; }

@media only screen and (max-width: 750px) {
  .page-party .close-btn.topright {
    right: 8.4%; }
  .page-party .title-page {
    margin-bottom: 8px; }
    .page-party .title-page img {
      width: 120px;
      height: 100px; } }

.page-lunch .title-01 {
  margin-bottom: 41px; }

.page-lunch .text-lead {
  margin-top: 51px; }

@media only screen and (max-width: 750px) {
  .page-lunch .title-page {
    margin-bottom: 12px; }
    .page-lunch .title-page img {
      width: 140px; }
  .page-lunch .text-lead {
    margin-top: 20px; } }

@media only screen and (max-width: 750px) {
  .page-sweets .title-page img {
    width: 166px;
    height: 139px; } }

@media only screen and (min-width: 751px) {
  .top-mv__slider {
    height: 616px; } }

@media only screen and (max-width: 750px) {
  .top-mv__slider {
    height: 300px; } }

.top-mv__slide {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative; }
  .top-mv__slide img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
  .top-mv__slide.slide-01 {
    background-image: url(images/top/bg-mv01.jpg); }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .top-mv__slide.slide-01 {
        background-image: url(images/top/bg-mv01@2x.jpg); } }
  .top-mv__slide.slide-02 {
    background-image: url(images/top/bg-mv02.jpg); }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .top-mv__slide.slide-02 {
        background-image: url(images/top/bg-mv02@2x.jpg); } }
  .top-mv__slide.slide-03 {
    background-image: url(images/top/bg-mv03.jpg); }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .top-mv__slide.slide-03 {
        background-image: url(images/top/bg-mv03@2x.jpg); } }
  .top-mv__slide.slide-04 {
    background-image: url(images/top/bg-mv04.jpg); }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .top-mv__slide.slide-04 {
        background-image: url(images/top/bg-mv04@2x.jpg); } }
  .top-mv__slide.slide-05 {
    background-image: url(images/top/bg-mv05.jpg); }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .top-mv__slide.slide-05 {
        background-image: url(images/top/bg-mv05@2x.jpg); } }

.bx-wrapper {
  border: none;
  box-shadow: none;
  margin-bottom: 0; }

.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
  bottom: 20px;
  z-index: 99; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #000; }

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #fff; }

.top-news__wrapper {
  background-color: #000;
  width: 100%;
  overflow: hidden; }
  .top-news__wrapper .-info {
    width: 800px;
    margin: 74px auto 0;
    padding: 35px;
    position: relative;
    border: 2px solid #ff3434;
    border-radius: 5px; }
    .top-news__wrapper .-info .-link {
      text-decoration: underline; }

.top-news__list {
  font-size: 11px;
  padding-left: 14px;
  padding-top: 3px;
  padding-bottom: 6px; }

.top-news__item {
  text-align: left; }
  .top-news__item .date {
    display: inline-block;
    padding-right: 10px; }
  .top-news__item a {
    display: block;
    color: #fff; }
    .top-news__item a:before {
      content: ">";
      font-size: 16px;
      margin-right: 4px;
      display: inline-block;
      transform: translateY(2px); }

.page-top {
  text-align: center; }
  .page-top .l-content {
    padding-top: 0; }
  .page-top .topsection-access .footer-contact {
    display: block; }
  .page-top .l-footer {
    padding-top: 60px; }

.topsection-concept {
  text-align: center; }
  .topsection-concept .l-inner {
    padding-top: 74px;
    padding-bottom: 75px;
    position: relative; }
    /* .topsection-concept .l-inner:after {
      content: "";
      display: block;
      width: 195px;
      height: 162px;
      background-image: url(images/top/ill-welcome.png);
      position: absolute;
      bottom: -4px;
      left: 141px; } */
  .topsection-concept .title-topsection {
    margin-bottom: 48px; }
  .topsection-concept .btn {
    margin-top: 40px; }

.mainsection-concept {
  text-align: center;
  margin-top: 74px;
  margin-bottom: 75px; }
  .mainsection-concept .main-area {
    background: #e6e1df;
    padding: 80px 0; }
  .mainsection-concept .title-topsection {
    margin-bottom: 36px; }
  .mainsection-concept .box-photo {
    max-width: 800px;
    margin: 30px auto; }
  .mainsection-concept .textarea .title-topsection {
    font-size: 20px;
    margin-bottom: 5px; }

.topsection-philosophy {
  padding-top: 30px;
  padding-bottom: 63px;
  background-color: #000;
  color: #fff; }

/* .topsection-menu {
  padding-top: 30px;
 } */
  .topsection-menu .title-topsection {
    margin-bottom: 19px; }

.topsection-sns {
  padding-top: 50px;
  padding-bottom: 90px;
  background-color: #000;
  color: #fff; }

.topsection-access {
  padding-top: 30px; }

#map_canvas {
  width: 100%;
  height: 474px;
  margin-top: 20px; }

@media only screen and (max-width: 750px) {
  .page-top .spnav__list {
    border-top-color: #fff; }
  .page-top .l-footer {
    padding-top: 6px; }
  .top-mv__slider {
    height: 257px; }
  .top-mv__slide.slide-01 {
    background-image: url(images/top/bg-mv01-sp.jpg); } }
  @media only screen and (max-width: 750px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 750px) and (min-device-pixel-ratio: 2), only screen and (max-width: 750px) and (min-resolution: 192dpi), only screen and (max-width: 750px) and (min-resolution: 2dppx) {
    .top-mv__slide.slide-01 {
      background-image: url(images/top/bg-mv01-sp@2x.jpg); } }

@media only screen and (max-width: 750px) {
  .top-mv__slide.slide-02 {
    background-image: url(images/top/bg-mv02-sp.jpg); } }
  @media only screen and (max-width: 750px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 750px) and (min-device-pixel-ratio: 2), only screen and (max-width: 750px) and (min-resolution: 192dpi), only screen and (max-width: 750px) and (min-resolution: 2dppx) {
    .top-mv__slide.slide-02 {
      background-image: url(images/top/bg-mv02-sp@2x.jpg); } }

@media only screen and (max-width: 750px) {
  .top-mv__slide.slide-03 {
    background-image: url(images/top/bg-mv03-sp.jpg); } }
  @media only screen and (max-width: 750px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 750px) and (min-device-pixel-ratio: 2), only screen and (max-width: 750px) and (min-resolution: 192dpi), only screen and (max-width: 750px) and (min-resolution: 2dppx) {
    .top-mv__slide.slide-03 {
      background-image: url(images/top/bg-mv03-sp@2x.jpg); } }

@media only screen and (max-width: 750px) {
  .top-mv__slide.slide-04 {
    background-image: url(images/top/bg-mv04-sp.jpg); } }
  @media only screen and (max-width: 750px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 750px) and (min-device-pixel-ratio: 2), only screen and (max-width: 750px) and (min-resolution: 192dpi), only screen and (max-width: 750px) and (min-resolution: 2dppx) {
    .top-mv__slide.slide-04 {
      background-image: url(images/top/bg-mv04-sp@2x.jpg); } }

@media only screen and (max-width: 750px) {
  .top-mv__slide.slide-05 {
    background-image: url(images/top/bg-mv05-sp.jpg); } }
  @media only screen and (max-width: 750px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 750px) and (min-device-pixel-ratio: 2), only screen and (max-width: 750px) and (min-resolution: 192dpi), only screen and (max-width: 750px) and (min-resolution: 2dppx) {
    .top-mv__slide.slide-05 {
      background-image: url(images/top/bg-mv05-sp@2x.jpg); } }

@media only screen and (max-width: 750px) {
  .bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
    bottom: 10px; }
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 6px;
    height: 6px;
    margin-right: 3px;
    margin-left: 3px; }
  .top-news__wrapper > .l-inner:after {
    content: none; }
  .top-news__wrapper .-info {
    width: 280px;
    margin: 20px auto 43px;
    padding: 15px;
    position: relative;
    border: 2px solid #ff3434;
    border-radius: 5px; } }
  @media only screen and (max-width: 750px) and (max-width: 750px) {
    .top-news__wrapper .-info {
      padding: 15px; } }

@media only screen and (max-width: 750px) {
  .top-news__wrapper .title-topsection {
    font-size: 15px; }
  .top-news__list {
    font-size: 9px; }
  .top-news__btn {
    display: none; }
  .topsection-concept .l-inner {
    padding-top: 32px;
    padding-bottom: 30px; }
    .topsection-concept .l-inner:after {
      content: none; }
  .topsection-concept .title-topsection {
    margin-bottom: 28px; }
  .topsection-concept .btn {
    margin-top: 20px; }
  .mainsection-concept {
    margin-top: 22px;
    margin-bottom: 27px; }
    .mainsection-concept .l-inner .title-topsection {
      margin-bottom: 28px; }
    .mainsection-concept .l-inner .box-photo {
      width: 270px;
      margin: 10px auto; }
    .mainsection-concept .l-inner .textarea .title-topsection {
      font-size: 16px;
      margin-bottom: 5px; }
  .topsection-philosophy {
    padding-top: 32px;
    padding-bottom: 0;
    background-color: #fff;
    color: #000; }
  .topsection-menu {
    padding-top: 22px;
    padding-bottom: 27px; }
    .topsection-menu .title-topsection {
      margin-bottom: 6px; }
  .topsection-sns {
    padding-top: 34px;
    padding-bottom: 60px; }
  .topsection-access {
    padding-top: 24px; }
  #map_canvas {
    height: 220px;
    margin-top: 18px; } }

/*# sourceMappingURL=maps/style.css.map */
