@charset "UTF-8";
/* ==================================================================================== 

    R E S E T

==================================================================================== */
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

article, aside, audio, bb, canvas, datagrid, datalist, details, dialog, eventsource, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, time, video {
  display: block;
  margin: 0;
  padding: 0;
}

.cf:after,
.pageMenu ul:after,
.post:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}

/* ==================================================================================== 

    S C S S   I T E M

==================================================================================== */
/* ==================================================================================== 

    C O M M O N

==================================================================================== */
* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 10px;
}

body {
  max-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}

p {
  text-align: justify;
  line-height: 1.6;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

#wrapper {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  position: relative;
  overflow: hidden;
  color: #231815;
  background: #FCEEF4;
}

.inner {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 1000px;
  max-width: 100%;
}

.flex {
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
}

.between {
  -webkit-box-pack: justify;
  /*Android4.3*/
  -moz-box-pack: justify;
  /*Firefox21*/
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-justify-content: space-between;
  /*PC-Safari,iOS8.4*/
  justify-content: space-between;
}

/* ==================================================================================== 

    HEADER

==================================================================================== */
#common-header {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 8px solid #6A3A0D;
  background: #fff;
}
#common-header .inner {
  position: relative;
}
#common-header h1,
#common-header .site-logo {
  text-align: center;
}
#common-header h1 {
  margin-bottom: 10px;
  color: #6A3A0D;
  font-family: Ryumin Medium KL, "リュウミン M-KL", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 12px;
  font-size: 1.2rem;
}

.header-tel {
  position: absolute;
  top: 0;
  right: 0;
}
.header-tel p {
  text-align: center;
}
.header-tel p em {
  padding: 4px 8px;
  display: block;
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
  background: #6A3A0D;
}

.header-tel-link {
  margin-bottom: 3px;
  line-height: 1;
  font-size: 24px;
  font-size: 2.4rem;
  color: #6A3A0D;
}

/* ==================================================================================== 

    NAV

==================================================================================== */
#common-nav {
  padding-bottom: 15px;
  background: #fff;
}

.nav-list {
  text-align: center;
  font-size: 0;
}
.nav-list li {
  display: inline-block;
  vertical-align: middle;
}
.nav-list li a {
  padding: 10px 20px;
  display: block;
  color: #6A3A0D;
  font-size: 16px;
  font-size: 1.6rem;
  transition: all 0.5s ease;
}
.nav-list li a:hover {
  background: #6A3A0D;
  color: #fff;
}
.nav-list li + li a {
  border-left: 1px solid #6A3A0D;
}

/* ==================================================================================== 

    FOOTER

==================================================================================== */
#common-footer {
  padding-top: 40px;
}

.copy-right {
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #6A3A0D;
}
.copy-right p {
  text-align: center;
}
.copy-right p small {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 1px;
}

/* ==================================================================================== 

    INDEX

==================================================================================== */
.index-mv {
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: url(../img/mv-index.jpg) no-repeat center;
  background-size: cover;
}

.index-mv-text-box {
  margin: 0 auto;
  padding: 15px;
  width: 460px;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
}
.index-mv-text-box p {
  text-align: center;
  font-family: Ryumin Medium KL, "リュウミン M-KL", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  color: #6A3A0D;
}
.index-mv-text-box p strong {
  font-size: 22px;
  font-size: 2.2rem;
}
.index-mv-text-box p + p {
  margin-top: 10px;
}

.index-bannar-nav {
  margin: 20px 0;
}
.index-bannar-nav li {
  width: 32.29167%;
}
.index-bannar-nav li a {
  transition: all 0.5s ease;
}
.index-bannar-nav li a:hover {
  opacity: 0.6;
}

.line-bg {
  margin: 40px 0;
  height: 14px;
  background: url(../img/line-bg.gif) repeat-x;
}

.content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.title-reserve {
  margin-bottom: 20px;
  text-align: center;
}
.title-reserve span {
  padding: 10px 20px;
  background: rgba(44, 166, 224, 0.5);
  display: inline-block;
  border-radius: 10px;
  font-weight: bold;
}

.reserve-list {
  margin: 30px 0;
}
.reserve-list li {
  padding: 10px;
  width: 32.29167%;
  background: #6A3A0D;
  text-align: center;
  font-family: Ryumin Medium KL, "リュウミン M-KL", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
}

.store-info {
  width: 47.91667%;
  color: #6A3A0D;
}
.store-info h3 {
  margin-bottom: 10px;
  font-weight: bold;
  color: #6A3A0D;
}

.frame-box {
  margin-bottom: 15px;
  padding-top: 300px;
  position: relative;
}
.frame-box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.title-menu {
  padding-top: 30px;
  padding-bottom: 30px;
  background: url(../img/title-menu-bg.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: Ryumin Medium KL, "リュウミン M-KL", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.title-menu em {
  color: #EA5A16;
}
.title-menu span {
  margin-top: 5px;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}

.title-menu-cat {
  padding-bottom: 5px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-family: Ryumin Medium KL, "リュウミン M-KL", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #6A3A0D;
  border-bottom: 2px solid #EA5A16;
}

.title-menu-cat-caption {
  margin-bottom: 30px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-family: Ryumin Medium KL, "リュウミン M-KL", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #6A3A0D;
}

.tc {
  text-align: center;
}

.min {
  font-family: Ryumin Medium KL, "リュウミン M-KL", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.course-short {
  width: 43.75%;
  font-family: Ryumin Medium KL, "リュウミン M-KL", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #6A3A0D;
  font-size: 14px;
  font-size: 1.4rem;
}
.course-short p {
  margin-bottom: 20px;
}

.course-long {
  width: 54.16667%;
  font-family: Ryumin Medium KL, "リュウミン M-KL", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #6A3A0D;
  font-size: 14px;
  font-size: 1.4rem;
}
.course-long p {
  margin-bottom: 20px;
}

.course-info {
  padding: 15px;
  background: #E3F2FA;
}
.course-info dl {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}
.course-info dl dt {
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.course-info dl dd {
  line-height: 1.6;
  font-size: 12px;
  font-size: 1.2rem;
}
.course-info dl + dl {
  margin-top: 20px;
}

.title-cource {
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.title-caption {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}

.mb80 {
  margin-bottom: 80px;
}

.page-box {
  padding: 30px;
  background: rgba(255, 255, 255, 0.7);
}

.title-page {
  margin-bottom: 30px;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #6A3A0D;
}

.recruit-date {
  color: #6A3A0D;
}
.recruit-date dt {
  margin-bottom: 5px;
  line-height: 1.3;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.recruit-date dd {
  line-height: 1.6;
}
.recruit-date dd p + p {
  margin-top: 15px;
}
.recruit-date dd ul {
  margin: 15px 0;
}

.store-name {
  margin-top: 30px;
  font-size: 20px;
  font-size: 2rem;
  color: #6A3A0D;
}

.recruit-date + .recruit-date {
  margin-top: 30px;
}

/* ==================================================================================== 

    p x 以 下

==================================================================================== */
@media only screen and (max-width: 1000px) {
  html {
    font-size: 1vw;
  }

  .header-tel {
    right: 20px;
  }

  .frame-box {
    padding-top: 66%;
  }
}
/* ==================================================================================== 

    p x 以 下

==================================================================================== */
/* ==================================================================================== 

    p x 以 下

==================================================================================== */
@media only screen and (max-width: 640px) {
  .header-tel {
    margin-top: 15px;
    position: static;
  }
}
/* ==================================================================================== 

    p x 以 下

==================================================================================== */
@media only screen and (max-width: 480px) {
  html {
    font-size: 2.4vw;
  }

  .flex {
    display: block;
  }

  .flex-box {
    margin: 20px 0;
    width: 100% !important;
  }

  .nav-list {
    padding: 0;
    display: -webkit-box;
    /*Android4.3*/
    display: -moz-box;
    /*Firefox21*/
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-flex;
    /*PC-Safari,iOS8.4*/
    display: flex;
    -webkit-box-pack: justify;
    /*Android4.3*/
    -moz-box-pack: justify;
    /*Firefox21*/
    -ms-flex-pack: justify;
    /*IE10*/
    -webkit-justify-content: space-between;
    /*PC-Safari,iOS8.4*/
    justify-content: space-between;
  }
  .nav-list li {
    display: block;
    width: 25%;
  }
  .nav-list li a {
    padding: 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .index-bannar-nav li {
    margin: 15px 0;
    text-align: center;
  }
  .index-bannar-nav li img {
    width: 300px;
  }

  .store-info + .store-info {
    padding-top: 20px;
    border-top: 1px solid #6A3A0D;
  }

  .page-box {
    padding: 30px 20px;
  }
}
/* ==================================================================================== 

    p x 以 下

==================================================================================== */
@media only screen and (max-width: 360px) {
  .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* ==================================================================================== 

    p x 以 下

==================================================================================== */

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