@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
 * ----------------------------------------------- */
/* COMMON HEADER
 * ----------------------------------------------- */
header {
  width: 93.75%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
header .header-logo {
  width: 54.33333%;
  flex-basis: auto;
}
header .header-vantan {
  width: 21.33333%;
  flex-basis: auto;
}
header .header-vantan img {
  vertical-align: top;
}

/* footer
 * ----------------------------------------------- */
footer {
  text-align: center;
}
footer .footer-logo {
  padding: 1.1rem 0;
  width: 63.75%;
  margin: 0 auto;
}
footer .copy-right {
  line-height: 1.2;
  font-size: 1rem;
  font-size: 3.125vw;
  padding: 1.1rem 0;
  background-color: #1d1d1d;
  color: #fff;
}
footer .copy-right a {
  color: #fff;
  text-decoration: none;
}

/* PAGES
 * ----------------------------------------------- */
/* boulanger_school page
 * ----------------------------------------------- */
/* general
 * ---------------------------- */
html {
  font-size: 62.5%;
}

@media screen and (min-width: 360px) and (max-width: 411px) {
  html {
    font-size: 73.25%;
  }
}
@media screen and (min-width: 412px) and (max-width: 560px) {
  html {
    font-size: 80.85%;
  }
}
@media screen and (min-width: 561px) {
  html {
    font-size: 117.1875%;
  }
}
body {
  color: #1d1d1d;
  line-height: 1.6;
  text-size-adjust: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  font-size: 4.375vw;
  font-family: -apple-system, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, "游ゴシック Medium", sans-serif;
}

.wrapper {
  width: 93.75%;
  margin-right: auto;
  margin-left: auto;
}

.inner {
  width: 93.33333%;
  margin: 0 auto;
}

.is-bottom {
  padding-bottom: 6.5rem;
}

/* -------------------------------- */
.block-check {
  position: relative;
}
.block-check .box-check {
  width: 93.33333%;
  margin: 0 auto;
}
.block-check .check-inner {
  background: url(../img/check_background.png) 0 0 repeat;
  padding: 1.5rem 0 0.5rem;
  position: relative;
  z-index: 2;
}
.block-check:before {
  content: "";
  background: url(../img/check_img_01.png) 0 0 no-repeat;
  width: 50%;
  padding-bottom: 19.375%;
  background-size: 100% auto;
  position: absolute;
  top: -4.5rem;
  left: 0;
  z-index: 1;
}
.block-check:after {
  content: "";
  background: url(../img/check_img_02.png) 0 0 no-repeat;
  width: 53.125%;
  padding-bottom: 10.3125%;
  background-size: 100% auto;
  position: absolute;
  top: -2.5rem;
  right: 0;
  z-index: 10;
}
.block-check.is-bread:after, .block-check.is-bread:before {
  display: none;
}

/* -------------------------------- */
.section-bakery .bakery-title {
  margin-bottom: 1.5rem;
}
.section-bakery .subtitle {
  margin-bottom: 0.8rem;
}
.section-bakery .point-text {
  margin-bottom: 1rem;
}
.section-bakery .machine-image {
  margin-bottom: 1rem;
}

.list-chef {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
.list-chef .item {
  flex-basis: 32.66667%;
  flex-grow: 0;
  flex-shrink: 0;
}

.block-pan {
  background: url(../img/bakery_background.jpg) 0 bottom no-repeat;
  border-radius: 0 0 10px 10px;
  background-size: cover;
  padding: 0 3.33333% 4.16667%;
}
.block-pan .pan-text {
  margin-bottom: 1rem;
  padding-top: 1rem;
}

/* -------------------------------- */
.section-support {
  background-color: #f7f2e8;
}
.section-support .support-title {
  margin-bottom: 1.6rem;
}

.list-support .item {
  margin-bottom: 1rem;
}
.list-support .item:last-child {
  margin-bottom: 0;
}

/* -------------------------------- */
.section-life .life-title {
  margin-bottom: 2rem;
}

.block-course {
  width: 87.5%;
  margin: 0 auto 2rem;
  background-color: #f9f4ee;
  padding: 1.5rem 0 2rem;
}
.block-course .course-inner {
  width: 92.85714%;
  margin: 0 auto;
}
.block-course .course-title {
  margin-bottom: 1rem;
}
.block-course .process-title {
  color: #835d3d;
  font-weight: bold;
  margin-bottom: 1rem;
}
.block-course.is-open .process-title {
  color: #476692;
}

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

/* -------------------------------- */
.section-store {
  background-color: #fefce4;
}
.section-store .store-title {
  margin-bottom: 2.5rem;
}
.section-store .store-image {
  margin-bottom: 1.7rem;
}
.section-store .store-subtitle {
  margin-bottom: -0.2rem;
}

.list-store {
  background: url(../img/store_background.png) 0 0 repeat-y;
  background-size: 100% auto;
  padding-top: 2.2rem;
}
.list-store .item {
  padding: 0 3.33333%;
  margin: 0 auto 0;
  padding-bottom: 2rem;
}
.list-store .item:last-child {
  background: url(../img/store_background_bottom.png) 0 bottom no-repeat;
  background-size: 100% auto;
}
.list-store .store-text {
  padding-top: 0.7rem;
}
.list-store.is-spacing .store-text {
  letter-spacing: -0.045em;
}

/* -------------------------------- */
.section-graduate {
  z-index: 0;
}
.section-graduate .graduate-title {
  margin-bottom: 2.8rem;
}
.section-graduate .block-inner {
  background: url(../img/graduate_background_01.png) 0 0/100% auto repeat-y;
}
.section-graduate .box-background {
  background: url(../img/graduate_background_02.png) 0 bottom/100% auto no-repeat;
}

.block-graduate {
  margin-bottom: 2rem;
  background-color: #f5ede2;
}
.block-graduate .graduate-image {
  padding: 0 3.33333% 1.8rem;
  background-color: #f5ede2;
}

.block-question {
  width: 93.33333%;
  margin: 0 auto;
}
.block-question .question-text {
  line-height: 1;
  margin-bottom: 1rem;
  font-weight: bold;
  color: #693d00;
}
.block-question .question-text.is-spacing {
  letter-spacing: -0.08em;
}
.block-question .answer-text {
  padding-bottom: 1.4rem;
  border-bottom: 1px dashed #cea670;
  margin-bottom: 2rem;
}
.block-question .answer-text:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 1.8rem;
}

.block-chart {
  margin-bottom: 1rem;
}
.block-chart .chart-title {
  margin-bottom: -0.2rem;
}
.block-chart .chart-image {
  width: 88.33333%;
  margin: 0 auto 1.3rem;
}
.block-chart .chart-image:first-child {
  padding-top: 2.2rem;
}
.block-chart .chart-text {
  padding: 0 3.33333% 3rem;
}

.block-location .location-title {
  margin-bottom: -0.2rem;
}
.block-location .box-background {
  padding: 1.8rem 3.33333% 0;
}
.block-location .info-text {
  margin-bottom: 1.6rem;
}
.block-location .location-image {
  margin-bottom: 1rem;
}
.block-location .location-text {
  padding-bottom: 2rem;
}

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