@charset "UTF-8";
/* COMPASS
 * ----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* BASE
 * ----------------------------------------------- */
/* MEDIA QUERIES
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}

img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * ----------------------------------------------- */
body {
  color: #000;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

.ft-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}

/* HELPERS
 * ----------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

/* PARTS
 * ----------------------------------------------- */
/* header common
 * ----------------------------------------------- */
header .header-logo img {
  width: 70%;
  margin: 5px 0 10px 2%;
}

/* food page
 * ----------------------------------------------- */
footer {
  background: url(../img/footer_background.jpg);
  padding: 1em;
}
footer .footer-text {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.4em;
  font-size: 0.85em;
}
footer .address-text {
  font-size: 0.8em;
  text-align: left;
}
footer .address-text strong {
  margin-right: 8px;
}
footer .address-text strong,
footer .address-text address {
  display: inline-block;
}
footer .address-text a {
  color: #4d2d0e;
}

.copyright-text {
  text-align: center;
  font-size: 0.75em;
  margin-top: 0.8em;
}
.copyright-text small {
  display: block;
}
.copyright-text a {
  color: #116798;
  text-decoration: underline;
}

/* PAGES
 * ----------------------------------------------- */
/* chef page
 * ----------------------------------------------- */
/* general
 * ---------------------------- */
body {
  background: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐ明朝", Arial, Helvetica, sans-serif;
  color: #4d2d0e;
  font-size: 0.9em;
  line-height: 1.5;
}

.inner {
  margin: 0 1em;
}

img[src*="https://ssl.socdm.com/sa/img"] {
  width: auto;
}

iframe[name*="google_conversion_frame"] {
  height: 0;
  display: none;
}

/* -------------------------------- */
.point-image {
  width: 94%;
  margin: 0.8em auto;
}

.section-title {
  margin-top: 3em;
}

/* -------------------------------- */
.list-course {
  margin-bottom: 30px;
}
.list-course .subtitle {
  margin-top: 0.2em;
}
.list-course li + li {
  padding-top: 15px;
}

.block-table {
  margin-bottom: 1em;
}

/* -------------------------------- */
.introduce-text {
  margin: 0.6em 1em;
  line-height: 1.5;
}

.block-introduce {
  background: url(../img/job_background.jpg);
  padding: 0.8em 0;
}
.block-introduce .food-text {
  margin-top: 1em;
}

.block-question {
  background: #f8f7ee;
  margin: 1em;
  padding: 0 1em 1em 1em;
  text-align: left;
}
.block-question .question-title img {
  width: 64%;
  margin: 1em 0 0.4em 0;
}
.block-question a {
  color: #116798;
  text-decoration: underline;
}

/* -------------------------------- */
.voice-image {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

/* -------------------------------- */
.block-location {
  background: #f8f7ee;
  padding: 1em;
  margin-bottom: 1em;
}
.block-location .name-title {
  width: 40%;
  margin: 0 auto;
}
.block-location .name-text {
  margin-top: 0.8em;
}

.block-name {
  background: #f8f7ee;
  padding: 1em;
  margin-bottom: 1em;
}
.block-name .name-title img {
  width: 40%;
  margin: 0 auto;
  display: block;
}
.block-name .name-text,
.block-name .name-image {
  margin-top: 0.8em;
}

.block-movie {
  background: url(../img/video_img.png) center/cover no-repeat;
  position: relative;
  height: 0;
  padding: 30px 0 44.5%;
  overflow: hidden;
  width: 93.4%;
  margin: 20px auto;
}
.block-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=style.css.map */
