@charset "UTF-8";
/*  
 * 後で、style.cssに追加する（SCSS対応のため）
*/
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@700&display=swap");
.bgHeader {
  background-color: #643700; }

.hNav .tellBtn {
  display: none; }

@media screen and (max-width: 1200px) {
  .hNav .tellBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 275px;
    color: #FFF;
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
    background: #DD1616;
    padding: 15px 10px;
    margin: 36px auto 0; }
    .hNav .tellBtn em {
      text-align: center;
      font-size: 16px;
      font-weight: 600;
      width: 100%;
      display: inline-block;
      padding-bottom: 3px; }
    .hNav .tellBtn small {
      font-size: 13px;
      vertical-align: middle; } }
.headlineInfo {
  display: inline-block;
  margin-bottom: 25px;
  font-size: 20px; }
  .headlineInfo span {
    position: relative;
    display: inline-block;
    padding-right: 8px; }
    .headlineInfo span::before {
      content: '';
      width: 35px;
      height: 1px;
      background: #DD1616;
      position: absolute;
      left: 100%;
      top: 50%;
      transform: translateY(-50%); }

#keyv .scrollImage {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  z-index: 20;
  max-width: 44px;
  width: 100%;
  text-align: center; }
  #keyv .scrollImage span {
    font-size: 10px;
    letter-spacing: -.03em; }
  #keyv .scrollImage img {
    width: 100%; }

.secTitle {
  text-align: center;
  margin-bottom: 120px; }
  .secTitle span {
    display: inline-block;
    position: relative;
    padding-bottom: 25px;
    font-family: 'Shippori Mincho', serif;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: .2em;
    text-indent: 0.2em; }
    .secTitle span::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      background: url("/common/img/headline_bg.svg") no-repeat 0 0/288px 28px;
      width: 288px;
      height: 28px; }

@media screen and (max-width: 1200px) {
  .secTitle {
    margin-bottom: 90px; }
    .secTitle span {
      padding-bottom: 20px;
      font-size: 27px;
      text-indent: 0.3em; }
      .secTitle span::after {
        background: url("/common/img/headline_bg.svg") no-repeat 0 0/216px 21px;
        width: 216px;
        height: 21px; } }
.aboutImage {
  background: url(/common/img/bg_about.jpg) no-repeat 50% 0/cover;
  padding: 120px 20px;
  min-height: 470px;
  box-sizing: border-box; }
  .aboutImage .aboutDescription {
    text-align: center; }
    .aboutImage .aboutDescription p {
      line-height: 2;
      font-size: 16px; }
      .aboutImage .aboutDescription p + p {
        margin-top: 2.5em; }

@media screen and (max-width: 1200px) {
  .aboutImage {
    background: url(/common/img/bg_about_sp.jpg) no-repeat 50% 0/cover;
    padding: 90px 0 85px;
    min-height: 500px; }
    .aboutImage .aboutDescription p {
      font-size: 13.5px; } }
#menu {
  padding: 120px 0 0;
  background-color: #7B5526; }
  #menu .menuContents {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto; }
  #menu .menuImage {
    display: flex; }
    #menu .menuImage figure {
      max-width: 750px;
      width: 100%;
      height: 500px;
      line-height: 0; }
    #menu .menuImage .menuText {
      position: relative;
      padding: 45px 0 43px; }
      #menu .menuImage .menuText::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        background-color: #643700;
        width: 350px;
        height: calc(100% - 88px);
        z-index: 1;
        border-right: 1px solid #DD1616;
        border-bottom: 1px solid #DD1616; }
      #menu .menuImage .menuText ul {
        position: relative;
        z-index: 2;
        padding: 40px 50px 25px;
        display: flex; }
        #menu .menuImage .menuText ul li {
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          display: flex;
          justify-content: space-between;
          line-height: 1.4; }
          #menu .menuImage .menuText ul li + li {
            margin-left: 35px; }
          #menu .menuImage .menuText ul li .menuTitle {
            display: flex;
            flex-direction: column;
            font-size: 30px;
            font-weight: 600; }
            #menu .menuImage .menuText ul li .menuTitle small {
              display: inline-block;
              font-size: 12px;
              font-weight: 500; }
            #menu .menuImage .menuText ul li .menuTitle.small {
              display: inline-block;
              font-size: 13px;
              font-weight: 500;
              padding-top: 8px; }
          #menu .menuImage .menuText ul li .menuPrice {
            font-size: 15px;
            font-weight: 500;
            padding-top: 50px;
            padding-right: 10px; }
            #menu .menuImage .menuText ul li .menuPrice + .menuPrice {
              margin-right: 20px; }
    #menu .menuImage.right {
      flex-direction: row-reverse; }
      #menu .menuImage.right figure {
        display: flex; }
      #menu .menuImage.right .menuText {
        display: flex;
        flex-direction: row-reverse;
        position: relative;
        padding: 45px 0 43px; }
        #menu .menuImage.right .menuText::after {
          content: "";
          position: absolute;
          top: 50%;
          left: inherit;
          right: 0;
          transform: translateY(-50%);
          background-color: #643700;
          width: 350px;
          height: calc(100% - 88px);
          z-index: 1;
          border-right: 0;
          border-left: 1px solid #DD1616;
          border-bottom: 1px solid #DD1616; }
        #menu .menuImage.right .menuText ul {
          padding: 40px 35px 25px;
          flex-direction: row-reverse; }
          #menu .menuImage.right .menuText ul li {
            text-align: left; }
            #menu .menuImage.right .menuText ul li + li {
              margin-left: 0;
              margin-right: 28px; }
            #menu .menuImage.right .menuText ul li .menuTitle {
              font-size: 20px;
              font-weight: 600;
              padding-top: 3px; }
            #menu .menuImage.right .menuText ul li .menuPrice {
              padding-top: 2px;
              padding-right: 5px;
              padding-right: 0; }
              #menu .menuImage.right .menuText ul li .menuPrice.row2 {
                padding-right: 18px; }
  #menu .menuDrink {
    text-align: center;
    margin: 100px auto 0;
    padding-bottom: 100px; }
    #menu .menuDrink dl dt {
      font-size: 30px;
      font-weight: 700;
      margin-bottom: 40px; }
    #menu .menuDrink dl dd {
      font-size: 20px; }
      #menu .menuDrink dl dd.menuPrice {
        margin-top: 20px;
        font-size: 13px; }

@media screen and (max-width: 1200px) {
  #menu {
    padding: 88px 0 0; }
    #menu .menuContents {
      max-width: 100%; }
    #menu .menuImage {
      flex-direction: column; }
      #menu .menuImage figure {
        max-width: 100%;
        height: inherit; }
      #menu .menuImage .menuText {
        padding: 0; }
        #menu .menuImage .menuText::after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          transform: none;
          width: calc(100% - 21px);
          height: 100%;
          z-index: 1; }
        #menu .menuImage .menuText ul {
          padding: 30px 70px 45px 45px;
          flex-direction: column-reverse; }
          #menu .menuImage .menuText ul li {
            -ms-writing-mode: inherit;
            writing-mode: inherit;
            display: flex;
            flex-direction: row;
            justify-content: space-between; }
            #menu .menuImage .menuText ul li + li {
              margin-left: 0;
              margin-bottom: 25px; }
            #menu .menuImage .menuText ul li .menuTitle {
              font-size: 21px;
              display: flex;
              flex-direction: column; }
              #menu .menuImage .menuText ul li .menuTitle small {
                font-size: 12px;
                padding-top: 0; }
              #menu .menuImage .menuText ul li .menuTitle.small {
                font-size: 10px;
                padding-left: 8px; }
            #menu .menuImage .menuText ul li .menuPrice {
              font-size: 15px;
              padding-top: 5px; }
              #menu .menuImage .menuText ul li .menuPrice + .menuPrice {
                margin-right: 0; }
      #menu .menuImage.right {
        flex-direction: column;
        margin-top: 25px; }
        #menu .menuImage.right figure {
          display: flex;
          flex-direction: row-reverse; }
          #menu .menuImage.right figure img {
            width: 50%; }
        #menu .menuImage.right .menuText {
          display: flex;
          flex-direction: column;
          position: relative;
          padding: 0 0 25px; }
          #menu .menuImage.right .menuText::after {
            content: none; }
          #menu .menuImage.right .menuText ul {
            padding: 30px 45px 30px 45px;
            flex-direction: column; }
            #menu .menuImage.right .menuText ul:not(.drink) {
              background-color: #643700;
              width: calc(100% - 21px);
              margin-left: auto;
              border-left: 1px solid #DD1616;
              border-bottom: 1px solid #DD1616; }
            #menu .menuImage.right .menuText ul li + li {
              margin-left: 0;
              margin-right: 0;
              margin-top: 25px;
              margin-bottom: 0; }
            #menu .menuImage.right .menuText ul li .menuTitle {
              font-size: 21px;
              display: flex;
              flex-direction: column; }
              #menu .menuImage.right .menuText ul li .menuTitle small {
                font-size: 12px;
                padding-top: 0; }
            #menu .menuImage.right .menuText ul li .menuPrice {
              font-size: 15px;
              padding-top: 7px; }
              #menu .menuImage.right .menuText ul li .menuPrice + .menuPrice {
                margin-right: 0; }
    #menu .menuDrink {
      margin: 40px auto 0;
      padding-bottom: 80px; }
      #menu .menuDrink dl dt {
        font-size: 21px;
        margin-bottom: 1em; }
      #menu .menuDrink dl dd {
        font-size: 12px; }
        #menu .menuDrink dl dd.menuPrice {
          margin-top: 1em;
          font-size: 12px; } }
#guide {
  padding: 120px 20px 80px; }
  #guide .guideContents {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    width: 100%;
    margin: 0 auto; }
    #guide .guideContents .content p {
      text-align: left; }
      #guide .guideContents .content p + p {
        margin-top: 1em; }
    #guide .guideContents .content .btn {
      text-align: center;
      margin-top: 25px;
      line-height: 1.2; }
      #guide .guideContents .content .btn dt {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 8px; }
      #guide .guideContents .content .btn dd.tell a {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 290px;
        color: #FFF;
        text-decoration: none;
        font-size: 18px;
        font-weight: 600;
        background: #DD1616;
        padding: 15px 10px;
        pointer-events: none; }
        #guide .guideContents .content .btn dd.tell a small {
          font-size: 11px;
          vertical-align: middle; }
    #guide .guideContents figure {
      max-width: 460px;
      width: 100%;
      line-height: 0; }
      #guide .guideContents figure img {
        width: 100%; }

@media screen and (max-width: 1200px) {
  #guide {
    padding: 90px 25px 25px; }
    #guide .guideContents {
      display: flex;
      justify-content: space-between;
      flex-direction: column-reverse;
      max-width: 100%;
      width: 100%;
      margin: 0 auto; }
      #guide .guideContents .content p {
        text-align: center; }
      #guide .guideContents .content .tellBtn {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        width: 275px;
        color: #FFF;
        text-decoration: none;
        font-size: 22px;
        font-weight: 600;
        background: #DD1616;
        padding: 15px 10px;
        margin: 36px auto 0; }
        #guide .guideContents .content .tellBtn em {
          text-align: center;
          font-size: 16px;
          font-weight: 600;
          width: 100%;
          display: inline-block;
          padding-bottom: 3px; }
        #guide .guideContents .content .tellBtn small {
          font-size: 13px;
          vertical-align: middle; }
      #guide .guideContents figure {
        max-width: 100%;
        margin-bottom: 20px; } }
.slide {
  line-height: 0; }

#access {
  background-color: #7B5526;
  padding: 120px 20px 60px; }
  #access .accessContents {
    display: flex;
    justify-content: space-between;
    max-width: 760px;
    width: 100%;
    margin: 0 auto 105px; }
    #access .accessContents .content .textMap01 {
      font-size: 20px;
      margin-bottom: 30px; }
    #access .accessContents .content .textMap02 {
      font-size: 13px; }
      #access .accessContents .content .textMap02 + .textMap02 {
        margin-top: 15px; }
    #access .accessContents .content .shopInfo {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      margin-top: 30px; }
      #access .accessContents .content .shopInfo figure {
        max-width: 120px;
        width: 100%;
        line-height: 0; }
        #access .accessContents .content .shopInfo figure img {
          width: 100%; }
      #access .accessContents .content .shopInfo .btnAccessMap {
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #FFF;
        max-width: 148px;
        width: 100%;
        min-height: 45px;
        font-size: 14px;
        text-decoration: none;
        color: #fff;
        flex-shrink: 0; }
        #access .accessContents .content .shopInfo .btnAccessMap span {
          display: inline-block;
          position: relative;
          padding-left: 20px; }
          #access .accessContents .content .shopInfo .btnAccessMap span::before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 9px;
            height: 14px;
            background: url("/common/img/icon_map.svg") no-repeat 0 0/9px 14px; }
    #access .accessContents .mapImage {
      max-width: 393px;
      width: 100%; }
      #access .accessContents .mapImage img {
        width: 100%; }
  #access .contactBtn {
    text-align: center;
    line-height: 1.2; }
    #access .contactBtn dt {
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 8px; }
    #access .contactBtn dd.tell a {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 290px;
      color: #FFF;
      text-decoration: none;
      font-size: 18px;
      font-weight: 600;
      background: #DD1616;
      padding: 15px 10px;
      pointer-events: none; }
      #access .contactBtn dd.tell a small {
        font-size: 11px;
        vertical-align: middle; }
  #access .linkInstagram {
    text-align: center;
    margin-top: 70px; }
    #access .linkInstagram dt {
      font-size: 13px; }
    #access .linkInstagram dd a {
      display: inline-block;
      width: 50px; }
      #access .linkInstagram dd a img {
        width: 100%; }

@media screen and (max-width: 1200px) {
  #access {
    padding: 90px 25px 85px; }
    #access .accessContents {
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      max-width: 100%;
      width: 100%;
      margin: 0 auto; }
      #access .accessContents .content {
        display: flex;
        flex-direction: column-reverse; }
        #access .accessContents .content .textMap01 {
          text-align: center;
          font-size: 15px;
          margin-bottom: 30px; }
        #access .accessContents .content .textMap02 {
          font-size: 12px;
          text-align: center; }
          #access .accessContents .content .textMap02 + .textMap02 {
            margin-top: 15px; }
        #access .accessContents .content .shopInfo {
          flex-direction: column;
          margin-top: 0;
          margin-bottom: 24px; }
          #access .accessContents .content .shopInfo figure {
            max-width: 100%; }
          #access .accessContents .content .shopInfo .btnAccessMap {
            display: none; }
      #access .accessContents .mapImage {
        max-width: 100%;
        width: 100%;
        margin-top: 50px; }
        #access .accessContents .mapImage img {
          width: 100%; }
    #access .btnAccessMap {
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #FFF;
      max-width: 275px;
      width: 100%;
      min-height: 64px;
      font-size: 20px;
      text-decoration: none;
      color: #fff;
      flex-shrink: 0;
      margin: 40px auto 75px; }
      #access .btnAccessMap span {
        display: inline-block;
        position: relative;
        padding-left: 24px; }
        #access .btnAccessMap span::before {
          content: "";
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 13px;
          height: 19px;
          background: url("/common/img/icon_map.svg") no-repeat 0 0/13px 19px; }
    #access .tellBtn {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      width: 275px;
      color: #FFF;
      text-decoration: none;
      font-size: 22px;
      font-weight: 600;
      background: #DD1616;
      padding: 15px 10px;
      margin: 36px auto 0; }
      #access .tellBtn em {
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        width: 100%; }
      #access .tellBtn small {
        font-size: 13px;
        vertical-align: middle; }
    #access .linkInstagram {
      text-align: center;
      margin-top: 50px; }
      #access .linkInstagram dt {
        font-size: 15px;
        margin-bottom: 10px; }
      #access .linkInstagram dd a {
        display: inline-block;
        width: 30px; }
        #access .linkInstagram dd a img {
          width: 100%; } }
.logoLink {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 280px;
  width: 100%;
  margin: 0 auto; }
  .logoLink li {
    width: 100%;
    flex-shrink: 0; }
    .logoLink li.logo_katsuyoshi {
      max-width: 103px;
      margin-right: 40px; }
    .logoLink li.logo_nanatosya {
      max-width: 118px;
      padding-top: 15px; }

@media screen and (max-width: 1200px) {
  .logoLink {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 300px;
    width: 100%;
    margin: 0 auto; }
    .logoLink li {
      width: 100%;
      flex-shrink: 0; }
      .logoLink li.logo_katsuyoshi {
        max-width: 93px; }
      .logoLink li.logo_nanatosya {
        max-width: 106px;
        padding-top: 15px; } }
