@charset "UTF-8";
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, menu, nav, section, summary {
  display: block;
}

body {
  font-size: 0.625em;
  -webkit-text-size-adjust: none;
}

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

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

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

/* link
--------------------------------------------------*/
a {
  color: #0851d7;
}
a:link, a:active, a:visited {
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
  opacity: 0.8;
}

/* outline
--------------------------------------------------*/
body {
  font-family: "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  color: #333;
  /*min-width: 1120px;*/
}

.container {
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 1%;
    line-height: 1.5;
    position: relative;
    overflow-x: hidden;
  }
  body.open {
    position: fixed;
    width: 100%;
  }
  .container {
    width: auto;
  }
}
.pc {
  display: block;
}

.sp {
  display: none;
}

span.pc, a.pc {
  display: inline-block;
}

main {
  margin-top: 40px;
}

b, strong {
  font-weight: bold;
}

header {
  background-color: #535353;
  color: #fff;
  font-size: 13px;
  height: 40px;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
}
header ul {
  max-width: 1200px;
  margin: auto;
  letter-spacing: -0.5em;
  text-align: center;
}
header ul li {
  letter-spacing: normal;
  display: inline-block;
}
header ul li > img {
  margin-top: 5px;
}
header ul li a {
  color: #fff;
  height: 40px;
  display: table;
}
header ul li a span {
  display: table-cell;
  vertical-align: middle;
}
header ul li a span img {
  margin-right: 5px;
}
header ul li a img {
  display: block;
  margin-top: 5px;
}

.moreBtn {
  display: inline-block;
  text-decoration: none !important;
  background: #B1947E;
  color: white;
  border-radius: 50px;
  padding: 0.6rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.8em;
  text-align: center;
  width: auto;
  margin: auto;
  line-height: 1;
}

.btn-list {
  letter-spacing: -0.5em;
}
.btn-list li {
  display: inline-block;
  letter-spacing: normal;
  margin-right: 36px;
}

footer {
  font-size: 13px;
  margin-top: 100px;
}
footer h2 {
  text-align: center;
  padding: 20px 0;
}
footer .address {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 40px;
  font-weight: bold;
  text-align: center;
}
footer .address span {
  font-size: 28px;
}
footer ol {
  letter-spacing: -0.5em;
  text-align: center;
  margin-bottom: 30px;
  margin-bottom: 0;
}
footer ol li {
  display: inline-block;
  letter-spacing: normal;
  width: 23%;
  margin: 0 1%;
}
footer ol li a {
  display: block;
  background: #B1947E;
  font-size: 18px;
  color: #fff;
  padding: 10px 0;
  line-height: 1;
}
footer ol li a:hover {
  text-decoration: none;
}
footer ul {
  max-width: 1200px;
  margin: auto;
  letter-spacing: -0.5em;
  padding: 0 10px;
}
footer ul li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  margin-right: 3%;
  width: 48.5%;
}
footer ul li:last-child {
  margin-right: 0;
}
footer ul li .maps {
  width: 100%;
  height: 240px;
}
footer ul li .maps iframe {
  width: 100%;
  height: 240px;
}
footer ul li h3 {
  text-align: center;
  padding: 0 0 13px;
  margin: auto;
}
footer ul li .autoHeight {
  text-align: center;
}
footer ul li p {
  margin: 10px auto 0;
  color: #808080;
  font-size: 16px;
  line-height: 1.4;
  width: 80%;
}
footer ul li > a,
footer ul li p a {
  color: #808080;
  height: 40px;
  line-height: 28px;
  display: block;
  background-color: #D0D0D0;
  text-align: center;
  padding: 6px 0;
  font-size: 16px;
  margin: 9px 0 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
footer ul li > a:hover,
footer ul li p a:hover {
  text-decoration: none;
}
footer .bottom {
  background-color: #727171;
  color: #fff;
  text-align: center;
  padding: 15px 0 5px;
}
footer .bottom h2 {
  padding: 5px 0 25px;
}
footer .bottom p {
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  span.sp, a.sp {
    display: inline-block;
  }
  span.pc, a.pc {
    display: none;
  }
  main {
    margin-top: 45px;
  }
  header {
    font-size: 13px;
    height: auto;
  }
  header ul li {
    vertical-align: top;
    height: 45px;
  }
  header ul li img {
    vertical-align: middle;
    margin-top: 10px;
  }
  header ul li a img {
    margin-top: 10px;
  }
  .moreBtn {
    padding: 0.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 11px;
    font-size: 2.9vw;
    width: auto;
    margin: auto;
  }
  .btn-list li {
    margin-right: 3%;
  }
  .btn-list li:last-child {
    margin-right: 0;
  }
  footer {
    font-size: 13px;
    margin-top: 30px;
  }
  footer h2 {
    text-align: center;
    padding: 20px 10px;
  }
  footer .address {
    font-size: 13px;
    font-size: 3.47vw;
    margin-bottom: 30px;
  }
  footer .address span {
    font-size: 21px;
    font-size: 5.6vw;
  }
  footer ol li {
    width: 96%;
    margin: 0 2% 15px;
  }
  footer ul {
    max-width: 1200px;
    margin: auto;
    letter-spacing: -0.5em;
    padding: 0 10px;
  }
  footer ul li {
    display: block;
    margin-right: 0;
    width: auto;
  }
  footer ul li .maps {
    width: 100%;
  }
  footer ul li h3 {
    text-align: center;
    padding: 13px 0 10px;
    height: 21px;
  }
  footer ul li h3 img {
    height: 21px;
  }
  footer ul li p {
    margin: 10px auto 0;
    font-size: 16px;
    line-height: 1.4;
  }
  footer ul li a:hover {
    text-decoration: none;
  }
  footer .bottom {
    padding: 15px 0 5px;
  }
  footer .bottom h2 {
    width: 67%;
    margin: auto;
    padding: 5px 0 10px;
  }
  footer .bottom p.copyright {
    font-size: 10px;
  }
}
.head {
  text-align: center;
  font-size: 15px;
}
.head span {
  font-weight: bold;
}

.mainvisual img {
  width: 100%;
}
.mainvisual #video {
  width: 100%;
  vertical-align: top;
  margin: auto;
}
.mainvisual .control {
  padding: 0;
  position: relative;
}
.mainvisual .control > span {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.mainvisual .control a {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4) url(../img/ico_sound_off.png) no-repeat center center;
}
.mainvisual .control a.active {
  background: rgba(0, 0, 0, 0.4) url(../img/ico_sound_on.png) no-repeat center center;
}

.intro {
  padding: 27px 10px;
  background: #F2F2F2;
  text-align: center;
}
.intro h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
.intro p {
  font-size: 20px;
  margin-bottom: 20px;
}

.near {
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.3;
  padding: 50px 0 10px;
}

.contents {
  letter-spacing: -0.5em;
  padding-bottom: 12px;
}
.contents li {
  letter-spacing: normal;
  display: inline-block;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 7px 0;
  vertical-align: top;
  line-height: 1.4;
}
.contents li a {
  text-align: center;
  display: block;
  color: #000;
  background-color: #F2F2F2;
  padding-bottom: 20px;
}
.contents li a:hover {
  text-decoration: none;
}
.contents li a h3 {
  font-size: 34px;
  font-weight: bold;
  padding-top: 25px;
  padding-bottom: 10px;
  line-height: 1.2;
}
.contents li a h3 span {
  font-size: 18px;
}
.contents li a p.subtitle {
  font-size: 24px;
  margin-top: 10px;
}
.contents li a p.tel {
  font-size: 36px;
  font-weight: bold;
}
.contents li a p.courses {
  font-size: 16px;
  margin: 10px auto 0;
  padding-bottom: 20px;
}
.contents li.cell01 a {
  background: #F2F2F2 url(../img/img_character01.jpg) no-repeat top 30px center;
}
.contents li.cell02 a {
  background: #F2F2F2 url(../img/img_character02.jpg) no-repeat top 30px center;
}
.contents li.cell03 a {
  background: #F2F2F2 url(../img/img_character03.jpg) no-repeat top 30px center;
}
.contents li.cell04 a {
  background: #F2F2F2 url(../img/img_character04.jpg) no-repeat top 30px center;
}
.contents.group li {
  padding: 12px 0 0;
  margin-right: 14px;
  width: calc(50% - 7px);
}
.contents.group li:last-child {
  margin-right: 0;
}
.contents.group li figure img {
  width: 100%;
}
.contents.group li .caption {
  font-size: 14px;
  margin: 20px auto 0;
  padding-bottom: 20px;
}
.contents.reservation {
  letter-spacing: normal;
  margin-top: -7px;
}
.contents.reservation a {
  text-align: center;
  display: block;
  color: #000;
  background-color: #F2F2F2;
  padding: 20px 0;
}
.contents.reservation a:hover {
  text-decoration: none;
}
.contents.reservation a .subtitle {
  font-size: 20px;
}
.contents.reservation a h3 {
  font-size: 34px;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 20px;
  line-height: 1.2;
}
.contents.character li a {
  height: 500px;
  position: relative;
}
.contents.character li a .moreBtn {
  position: absolute;
  left: 0;
  right: 0;
  width: 176px;
  bottom: 30px;
}
.contents.character li:nth-child(odd) {
  padding-right: 7px;
}
.contents.character li:nth-child(even) {
  padding-left: 7px;
}

.hsr {
  background: #f2f2f2;
  text-align: center;
  padding: 30px 0 40px;
  margin-top: 100px;
}
.hsr h2 {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2;
}
.hsr p {
  color: #808080;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0 10px;
}
.hsr .moreBtn {
  margin-top: 30px;
}

.recruit-info {
  max-width: 1200px;
  padding: 0 10px;
  margin: 0 auto 0;
}
.recruit-info h2 {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  padding: 50px 0 30px;
}

@media screen and (max-width: 767px) {
  .head {
    font-size: 13px;
    padding: 15px 4%;
  }
  .intro {
    padding: 13px 10px 16px;
    background-size: 84%;
  }
  .intro h2 {
    font-size: 23px;
    font-size: 5vw;
    line-height: 1.5;
    margin-bottom: 5px;
    width: 100%;
  }
  .intro p {
    font-size: 13px;
    font-size: 3.47vw;
    width: 100%;
  }
  .intro p.name {
    font-size: 12px;
    font-size: 3.2vw;
    margin: 15px 0;
    text-align: right;
    width: 100%;
  }
  .near {
    font-size: 21px;
    font-size: 5.6vw;
  }
  .contents {
    letter-spacing: -0.5em;
    padding-bottom: 12px;
  }
  .contents li {
    display: block;
    width: 100%;
    padding-top: 12px;
    vertical-align: top;
    line-height: 1.4;
  }
  .contents li a {
    padding: 0 10px;
    background-size: auto 100% !important;
  }
  .contents li a:hover {
    text-decoration: none;
  }
  .contents li a h3 {
    font-size: 21px;
    font-size: 5.6vw;
    padding-top: 15px;
  }
  .contents li a p.subtitle {
    font-size: 13px;
    font-size: 3.47vw;
    margin-top: 0;
  }
  .contents li a p.tel {
    font-size: 24px;
    font-size: 5.6vw;
  }
  .contents li.cell01 a {
    background: #F2F2F2 url(../img/img_character01.jpg) no-repeat top center;
  }
  .contents li.cell02 a {
    background: #F2F2F2 url(../img/img_character02.jpg) no-repeat top 5px center;
  }
  .contents li.cell03 a {
    background: #F2F2F2 url(../img/img_character03.jpg) no-repeat top 1vw center;
  }
  .contents li.cell04 a {
    background: #F2F2F2 url(../img/img_character04.jpg) no-repeat top 1vw center;
  }
  .contents.group li {
    width: 100%;
    padding: 7px;
  }
  .contents.group li a {
    padding-bottom: 20px;
  }
  .contents.group li figure img {
    width: 100%;
  }
  .contents.group li .caption {
    font-size: 14px;
    margin: 20px auto 0;
    padding-bottom: 20px;
  }
  .contents.group li:nth-child(3n) {
    padding-right: 7px;
  }
  .contents.group li:nth-child(3n-2) {
    padding-left: 7px;
  }
  .contents.group li .moreBtn {
    width: 40%;
  }
  .contents.reservation {
    margin: -7px 7px 0;
  }
  .contents.reservation a {
    padding: 20px 0;
  }
  .contents.reservation a:hover {
    text-decoration: none;
  }
  .contents.reservation a .subtitle {
    font-size: 14px;
  }
  .contents.reservation a h3 {
    font-size: 22px;
    padding-top: 5px;
    padding-bottom: 20px;
  }
  .contents.reservation a .moreBtn {
    width: 40%;
  }
  .contents.character li a {
    height: 76vw;
    position: relative;
  }
  .contents.character li a .moreBtn {
    width: 40%;
    bottom: 10px;
  }
  .hsr {
    padding: 20px 0 20px;
    margin-top: 30px;
  }
  .hsr h2 {
    font-size: 21px;
    font-size: 5.6vw;
  }
  .hsr p {
    font-size: 13px;
    font-size: 3.47vw;
    padding: 10px 0 10px;
  }
  .hsr .moreBtn {
    margin-top: 20px;
  }
  .recruit-info {
    padding: 0 2%;
    margin: 0 auto 0;
  }
  .recruit-info h2 {
    font-size: 21px;
    font-size: 5.6vw;
    padding: 50px 0 30px;
  }
}
/*  outline  */
h1.gloup {
  text-align: center;
  margin: 90px auto 0;
}

h3.grayback {
  font-size: 29px;
  text-align: center;
  font-weight: bold;
  background: #C8C9C9;
  padding: 5px;
  margin-bottom: 20px;
}

h4 {
  font-size: 23px;
  font-weight: bold;
}

.texts {
  margin: 0 5% 40px;
  font-size: 18px;
}
.texts p {
  color: #808080;
}
.texts a {
  color: #2EA6DF;
}
.texts.big p {
  font-size: 22px;
}

.tablearea {
  margin: 0 5% 100px;
}
.tablearea .bnr p {
  text-align: center;
  color: #949494;
  font-size: 13pt;
  margin: 15px 0 30px;
}
.tablearea table tr th, .tablearea table tr td {
  border: 1px solid #000;
  padding: 15px;
}

.btn_list {
  margin-top: 10px;
  overflow: hidden;
  margin-bottom: 10px;
  margin-left: 0 !important;
  display: block;
  /*clear: both;*/
  letter-spacing: -0.5em;
}
.btn_list + .btn_list {
  margin-top: -15px;
}
.btn_list.right {
  text-align: right;
}
.btn_list.center {
  text-align: center;
}
.btn_list.large {
  text-align: center;
}
.btn_list.large li {
  width: 80%;
}
.btn_list li {
  display: inline-block;
  letter-spacing: normal;
  width: 33.333%;
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.btn_list li a {
  display: block;
  text-decoration: none !important;
  background: #97b57f; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#bbcea8), to(#97b57f));
  background: linear-gradient(to right, #bbcea8 0%, #97b57f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#bbcea8", endColorstr="#97b57f",GradientType=1 ); /* IE6-9 */
  color: white;
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn_list.gray li a {
  border-radius: 0;
  background: #cccccc;
  color: #fff;
}
.btn_list.red li a {
  border-radius: 1rem;
  background: #ff647e;
  color: #fff;
}
.btn_list.red.large li {
  width: 100%;
}
.btn_list.half li {
  width: 50%;
}

@media screen and (max-width: 767px) {
  h1.gloup {
    margin: 90px 3% 0;
  }
  h3.grayback {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
    font-weight: bold;
  }
  .texts {
    margin: 0 3% 20px;
    font-size: 15px;
  }
  .texts.big p {
    font-size: 18px;
  }
  .tablearea {
    margin: 0 3% 20px;
  }
  .tablearea .bnr p {
    font-size: 12pt;
    margin: 10px 0 20px;
  }
  .tablearea table {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 2.5rem;
    overflow: auto;
  }
  .tablearea table tr th, .tablearea table tr td {
    width: auto !important;
    padding: 0.5rem !important;
  }
  .tablearea table tr th .btn_list.red.large li a, .tablearea table tr td .btn_list.red.large li a {
    font-size: 9pt !important;
    border-radius: 15px;
  }
  .tablearea table tr th span, .tablearea table tr td span {
    font-size: 10pt !important;
  }
  .tablearea table tr th {
    color: white;
    width: 30%;
    font-weight: bold;
    text-align: center;
  }
}
.wysiwyg {
  font-size: 1.4em;
  margin-bottom: 40px;
}
.wysiwyg h3, .wysiwyg h4, .wysiwyg h5 {
  font-weight: bold;
  color: #814286;
}
.wysiwyg h3 {
  font-size: 18px;
  border-left: 5px solid #814286;
  border-bottom: 1px solid #814286;
  padding: 0 0 5px 10px;
  margin: 0 0 10px;
}
.wysiwyg h4 {
  font-size: 16px;
  border-left: 4px solid #814286;
  border-bottom: 1px solid #814286;
  padding: 0 0 5px 10px;
  margin: 0 0 10px;
}
.wysiwyg h5 {
  font-size: 16px;
  margin: 0 0 8px;
}
.wysiwyg p, .wysiwyg ul, .wysiwyg ol {
  margin: 25px 0;
}
.wysiwyg div {
  margin: 25px 0;
}
.wysiwyg div:after {
  content: "";
  display: block;
  clear: both;
}
.wysiwyg strong {
  font-weight: bold;
}
.wysiwyg table {
  border-collapse: collapse;
  font-size: 100%;
}
.wysiwyg table th, .wysiwyg table td {
  padding: 7px 10px;
  border: 1px solid #ccc;
  font-size: 100%;
}
.wysiwyg table th {
  background: #814286;
  color: #fff;
  font-weight: normal;
}
.wysiwyg ul, .wysiwyg ol {
  list-style-position: outside;
  margin-left: 20px;
  padding: 0;
}
.wysiwyg ul li {
  list-style: disc;
}
.wysiwyg ol li {
  list-style: decimal;
}

.mceContentBody {
  font-size: 14px;
  padding: 0 20px;
}