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

    MIXIN

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

    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, picture {
  display: block;
  margin: 0;
  padding: 0; }

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

.cf {
  min-height: 1px; }

* {
  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.8;
  font-weight: 300; }

a {
  text-decoration: none; }

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

#wrapper {
  font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  line-height: 1;
  position: relative;
  overflow: hidden; }

.sp {
  display: none !important; }

.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; }

.vertical {
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */ }

.flex-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.flex-bot {
  -webkit-align-items: flex-end;
  align-items: flex-end; }

.wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-box: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }

.btn-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  cursor: pointer;
  outline: none;
  font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; }

.tr {
  text-align: right; }

.tc {
  text-align: center; }
  .tc p {
    text-align: center; }

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

.re {
  position: relative; }

input[type="radio"],
input[type="checkbox"] {
  margin-right: 10px; }

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

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

.half {
  width: 50%; }

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

    COMMON

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

    HEADER

==================================================================================== */
#common-header {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fff; }

.header-wrap {
  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; }

.header-right {
  text-align: right; }

.sns-link {
  margin: 14px 0 0;
  text-align: right; }
  .sns-link > li {
    margin-left: 10px;
    padding-bottom: 20px;
    display: inline-block;
    vertical-align: middle;
    position: relative; }
    .sns-link > li > ul {
      display: none;
      position: absolute;
      bottom: 0;
      right: -30px;
      -webkit-transform: translateY(100%);
      transform: translateY(100%); }
      .sns-link > li > ul:before {
        content: '';
        width: 20px;
        height: 14px;
        background: url(../img/icon-sns.svg) no-repeat center;
        background-size: 100% 100%;
        position: absolute;
        top: 2px;
        right: 27px;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%); }
      .sns-link > li > ul > li a {
        padding: 10px 20px;
        display: block;
        background: #E0D4BE;
        color: #000;
        text-align: center;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: bold; }
        @media only screen and (min-width: 768px) {
          .sns-link > li > ul > li a {
            transition: all 0.5s ease; }
            .sns-link > li > ul > li a:hover {
              background: #e0c799; } }
      .sns-link > li > ul > li + li {
        border-top: 1px solid #fff; }

#sns-torigger {
  cursor: pointer; }

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

    NAv

==================================================================================== */
#common-nav .main-nav {
  text-align: right; }
  #common-nav .main-nav li {
    display: inline-block;
    vertical-align: middle; }
    #common-nav .main-nav li a {
      color: #000;
      font-family: Ryumin Medium KL, "リュウミン M-KL", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
      font-size: 18px;
      font-size: 1.8rem; }
      @media only screen and (min-width: 768px) {
        #common-nav .main-nav li a {
          transition: all 0.5s ease; }
          #common-nav .main-nav li a:hover {
            color: #826972; } }
  #common-nav .main-nav li + li {
    margin-left: 15px; }

.sub-nav {
  padding-left: 30px;
  padding-right: 30px;
  text-align: justify; }
  .sub-nav li {
    margin: 10px 0; }
    .sub-nav li a {
      color: #fff; }
  .sub-nav > li {
    margin-bottom: 30px; }

#nav-torigger {
  display: none;
  width: 24px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  #nav-torigger span {
    width: 100%;
    height: 2px;
    background: #000;
    display: block;
    position: absolute;
    border-radius: 2px;
    left: 0;
    transition: all 0.5s ease; }
    #nav-torigger span:nth-of-type(1) {
      top: 0; }
    #nav-torigger span:nth-of-type(2) {
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    #nav-torigger span:nth-of-type(3) {
      bottom: 0; }
  #nav-torigger.active span:nth-of-type(1) {
    -webkit-transform: translate(0, 8px) rotate(45deg);
    transform: translate(0, 8px) rotate(45deg); }
  #nav-torigger.active span:nth-of-type(2) {
    opacity: 0; }
  #nav-torigger.active span:nth-of-type(3) {
    -webkit-transform: translate(0, -8px) rotate(-45deg);
    transform: translate(0, -8px) rotate(-45deg); }

.nav-tel {
  padding: 20px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  background: #fff; }
  .nav-tel img {
    width: 50%; }

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

    SIDE

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

    FOOTER

==================================================================================== */
#common-footer {
  margin-top: 200px;
  padding-bottom: 10px;
  padding-top: 45px;
  background: #826972;
  color: #fff; }

.footer-info {
  padding-left: 20px; }
  .footer-info p {
    line-height: 1.3;
    letter-spacing: 0.4px; }
    .footer-info p a {
      color: #fff; }
    .footer-info p small {
      font-size: 16px;
      font-size: 1.6rem; }
  .footer-info p + p {
    margin-top: 10px; }

.footer-nav {
  text-align: right; }
  .footer-nav li {
    display: inline-block;
    vertical-align: middle; }
    .footer-nav li a {
      color: #fff;
      font-family: Ryumin Medium KL, "リュウミン M-KL", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
      font-size: 18px;
      font-size: 1.8rem; }
      @media only screen and (min-width: 768px) {
        .footer-nav li a {
          transition: all 0.5s ease; }
          .footer-nav li a:hover {
            color: #826972; } }
  .footer-nav li + li {
    margin-left: 15px; }

.copy {
  margin-top: 80px;
  text-align: right; }
  .copy small {
    font-size: 12px;
    font-size: 1.2rem; }

#btn-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99; }

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

	COMMON

==================================================================================== */
.text-box p + p {
  margin-top: 20px; }

.first-box {
  order: -1; }

.bg-blue {
  background: #D7DFE2; }

.bg-brown {
  background: #E0D4BE; }

.mv-page {
  padding-top: 100px;
  padding-bottom: 100px; }
  .mv-page h2 {
    text-align: center;
    font-size: 42px;
    font-size: 4.2rem;
    font-family: Ryumin Medium KL, "リュウミン M-KL", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #fff; }

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

	HOME

==================================================================================== */
.mv img {
  width: 100%; }

.special-catch {
  margin-bottom: 40px; }

.parallax-wrap {
  margin: 0 auto;
  position: relative;
  width: 1600px;
  max-width: 100%;
  height: 632px;
  overflow: hidden; }
  .parallax-wrap:after {
    content: '';
    width: 1600px;
    height: 257px;
    background: url(../img/bg-item.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .parallax-wrap .inner {
    height: 100%; }
  .parallax-wrap p {
    color: #fff;
    font-family: Ryumin Medium KL, "リュウミン M-KL", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.6;
    letter-spacing: 1px;
    position: absolute;
    bottom: 40px;
    left: 20px;
    z-index: 1; }
  .parallax-wrap.about p {
    bottom: 80px; }

.bg-home01 {
  width: 100%;
  height: 100vh;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/bg-home01.jpg) no-repeat center;
  background-size: cover; }
  .bg-home01.bg-about {
    background: url(../img/bg-about01.jpg) no-repeat center;
    background-size: cover; }

.home-img {
  width: 44.08163%; }

.home-text {
  width: 49.59184%; }
  .home-text p strong {
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
    font-family: Ryumin Medium KL, "リュウミン M-KL", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    line-height: 1.4; }
  .home-text p a {
    padding: 10px;
    width: 160px;
    border: 1px solid #000;
    text-align: center;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
    display: inline-block; }
    @media only screen and (min-width: 768px) {
      .home-text p a {
        transition: all 0.5s ease; }
        .home-text p a:hover {
          background: #000;
          color: #fff; } }

.catch-with {
  margin-bottom: 100px;
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: Ryumin Medium KL, "リュウミン M-KL", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }

.cal {
  margin: 15px 0 100px; }

.link-contact {
  text-align: center; }
  .link-contact dt {
    margin-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .link-contact dd a {
      transition: all 0.5s ease; }
      .link-contact dd a:hover {
        opacity: 0.6; } }

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

	ABOUT

==================================================================================== */
.mv-about {
  background: url(../img/mv-about.jpg) no-repeat center;
  background-size: cover; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .mv-about {
      background: url(../img/mv-about@2x.jpg) no-repeat center;
      background-size: cover; } }

.pnkz {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Ryumin Medium KL, "リュウミン M-KL", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 14px;
  font-size: 1.4rem; }
  .pnkz a {
    color: #000; }

.title-h3 {
  margin-bottom: 60px;
  text-align: center; }
  .title-h3 strong {
    padding-bottom: 3px;
    margin-bottom: 5px;
    display: block;
    position: relative;
    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-h3 strong:after {
      content: '';
      width: 400px;
      height: 1px;
      max-width: 100%;
      background: #000;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }

.profile-img {
  width: 31.42857%; }

.profile-info {
  width: 61.22449%; }
  .profile-info dt {
    margin-bottom: 15px;
    font-family: Ryumin Medium KL, "リュウミン M-KL", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 30px;
    font-size: 3rem; }
  .profile-info dd p {
    line-height: 1.6; }

.about-info {
  padding-top: 30px;
  padding-bottom: 30px; }
  .about-info dl dt {
    margin-bottom: 5px; }
  .about-info dl dd {
    line-height: 1.4;
    font-size: 14px;
    font-size: 1.4rem; }
  .about-info dl + dl {
    margin-top: 15px; }
  .about-info p {
    line-height: 1.4; }
    .about-info p a {
      color: #000; }

.box48 {
  width: 48%; }

.bg-about p {
  bottom: 80px; }

.about-box {
  margin: 80px 0; }

.about-img {
  width: 38.36735%; }

.about-text {
  width: 57.14286%; }
  .about-text h3 {
    margin-bottom: 20px;
    font-size: 31px;
    font-size: 3.1rem;
    font-family: Ryumin Medium KL, "リュウミン M-KL", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #9E5B49; }
  .about-text p {
    line-height: 1.6;
    letter-spacing: -0.5px;
    font-size: 15px;
    font-size: 1.5rem; }

#gallery-wrapper {
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #gallery-wrapper li {
    padding-top: 20%;
    width: 20%;
    position: relative;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff; }
    #gallery-wrapper li img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0; }
    @media only screen and (min-width: 768px) {
      #gallery-wrapper li {
        transition: all 0.5s ease; }
        #gallery-wrapper li:hover {
          opacity: 0.6; } }

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

	COURSE

==================================================================================== */
.mv-course {
  background: url(../img/mv-course.jpg) no-repeat center;
  background-size: cover; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .mv-course {
      background: url(../img/mv-course@2x.jpg) no-repeat center;
      background-size: cover; } }

.cource-catch {
  margin-bottom: 40px;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: Ryumin Medium KL, "リュウミン M-KL", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  line-height: 1.4; }

.bold-w9 {
  color: #006394; }

.course-img {
  width: 36.73469%; }

.course-info {
  width: 60.20408%; }
  .course-info h3 {
    margin-bottom: 20px;
    display: -webkit-box;
    /*Android4.3*/
    display: -moz-box;
    /*Firefox21*/
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-flex;
    /*PC-Safari,iOS8.4*/
    display: flex;
    -webkit-align-items: center;
    /* 縦方向中央揃え（Safari用） */
    align-items: center;
    /* 縦方向中央揃え */ }
    .course-info h3 span {
      margin-left: 10px;
      font-size: 22px;
      font-size: 2.2rem;
      font-weight: bold; }
  .course-info p {
    line-height: 1.6; }
  .course-info table {
    margin-top: 15px;
    width: 100%; }
    .course-info table tr th,
    .course-info table tr td {
      padding: 6px 10px;
      line-height: 1.4;
      border: 1px solid #000; }
    .course-info table tr th {
      width: 20%;
      text-align: center; }
    .course-info table tr td {
      padding-left: 15px;
      padding-right: 15px; }
      .course-info table tr td span {
        margin-left: 20px; }

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

	CONTACT

==================================================================================== */
.contact-box {
  padding: 30px 20px;
  width: 48.57143%;
  border: 1px solid #000;
  text-align: center; }
  .contact-box dl dt {
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: Ryumin Medium KL, "リュウミン M-KL", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }
  .contact-box dl dd {
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: lighter;
    letter-spacing: 2px; }
    .contact-box dl dd a {
      color: #000; }

.policy p {
  line-height: 1.6; }

.policy dl {
  margin: 20px 0; }
  .policy dl dt {
    font-weight: bold;
    line-height: 1.6; }
  .policy dl dd {
    line-height: 1.6; }
    .policy dl dd ul {
      padding-left: 30px; }

.caution li {
  padding-left: 15px;
  line-height: 1.6;
  position: relative; }
  .caution li:before {
    content: '※';
    position: absolute;
    top: 0;
    left: 0; }

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

@media only screen and (max-width: 768px) {
  #common-header h1 img {
    width: 240px; }
  .footer-logo img {
    width: 120px; } }

@media only screen and (max-width: 640px) {
  html {
    font-size: 2vw; }
  .pc {
    display: none !important; }
  .sp {
    display: block !important; }
  .flex {
    display: block; }
  .flex-box {
    width: 100%; }
  #wrapper {
    padding-top: 73px; }
  #common-header {
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100; }
    #common-header h1 img {
      width: 200px; }
  .header-right .tel_link,
  .header-right .sns-link {
    display: none; }
  #common-nav {
    display: none;
    opacity: 0;
    position: fixed;
    top: 73px;
    left: 0;
    width: 100%;
    height: calc(100vh - 73px);
    background: rgba(130, 105, 114, 0.95);
    overflow-y: scroll; }
    #common-nav .main-nav {
      padding: 60px 30px;
      text-align: justify; }
      #common-nav .main-nav li {
        display: block; }
        #common-nav .main-nav li a {
          padding: 15px 0;
          display: block;
          color: #fff;
          font-size: 22px;
          font-size: 2.2rem; }
      #common-nav .main-nav li + li {
        margin-left: 0; }
  .nav-wrapper {
    padding-bottom: 70px; }
  #nav-torigger {
    display: block;
    z-index: 101; }
  .footer-logo {
    margin-bottom: 20px;
    text-align: center; }
    .footer-logo img {
      width: 40%; }
  .footer-info {
    margin-bottom: 40px; }
    .footer-info p {
      text-align: center;
      line-height: 1.8; }
  .footer-nav {
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: justify; }
    .footer-nav li {
      border-top: 1px solid #fff;
      display: block; }
      .footer-nav li:last-child {
        border-bottom: 1px solid #fff; }
      .footer-nav li a {
        padding: 20px 15px;
        text-align: center;
        display: block;
        font-size: 16px;
        font-size: 1.6rem; }
      .footer-nav li + li {
        margin-left: 0; }
  .sns-link {
    text-align: center; }
    .sns-link > li {
      margin-left: 0; }
      .sns-link > li + li {
        margin-left: 20px; }
      .sns-link > li img {
        width: 30px; }
      .sns-link > li > ul {
        right: -24px; }
  .footer-right .sns-link .sns-torigger ul {
    margin-right: 15px;
    margin-left: 10px;
    display: inline-block;
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
    .footer-right .sns-link .sns-torigger ul:before {
      content: none; }
    .footer-right .sns-link .sns-torigger ul li {
      border-top: none; }
      .footer-right .sns-link .sns-torigger ul li a {
        padding: 0;
        background: transparent;
        text-align: left;
        color: #fff; }
    .footer-right .sns-link .sns-torigger ul li + li {
      margin-top: 7px; }
  .copy {
    text-align: center;
    line-height: 1.2; }
  .parallax-wrap {
    height: 500px; }
    .parallax-wrap:after {
      content: none; }
    .parallax-wrap p {
      padding: 30px 20px;
      width: 100%;
      background: #826972;
      font-size: 20px;
      font-size: 2rem;
      left: 0;
      bottom: 0; }
    .parallax-wrap.about {
      height: 300px; }
      .parallax-wrap.about p {
        bottom: 0; }
  .home-img {
    margin-bottom: 30px;
    text-align: center; }
  .home-text p strong {
    font-size: 20px;
    font-size: 2rem; }
  .home-content {
    padding-bottom: 60px; }
  .profile-img {
    margin-bottom: 30px;
    text-align: center; }
  .profile-info dt {
    text-align: center; }
  .about-info dl {
    margin: 20px 0; }
  .about-img,
  .course-img {
    margin-bottom: 30px; }
    .about-img img,
    .course-img img {
      width: 100%; }
  #gallery-wrapper li {
    padding-top: 25%;
    width: 25%; }
  .contact-box {
    margin: 30px 0; } }

@media only screen and (max-width: 480px) {
  #wrapper {
    padding-top: 65px; }
  .content {
    padding-top: 45px;
    padding-bottom: 45px; }
  #common-nav {
    top: 65px;
    height: calc(100vh - 65px); }
  #common-header h1 img {
    width: 170px; }
  .special-catch {
    margin-bottom: 25px; }
  .bg-home01 {
    padding-bottom: 40px; }
    .bg-home01 p {
      margin-top: 40px; }
  .catch-with {
    margin-bottom: 60px; }
  #common-footer {
    margin-top: 100px; }
  .parallax-wrap {
    height: 350px; } }
