@charset "utf-8";

body, h2, h3 {
  font-family: "Zen Antique", serif !important;
}

/*調整クラス*/
.h200 {
  height: 200px;
}
.f-white {
  color: #fff;
}
.f-1em {
  font-size: 1em;
}
.f-15em {
  font-size: 1.5em;
}
.f-2em {
  font-size: 2em;
}
.m-bottom-10 {
  margin-bottom: 10px;
}
.m-bottom-15 {
  margin-bottom: 15px;
}
.m-top-30 {
  margin-top: 30px;
}
.m-left-15 {
  margin-left: 15px;
}
.m-right-15 {
  margin-right: 15px;
}
.color-shu {
  color: #e97029;
}

/*サムネイル高さ調整用*/
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

/*ナビゲーション*/
nav {
  background-color: #231815;
}
#navbar-main {
  line-height: 50px;
  text-align: center;
  margin: 0;
}
#navbar-main div {
  padding: 0;
}
#navbar-main a {
  display: block;
  color: #fff;
}
#navbar-main a:hover {
  background-color: #ed6d1e;
  color: #fff;
  text-decoration: none;
}
#nav-footer {
  background-color: #afb0b0;
  padding: 30px 0;
  margin-top: 15px;
}
#nav-footer ul {
  margin: 0;
}
#nav-footer ul li a {
  color: #231815;
}
#copy {
  background-color: #231815;
  line-height: 4em;
  text-align: center;
  color: #fff;
}
.instagram {
  background-color: #cf2e92;
}

/*トップページ*/
#store-top {
  /*margin-top: 30px;*/
  background-color: #231815;
  padding-top: 50px;
  padding-bottom: 50px;
}
#store-top dl dt {
  text-align: center;
  background-color: #231815;
  color: #fff;
}
#store-top dl dd {
  margin-bottom: 5px;
  text-align: center;
}
/*@media (min-width: 768px) {
  #store-top dl dt {
    width: 100px;
  }
  #store-top dl dd {
    margin-left: 110px;
  }
}*/
#store-top .store-box div {
  position: relative;
  height: 300px;
}
#store-top .store-box div .middle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#menu-top {
  background: url(../images/bg_menu.jpg) no-repeat center 300px;
}
.top-nemu-text {
  display: flex;
  justify-content: center;
}
.top-nemu-text p {
  writing-mode: vertical-rl;
  float: left;
  line-height: 2em;
}
.top-nemu-text .menu-name {
  font-weight: 400;
  font-style: normal;
  font-size: 3em;
}
.menu-price {
  margin-top: 20%;
  display: flex;
  justify-content: center;
}
.menu-price th, .menu-price td {
  font-weight: 400;
  font-style: normal;
  font-size: 2em;
}
.menu-price td {
  text-align: right;
  padding-left: 50px;
}
@media (max-width: 576px) {
  .menu-price th, .menu-price td {
    font-size: 1.3em;
  }
}

/*採用情報*/
#recruit table tr th {
  white-space: nowrap;
}

/*お知らせ*/
ul#notice li {
  padding: 10px;
  border-bottom: 1px dotted #333;
}
ul#notice li a {
  margin-left: 10px;
}

/*店舗紹介*/
/*#store .store-box-kasumi, #store .store-box-nakazaki, #store .store-box-other {
  background-size: contain;
  margin-top: 30px;
}*/
/*#store .store-box-kasumi {
  background: #231815 url(../images/store_kasumi.jpg) right top no-repeat;
}
#store .store-box-nakazaki {
  background: #231815 url(../images/store_nakazaki.jpg) right top no-repeat;
}
#store .store-box-other {
  background: #231815 url(../images/store_other.jpg) right top no-repeat;
}*/
#store .detail-box {
  /*padding: 15px;*/
}
#store .detail-box dl {
  /*margin-top: 15px;*/
  /*margin-bottom: 0;*/
  /*background-color: #231815;*/
  /*padding: 0 10px;*/
}
#store .detail-box dl dt {
/*  text-align: center;
  background-color: #231815;;
  color: #fff;*/
}
#store .detail-box dl dt {
  text-align: center;
  background-color: #231815;
  color: #fff;
}
#store .detail-box dl dd {
  margin-bottom: 5px;
  text-align: center;
}

@media (max-width: 767px) {
  #store .detail-box dl dt {
    font-size: 0.7em;
  }
}
#store .detail-box dl dd {
  margin-bottom: 5px;
  /*color: #fff;*/
}

/*メニュー*/
.menu-table tr td {
  text-align: right;
}