@charset "UTF-8";
/* CSS Document */
/*===============================================
 reset
===============================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

section, article, aside, hgroup, header, footer, nav, dialog, figure, figcaption {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*===============================================
 responsive element
===============================================*/
.pc-inline {
  display: inline !important;
}

.pc-inline-block {
  display: inline-block !important;
}

.pc-block {
  display: block !important;
}

.tb-inline,
.tb-inline-block,
.tb-block {
  display: none !important;
}

.sp-inline,
.sp-inline-block,
.sp-block {
  display: none !important;
}

@media only screen and (max-width: 1000px) {
  .tb-inline {
    display: inline !important;
  }
  .tb-inline-block {
    display: inline-block !important;
  }
  .tb-block {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc-inline,
.pc-inline-block,
.pc-block {
    display: none !important;
  }
  .tb-inline,
.tb-inline-block,
.tb-block {
    display: none !important;
  }
  .sp-inline {
    display: inline !important;
  }
  .sp-inline-block {
    display: inline-block !important;
  }
  .sp-block {
    display: block !important;
  }
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}

/*===============================================
 layout
===============================================*/
html {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

body {
  background: #F4F0E5;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

#wrap {
  width: 100%;
  overflow: hidden;
}

/*===============================================
 common
===============================================*/
.alt {
  display: none;
}

a {
  transition: opacity 0.15s linear;
}
a[href]:hover {
  opacity: 0.75;
}

.sec-ttl {
  position: relative;
  border-bottom: 1px solid #707070;
}
.sec-ttl .en {
  position: relative;
  display: block;
  margin-bottom: -0.2em;
  opacity: 0.25;
  color: #878A93;
  font-size: 72px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-ttl .en {
    font-size: 48px;
  }
}
.sec-ttl .ja {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-ttl .ja {
    font-size: 14px;
  }
}

/*===============================================
 header
===============================================*/
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 34px;
  background-color: #8B6DB0;
}
@media only screen and (max-width: 767px) {
  .header {
    height: 42px;
  }
}
.header .header-inner {
  max-width: 1280px;
  margin: 0 auto;
  background: linear-gradient(to right, #8B6DB0, #C9B3E0, #8B6DB0);
  *zoom: 1;
}
.header .header-inner:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 1000px) {
  .header .header-inner {
    background: linear-gradient(to right, #8B6DB0 100px, #C9B3E0, #8B6DB0);
  }
}
@media only screen and (max-width: 767px) {
  .header .header-inner {
    background: linear-gradient(to right, #8B6DB0 50%, #C9B3E0);
  }
}
.header .header-inner a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  line-height: 34px;
}
.header .header-inner .school-select {
  float: left;
}
.header .header-inner .school-select .label {
  position: relative;
  padding: 0 20px;
  background: transparent;
  color: #fff;
  font-size: 12px;
  line-height: 34px;
}
@media only screen and (max-width: 767px) {
  .header .header-inner .school-select .label {
    line-height: 42px;
  }
}
.header .header-inner .school-select .label:after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header .header-inner .school-select .label:after {
    border-left-width: 15px;
    border-top-width: 21px;
    border-bottom-width: 21px;
  }
}
.header .header-inner .gnav {
  float: left;
  margin: 0 0 0 24px;
}
@media only screen and (max-width: 1000px) {
  .header .header-inner .gnav {
    display: none;
  }
}
.header .header-inner .gnav ul li {
  float: left;
}
.header .header-inner .gnav ul li a {
  padding: 0 12px;
}
.header .header-inner .reservation {
  float: right;
}
@media only screen and (max-width: 767px) {
  .header .header-inner .reservation {
    display: none;
  }
}
.header .header-inner .reservation a {
  padding: 0 16px 0 42px;
  background: #edc93b url(../images/common/ico-schedule.png) no-repeat 11px 6px;
  color: #8B6DB0;
}
.header .header-inner .sns {
  float: right;
}
@media only screen and (max-width: 767px) {
  .header .header-inner .sns {
    display: none;
  }
}
.header .header-inner .sns ul {
  padding: 7px 12px 0 0;
  *zoom: 1;
}
.header .header-inner .sns ul:after {
  content: "";
  display: block;
  clear: both;
}
.header .header-inner .sns ul li {
  float: right;
  margin: 0 12px 0 0;
}
.header .header-inner .sns ul li:first-child {
  margin: 0;
}
.header .header-inner .sns ul li a {
  display: block;
  width: 20px;
  height: 20px;
}
.header .header-inner .sns ul li.sns-twitter a {
  background: url(../images/common/ico-twitter.png) no-repeat center center;
}
.header .header-inner .sns ul li.sns-facebook a {
  background: url(../images/common/ico-facebook.png) no-repeat center center;
}
.header .header-inner .sns ul li.sns-instagram a {
  background: url(../images/common/ico-instagram.png) no-repeat center center;
}
.header .header-inner .sns ul li.sns-line a {
  background: url(../images/common/ico-line.png) no-repeat center center;
}
.header .header-inner .sns ul li.sns-youtube a {
  background: url(../images/common/ico-youtube.png) no-repeat center center;
}

/*===============================================
 footer
===============================================*/
.footer .footer-inner {
  background: linear-gradient(to right, #574374, #6E5591, #C9B3E0, #6E5591, #574374);
}
.footer .footer-inner #pagetop {
  position: fixed;
  right: 80px;
  bottom: 56px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s linear;
}
.footer .footer-inner #pagetop.active {
  opacity: 1;
  pointer-events: auto;
}
@media only screen and (max-width: 1000px) {
  .footer .footer-inner #pagetop {
    right: 40px;
  }
}
.footer .footer-inner #pagetop a {
  display: block;
  width: 80px;
  height: 80px;
}
@media only screen and (max-width: 1000px) {
  .footer .footer-inner #pagetop a {
    width: 48px;
    height: 48px;
  }
}
.footer .footer-inner #pagetop a:before {
  position: absolute;
  left: 0;
  top: 28px;
  width: 100%;
  height: 100%;
  border-top: 1px solid #878A93;
  border-right: 1px solid #878A93;
  transform: rotate(-45deg);
  content: "";
}
@media only screen and (max-width: 1000px) {
  .footer .footer-inner #pagetop a:before {
    top: 14px;
  }
}
.footer .footer-inner #pagetop a span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #878A93;
  font-size: 14px;
}
@media only screen and (max-width: 1000px) {
  .footer .footer-inner #pagetop a span {
    font-size: 10px;
    font-weight: bold;
  }
}
.footer .footer-inner .copyright {
  padding: 1em 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

/*===============================================
 main
===============================================*/
.main {
  padding: 34px 0 0 0;
}

/*===============================================
 modal
===============================================*/
.modal {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 997;
  width: 100%;
  left: -100%;
  transition: left 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  pointer-events: none;
}
.modal-bg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
}
.modal-inner {
  position: relative;
  z-index: 999;
  max-width: 1240px;
  padding: 160px 20px 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .modal-inner {
    padding: 21.3333333333vw 2.6666666667vw 2.6666666667vw;
  }
}
.modal-back {
  position: absolute;
  left: 0;
  z-index: 1000;
  top: 30px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .modal-back {
    top: 4vw;
  }
}
.modal-back-center {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .modal-back-center {
    padding: 0 2.6666666667vw;
  }
}
.modal-back-btn {
  display: inline-block;
  width: 201px;
  height: 90px;
  background: url(../images/home/arw-back.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .modal-back-btn {
    width: 26.8vw;
    height: 12vw;
  }
}
.modal-bg {
  left: -100%;
  transition: left 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.modal.visible {
  left: 0%;
  pointer-events: auto;
}
.modal.visible .modal-bg {
  left: 0%;
}

body.modal-visible #wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
}

/*===============================================
 contents
===============================================*/
#home-header {
  padding: 40px 0;
}
@media only screen and (max-width: 1000px) {
  #home-header {
    padding: 20px 0;
  }
}
#home-header .center {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  *zoom: 1;
}
#home-header .center:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 1000px) {
  #home-header .center {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  #home-header .center {
    padding: 0 10px;
  }
}
#home-header .center .logo {
  float: left;
}
#home-header .center .logo img {
  display: block;
  width: auto;
  height: 53px;
}
@media only screen and (max-width: 767px) {
  #home-header .center .logo {
    float: none;
    text-align: center;
  }
  #home-header .center .logo img {
    height: 53px;
    margin: 0 auto;
  }
}
#home-header .center .school-info {
  float: left;
  margin: 0 0 0 36px;
}
@media only screen and (max-width: 1000px) {
  #home-header .center .school-info {
    margin: 0 0 0 24px;
  }
}
@media only screen and (max-width: 767px) {
  #home-header .center .school-info {
    float: none;
    margin: 12px 0 0 0;
  }
}
#home-header .center .school-info .school-name {
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}
#home-header .center .school-info .school-name .tel {
  text-decoration: none;
  color: #000;
  font-size: 16px;
}
#home-header .center .school-info .school-time {
  margin: 6px 0 0 0;
  font-size: 12px;
  line-height: 16px;
}
#home-header .center .school-info .school-time td {
  padding: 0 0 0 1em;
  text-align: right;
}
#home-header .center .school-info .school-time small {
  font-size: 10px;
}
#home-header .center .school-catch {
  float: left;
  margin: -6px 0 0 48px;
}
@media only screen and (max-width: 1000px) {
  #home-header .center .school-catch {
    margin: -6px 0 0 32px;
  }
}
@media only screen and (max-width: 767px) {
  #home-header .center .school-catch {
    float: none;
    margin: 12px 0 0 0;
  }
}
#home-header .center .school-catch p {
  font-size: 16px;
  line-height: 22px;
}
@media only screen and (max-width: 767px) {
  #home-header .center .school-catch p {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
  }
}
#home-header .center .school-catch p strong {
  display: inline;
  font-size: 22px;
  font-weight: inherit;
}
@media only screen and (max-width: 1000px) {
  #home-header .center .school-catch p strong {
    font-size: 20px;
  }
}
#home-header .center .school-catch p:nth-child(1) {
  color: #8B6DB0;
}
#home-header .center .school-catch p:nth-child(2) {
  margin: 4px 0 0 0;
  color: #8B6DB0;
}
@media only screen and (max-width: 767px) {
  #home-header .center .school-catch p:nth-child(2) {
    margin: 0 0 0 4px;
  }
}
#home-header .center .school-trial {
  position: fixed;
  right: 20px;
  top: 60px;
  z-index: 99;
  width: 125px;
}
@media only screen and (max-width: 1000px) {
  #home-header .center .school-trial {
    right: 5px;
    top: 45px;
    width: 85px;
  }
}
@media only screen and (max-width: 767px) {
  #home-header .center .school-trial {
    top: 55px;
  }
}
#home-header .center .school-trial a {
  display: block;
}
#home-header .center .school-trial a img {
  display: block;
  width: 100%;
  height: auto;
}

/*===============================================
 mv
===============================================*/
#mv .center {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  *zoom: 1;
}
#mv .center:after {
  content: "";
  display: block;
  clear: both;
}
#mv .center #mv-pics {
  float: left;
  position: relative;
  width: 67.4193548387%;
  height: 0;
  padding-top: 37.9838709677%;
  margin: 0 0 0 3.2258064516%;
  background-color: #f2f2f2;
}
@media only screen and (max-width: 1000px) {
  #mv .center #mv-pics {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  #mv .center #mv-pics {
    float: none;
    width: 100%;
    padding-top: 56.3397129187%;
    margin: 1% 0 0 0;
  }
}
#mv .center #mv-pics .pics {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#mv .center #mv-pics .pics img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  display: none;
}
#mv .center #mv-pics > div {
  position: absolute;
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 767px) {
  #mv .center #mv-pics > div {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
#mv .center #mv-pics > div.grid-lt {
  left: 20px;
  top: 20px;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
}
@media only screen and (max-width: 767px) {
  #mv .center #mv-pics > div.grid-lt {
    left: 2.6666666667vw;
    top: 2.6666666667vw;
    border-left-width: 2px;
    border-top-width: 2px;
  }
}
#mv .center #mv-pics > div.grid-lb {
  left: 20px;
  bottom: 20px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
@media only screen and (max-width: 767px) {
  #mv .center #mv-pics > div.grid-lb {
    left: 2.6666666667vw;
    bottom: 2.6666666667vw;
    border-left-width: 2px;
    border-bottom-width: 2px;
  }
}
#mv .center #mv-pics > div.grid-rt {
  right: 20px;
  top: 20px;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
}
@media only screen and (max-width: 767px) {
  #mv .center #mv-pics > div.grid-rt {
    right: 2.6666666667vw;
    top: 2.6666666667vw;
    border-right-width: 2px;
    border-top-width: 2px;
  }
}
#mv .center #mv-pics > div.grid-rb {
  right: 20px;
  bottom: 20px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
@media only screen and (max-width: 767px) {
  #mv .center #mv-pics > div.grid-rb {
    right: 2.6666666667vw;
    bottom: 2.6666666667vw;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
}
#mv .center .catch {
  position: absolute;
  left: 60.1612903226%;
  top: 0;
  margin-top: 4.0322580645%;
  width: 42.9838709677%;
  height: 0;
  padding-top: 20.7258064516%;
  background: url(../images/home/mv-catch.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1000px) {
  #mv .center .catch {
    left: 55%;
  }
}
@media only screen and (max-width: 767px) {
  #mv .center .catch {
    left: 2%;
    margin-top: -3%;
    width: 49.4314516129%;
    padding-top: 23.8346774194%;
  }
}
#mv .center .lead {
  position: absolute;
  right: 10px;
  bottom: 0;
  margin-bottom: 6.4516129032%;
  padding: 0 20px 12px 10px;
  border-bottom: 1px solid #000;
  text-shadow: 0 0 1px #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 1000px) {
  #mv .center .lead {
    padding: 0 20px 6px 6px;
    margin-bottom: 1.5%;
    font-size: 16px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 767px) {
  #mv .center .lead {
    position: relative;
    right: auto;
    bottom: auto;
    margin-bottom: 0;
    margin-top: 8px;
  }
}
#mv .center .lead:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  background: url(../images/home/mv-lead-arw.png) no-repeat;
  content: "";
}

/*===============================================
 information
===============================================*/
#information {
  position: relative;
  top: -44px;
  margin-bottom: -44px;
}
@media only screen and (max-width: 1000px) {
  #information {
    top: 0;
    margin-bottom: 0;
  }
}
#information .center {
  max-width: 1240px;
  margin: 0 auto;
  *zoom: 1;
}
#information .center:after {
  content: "";
  display: block;
  clear: both;
}
#information .center .banners {
  float: left;
  width: 17.4193548387%;
  padding: 82px 0 0 0;
}
@media only screen and (max-width: 1000px) {
  #information .center .banners {
    float: none;
    width: 100%;
    max-width: 864px;
    padding: 20px 0;
    margin: 0 auto;
  }
}
#information .center .banners ul {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1000px) {
  #information .center .banners ul {
    flex-direction: row;
    justify-content: center;
  }
}
@media only screen and (max-width: 1000px) {
  #information .center .banners ul li {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  #information .center .banners ul li {
    width: auto;
  }
}
#information .center .banners ul li a {
  display: block;
}
#information .center .banners ul li img {
  display: block;
  width: 100%;
  height: auto;
}
#information .center .container {
  float: right;
  width: 79.0322580645%;
  padding: 102px 24px 24px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1000px) {
  #information .center .container {
    float: none;
    width: 100%;
    padding: 24px;
  }
}
@media only screen and (max-width: 767px) {
  #information .center .container {
    padding: 10px;
  }
}
#information .center .container .ttl {
  max-width: 612px;
}
#information .center .container #event {
  margin: 30px 0 0 0;
  padding: 15px 0 15px 24px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff;
  *zoom: 1;
}
#information .center .container #event:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 767px) {
  #information .center .container #event {
    margin: 15px 0 0 0;
    padding: 10px;
  }
}
#information .center .container #event .item {
  float: left;
  width: 48%;
  margin: 24px 0 0 2%;
}
#information .center .container #event .item:nth-child(-n+2) {
  margin-top: 0;
}
#information .center .container #event .item:nth-child(2n+1) {
  clear: left;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  #information .center .container #event .item {
    float: none;
    width: 100%;
    margin: 10% 0 0 0;
  }
  #information .center .container #event .item:nth-child(-n+2) {
    margin: 10% 0 0 0;
  }
  #information .center .container #event .item:first-child {
    margin: 0;
  }
}
#information .center .container #event .item a {
  display: table;
  width: 100%;
  text-decoration: none;
  color: #000;
}
#information .center .container #event .item a .item-thumb,
#information .center .container #event .item a .item-info {
  display: table-cell;
}
#information .center .container #event .item a .item-thumb {
  width: 92px;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  #information .center .container #event .item a .item-thumb {
    width: 61px;
  }
}
#information .center .container #event .item a .item-thumb img {
  display: block;
  width: 100%;
  height: auto;
}
#information .center .container #event .item a .item-info {
  padding: 0 0 0 16px;
  vertical-align: middle;
}
#information .center .container #event .item a .item-info .item-ttl {
  display: block;
  margin: 8px 0 0 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
}
#information .center .container #event .item a .item-info .icons {
  display: inline-block;
}
#information .center .container #event .item a .item-info .icons .icon {
  display: inline-block;
  padding: 4px 6px;
  border: 1px solid #ff198b;
  color: #ff198b;
  font-size: 10px;
  line-height: 1;
}
#information .center .container #event .item a .item-info .item-date {
  font-size: 10px;
}

/*===============================================
 movies
===============================================*/
#movies {
  padding: 66px 0 0;
}
@media only screen and (max-width: 767px) {
  #movies {
    padding: 25px 0 0;
  }
}
#movies .center {
  max-width: 1240px;
  margin: 0 auto;
}
#movies .center .container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  #movies .center .container {
    width: 92%;
    margin: 0 auto;
    flex-direction: column;
  }
}
#movies .center .container .left {
  width: 70.6451612903%;
  margin: 0 0 0 0.8064516129%;
}
@media only screen and (max-width: 767px) {
  #movies .center .container .left {
    width: 100%;
    margin: 0;
  }
}
#movies .center .container .left .item {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
#movies .center .container .left .item iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#movies .center .container .right {
  width: 25.8064516129%;
  margin: 0 0 0 1.6129032258%;
}
@media only screen and (max-width: 767px) {
  #movies .center .container .right {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    margin: 4% 0 0 0;
  }
}
#movies .center .container .right .item {
  margin: 4% 0 0 0;
}
@media only screen and (max-width: 767px) {
  #movies .center .container .right .item {
    width: 49%;
    margin: 2% 0 0 2%;
  }
  #movies .center .container .right .item:nth-child(-n+2) {
    margin-top: 0;
  }
  #movies .center .container .right .item:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
  }
}
#movies .center .container .right .item:first-child {
  margin: 0;
}
#movies .center .container .right .item a {
  position: relative;
  display: block;
}
#movies .center .container .right .item a img {
  display: block;
  width: 100%;
  height: auto;
}
#movies .center .container .right .item a:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 72px;
  height: 50px;
  margin: -25px 0 0 -36px;
  background: url(../images/home/ico-play.png) no-repeat;
  background-size: contain;
  transition: background-image 0.2s linear;
  content: "";
}
@media only screen and (max-width: 767px) {
  #movies .center .container .right .item a:after {
    width: 9.6vw;
    height: 6.6666666667vw;
    margin: -3.3333333333vw 0 0 -4.8vw;
  }
}
#movies .center .container .right .item a:hover {
  opacity: 1;
}
#movies .center .container .right .item a:hover:after {
  background-image: url(../images/home/ico-play-on.png);
}

/*===============================================
 studio
===============================================*/
#studio {
  padding: 66px 0 154px;
}
@media only screen and (max-width: 767px) {
  #studio {
    padding: 25px 0 50px;
  }
}
#studio .center {
  max-width: 1240px;
  margin: 0 auto;
}
#studio .center .ttl {
  max-width: 705px;
}
#studio .center .tab {
  width: 96.7741935484%;
  margin: 55px auto 0;
}
@media only screen and (max-width: 767px) {
  #studio .center .tab {
    width: auto;
    margin: 25px 0 0;
  }
}
#studio .center .tab ul {
  display: table;
  width: 100%;
}
#studio .center .tab ul li {
  display: table-cell;
  width: 25%;
}
#studio .center .tab ul li a {
  position: relative;
  display: block;
  padding: 20px 0 16px;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 1000px) {
  #studio .center .tab ul li a {
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  #studio .center .tab ul li a {
    line-height: 22px;
  }
}
#studio .center .tab ul li a .ja {
  color: #000;
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  #studio .center .tab ul li a .ja {
    font-size: 20px;
  }
}
#studio .center .tab ul li a .en {
  margin: 0 0 0 0.5em;
  font-size: 24px;
}
@media only screen and (max-width: 1000px) {
  #studio .center .tab ul li a .en {
    margin: 0.25em 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  #studio .center .tab ul li a .en {
    font-size: 10px;
  }
}
#studio .center .tab ul li a:after {
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  transition: border-top 0.1s ease-out;
  content: "";
}
#studio .center .tab ul li:nth-child(1) a {
  background: url(../images/home/studio-tab-1.png) no-repeat;
  background-size: cover;
}
#studio .center .tab ul li:nth-child(1) a .en {
  color: #D8368A;
}
#studio .center .tab ul li:nth-child(1) a.active:after {
  border-top: 10px solid #f1cf49;
}
#studio .center .tab ul li:nth-child(2) a {
  background: url(../images/home/studio-tab-2.png) no-repeat;
  background-size: cover;
}
#studio .center .tab ul li:nth-child(2) a .en {
  color: #8B6DB0;
}
#studio .center .tab ul li:nth-child(2) a.active:after {
  border-top: 10px solid #17baae;
}
#studio .center .tab ul li:nth-child(3) a {
  background: url(../images/home/studio-tab-3.png) no-repeat;
  background-size: cover;
}
#studio .center .tab ul li:nth-child(3) a .en {
  color: #00D8C9;
}
#studio .center .tab ul li:nth-child(3) a.active:after {
  border-top: 10px solid #C56E98;
}
#studio .center .tab ul li:nth-child(4) a {
  background: url(../images/home/studio-tab-4.png) no-repeat;
  background-size: cover;
}
#studio .center .tab ul li:nth-child(4) a .en {
  color: #EDC93B;
}
#studio .center .tab ul li:nth-child(4) a.active:after {
  border-top: 10px solid #e04897;
}
#studio .center .container {
  width: 96.7741935484%;
  margin: 55px auto 0;
}
@media only screen and (max-width: 767px) {
  #studio .center .container {
    width: auto;
    margin: 25px 10px 0;
  }
}
#studio .center .container .item {
  *zoom: 1;
}
#studio .center .container .item:after {
  content: "";
  display: block;
  clear: both;
}
#studio .center .container .item .item-pic {
  float: right;
  width: 47.5%;
}
@media only screen and (max-width: 767px) {
  #studio .center .container .item .item-pic {
    float: none;
    width: 100%;
  }
}
#studio .center .container .item .item-pic img {
  display: block;
  width: 100%;
  height: auto;
}
#studio .center .container .item .item-txt {
  float: left;
  width: 46.4516129032%;
  padding: 24px 0 0 0;
}
@media only screen and (max-width: 767px) {
  #studio .center .container .item .item-txt {
    float: none;
    width: 100%;
  }
}
#studio .center .container .item .item-txt p {
  font-size: 14px;
  line-height: 1.9;
}

/*===============================================
 schedule
===============================================*/
#schedule {
  padding: 66px 0 100px;
  background: #f4f0e6;
}
@media only screen and (max-width: 767px) {
  #schedule {
    padding: 30px 12px;
  }
}
#schedule .center {
  max-width: 1100px;
  margin: 0 auto;
}
#schedule .center .ttl .en {
  color: #7a8a4f;
  opacity: 1;
  text-transform: uppercase;
}
#schedule .center .ttl .ja {
  color: #6b6b5c;
}
#schedule .sec-ttl {
  border-bottom-color: #cfc9b5;
}
#schedule .center .container {
  width: 100%;
  margin: 40px auto 0;
}
@media only screen and (max-width: 767px) {
  #schedule .center .container {
    width: auto;
    margin: 30px 0 0;
  }
}

/* 曜日タブ（スマホ用・PCでは非表示） */
#schedule .schedule-tabs {
  display: none;
}

/* 週間一覧（PC: 月〜土の6カラム） */
#schedule .schedule-week {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  align-items: start;
}
#schedule .schedule-day-col {
  border-radius: 8px;
  overflow: hidden;
}
#schedule .schedule-day-head {
  margin: 0 0 8px;
  padding: 9px 0;
  border-radius: 6px;
  background-color: #45542c;
  color: #f2ecd6;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}
#schedule .schedule-day-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 40px;
}
#schedule .schedule-day-empty {
  padding: 12px 0;
  color: #a49e8b;
  text-align: center;
  font-size: 12px;
}

/* レッスンカード（クリーム・横並び・左色帯でスタジオA/B識別） */
.schedule-card,
.schedule-card.bg-1,
.schedule-card.bg-2,
.schedule-card.bg-3 {
  display: flex;
  align-items: stretch;
  padding: 0;
  border-radius: 9px;
  border-left: 6px solid #7a8a4f;
  background: #fdfbf5;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
.schedule-card.studio-a,
.schedule-card.studio-a.bg-1,
.schedule-card.studio-a.bg-2,
.schedule-card.studio-a.bg-3 {
  border-left-color: #7a8a4f;
}
.schedule-card.studio-b,
.schedule-card.studio-b.bg-1,
.schedule-card.studio-b.bg-2,
.schedule-card.studio-b.bg-3 {
  border-left-color: #c58a83;
}
.schedule-card-time {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  width: 48px;
  margin: 0;
  padding: 10px 4px;
  border-right: 1px solid #e6e0cd;
  color: #3a3a2e;
  font-size: 12px;
  font-weight: bold;
}
.schedule-card-time .t-sep {
  margin: 0;
  color: #a49e8b;
  font-size: 10px;
}
.schedule-card-main {
  flex: 1 1 auto;
  min-width: 0;
  padding: 10px 11px;
}
.schedule-card-cat {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin: 0 0 6px;
  line-height: 1.2;
}
.schedule-card-cat:empty {
  display: none;
  margin: 0;
}
.schedule-card-cat > span.cat-kids {
  padding: 2px 7px;
  background: #8a8d5a;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.schedule-card-cat > span.cat-new {
  padding: 2px 7px;
  background-color: #bf9c67;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.schedule-card-ttl {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: bold;
  color: #2c2c24;
  line-height: 1.3;
  overflow-wrap: break-word;
}
.schedule-card-teacher {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}
.schedule-card-teacher-pic img {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
}
.schedule-card-teacher-name {
  min-width: 0;
  color: #6c6c5c;
  font-size: 12px;
  font-weight: bold;
  overflow-wrap: break-word;
}

/* スマホ: 曜日タブ + 1日ずつ・2列表示 */
@media only screen and (max-width: 767px) {
  /* 曜日タブ（丸ボタン） */
  #schedule .schedule-tabs {
    display: flex;
    gap: 10px;
    margin: 0 0 18px;
    padding: 0 0 4px;
    overflow-x: auto;
  }
  #schedule .schedule-tabs li {
    flex: 0 0 auto;
  }
  #schedule .schedule-tabs button {
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid #b7b199;
    border-radius: 50%;
    background-color: transparent;
    color: #4a4a3d;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
  }
  #schedule .schedule-tabs button.active {
    background-color: #7a8a4f;
    border-color: #7a8a4f;
    color: #fff;
  }

  #schedule .schedule-week {
    grid-template-columns: 1fr;
    gap: 0;
  }
  #schedule .schedule-day-head {
    display: none;
  }
  #schedule .schedule-day-col {
    display: none;
  }
  #schedule .schedule-day-col.active {
    display: block;
  }
  #schedule .schedule-day-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  /* 2列で狭いので各要素を少し縮小 */
  .schedule-card-time {
    width: 44px;
    padding: 10px 3px;
    font-size: 11px;
  }
  .schedule-card-time .t-sep {
    font-size: 9px;
  }
  .schedule-card-main {
    padding: 9px;
  }
  .schedule-card-cat > span.cat-kids,
  .schedule-card-cat > span.cat-new {
    padding: 2px 6px;
    font-size: 9px;
  }
  .schedule-card-ttl {
    font-size: 14px;
  }
  .schedule-card-teacher-pic img {
    width: 26px;
    height: 26px;
  }
  .schedule-card-teacher-name {
    font-size: 11px;
  }
}

body.modal-visible #wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
}

/*===============================================
 system
===============================================*/
#system {
  padding: 66px 0 154px;
}
@media only screen and (max-width: 767px) {
  #system {
    padding: 25px 10px 50px;
  }
}
#system .center {
  max-width: 618px;
  margin: 0 auto;
}
#system .center .ttl .ja {
  color: #2c2c24;
}
#system .center .container {
  margin: 64px 0 0 0;
}
@media only screen and (max-width: 767px) {
  #system .center .container {
    margin: 25px 0 0 0;
  }
}
#system .center .container p {
  color: #333;
}
#system .center .container .item {
  margin: 50px 0 0 0;
}
#system .center .container .item:nth-of-type(1) {
  margin: 24px 0 0 0;
}
#system .center .container .item table {
  width: 100%;
  border-collapse: collapse;
}
#system .center .container .item table thead th {
  border: 1px solid #cdc6b0;
  padding: 0.75em 1em;
  background: linear-gradient(to right, #8A9A5B, #A9B388);
  vertical-align: middle;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #system .center .container .item table thead th {
    padding: 0.5em 0.25em;
  }
}
#system .center .container .item table thead th.blank {
  background: transparent;
}
#system .center .container .item table tbody th,
#system .center .container .item table tbody td {
  border: 1px solid #cdc6b0;
  padding: 1em;
  vertical-align: middle;
  text-align: center;
  color: #2c2c24;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #system .center .container .item table tbody th,
#system .center .container .item table tbody td {
    padding: 0.5em 0.25em;
    white-space: nowrap;
  }
}
#system .center .container .system-2 table tbody td.kids-lesson {
  padding: 0.5em 1em;
}
@media only screen and (max-width: 767px) {
  #system .center .container .system-2 table tbody td.kids-lesson {
    padding: 0.25em;
  }
}
#system .center .container .system-2 table tbody td.kids-lesson > table tbody th,
#system .center .container .system-2 table tbody td.kids-lesson > table tbody td {
  padding: 0.5em 1em;
  border: 0;
}
@media only screen and (max-width: 767px) {
  #system .center .container .system-2 table tbody td.kids-lesson > table tbody th,
#system .center .container .system-2 table tbody td.kids-lesson > table tbody td {
    padding: 0.25em;
  }
}
#system .center .container .system-3 table tbody th {
  width: 154px;
  background-color: #edc93b;
  text-align: center;
  color: #8B6DB0;
}
#system .center .container .system-3 table tbody td {
  text-align: center;
}
#system .center .container .payment {
  margin: 24px 0 0 0;
  line-height: 1.5;
}

/*===============================================
 instructor
===============================================*/
#instructor {
  padding: 72px 0 154px;
}
@media only screen and (max-width: 1000px) {
  #instructor {
    padding: 72px 0 0;
  }
}
#instructor .center {
  max-width: 1240px;
  margin: 0 auto;
}
#instructor .center .container {
  width: 832px;
  margin: 58px auto 0;
}
@media only screen and (max-width: 767px) {
  #instructor .center .container {
    width: auto;
    margin: 25px 10px 0;
  }
}
#instructor .center .container .instructor-nav {
  *zoom: 1;
}
#instructor .center .container .instructor-nav:after {
  content: "";
  display: block;
  clear: both;
}
#instructor .center .container .instructor-nav .item {
  float: left;
  width: 190px;
  margin: 30px 0 0 24px;
}
#instructor .center .container .instructor-nav .item:nth-child(-n+4) {
  margin-top: 0;
}
#instructor .center .container .instructor-nav .item:nth-child(4n+1) {
  clear: left;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  #instructor .center .container .instructor-nav .item {
    width: 48%;
    margin: 4% 0 0 4%;
  }
  #instructor .center .container .instructor-nav .item:nth-child(-n+4) {
    margin: 4% 0 0 4%;
  }
  #instructor .center .container .instructor-nav .item:nth-child(4n+1) {
    margin: 4% 0 0 4%;
  }
  #instructor .center .container .instructor-nav .item:nth-child(-n+2) {
    margin-top: 0;
  }
  #instructor .center .container .instructor-nav .item:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
  }
}
#instructor .center .container .instructor-nav .item a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #000;
}
#instructor .center .container .instructor-nav .item a .item-thumb {
  display: block;
}
#instructor .center .container .instructor-nav .item a .item-thumb img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}
#instructor .center .container .instructor-nav .item a .item-name {
  display: block;
  margin: 1.2em 0 0 0;
  text-align: center;
  font-size: 17px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  #instructor .center .container .instructor-nav .item a .item-name {
    font-size: 14px;
  }
}
#instructor .center .container .instructor-nav .item a .item-genre {
  display: block;
  margin: 1em 0 0 0;
  text-align: center;
  font-size: 13px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  #instructor .center .container .instructor-nav .item a .item-genre {
    font-size: 11px;
  }
}
#instructor .center .instructor-detail {
  display: none;
}

#instructor-modal .modal-bg {
  background: url(../images/home/bg-1.png) no-repeat center center;
  background-size: cover;
}
#instructor-modal .modal-back-btn {
  background-image: url(../images/home/arw-back-k.png);
}

.instructor-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1180px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .instructor-item {
    flex-direction: column;
  }
}
.instructor-item .left {
  width: 50.8474576271%;
}
@media only screen and (max-width: 767px) {
  .instructor-item .left {
    width: auto;
  }
}
.instructor-item .left .item-pic {
  position: relative;
}
.instructor-item .left .item-pic img {
  display: block;
  width: 100%;
  height: auto;
}
.instructor-item .left .item-pic > div {
  position: absolute;
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 767px) {
  .instructor-item .left .item-pic > div {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.instructor-item .left .item-pic > div.grid-lt {
  left: 20px;
  top: 20px;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
}
@media only screen and (max-width: 767px) {
  .instructor-item .left .item-pic > div.grid-lt {
    left: 2.6666666667vw;
    top: 2.6666666667vw;
    border-left-width: 2px;
    border-top-width: 2px;
  }
}
.instructor-item .left .item-pic > div.grid-lb {
  left: 20px;
  bottom: 20px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
@media only screen and (max-width: 767px) {
  .instructor-item .left .item-pic > div.grid-lb {
    left: 2.6666666667vw;
    bottom: 2.6666666667vw;
    border-left-width: 2px;
    border-bottom-width: 2px;
  }
}
.instructor-item .left .item-pic > div.grid-rt {
  right: 20px;
  top: 20px;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
}
@media only screen and (max-width: 767px) {
  .instructor-item .left .item-pic > div.grid-rt {
    right: 2.6666666667vw;
    top: 2.6666666667vw;
    border-right-width: 2px;
    border-top-width: 2px;
  }
}
.instructor-item .left .item-pic > div.grid-rb {
  right: 20px;
  bottom: 20px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
@media only screen and (max-width: 767px) {
  .instructor-item .left .item-pic > div.grid-rb {
    right: 2.6666666667vw;
    bottom: 2.6666666667vw;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
}
.instructor-item .left .item-name {
  margin: 1em 0 0 0;
  text-align: right;
  font-size: 36px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .instructor-item .left .item-name {
    font-size: 8vw;
  }
}
.instructor-item .right {
  width: 46.4406779661%;
  padding: 20px 28px;
  border-left: 1px solid #1a1a1a;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .instructor-item .right {
    width: auto;
    padding: 5.3333333333vw;
    margin-top: 5.3333333333vw;
    border-left: 0;
    border-top: 1px solid #1a1a1a;
  }
}
.instructor-item .right .item-genre {
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .instructor-item .right .item-genre {
    font-size: 4.2666666667vw;
  }
}
.instructor-item .right .item-sec {
  margin: 40px 0 0 0;
}
.instructor-item .right .item-sec dt {
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .instructor-item .right .item-sec dt {
    font-size: 4.2666666667vw;
  }
}
.instructor-item .right .item-sec dd {
  margin: 0.75em 0 0 0;
  font-size: 14px;
  line-height: 1.7142857143;
}
@media only screen and (max-width: 767px) {
  .instructor-item .right .item-sec dd {
    font-size: 3.7333333333vw;
  }
}
.instructor-item .right .item-sec dd table th,
.instructor-item .right .item-sec dd table td {
  text-align: left;
}
.instructor-item .right .item-sec dd table th {
  padding: 0 0 0 1em;
}

/*===============================================
 access
===============================================*/
#access {
  padding: 66px 0 154px;
}
@media only screen and (max-width: 1000px) {
  #access {
    padding: 66px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  #access {
    padding: 25px 0 0;
  }
}
#access .center {
  max-width: 1240px;
  margin: 0 auto;
  *zoom: 1;
}
#access .center:after {
  content: "";
  display: block;
  clear: both;
}
#access .center .ttl {
  width: 502px;
}
@media only screen and (max-width: 767px) {
  #access .center .ttl {
    width: auto;
  }
}
#access .center .map {
  float: left;
  width: calc(100% - 460px);
  margin: 60px -460px 0 0;
}
@media only screen and (max-width: 1000px) {
  #access .center .map {
    float: none;
    width: 100%;
    margin: 60px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  #access .center .map {
    margin: 25px 0 0 0;
  }
}
#access .center .map .map-inner {
  position: relative;
  margin: 0 -32px 0 0;
  width: auto;
  height: 435px;
  background-color: #ccc;
}
@media only screen and (max-width: 767px) {
  #access .center .map .map-inner {
    margin: 0;
    height: 200px;
  }
}
#access .center .map .map-inner #gmap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#access .center .container {
  float: right;
  width: 460px;
  margin: -75px 0 0 0;
  background-color: #8A9A5B;
}
@media only screen and (max-width: 1000px) {
  #access .center .container {
    float: none;
    margin: 75px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  #access .center .container {
    width: 100%;
    margin: 25px 0 0 0;
  }
}
#access .center .container .pic img {
  display: block;
  width: 100%;
  height: auto;
}
#access .center .container .pic-sub {
  padding: 20px;
}
#access .center .container .pic-sub img {
  display: block;
  width: 100%;
  height: auto;
}
#access .center .container .access-info {
  text-align: right;
  padding: 24px 24px 32px 32px;
}
@media only screen and (max-width: 767px) {
  #access .center .container .access-info {
    padding: 20px 10px;
  }
}
#access .center .container .access-info .studio-name {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #access .center .container .access-info .studio-name {
    font-size: 14px;
  }
}
#access .center .container .access-info .studio-tel {
  margin: 16px 0 0 0;
}
@media only screen and (max-width: 767px) {
  #access .center .container .access-info .studio-tel {
    margin: 8px 0 0 0;
  }
}
#access .center .container .access-info .studio-tel a {
  text-decoration: none;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  #access .center .container .access-info .studio-tel a {
    font-size: 24px;
  }
}
#access .center .container .access-info .studio-address {
  margin: 12px 0 0 0;
  color: #fff;
  font-size: 18px;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  #access .center .container .access-info .studio-address {
    font-size: 14px;
  }
}
#access .center .container .access-sec .access-ttl {
  padding: 1em 2em;
  background: linear-gradient(to right, #A9B388, rgba(138, 154, 91, 0.6));
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  #access .center .container .access-sec .access-ttl {
    padding: 0.5em;
    font-size: 16px;
  }
}
#access .center .container .access-sec .access-container {
  padding: 24px 48px 48px 48px;
}
@media only screen and (max-width: 767px) {
  #access .center .container .access-sec .access-container {
    padding: 20px 10px;
  }
}
#access .center .container .access-sec .access-container .item {
  margin: 48px 0 0 0;
}
@media only screen and (max-width: 767px) {
  #access .center .container .access-sec .access-container .item {
    margin: 25px 0 0 0;
  }
}
#access .center .container .access-sec .access-container .item:first-child {
  margin: 0;
}
#access .center .container .access-sec .access-container .item .item-head {
  *zoom: 1;
}
#access .center .container .access-sec .access-container .item .item-head:after {
  content: "";
  display: block;
  clear: both;
}
#access .center .container .access-sec .access-container .item .item-head .item-pic {
  float: left;
  width: 124px;
  height: 124px;
  border: 3px solid #fff;
}
@media only screen and (max-width: 767px) {
  #access .center .container .access-sec .access-container .item .item-head .item-pic {
    width: 62px;
    height: 62px;
    border-width: 2px;
  }
}
#access .center .container .access-sec .access-container .item .item-head .item-pic img {
  display: block;
  width: 100%;
  height: auto;
}
#access .center .container .access-sec .access-container .item .item-head .item-name {
  margin: 0 -48px 0 156px;
  padding: 56px 0 8px 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  #access .center .container .access-sec .access-container .item .item-head .item-name {
    margin: 0 0 0 80px;
    padding: 10px 0;
    font-size: 14px;
  }
}
#access .center .container .access-sec .access-container .item .item-head .item-time {
  margin: 8px -48px 0 156px;
  color: #fff;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  #access .center .container .access-sec .access-container .item .item-head .item-time {
    margin: 8px 0 0 80px;
    font-size: 14px;
  }
}
#access .center .container .access-sec .access-container .item .item-txt {
  margin: 24px 0 0 0;
}
@media only screen and (max-width: 767px) {
  #access .center .container .access-sec .access-container .item .item-txt {
    margin: 15px 0 0 0;
  }
}
#access .center .container .access-sec .access-container .item .item-txt p {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #access .center .container .access-sec .access-container .item .item-txt p {
    font-size: 12px;
  }
}

/*===============================================
 contact
===============================================*/
#contact {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  #contact {
    padding: 25px 0;
  }
}
#contact .center {
  max-width: 1240px;
  margin: 0 auto;
}
#contact .center .container {
  width: 708px;
  margin: 72px auto 0;
}
@media only screen and (max-width: 767px) {
  #contact .center .container {
    width: auto;
    margin: 50px 10px 0;
  }
}
#contact .center .container .form-input {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #contact .center .container .form-input {
    display: block;
  }
}
#contact .center .container .form-input dl {
  display: table-row;
}
@media only screen and (max-width: 767px) {
  #contact .center .container .form-input dl {
    display: block;
    margin: 20px 0 0 0;
  }
  #contact .center .container .form-input dl:first-child {
    margin: 0;
  }
}
#contact .center .container .form-input dl dt,
#contact .center .container .form-input dl dd {
  display: table-cell;
}
@media only screen and (max-width: 767px) {
  #contact .center .container .form-input dl dt,
#contact .center .container .form-input dl dd {
    display: block;
  }
}
#contact .center .container .form-input dl dt {
  width: 200px;
  padding: 24px 0;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #contact .center .container .form-input dl dt {
    width: auto;
    padding: 0 0 5px 0;
  }
}
#contact .center .container .form-input dl dd {
  padding: 16px 0;
}
@media only screen and (max-width: 767px) {
  #contact .center .container .form-input dl dd {
    padding: 0;
  }
}
#contact .center .container .contact-btn-wrap {
  text-align: center;
}
#contact .center .container .contact-btn {
  display: inline-block;
  border: 0;
  padding: 1em 2.5em;
  background: #000;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-decoration: none;
  transition: opacity 0.2s;
}
#contact .center .container .contact-btn:hover {
  opacity: 0.75;
}
@media only screen and (max-width: 767px) {
  #contact .center .container .contact-btn {
    display: block;
    padding: 1em 1em;
    font-size: 15px;
    letter-spacing: 0.08em;
  }
}
#contact .center .container .form-submit {
  margin: 50px 0 0 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #contact .center .container .form-submit {
    margin: 25px 0 0 0;
  }
}
#contact .center .container .form-submit input {
  display: inline-block;
  border: 0;
  padding: 0.75em 3em;
  background: #000;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.25em;
  cursor: pointer;
}
#contact .center .container .form-submit input:hover {
  opacity: 0.75;
}
@media only screen and (max-width: 767px) {
  #contact .center .container .form-submit input {
    font-size: 14px;
  }
}
#contact select,
#contact input[type=text],
#contact input[type=tel],
#contact input[type=email],
#contact textarea {
  display: block;
  width: 100%;
  padding: 0.5em;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #D6D7D9;
  font-size: 16px;
  line-height: 1.2;
}
#contact textarea {
  height: 10em;
  resize: none;
}

/*===============================================
 group
===============================================*/
#group {
  padding: 30px 0 150px;
}
@media only screen and (max-width: 767px) {
  #group {
    padding: 25px 0 100px;
  }
}
#group .center {
  max-width: 1240px;
  margin: 0 auto;
}
#group .center .container {
  max-width: 660px;
  margin: 40px auto 0;
  text-align: center;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  #group .center .container {
    width: 90.6666666667%;
    margin-top: 6%;
    text-align: left;
  }
}
#group .center .container p {
  display: inline-block;
  width: 30.303030303%;
  margin: 1.5151515152% 1.5151515152% 0;
}
#group .center .container p:nth-child(-n+3) {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  #group .center .container p {
    width: 48%;
    margin: 4% 1% 0;
  }
  #group .center .container p:nth-child(-n+3) {
    margin: 4% 1% 0;
  }
  #group .center .container p:nth-child(-n+2) {
    margin-top: 0;
  }
}
#group .center .container p a {
  display: block;
}
#group .center .container p a img {
  display: block;
  width: 100%;
  height: auto;
}

/*===============================================
 info
===============================================*/
.info {
  max-width: 1100px;
  padding: 20px;
  margin: 0 auto;
}
.info-date {
  display: block;
  margin-bottom: 2em;
}
.info-ttl {
  font-size: 1.5rem;
  line-height: 1.5;
}
.info-body {
  margin-top: 50px;
}
/*# sourceMappingURL=style.css.map */