@charset "UTF-8";
@import url(base.css);

/*--------------------------------------------------------------*/

/* ------------------------------------------------------------ */
/* 基本、レイアウト指定 */
/* ------------------------------------------------------------ */

* html body {
  background: url(null) fixed;
}

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  *font-size: small;
  *font: x-small;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
html {
  overflow-x: hidden;
}

.img_left {
  float: left;
  margin: 0 15px 15px 0;
}
.img_right {
  float: right;
  margin: 0 0 15px 15px;
}

.sb-toggle-left {
  position: absolute;
  top: 5px;
  left: 5px;
}

.sb-toggle-right {
  position: absolute;
  top: 5px;
  right: 5px;
}

.main-visual {
  width: 100%;
  padding-top: 60px;
}
.mv_slide {
  margin: 0 auto;
}
.mv_slide img {
  width: 100%;
  height: auto;
}

.sb-slidebar {
  color: #fafafa;
  padding: 0;
}

.sb-slidebar ul {
  padding: 0;
}

.sb-slidebar li {
  list-style: none;
  margin: 16px 0;
}
.sb-slidebar li a {
  color: #fff;
  display: block;
  padding: 8px 20px;
  font-size: 18px;
}
.sb-slidebar li a i {
  font-size: 28px;
}
/* サイドバー */
.sb-slidebar.sb-right {
  -webkit-overflow-scrolling: touch;
}

.sb-right-inner {
  border: none;
  width: 100%;
  height: 100%;
}

/* ------------------------------------------------------------ */
/* リンク色 */
/* ------------------------------------------------------------ */
::selection {
  color: rgba(212, 164, 94, 1);
  background: rgba(143, 96, 8, 0.2);
}
a:link {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: rgba(143, 96, 8, 1);
  text-decoration: none;
}
a:active {
  color: rgba(143, 96, 8, 1);
  text-decoration: none;
}
.clearfix:after {
  content: "."; /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; /* 非表示に */
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}
/* ------------------------------------------------------------ */
/* 共通 */
/* ------------------------------------------------------------ */
#wrapper {
}

.content {
  display: block;
  width: 100%;
}
section {
  width: 100%;
  clear: both;
  overflow: hidden;
  letter-spacing: 0.1em;
}
section .inBox {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 80px 0;
  clear: both;
  overflow: hidden;
  text-align: center;
}
section h2 {
  font-size: 33px;
  text-align: center;
  margin: 0 0 40px;
  letter-spacing: 0.2em;
}
section.bg {
  color: #fff;
  position: relative;
}
section.bg:after {
  content: " ";
  display: block;
  background: rgba(0, 0, 0, 0.5);
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
section.bg .inBox {
  position: relative;
  z-index: 2;
}
/* ---- CONCEPT ---- */
#concept {
  line-height: 2.4em;
}
/* ----MENU ---- */
#menu {
  background-image: url(../img/bg_resv_cl.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#menu .sp {
  display: none;
}

#menu .cap {
  line-height: 1.8em;
  text-align: center;
  font-size: 18px;
  margin: 0 0 50px;
}
#menu .price {
  text-align: left;
  /*width:50%;
	margin:0 auto;*/
  width: calc(100% / 2 - 50px);
  margin: 0 25px 40px;
  font-size: 16px;
  float: left;
}
#menu .price li {
  margin: 0 0 20px;
  border-bottom: dotted 1px rgba(255, 255, 255, 0.62);
  position: relative;
  padding: 0 0 10px;
}

#menu .price li.title {
  border-bottom: solid 1px rgba(255, 255, 255, 1);
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}

#menu .price li span {
  position: absolute;
  right: 0;
}
#menu .menu_span {
  position: relative !important;
  font-size: 14px;
}

#menu .price li.title span {
  font-size: 13px;
  font-weight: normal;
  bottom: 10px;
}

/* ----CHEF ---- */
#chef .photo {
  max-width: 380px;
  float: right;
  width: 40%;
}
#chef .lBox {
  width: 55%;
  float: left;
}
#chef .lBox h3 {
  font-size: 24px;
  margin: 0 0 50px;
}
#chef .lBox h3 span {
  display: block;
  font-size: 16px;
}
#chef dl {
  width: 100%;
  line-height: 1.8em;
}
#chef dl dt {
  width: 15%;
  float: left;
}
#chef dl dd {
  padding: 0 0 0 15%;
}
#chef dl {
  margin: 0 0 30px;
}
/* ---- RESERVATION ---- */
#resv {
  background-image: url(../img/bg_menu_cl.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#resv .cap {
  text-align: center;
  line-height: 2em;
  font-size: 18px;
  margin: 0 0 40px;
}
#resv .itemBox {
  width: 100%;
  margin: 0 auto 50px;
  float: left;
  text-align: center;
}
#resv .itemBox .tel {
  font-size: 36px;
  letter-spacing: 0.2em;
}
#resv .itemBox .tel span {
  font-size: 23px;
}
#resv .itemBox a {
  color: #fff;
}

#resv .capBox {
  clear: both;
  padding: 40px;
}

#resv .capBox h3 {
  font-size: 20px;
  margin: 0 0 10px;
}
#resv .capBox p {
  font-size: 14px;
  margin: 0 0 5px;
}

/*-----STAFF----*/
#staff {
  background-image: url(../img/bg_staff.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#staff .cap {
  text-align: center;
  line-height: 2em;
  font-size: 18px;
  margin: 0 0 40px;
}

#staff .itemBox {
  width: 33%;
  margin: 0 auto 50px;
  float: left;
  text-align: center;
}
#staff .itemBox .name {
  font-size: 14px;
  margin: 0 0 15px;
}
#staff .itemBox .name span {
  font-size: 12px;
  margin: 0 0 5px;
  clear: both;
}
#staff .itemBox .photo {
  margin: 0 0 15px;
}
#staff .itemBox .aword {
  margin: 0 0 5px;
  font-size: 12px;
}

#staff .itemBox a {
  color: #fff;
}

#staff .itemBox .blog {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px;
}

#staff .itemBox .line {
  font-size: 14px;
  margin: 0 0 5px;
}

/* ---- ACCESS ---- */
#access .map {
  width: 100%;
  height: 350px;
  margin: 0 0 30px;
}
#access .map iframe {
  width: 100%;
  height: 100%;
}
#access .itemBox {
  width: 44%;
  margin: 0 3% 50px;
  float: left;
}
#access .itemBox h3 {
  font-size: 16px;
  margin: 0 0 10px;
  color: rgba(143, 96, 8, 1);
}
/* ------------------------------------------------------------ */
/* ヘッダー */
/* ------------------------------------------------------------ */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.84);
}

header::after {
  content: "";
  clear: both;
  display: block;
}
header h1 {
  float: left;
  width: 120px;
  height: 36px;
  margin: 12px 0 0 20px;
}
#nav {
  float: right;
  width: -webkit-calc(100% - 150px);
  width: calc(100% - 150px);
}

#nav li {
  float: right;
  margin: 0 35px 0 0;
  font-size: 16px;
  padding: 0px 0 0;
}
#nav li a {
  display: block;
  position: relative;
}
#nav li a i {
  font-size: 1.4em;
}
#nav li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: rgba(143, 96, 8, 1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#nav li a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
/* ------------------------------------------------------------ */
/* コンテンツ */
/* ------------------------------------------------------------ */
#content {
}

/* ------------------------------------------------------------ */
/* フッター */
/* ------------------------------------------------------------ */
footer {
  background: rgba(0, 0, 0, 1);
  color: #fff;
  text-align: center;
  padding: 20px 0;
  z-index: 9999;
}

/* デフォルト：980px以上用（PC用）の記述 */
@media screen and (min-width: 1024px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 1072px) {
  #menu .sp {
    display: block;
  }
}

@media screen and (max-width: 1023px) {
  /* 1023px以下用（タブレット用）の記述 */
  .pc {
    display: none;
  }
  /*ボタン*/
  #button {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 35px;
    height: 25px;
    outline: none;
    border: none;
    background: none;
    cursor: pointer;
    z-index: 999;
  }
  #button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #333;
    border-radius: 3px;
  }
  #button span:nth-of-type(1) {
    top: 0;
  }
  #button span:nth-of-type(2) {
    top: 11px;
  }
  #button span:nth-of-type(3) {
    bottom: 0;
  }
  div.btnBox.active {
    position: absolute;
    background: #fff;
    padding: 6% 0 0;
    width: 100%;
    /*min-height:15px;*/
  }

  .sb-active #button span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .sb-active #button span:nth-of-type(2) {
    opacity: 0;
  }
  .sb-active #button span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
  }
  /* 共通 */
  section .inBox {
    padding: 40px 0;
  }
  section h2 {
    font-size: 24px;
    text-align: center;
    margin: 0 0 20px;
    letter-spacing: 0.2em;
  }
  /* ヘッダー */
  header h1 {
    float: left;
  }
  #chef .photo img {
    width: 100%;
    height: auto;
  }

  /*メニュー */

  #menu .price {
    width: calc(100% / 2 - 40px);
    margin: 0 20px 40px;
  }
  #menu .price li.title {
    font-size: 20px;
  }
  #menu .price li.title span {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  /* 767px以下用（タブレット／スマートフォン用）の記述 */
  #concept .inBox br {
    display: none;
  }
  #concept .inBox {
    text-align: left;
  }
  #menu .lBox,
  #menu .rBox {
    width: 100%;
    padding: 40px 30px;
    float: none;
    margin: 0 0 20px;
  }
  #menu .cap {
    line-height: 1.8em;
    text-align: center;
    font-size: 16px;
    margin: 0 0 30px;
  }
  #chef .photo {
    float: none;
    margin: 0 auto 10px;
  }
  #chef .lBox {
    width: 100%;
    float: none;
  }
  #chef .lBox h3 {
    font-size: 22px;
    text-align: center;
    margin: 0 0 30px;
  }
  #chef dl dt {
    width: 100%;
    float: none;
    text-align: center;
    margin: 0 0 10px;
    border-bottom: solid 1px #ccc;
  }
  #chef dl dd {
    width: 100%;
    padding: 0;
  }
  #resv .cap {
    text-align: center;
    line-height: 1.8em;
    font-size: 14px;
    margin: 0 0 30px;
  }
  #resv .itemBox {
    width: 90%;
    margin: 0 auto 20px;
    float: none;
    text-align: center;
  }
  #resv .itemBox .tel {
    font-size: 22px;
    letter-spacing: 0.1em;
  }
  #resv .capBox {
    clear: both;
    padding: 20px;
  }
  #resv .capBox h3 {
    text-align: center;
  }
  #resv .capBox p {
    font-size: 13px;
    margin: 0 0 10px;
  }
  #access .itemBox {
    width: 90%;
    margin: 0 auto 20px;
    float: none;
  }
  /*#menu .price {
	text-align:left;
	width:90%;
	margin:0 auto;
	font-size:14px;
}*/

  /*メニュー */
  #menu .price {
    width: 90%;
    margin: 0 auto 40px;
    font-size: 14px;
    float: none;
  }

  /*STAFF */
  #staff .itemBox {
    width: 100%;
    margin: 0 auto 50px;
    float: left;
    text-align: center;
  }

  /*ACCESS */
  #access .itemBox {
    text-align: left;
  }
  #resv {
    background-image: url(../img/bg_menu_cl.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-size: auto 100%;
  }
  #menu {
    background-image: url(../img/bg_resv_cl.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-size: auto 100%;
  }
  #staff {
    background-image: url(../img/bg_staff.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-size: auto 100%;
  }
}

@media screen and (max-width: 479px) {
  /* 479px以下用（スマートフォン用）の記述 */
}
@media screen and (max-width: 360px) {
  #menu .price {
    width: 100%;
  }
}
