@charset "UTF-8";

/* CSS Document */
.sp {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width:849px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

}

html {
  width: 100%;
  font-size: 6.25%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 900;
  line-height: 1.6;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

body > div {
  font-size: 10px;
  font-size: 10rem;
  color: #333;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (min-width:750px) {
  body > div {
    font-size: 14px;
    font-size: 14rem;
    color: #333;
  }

}

#browser_info {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: #000;
  z-index: 6002;
  color: #fff;
  display: none;
  -ms-filter: "alpha(opacity=90)";
}

#browser_info_area {
  width: 650px;
  margin: 80px auto;
}

#browser_info_area .big {
  font-size: 20rem;
  margin-bottom: 30px;
}

#browser_info_area ul {
  margin-top: 20px;
}

.center {
  width: 93%;
  margin: 0 auto;
}

@media screen and (min-width:750px) {
  .center {
    width: 1024px;
    margin: 0 auto;
  }

}

.center_L {
  width: 93%;
  margin: 0 auto;
}

@media screen and (min-width:750px) {
  .center_L {
    width: 93%;
    margin: 0 auto;
  }

}

#container {
  opacity: 0;
}

header {
  position: fixed;
  top: 30px;
  right: 0;
}

@media screen and (min-width:750px) {
  header {
    position: fixed;
    top: 100px;
    right: 0;
  }

}

#header p {
  width: 23px;
}

@media screen and (min-width:750px) {
  #header p {
    width: 46px;
  }

}

.logo {
  width: 100px;
  padding: 80px 0 10px;
  margin: 0 auto;
}

@media screen and (min-width:750px) {
  .logo {
    padding: 180px 0 50px;
    width: 276px;
  }

}

#mainImage {
  height: 250px;
  width: 100%;
  background-image: url(../images/main_image.jpg);
  background-size: cover;
  background-position: center center;
}

@media screen and (min-width:750px) {
  #mainImage {
    height: 650px;
    width: 100%;
    background-image: url(../images/main_image.jpg);
    background-size: cover;
    background-position: center center;
  }

}

.main_title {
  width: 220px;
  text-align: center;
}

@media screen and (min-width:750px) {
  .main_title {
    width: 598px;
    text-align: center;
  }

}

#aboutus {
  background-color: #F1EEE9;
  padding: 30px 0;
}

@media screen and (min-width:750px) {
  #aboutus {
    background-color: #F1EEE9;
    padding: 120px  0;
  }

}

.aboutImage {
  width: 65%;
  margin: 0 auto 20px;
}

@media screen and (min-width:750px) {
  .aboutImage {
    width: 400px;
    float: left;
  }

}

.aboutUs_Title {
  width: 230px;
  margin: 0 auto 10px;
}

@media screen and (min-width:750px) {
  .aboutUs_Title {
    margin: 0 0 30px 0;
    width: 495px;
  }

}

.aboutText {
  float: left;
  width: 100%;
  text-align: center;
}

@media screen and (min-width:750px) {
  .aboutText {
    float: left;
    margin-left: 40px;
    width: 584px;
    padding-top: 37px;
    text-align: left;
  }

}

.aboutText p {
  margin-bottom: 5px;
}

@media screen and (min-width:750px) {
  .aboutText p {
    margin-bottom: 10px;
  }

}

#thought {
  padding: 40px 0;
}

@media screen and (min-width:750px) {
  #thought {
    padding: 120px 0;
  }

}

#thought h2 {
  margin-bottom: 40px;
}

@media screen and (min-width:750px) {
  #thought h2 {
    margin-bottom: 120px;
  }

}

#thought h3 {
  margin: 10px 0 7px;
  font-size: 14rem;
}

@media screen and (min-width:750px) {
  #thought h3 {
    margin: 20px 0 10px;
    font-size: 24rem;
  }

}

#thoughtArea {
  width: 100%;
  text-align: center;
  letter-spacing: -.40em;
  vertical-align: top;
}

#thoughtArea .thoughtBox {
  width: 50%;
  display: inline-block;
  letter-spacing: normal;
  padding: 0 5px;
  margin-bottom: 20px;
  vertical-align: top;
}

@media screen and (min-width:750px) {
  #thoughtArea .thoughtBox {
    width: 33.33%;
    display: inline-block;
    letter-spacing: normal;
    padding: 0 15px;
    margin-bottom: 0;
  }

}

#staff {
  padding: 40px 0;
  background-color: #F1EEE9;
}

@media screen and (min-width:750px) {
  #staff {
    padding: 40px 0;
  }

}

#chef {
  width: 100%;
  margin-top: 40px;
}

@media screen and (min-width:750px) {
  #chef {
    width: 100%;
    margin-top: 40px;
    display: table;
    vertical-align: middle !important;
  }

}

#chef > div {
  width: 100%;
}

@media screen and (min-width:750px) {
  #chef > div {
    display: table-cell;
    width: 50%;
    vertical-align: middle !important;
  }

}

#chef .chefImage {
  background-image: url(../images/chef_image.jpg);
  background-position: center center;
  background-size: cover;
  height: 150px;
  margin-bottom: 10px;
}

@media screen and (min-width:750px) {
  #chef .chefImage {
    background-image: url(../images/chef_image.jpg);
    background-position: center center;
    background-size: cover;
    height: 0;
    padding-top: 30%;
    border: 10px solid #F1EEE9;
    margin-bottom: 0;
  }

}

#chef .chefText {
}

@media screen and (min-width:750px) {
  #chef .chefText {
    padding: 7%;
  }

}

#chef .chefText h3 {
  font-size: 16rem;
  margin-bottom: 5px;
}

@media screen and (min-width:750px) {
  #chef .chefText h3 {
    font-size: 28rem;
    margin-bottom: 20px;
  }

}

#chef .chefText h3 span {
  font-size: 10rem;
  padding-right: 5px;
}

@media screen and (min-width:750px) {
  #chef .chefText h3 span {
    font-size: 18rem;
    padding-right: 20px;
  }

}

#chef .chefText p {
  line-height: 1.6;
}

@media screen and (min-width:750px) {
  #chef .chefText p {
    line-height: 2.2;
  }

}

#staffArea {
  text-align: center;
  letter-spacing: -.40em;
  padding-bottom: 5%;
  margin-top: 20px;
  vertical-align: top;
}

@media screen and (min-width:750px) {
  #staffArea {
    text-align: center;
    letter-spacing: -.40em;
    padding-bottom: 120px;
  }

}

#staffArea .staffBox {
  width: 50%;
  display: inline-block;
  letter-spacing: normal;
  position: relative;
  height: auto;
  vertical-align: top;
  margin-bottom: 10px;
}

@media screen and (min-width:750px) {
  #staffArea .staffBox {
    width: 25%;
    display: inline-block;
    letter-spacing: normal;
    position: relative;
    padding: 0 10px;
  }

}

#staffArea .staffBox .staffImage {
  width: 100%;
  height: 90px;
}

@media screen and (min-width:750px) {
  #staffArea .staffBox .staffImage {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
  }

}

#staffArea .staffBox:nth-child(1) .staffImage {
  background-image: url(../images/staff01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#staffArea .staffBox:nth-child(2) .staffImage {
  background-image: url(../images/staff04.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#staffArea .staffBox:nth-child(3) .staffImage {
  background-image: url(../images/staff02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#staffArea .staffBox:nth-child(4) .staffImage {
  background-image: url(../images/staff03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#staffArea .staffBox .staffText {
  width: 100%;
  text-align: left;
  padding: 5px;
}

@media screen and (min-width:750px) {
  #staffArea .staffBox .staffText {
    position: absolute;
    top: 105%;
    left: 0;
    width: 100%;
    text-align: left;
  }

}

#staffArea .staffBox .staffText h3 {
  font-size: 12rem;
  border-bottom: 1px solid #D1CCBE;
  padding-bottom: 5px;
  margin-top: 5px;
}

@media screen and (min-width:750px) {
  #staffArea .staffBox .staffText h3 {
    font-size: 18rem;
    border-bottom: 1px solid #D1CCBE;
    padding-bottom: 10px;
    margin-top: 0px;
  }

}

#staffArea .staffBox .staffText h3 span {
  font-size: 7rem;
  padding-right: 5px;
}

@media screen and (min-width:750px) {
  #staffArea .staffBox .staffText h3 span {
    font-size: 14rem;
    padding-right: 10px;
  }

}

#staffArea .staffBox .staffBorder {
  border: 1px solid #72663F;
  width: 40%;
  position: relative;
  top: -1px;
  margin-bottom: 7px;
}

@media screen and (min-width:750px) {
  #staffArea .staffBox .staffBorder {
    border: 1px solid #72663F;
    width: 120px;
    position: relative;
    top: -1px;
    margin-bottom: 15px;
  }

}

#recruite {
  padding: 40px 0;
  background-color: #fff;
}

@media screen and (min-width:750px) {
  #recruite {
    padding: 120px 0;
  }

}

#recruiteArea {
  margin-top: 40px;
}

@media screen and (min-width:750px) {
  #recruiteArea {
    margin-top: 70px;
  }

}

.recruiteBox {
  width: 100%;
}

@media screen and (min-width:750px) {
  .recruiteBox {
    width: 49%;
    float: left;
  }

}

.recruiteBox:nth-child(1) {
  margin-bottom: 20px;
}

@media screen and (min-width:750px) {
  .recruiteBox:nth-child(1) {
    margin-right: 2%;
    margin-bottom: 0;
  }

}

.rectuiteTitle {
  width: 100%;
  background-image: url(../images/recruite_back.jpg);
  text-align: center;
  height: 25px;
  margin-bottom: 10px;
  background-size: 15px 25px;
}

@media screen and (min-width:750px) {
  .rectuiteTitle {
    width: 100%;
    background-image: url(../images/recruite_back.jpg);
    text-align: center;
    height: 49px;
    margin-bottom: 20px;
    background-size: 19px 49px;
  }

}

.rectuiteTitle p {
  line-height: 25px;
  color: #fff;
  font-size: 13rem;
}

@media screen and (min-width:750px) {
  .rectuiteTitle p {
    line-height: 49px;
    color: #fff;
    font-size: 24rem;
  }

}

.recruiteOuteline {
  width: 100%;
  background-color: #F8F8F6;
  border: 1px solid #DFDDD4;
  padding: 10px;
  margin-bottom: 10px;
}

@media screen and (min-width:750px) {
  .recruiteOuteline {
    width: 100%;
    background-color: #F8F8F6;
    border: 1px solid #DFDDD4;
    padding: 20px;
    margin-bottom: 20px;
  }

}

.recruiteOuteline > div {
  margin-bottom: 10px;
}

@media screen and (min-width:750px) {
  .recruiteOuteline > div {
    margin-bottom: 20px;
  }

}

.recruiteOuteline > div:nth-last-child(1) {
  margin-bottom: 0px;
}

.recruiteOuteline h3 {
  font-size: 14rem;
  border-bottom: 1px dotted #666;
  padding-bottom: 5px;
  margin-bottom: 5px;
  color: #72663F
}

@media screen and (min-width:750px) {
  .recruiteOuteline h3 {
    font-size: 18rem;
    border-bottom: 1px dotted #666;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #72663F
  }

}

.recruiteOuteline ul li {
  padding-left: 1em;
  text-indent: -1em;
}

table.recruiteDetail th,
table.recruiteDetail td {
  border: 1px solid #E5E5E5;
  padding: 3px 6px;
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 9rem;
}

@media screen and (min-width:750px) {
  table.recruiteDetail th,
  table.recruiteDetail td {
    border: 1px solid #E5E5E5;
    padding: 5px 13px;
    font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 12rem;
  }

}

table.recruiteDetail th {
  text-align: center;
  background-color: #F2F2F2;
  width: 20%;
  font-weight: bold;
}

table.recruiteDetail td {
  background-color: #F9F9F9;
}

table.recruiteDetail tr:nth-child(even) td {
  background-color: #fff;
}

#contact {
  padding: 40px 0;
  background-color: #F1EEE9;
  text-align: center;
}

@media screen and (min-width:750px) {
  #contact {
    padding: 120px 0;
  }

}

#contact h2 {
  margin-bottom: 40px;
}

@media screen and (min-width:750px) {
  #contact h2 {
    margin-bottom: 0px;
  }

}

.contactDis {
  text-align: center;
  margin-top: 3.5%;
  font-size: 10rem;
  line-height: 1.6;
}

@media screen and (min-width:750px) {
  .contactDis {
    text-align: center;
    margin-top: 70px;
    font-size: 16rem;
    line-height: 2.2;
  }

}

.tel {
  background-color: #fff;
  display: inline-block;
  font-size: 18rem;
  padding: 5px 10px;
  letter-spacing: 0.05em;
  margin-top: 10px;
  border-radius: 4px;
  margin-bottom: 5px;
  color: #796C47;
  margin-right: 10px;
}

@media screen and (min-width:750px) {
  .tel {
    background-color: #fff;
    display: inline-block;
    font-size: 32rem;
    padding: 10px 20px;
    letter-spacing: 0.05em;
    margin-top: 20px;
    border-radius: 4px;
    margin-bottom: 10px;
    color: #796C47;
    margin-right: 20px;
  }

}

.email {
  background-color: #fff;
  display: inline-block;
  font-size: 18rem;
  padding: 5px 10px;
  letter-spacing: 0.05em;
  margin-top: 10px;
  border-radius: 4px;
  margin-bottom: 5px;
  color: #796C47;
}

@media screen and (min-width:750px) {
  .email {
    background-color: #fff;
    display: inline-block;
    font-size: 32rem;
    padding: 10px 20px;
    letter-spacing: 0.05em;
    margin-top: 20px;
    border-radius: 4px;
    margin-bottom: 10px;
    color: #796C47;
  }

}

.tel span,
.email span {
  font-size: 10rem;
}

@media screen and (min-width:750px) {
  .tel span,
  .email span {
    font-size: 18rem;
  }

}

.email {
  letter-spacing: 0.1em;
}

footer {
}

#footer_logo_area {
  background-color: #F3F3F3;
  padding: 30px;
  text-align: center;
}

#copy {
  padding: 10px;
  background-color: #E6E5E5;
  text-align: center;
  font-size: 10rem;
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}