@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 FOOTER
 * ----------------------------------------------- */
footer {
  background-color: #f4f1eb;
}
footer .list-shop {
  display: flex;
}
footer .list-shop li {
  width: 50%;
}
footer .copy-text {
  text-align: center;
  background-color: #f4f1eb;
  font-size: 0.8rem;
  padding: 15px 0;
}
footer .copy-text a {
  text-decoration: underline;
  color: #6c3513;
  display: inline;
}
footer .list-address li {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
  font-size: 1rem;
}
footer .list-address li:first-child {
  padding: 0 15px;
}
footer .list-address .address-name {
  flex: 0 0 89px;
  padding-right: 16px;
}
footer address {
  display: inline;
}

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

body {
  font-size: 1.4rem;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  line-height: 1.3;
}

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

section {
  margin-bottom: 40px;
}

/* ------------------------------------------ */
.section-main {
  margin-bottom: 20px;
}

.block-contact {
  margin-bottom: 40px;
}

/* ------------------------------------------ */
.section-sweet .block-content {
  margin-bottom: 40px;
}
.section-sweet .sweet-title,
.section-sweet .subtitle {
  margin-bottom: 15px;
}
.section-sweet .block-teacher dl {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
.section-sweet .block-teacher .teacher-image {
  width: 23%;
}
.section-sweet .block-teacher .teacher-image img {
  width: 85.18%;
}
.section-sweet .block-teacher .teacher-text {
  width: 77%;
}

/* ------------------------------------------ */
.section-support .support-subtitle {
  margin-bottom: 10px;
}
.section-support .box-support {
  position: relative;
  display: flex;
  margin-bottom: 20px;
}
.section-support .support-images {
  flex: 0 0 120px;
  padding-right: 6px;
}
.section-support .support-text {
  width: 100%;
  padding-top: 5px;
  min-height: 118px;
}
.section-support .list-support li:nth-child(odd) .box-support {
  flex-direction: row-reverse;
}
.section-support .list-support li:nth-child(odd) .support-images {
  padding-right: 0;
  padding-left: 6px;
}

/* ------------------------------------------ */
.section-success .block-content {
  margin-bottom: 40px;
}
.section-success .success-title,
.section-success .success-text {
  margin-bottom: 15px;
}
.section-success .block-title {
  margin-bottom: 20px;
}
.section-success .voice-text {
  margin-bottom: 10px;
}
.section-success .box-detail {
  width: 93.8%;
  margin: 0 auto 20px;
  display: flex;
  min-height: 90px;
}
.section-success .detail-text {
  width: 100%;
}
.section-success .voice-image {
  flex: 0 0 101px;
  text-align: right;
}
.section-success .voice-image img {
  width: 94px;
}
.section-success .list-intro {
  background-color: #f9f0f2;
  border-radius: 5px;
}
.section-success .list-intro li:first-child .intro-text {
  border-bottom: 1px dashed #fff;
}
.section-success .intro-text {
  padding: 8px 0 12px;
  width: 93.8%;
  margin: 0 auto;
}

/* ------------------------------------------ */
.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%;
}

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