@charset "UTF-8";
body {
  font-size: 16px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  width: 100%;
}

li {
  list-style: none;
}

img {
  width: 100%;
}

.container {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
}

a {
  color: inherit;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:hover {
  opacity: 0.6;
}

h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 36px;
  text-align: left;
  margin-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 360px) and (max-width: 767px) {
  h2 {
    margin-top: 50px;
    font-size: 24px;
  }
}

h2:after {
  border-top: 1px solid #cccccc;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 20px;
}

h2 .ja {
  font-size: 17px;
  font-weight: normal;
  line-height: 36px;
  display: inline-block;
  margin-left: 20px;
}

@media (min-width: 360px) and (max-width: 767px) {
  h2 .ja {
    font-size: 13px;
  }
}

.sr-only {
  display: none;
}

/* ==========================
common
==========================*/
@media (min-width: 360px) and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

@media (min-width: 360px) and (max-width: 767px) {
  .is-sp-space {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ==========================
1_header
==========================*/
#header {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.header-inner {
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (min-width: 360px) and (max-width: 767px) {
  .header-inner {
    height: 70px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header-logo img {
  width: 225px;
}

@media (min-width: 360px) and (max-width: 767px) {
  .header-logo img {
    width: 130px;
  }
}

.header-info img {
  width: 190px;
  margin-top: 6px;
}

.header-nav {
  background-color: #333333;
  color: #ffffff;
}

@media (min-width: 360px) and (max-width: 767px) {
  .header-nav {
    background-color: #ffffff;
    color: #000000;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  }
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (min-width: 360px) and (max-width: 767px) {
  .header-menu {
    display: block;
  }
}

.header-menu-item {
  width: 25%;
  text-align: center;
  font-weight: bold;
  padding-top: 13px;
  padding-bottom: 13px;
}

.header-menu-item span {
  font-size: 12px;
  margin-top: 5px;
  font-weight: normal;
}

@media (min-width: 360px) and (max-width: 767px) {
  .header-menu-item span {
    margin-left: 5px;
  }
}

@media (min-width: 360px) and (max-width: 767px) {
  .header-menu-item {
    font-weight: normal;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #cccccc;
  }
}

.drawer-hamburger {
  background: #ffffff;
}

/* ==========================
2_TOP
==========================*/
.top-item {
  height: 160px;
  background-color: #ebebeb;
  position: relative;
}

.top-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-image {
  width: 550px;
  position: absolute;
  bottom: 0;
  z-index: 100;
}

.top-text {
  line-height: 2;
  margin-top: 36px;
  margin-left: 614px;
}

/* ==========================
3_NEWS
==========================*/
.news-inner {
  text-align: center;
  margin-top: 30px;
}

/* ==========================
4_CONCEPT
==========================*/
.concept {
  text-align: center;
  margin: 0 auto;
}

.concept-text1 {
  font-size: 24px;
  line-height: 1.5;
  margin-top: 60px;
}

@media (min-width: 360px) and (max-width: 767px) {
  .concept-text1 {
    font-size: 18px;
    line-height: 1.75;
    margin-top: 30px;
  }
}

.concept-text2 {
  font-size: 18px;
  line-height: 1.75;
  margin-top: 40px;
}

@media (min-width: 360px) and (max-width: 767px) {
  .concept-text2 {
    font-size: 14px;
    line-height: 2;
    margin-top: 20px;
  }
}

.concept-image img {
  width: 690px;
  margin-top: 50px;
}

@media (min-width: 360px) and (max-width: 767px) {
  .concept-image img {
    width: 100%;
  }
}

/* ==========================
5_MENU LUNCH/DINNER
==========================*/
.menu {
  margin-top: 90px;
}

.menu-dinner {
  background-color: #f6eee1;
  padding-top: 70px;
}

.menu-dinner2 {
  background-color: #f6eee1;
  padding-top: 70px;
  padding-bottom: 100px;
}

.menu-banner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}

@media (min-width: 360px) and (max-width: 767px) {
  .menu-banner-wrapper {
    display: block;
  }
}

.menu-banner {
  width: 49%;
}

@media (min-width: 360px) and (max-width: 767px) {
  .menu-banner {
    width: 100%;
    margin-bottom: 10px;
  }
}

.menu-lunch {
  margin-top: 50px;
  margin-bottom: 50px;
}

.menu-wrapper {
  margin-top: 30px;
}

.lunch-open {
  width: 60%;
  margin: 0 auto;
}

.lunch3 {
  margin-top: 20px;
}

.dinner-open {
  width: 60%;
  margin: 0 auto;
  margin-top: 20px;
}

.dinner-logo {
  width: 70%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.menu-plate {
  width: 100%;
  background-color: #96422c;
}

.menu-plate img {
  margin: 0 auto;
}

.dinner7 {
  margin-top: 30px;
}

.dinner8 {
  margin-top: 90px;
}

@media (min-width: 360px) and (max-width: 767px) {
  .lunch4_sp {
    margin-top: 20px;
  }
}

/* ==========================
6_DRINK
==========================*/
@media (min-width: 360px) and (max-width: 767px) {
  .drink {
    padding-left: 20px;
    padding-bottom: 20px;
  }
}

.drink-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: center;
}

.drink-item {
  margin-right: 40px;
  width: calc(33.3% - 40px * 2 / 3);
}

.drink-item img {
  width: 40%;
}

.drink-item p {
  margin-top: 20px;
}

.drink-item:nth-child(3n) {
  margin-right: 0;
}

@media (min-width: 768px) {
  .drink-item:nth-child(n + 4) {
    margin-top: 66px;
  }
}

@media (min-width: 360px) and (max-width: 767px) {
  .drink-item {
    width: calc(47% - 15px * 1 / 2);
    margin-right: 15px;
  }
  .drink-item:nth-child(2n) {
    margin-right: 0;
  }
  .drink-item:nth-child(n + 3) {
    margin-top: 41px;
    margin-right: 15px;
  }
}

/* ==========================
7_SPACE
==========================*/
.space {
  margin-top: 83px;
}

.space-image {
  margin-top: 60px;
}

.space-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}

@media (min-width: 360px) and (max-width: 767px) {
  .space-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.space-contents {
  width: 48%;
}

@media (min-width: 360px) and (max-width: 767px) {
  .space-contents {
    width: 100%;
  }
}

@media (min-width: 360px) and (max-width: 767px) {
  .space-2 {
    margin-top: 60px;
  }
}

.space-text1 {
  font-size: 18px;
}

.space-text2 {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 20px;
  margin-bottom: 18px;
}

/* ==========================
8_ACCESS
==========================*/
.access {
  margin-top: 90px;
}

@media (min-width: 360px) and (max-width: 767px) {
  .access {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.access-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 58px;
}

@media (min-width: 360px) and (max-width: 767px) {
  .access-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.access-text {
  width: 48%;
}

.access-text h3 {
  background-color: #666666;
  color: #ffffff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 22px;
  padding-left: 20px;
  line-height: 2;
  margin-bottom: 24px;
}

@media (min-width: 360px) and (max-width: 767px) {
  .access-text h3 {
    font-size: 16px;
  }
}

.access-text p {
  margin-bottom: 50px;
  line-height: 2;
}

@media (min-width: 360px) and (max-width: 767px) {
  .access-text p {
    margin-bottom: 20px;
  }
}

@media (min-width: 360px) and (max-width: 767px) {
  .access-text {
    width: 100%;
  }
}

.access-map {
  width: 48%;
}

@media (min-width: 360px) and (max-width: 767px) {
  .access-map {
    width: 100%;
    margin-bottom: 20px;
  }
}

.access-google {
  margin-top: 30px;
}

@media (min-width: 360px) and (max-width: 767px) {
  .access-google iframe {
    width: 100%;
    height: 350px;
  }
}

/* ==========================
9_footer
==========================*/
#footer {
  background: #666666;
  color: #ffffff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin-top: 65px;
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 360px) and (max-width: 767px) {
  .footer-inner {
    display: block;
  }
}

@media (min-width: 360px) and (max-width: 767px) {
  .footer-inner_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 16px;
    padding-top: 25px;
    margin-bottom: 25px;
  }
  .footer-inner_sp p {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: right;
  }
}

.footer-logo_sp {
  width: 40%;
}

.footer-info_sp {
  width: 50%;
}

.footer-logo1 {
  width: 20%;
}

.footer-logo1 img {
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-logo2 {
  margin-top: 54px;
  width: 20%;
}

.footer-logo2 p {
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
}

.footer-info {
  margin-top: 54px;
  width: 35%;
}

.footer-info li {
  padding-bottom: 5px;
  line-height: 1.5;
}

@media (min-width: 360px) and (max-width: 767px) {
  .footer-info li {
    font-size: 15px;
  }
}

.footer-info li span {
  display: inline-block;
  background: #ffffff;
  color: #666666;
  width: 72px;
  height: 23px;
  text-align: center;
  margin-right: 10px;
}

.footer-info p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

@media (min-width: 360px) and (max-width: 767px) {
  .footer-info {
    width: 100%;
    text-align: left;
    margin: 0 auto;
  }
}

.footer-menu {
  margin-top: 54px;
  width: 20%;
}

.footer-menu li {
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 28px;
  border-bottom: 1px solid #fff;
}

.footer-menu li span {
  font-weight: normal;
  font-size: 10px;
}

.copyright {
  background: #808080;
  font-weight: bold;
  height: 34px;
  line-height: 34px;
}

@media (min-width: 360px) and (max-width: 767px) {
  .copyright {
    text-align: center;
    font-size: 12px;
  }
}
