@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;
  max-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;
}

strong {
  font-weight: bold;
}

/* 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;
  }
}
/* HELPERS
 * ----------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
}

.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;
}

.trans {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.26s ease;
  -o-transition: opacity 0.26s ease;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
}
.trans:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* PARTS
 * ----------------------------------------------- */
/* COMMON HEADER
 * ----------------------------------------------- */
header {
  height: 600px;
}
header .header-inner {
  background: url(../img/main_background.jpg) center 0 no-repeat;
  height: 600px;
}
header .box-top {
  padding: 30px 0 20px;
  display: flex;
  justify-content: space-between;
}
header .header-logo {
  width: 338px;
}
header .header-vantan {
  width: 160px;
}

/* footer
 * ----------------------------------------------- */
footer {
  text-align: center;
}
footer .footer-logo {
  padding: 15px;
}
footer .footer-logo img {
  width: 250px;
}
footer .footer-bottom {
  background-color: #1d1d1d;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
}
footer .privacy-text {
  padding: 27px 0 13px;
}
footer .privacy-text a {
  color: #fff;
  text-decoration: none;
}
footer .privacy-text a:hover {
  text-decoration: underline;
}
footer .copy-right {
  display: block;
  padding-bottom: 25px;
}

.link-inner {
  color: #724c31;
  text-decoration: underline;
}
.link-inner:hover {
  text-decoration: none;
}

.inner {
  padding: 0 20px;
}

/* PAGES
 * ----------------------------------------------- */
/* boulanger_school page
 * ----------------------------------------------- */
/* general
 * ---------------------------- */
html {
  font-size: 62.5%;
}

body {
  color: #1d1d1d;
  min-width: 1200px;
  width: 100%;
  line-height: 1.5;
  font-size: 1.4rem;
  font-family: -apple-system, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, "游ゴシック Medium", sans-serif;
}

.wrapper {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/* -------------------------------- */
.block-check {
  background: url(../img/check_background.png) 0 0 repeat;
}
.block-check .check-inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 8px 0 11px;
  display: flex;
  justify-content: space-between;
}
.block-check .check-text {
  width: 502px;
  padding-left: 2px;
}
.block-check .check-button {
  width: 470px;
  padding-top: 20px;
}
.block-check.is-bread .check-inner:after {
  content: url(../img/check_img_01.png);
  position: absolute;
  top: -81px;
  left: 0;
}
.block-check.is-bread .check-inner:before {
  content: url(../img/check_img_02.png);
  position: absolute;
  top: -50px;
  right: 0;
}

/* -------------------------------- */
.section-title {
  text-align: center;
  padding: 100px 0 60px;
}

.section-bread {
  background: url(../img/bread_background_01.png) 0 0 repeat;
  height: 890px;
}
.section-bread .section-title {
  padding-top: 80px;
  padding-bottom: 40px;
}

.bread-text {
  text-align: center;
}

.block-read {
  background: url(../img/bread_background_02.png) 0 0 no-repeat;
  height: 323px;
  padding: 20px 0 0 80px;
  margin-bottom: 8px;
  display: flex;
}
.block-read .item {
  padding-top: 40px;
  height: 244px;
}
.block-read .item:nth-child(odd) {
  background: url(../img/bread_background_03.png) 0 0 no-repeat;
  width: 401px;
  margin-right: 39px;
  padding-left: 110px;
}
.block-read .item:nth-child(even) {
  background: url(../img/bread_background_04.png) 0 0 no-repeat;
  width: 405px;
  padding-left: 40px;
}
.block-read .read-text {
  margin-bottom: 20px;
}
.block-read .detail-text {
  width: 260px;
}

/* -------------------------------- */
.section-bakery {
  margin-bottom: 157px;
}
.section-bakery .section-title {
  padding-top: 45px;
}

.block-point .point-title {
  margin-bottom: 22px;
}
.block-point .machine-image {
  margin-bottom: 33px;
}
.block-point .point-text {
  text-align: center;
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 28px;
}

.list-chef {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
}
.list-chef .item {
  width: 300px;
  margin-right: 50px;
}
.list-chef .item:nth-child(3n) {
  margin-right: 0;
}

.block-pan {
  text-align: center;
  height: 688px;
  background: url(../img/bakery_background.png) 0 bottom no-repeat;
}
.block-pan .point-text {
  padding-top: 30px;
}
.block-pan .pan-image {
  margin-bottom: 30px;
}
.block-pan .add-text {
  width: 905px;
  margin: 0 auto;
  line-height: 1;
  font-size: 1.2rem;
  color: #835d3d;
}

/* -------------------------------- */
.section-support {
  background-color: #f7f2e8;
  padding-bottom: 140px;
}

.list-support {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list-support .item {
  width: 490px;
  height: 329px;
  margin-bottom: 20px;
}
.list-support .item:first-child {
  background: url(../img/support_bg_01.png) 0 bottom no-repeat;
}
.list-support .item:nth-child(2) {
  background: url(../img/support_bg_02.jpg) 0 bottom no-repeat;
}
.list-support .item:nth-child(3) {
  background: url(../img/support_bg_03.jpg) 0 bottom no-repeat;
}
.list-support .item:nth-child(3) .fee-text {
  padding-top: 10px;
}
.list-support .item:nth-child(4) {
  background: url(../img/support_bg_04.jpg) 0 bottom no-repeat;
}
.list-support .support-text {
  text-align: center;
  padding-top: 25px;
}
.list-support .fee-text {
  padding: 18px 30px 0;
  letter-spacing: -0.05em;
}

.block-shop {
  background: url(../img/support_bg_05.png) 0 0 no-repeat;
  height: 480px;
  padding: 43px 50px 0 50px;
}
.block-shop .shop-title {
  line-height: 1;
  color: #ec6877;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.block-shop .shop-text {
  line-height: 1;
  margin-bottom: 20px;
}
.block-shop .flow-title {
  background-color: #eb6877;
  font-size: 2rem;
  color: #fff;
  padding-left: 10px;
  margin-bottom: 10px;
}

.list-plan {
  display: flex;
}
.list-plan .item {
  width: 230px;
}
.list-plan .item:nth-child(4) {
  width: 210px;
}
.list-plan .plan-title {
  font-size: 1.8rem;
  color: #693d00;
  font-weight: bold;
  height: 53px;
  line-height: 1.3;
}
.list-plan .plan-text {
  padding-right: 30px;
}
.list-plan .plan-image {
  margin-bottom: 10px;
}

/* -------------------------------- */
.is-background {
  background-image: url(../img/block_background_01.png);
  background-position: 0 0;
  background-repeat: repeat-x;
}

.section-life{
  padding-bottom: 140px;
}
.section-life .section-title,
.section-commute .section-title{
  padding-bottom: 70px;
}

.list-life,
.list-commute {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list-life li:nth-child(n + 3){
  margin-top: 40px;
}

/* -------------------------------- */
.section-store {
  background: #fefce4 url(../img/block_background_02.png) 0 0 repeat-x;
  padding-bottom: 130px;
}
.section-store .store-image {
  margin-bottom: 60px;
}
.section-store .section-title {
  padding-bottom: 70px;
}

.block-store {
  background: #fefce4 url(../img/store_background.png) 0 bottom no-repeat;
  margin-bottom: 40px;
}

.list-store {
  padding: 25px 0 10px 50px;
  display: flex;
  flex-wrap: wrap;
}
.list-store .item {
  width: 430px;
}
.list-store .item:nth-child(even) {
  margin-left: 40px;
}
.list-store .open-title {
  margin-bottom: 25px;
}
.list-store .open-title {
  margin-bottom: 15px;
}
.list-store .open-text {
  margin-bottom: 35px;
}

.block-movie {
  background: url(../img/video_img.png) center/cover no-repeat;
  width: 800px;
  height: 450px;
  margin: 0 auto 60px;
}
.block-movie iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* -------------------------------- */
.section-graduate {
  padding-bottom: 130px;
}

.block-graduate {
  background: #f5ede3;
  margin-bottom: 40px;
  height: 564px;
}
.block-graduate .box-graduate {
  display: flex;
  padding: 0 50px 25px;
}
.block-graduate .graduate-image {
  width: 290px;
}

.list-graduate {
  padding: 2px 0 0 40px;
  width: 610px;
}
.list-graduate .question-text {
  color: #693d00;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}
.list-graduate .answer-text {
  padding-bottom: 20px;
  border-bottom: 1px dashed #cea671;
  margin-bottom: 20px;
}

.is-square {
  background: #fff url(../img/age_background.png) 0 bottom no-repeat;
}

.block-age {
  padding-bottom: 25px;
  margin: 70px 0 40px;
}
.block-age .age-title {
  margin-bottom: 48px;
}

.box-age {
  display: flex;
}
.box-age .chart-image:first-child {
  width: 418px;
  margin: 0 71px 0 104px;
}
.box-age .chart-image:nth-child(2) {
  width: 214px;
}
.box-age .chart-image img {
  margin-bottom: 25px;
}

.block-location {
  padding-bottom: 35px;
}
.block-location .location-title {
  margin-bottom: 35px;
}
.block-location .location-text {
  text-align: center;
  line-height: 1;
  margin-bottom: 25px;
}

.list-location {
  padding-left: 40px;
  display: flex;
}
.list-location .item {
  width: 440px;
  margin-right: 40px;
}
.list-location .subtitle {
  margin-bottom: 15px;
}
.list-location .shop-text {
  width: 420px;
}

/*--------------------------------------------------------------
# our-vision
--------------------------------------------------------------*/
.our-vision-wrap{
	background-color: #fff;
	width: 100%;
	padding: 80px 0;
	display: flex;
	justify-content: center;
}
.our-vision-wrap.is-add-border{
	padding-top: 0;
	margin-top: 80px;
}

.our-vision-head{
	width: 140px;
	height: 40px;
}

.our-vision-wrap.is-add-border .our-vision{
border-top: 1px solid #e5e5e5;
	padding-top: 80px;
}

.our-vision-body{
	display: flex;
	margin-top: 20px;
}

.our-vision-thum{
	margin-right: 60px;
}

.our-vision-text-area-heading{
	font-size: 25px;
	line-height: 1.4;
	text-align: left;
}

.our-vision-text-wrap{
	margin-top: 20px;
}

.our-vision-text-wrap > * + * {
	margin-top: 8px;
}

.our-vision-text{
	font-size: 14px;
	line-height: 2;
	text-align: left;
}

/*# sourceMappingURL=style.css.map */

.header{
	padding: 15px 15px 0;
	margin: 0 auto;
}