@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
 * ----------------------------------------------- */
/* header
 * ----------------------------------------------- */
header {
  width: 840px;
  margin: 0 auto;
}
header .header-inner {
  display: flex;
  justify-content: space-between;
}
header .header-logo {
  width: 420px;
}
header .image-vantan {
  width: 420px;
  height: 56px;
}

/* footer
 * ----------------------------------------------- */
footer {
  padding: 0 5px 10px;
}
footer .link-inner {
  color: #8f6c5e;
}
footer .list-address {
  margin: 3px 0 10px;
}
footer .list-address .text-adrress,
footer .list-address .phone {
  color: #787878;
}
footer address {
  display: inline-block;
  margin: 0 7px 0 5px;
}
footer .copy-right {
  text-align: center;
}

.link-inner {
  color: #724c31;
  text-decoration: underline;
}
.link-inner:hover {
  text-decoration: none;
}

.inner {
  padding: 0 20px;
}

/* PAGES
 * ----------------------------------------------- */
/* chef page
 * ----------------------------------------------- */
/* general
 * ---------------------------- */
body {
  background: #fff;
  color: #000;
  font: 13px "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
  line-height: 1.4;
  word-spacing: 0.1em;
  width: 100%;
}

/* -------------------------------- */
.section-main {
  background: #fff;
}
.section-main .main-inner {
  margin: 0 auto;
  width: 902px;
}
.section-main .block-main {
  position: relative;
  display: flex;
  padding-left: 31px;
}
.section-main .link-main {
  position: absolute;
  bottom: 20px;
  left: 73px;
}
.section-main .main-point {
  width: 860px;
  margin: 0 auto;
}
.section-main .main-image img {
  width: 450px;
  height: 364px;
}

/* -------------------------------- */
.wrapper {
  background: url(../img/background_container.gif) repeat-y center;
  margin: 0 auto;
  width: 850px;
  padding: 0 25px;
}

.section-title {
  margin-bottom: 12px;
}

/* -------------------------------- */
.section-course {
  padding-top: 20px;
  margin-bottom: 10px;
}
.section-course .course-title {
  margin-bottom: 9px;
}
.section-course .about-image {
  margin-bottom: 30px;
}

.list-course {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px 10px;
}
.list-course .item {
  position: relative;
  width: 376px;
  margin-bottom: 15px;
}
.list-course .item:nth-child(odd) {
  margin-right: 25px;
}
.list-course .item-text {
  position: absolute;
  top: 78px;
  left: 214px;
  width: 150px;
  font-size: 0.85em;
}

/* -------------------------------- */
.block-request {
  position: relative;
  background: url(../img/request_background.gif) no-repeat;
  text-align: right;
  margin: 0 auto 40px;
  width: 760px;
  height: 114px;
}
.block-request .link-request {
  position: relative;
  top: -4px;
  right: 12px;
}

/* -------------------------------- */
.section-even {
  margin-bottom: 50px;
}
.section-even .even-image {
  margin: 0 17px;
}

/* -------------------------------- */
.block-movie {
  width: 720px;
  height: 405px;
  margin: 30px auto 30px;
  background: url(../img/video_img.png) 0 0/cover no-repeat;
}
.block-movie iframe {
  width: 100%;
  height: 100%;
}

.section-graduate {
  margin-bottom: 40px;
}

.block-graduate {
  background: url(../img/img_dot.gif) repeat-y center top;
  display: flex;
}
.block-graduate .item {
  display: flex;
  justify-content: space-between;
  width: 390px;
  padding-top: 5px;
  margin-bottom: 10px;
}
.block-graduate .item:nth-child(odd) {
  margin-right: 20px;
}
.block-graduate .box-detail {
  width: 250px;
}
.block-graduate .graduate-image {
  width: 129px;
}
.block-graduate .subtitle {
  margin-bottom: 8px;
}
.block-graduate .detail-text {
  padding: 0 3px;
}

.block-open {
  margin: 5px 10px 0;
}
.block-open dt {
  margin-bottom: 10px;
}
.block-open dt span {
  font-size: 116%;
  font-weight: bold;
}

/* -------------------------------- */
.section-facility {
  margin-bottom: 40px;
}
.section-facility p.catch-text {
  margin: 0 10px 10px;
}
.section-facility .location-image {
  margin-bottom: 15px;
}

.go-top-text {
  margin-bottom: 2px;
  text-align: right;
}
.go-top-text a {
  color: #8f6c5e;
  text-decoration: underline;
}
.go-top-text a:hover {
  text-decoration: none;
}

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