@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%;
}

/* cafe_04 page
 * ----------------------------------------------- */
footer .list-address {
  margin: 5px auto;
}
footer .list-address li {
  border-bottom: 1px dotted #464646;
  margin: 5px 0 3px 0;
}
footer .list-address li:nth-child(2) {
  border: none;
}
footer .address-text,
footer .phone-text {
  display: block;
  font-size: 90%;
  color: #555;
  font-style: normal;
}

.copyright-text {
  text-align: center;
  background-color: #000;
  color: #fff;
  display: block;
  padding: 3px 0 1px;
  font-size: smaller;
}

.privacy-text {
  width: 100%;
  margin: 5px auto;
  text-align: center;
}
.privacy-text a {
  text-decoration: underline;
  color: #00f;
  -webkit-tap-highlight-color: #000;
  font-size: 80%;
}
.privacy-text a:link, .privacy-text a:visited, .privacy-text a:hover, .privacy-text a:active {
  text-decoration: underline;
  color: #00f;
  -webkit-tap-highlight-color: #000;
  font-size: 80%;
}
.privacy-text a:hover {
  text-decoration: none;
}

/* PAGES
 * ----------------------------------------------- */
/* chef page
 * ----------------------------------------------- */
/* general
 * ---------------------------- */
img {
  width: auto;
  max-width: 100%;
}

body {
  font-size: 90%;
  color: #333;
  line-height: 1.6;
  font-family: "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-text-size-adjust: none;
}

.wrapper {
  width: 96%;
  margin: 0 auto;
}

/* -------------------------------- */
.section-main .main-title {
  text-align: center;
}

/* -------------------------------- */
.block-request {
  margin: 15px auto;
  width: 100%;
  text-align: center;
}
.block-request img {
  max-width: 100%;
}

/* -------------------------------- */
.section-title {
  position: relative;
  z-index: 10;
  font-size: 140%;
  color: #e07601;
  border-bottom: 5px solid #e07601;
  width: 96%;
  margin: 0 auto 10px;
  line-height: 1.2;
  font-weight: bold;
  padding: 5px 0 5px 40px;
}
.section-title:before {
  content: "";
  padding: 5px 0;
  background: url(../img/icon_chef.png) no-repeat left center/35px auto;
  width: 40px;
  height: 34px;
  position: absolute;
  left: 0;
  top: 0;
}

.block-top {
  margin: 25px auto;
  width: 96%;
  text-align: right;
}
.block-top img {
  width: 40%;
}

.list-event {
  padding: 10px 0;
}

.block-movie {
  position: relative;
  height: 0;
  padding: 30px 0 47.7%;
  overflow: hidden;
  margin-bottom: 30px;
}
.block-movie iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* -------------------------------- */
.block-facility {
  margin-top: 15px;
}
.block-facility .facility-image {
  margin-bottom: 20px;
  text-align: center;
}
.block-facility .info-text {
  font-size: 90%;
  margin: 5px 0;
  line-height: 1.4;
  text-align: justify;
}

/* -------------------------------- */
.block-voice {
  background: url(../img/main_background.png);
  padding: 10px;
  margin: 0 0 10px 0;
  width: 100%;
}
.block-voice .detail-text {
  text-align: justify;
}
.block-voice .voice-text {
  margin: 0 0 3px 0;
  text-align: left;
  color: #736049;
}
.block-voice .name-text {
  line-height: 1.2;
  font-size: 140%;
  font-weight: bold;
  color: #bf6400;
  text-align: right;
  margin-bottom: 5px;
  padding: 2px 10px;
  background: -moz-linear-gradient(center top, #faebdd 0%, #eccdb0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #faebdd), color-stop(1, #eccdb0));
}
.block-voice .name-text span {
  font-size: 70%;
}
.block-voice .box-voice {
  overflow: hidden;
  font-size: 90%;
}
.block-voice .voice-image {
  float: right;
  width: 129px;
  margin-left: 10px;
}

.section-voice .open-title {
  line-height: 1.2;
  font-size: 110%;
  font-weight: normal;
  color: #e77801;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.section-voice .know-text,
.section-voice .store-image {
  line-height: 1.3;
  padding: 5px 0 10px 0;
}

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