@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
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,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav.gnav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

body {
  line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav.gnav,
section {
  display: block
}

ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

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

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

del {
  text-decoration: line-through
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

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

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

input,
select {
  vertical-align: middle
}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
  font-size: 15px;
  color: #333;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  position: relative;
}

#contents {
  max-width: 980px;
  margin: 0 auto;
}

header+#contents {
  padding-top: 50px;
}

.inner {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  /*opacity: .7;*/
  transition: .3s;
}

h1 {
  font-size: 33px;
}

h2 {
  margin-bottom: 30px;
  font-size: 30px;
  position: relative;
  text-transform: capitalize;
  color: #795548;
  font-family: 'Sorts Mill Goudy', serif;
  line-height: 1.3;
}

h2 span {
  font-size: 13px;
  font-family: 'M_PLUS_Rounded';
}

h3 {
  font-size: 18px;
  margin-bottom: 20px;
  letter-spacing: .15em;
  padding: 10px 0 5px 5px;
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  color: #ca2e2a;
}

h3 span {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .2em;
}

h4 {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  font-size: 16px;
  font-weight: bold;
}

h5 {
  margin-bottom: 0.25em;
  padding-left: 25px;
  font-size: 16px;
  background: url('../images/bg_arrow_black.png') 0 50% no-repeat;
}

h6 {
  margin-bottom: 0.25em;
  padding-left: 5px;
  font-size: 16px;
  font-weight: bold;
}

p {
  margin: 0 0 0.5em 0;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

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

em {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

small {
  font-size: smaller;
}

pre {
  margin: 1em 0;
  padding: 1em;
}

blockquote {
  margin-bottom: 1em;
  padding: 1em;
  border: 1px dotted #ddd;
  border-left: 5px solid #ddd;
}

ul,
ol,
dl {
  margin: 0;
}

ul li {
  list-style: disc;
}

ol li {
  list-style: decimal;
}

li {
  margin-left: 0;
}

.subtitle {
  position: relative;
}

@media screen and (max-width:768px) {

  *,
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  h3 {
    font-size: 17px;
  }

  #contents {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  #contents.mb0 {
    margin-bottom: 0;
  }

  .inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*================================================
 *  汎用クラス
 ================================================*/
/* ボタン */
.btnArea {
  text-align: center;
  margin-top: 20px;
}

.btMore span {
  padding: 7px 60px;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2px;
  border: 1px solid #f4eee6;
  color: #fff;
  border-radius: 20px;
}

.btMore a:hover span {
  background-color: #f4eee6;
  color: #222;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* ネクストボタン */
.nextBtn span {
  display: inline-block;
  letter-spacing: 2px;
  background-color: #74aba3;
  padding: 10px 30px;
  font-size: 14px;
  border: 1px solid #74aba3;
  color: #fff;
  border-radius: 30px;
  margin-top: 20px;
}

.nextBtn a:hover span {
  background-color: #fff;
  color: #74aba3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


/*================================================
 *  ヘッダー
 ================================================*/
header {
  position: fixed;
  width: 100%;
  z-index: 100;
}

header h1 {
  position: relative;
  text-align: center;
  height: 100px;
  padding-top: 5px;
  background-image: linear-gradient(90deg, #fff 25%, #fdf5f6 25%, #fdf5f6 50%, #fff 50%, #fff 75%, #fdf5f6 75%, #fdf5f6);
  background-size: 50px 50px;
}

header h1 img {
  zoom: 0.2;
}

/* 見学ボタン */
.visitBtn {
  position: absolute;
  top: 25px;
  right: 10px;
  z-index: 2;
}

.visitBtn .btMore span {
  padding: 10px 30px;
  font-size: 14px;
  border: 1px solid #74aba3;
  color: #fff;
  border-radius: 30px;
  background-color: #74aba3;
}

.visitBtn .btMore a:hover span {
  background-color: #fff;
  color: #74aba3;
}

/* ヘッダーSNSボタン */
header .social {
  position: absolute;
  bottom: 25px;
  right: 20px;
}

header .social ul li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}

header .social ul li a {
  color: #fff;
}

header .social ul li a:hover {
  opacity: .6;
}

header .social ul li i {
  font-size: 20px;
}

nav.gnav {
  text-align: center;
  padding: 15px 0;
  background-color: #b77981;
}

nav.gnav>ul>li {
  position: relative;
  display: inline-block;
  margin: 0 15px;
  font-size: 15px;
  letter-spacing: .2em;
}

nav.gnav ul li a {
  color: #fff;
}

nav.gnav ul li a:hover {
  opacity: .6;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

nav.gnav>ul>li span {
  font-size: 15px;
  font-family: 'Sorts Mill Goudy', serif;
  text-transform: capitalize;
}

nav.gnav ul li i {
  font-size: 11px;
}

@media screen and (max-width:768px) {
  header h1 {
    height: 60px;
    padding-top: 0;
    background-size: 30px 30px;
    text-align: left;
    padding-left: 20px;
    padding-top: 8px;
    font-size: 20px;
    font-family: 'Sorts Mill Goudy', serif;
    position: relative;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
  }

  header h1 span {
    font-size: 11px;
    padding-left: 5px;
    font-family: 'M_PLUS_Rounded';
  }

  header h1 img {
    zoom: 0.1;
    margin-right: 40px;
  }

  header h1::before {
    position: absolute;
    content: "あやせバレエスクール";
    top: 7px;
    left: 75px;
    font-family: 'M_PLUS_Rounded';
    font-size: 11px;
  }

  nav.gnav {
    display: none;
  }

  nav.gnav ul {
    margin: 0;
    padding: 0;
  }

  nav.gnav>ul {
    z-index: 2;
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #b77981;
    padding: 50px 40px;
  }

  nav.gnav>ul>li {
    position: relative;
    width: 100%;
    float: none;
    margin: 0;
    text-align: center;
    list-style: none;
    padding: 0;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.7);
  }

  nav.gnav ul li a,
  nav.gnav.underpage ul li a {
    display: block;
    padding: 15px 0px 10px;
    text-decoration: none;
    background: transparent;
    text-shadow: none;
    color: #fff;
  }

  nav.gnav ul ul {
    display: none;
    position: relative;
  }

  nav.gnav .sp {
    padding: 20px 10px 0 10px;
    border-bottom: none;
    display: inline-block;
    font-size: 20px;
  }

  nav.gnav .sp a {
    color: #fff;
  }

  header .social {
    display: none;
  }

  .spMenuWrap {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    background: transparent;
    z-index: 9999;
  }

  #spMenu {
    position: absolute;
    top: 5px;
    right: 10px;
  }

  #spMenu:hover {
    cursor: pointer;
  }

  #navBtn {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 50px;
    border-radius: 5%;
  }

  #navBtnIcon {
    display: block;
    position: absolute;
    top: 50%;
    left: 0%;
    width: 25px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #111;
    transition: .2s;
  }

  #navBtnIcon:before,
  #navBtnIcon:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 25px;
    height: 2px;
    background: #111;
    transition: 0.3s;
  }

  #navBtnIcon:before {
    margin-top: -8px;
  }

  #navBtnIcon:after {
    margin-top: 6px;
  }

  #navBtn .close,
  header.changeNav #navBtn .close {
    background: transparent;
  }

  #navBtn .close:before,
  #navBtn .close:after {
    margin-top: 0;
  }

  #navBtn .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  #navBtn .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

  .visitBtn {
    position: static;
    text-align: center;
    padding-bottom: 30px;
  }
}

/*================================================
 * mainVis
 ================================================*/
#mainVis {
  padding-top: 180px;
}

#mainVis .swiper-slide {
  height: 70vh;
}

.swiper-slide.slide01 {
  background: url(../images/main06.jpg) no-repeat center/cover;
}

.swiper-slide.slide02 {
  background: url(../images/main02.jpg) no-repeat center/cover;
}

.swiper-slide.slide03 {
  background: url(../images/main03.jpg) no-repeat center/cover;
}

.swiper-slide.slide04 {
  background: url(../images/main04.jpg) no-repeat center/cover;
}

.swiper-slide.slide05 {
  background: url(../images/main05.jpg) no-repeat center/cover;
}

.swiper-slide.slide06 {
  background: url(../images/main01.jpg) no-repeat center/cover;
}

.swiper-slide.slide07 {
  background: url(../images/main07.jpg) no-repeat center/cover;
}

.catch {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  color: #fff;
  width: 100%;
}

.catch .en {
  font-size: 60px;
  font-family: 'Sorts Mill Goudy', serif;
  line-height: 1;
}

.catch .en span {
  font-family: 'M_PLUS_Rounded';
  font-size: 16px;
}

.catch .ja {
  font-family: 'M_PLUS_Rounded';
  font-size: 23px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  #mainVis {
    padding-top: 0;
  }

  #mainVis .swiper-slide {
    height: 37vh;
    margin-top: 60px;
  }

  .swiper-slide.slide01 {
    background-image: url(../images/main06_sp.jpg);
  }

  .swiper-slide.slide02 {
    background-image: url(../images/main02_sp.jpg);
  }

  .swiper-slide.slide03 {
    background-image: url(../images/main03_sp.jpg);
  }

  .swiper-slide.slide04 {
    background-image: url(../images/main04_sp.jpg);
  }

  .swiper-slide.slide05 {
    background-image: url(../images/main05_sp.jpg);
  }

  .swiper-slide.slide06 {
    background-image: url(../images/main01_sp.jpg);
  }

  .swiper-slide.slide07 {
    background-image: url(../images/main07_sp.jpg);
  }

  .catch {
    display: none;
    top: 60%;
  }
}


/*================================================
 * section
 ================================================*/
.bg {
  background: url(../images/bg-pattern.jpg);
  position: relative;
  z-index: 1;
}

.bg::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(249, 234, 215, 0.4);
  z-index: -1;
}

section {
  position: relative;
  padding-bottom: 3rem;
}

.section {
  padding-top: 4rem;
}

@media screen and (max-width:768px) {
  section {
    padding-bottom: 2rem;
  }

  .section {
    padding-top: 3rem;
  }
}


/*================================================
 * lead
 ================================================*/
#lead {
  position: relative;
}

#lead h2 span {
  font-size: 23px;
}

#lead p {
  line-height: 2;
}

#lead .illust img {
  zoom: 0.45;
  padding-top: 50px;
}


#lead .lead-illust {
  position: absolute;
  top: 70px;
  right: -60px;
  width: 40%;
}

#lead .flex {
  position: relative;
  margin-top: -100px;
}

#lead .flex .spw48 {
  margin-right: 10px;
}

#lead .flex .lead-illust {
  position: absolute;
  top: 0;
  right: -60px;
}

#lead .flex .lead-illust img {
  zoom: 0.5;
}

@media screen and (max-width:768px) {
  #lead {
    padding-top: 1.5rem;
  }

  #lead p {
    line-height: 1.8;
  }

  #lead h2 span {
    font-size: 18px;
  }

  #lead .illust img {
    padding-top: 20px;
  }

  #lead .flex {
    margin-top: 20px;
  }

  #lead .w35 {
    margin-top: 50px;
  }

  #lead .flex .lead-illust {
    position: static;
    right: 0;
    margin-top: 10px;
  }
}

/*================================================
 * info
 ================================================*/
#info {
  padding-top: 200px;
  margin-top: -200px;
}

#info .infoArea iframe {
  width: 100%;
  height: 400px;
  overflow: scroll;
}

#info .facebookArea iframe {
  height: 500px;
}

#info .facebookArea,
#info .instaArea {
  margin: 80px auto 50px;
}

#info .instaArea .embedsocial-hashtag {
  height: 650px;
  overflow: scroll;
}

#info .virus img {
  margin: 0 auto;
}

@media screen and (max-width:768px) {
  #info {
    padding-top: 90px;
    margin-top: -90px;
  }

  #info .infoArea iframe {
    width: 100%;
    height: 230px;
    margin-bottom: 50px;
  }

  #info .virus {
    margin-bottom: 50px;
  }

  #info .facebookArea,
  #info .instaArea {
    margin: 20px auto;
  }

  #info .instaArea .embedsocial-hashtag {
    height: 500px;
  }
}


/*================================================
 * lesson
 ================================================*/
#lesson .flex {}

#lesson .flex .w35 {
  padding: 30px;
  box-sizing: border-box;
  color: #fff;
}

#lesson .flex .w35 h2 {
  color: #fff;
  border-bottom: 1px solid #fff;
}

#lesson .flex.class {
  background-color: #b77881;
}

#lesson .flex.gallery {
  background-color: #74aba3;
  text-align: right;
}


@media screen and (max-width:768px) {
  #lesson .flex {
    margin-bottom: 0;
  }

  #lesson .flex.gallery {
    text-align: left;
  }
}



/*================================================
 * 下層ページのタイトル
 ================================================*/
.underVis {
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
  position: relative;
}

.underVis .underVis_ttl {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 55px;
  color: #2b2b2b;
  font-family: 'M_PLUS_Rounded';
  line-height: 1.3;
}

.underVis .underVis_ttl span {
  font-family: 'Sorts Mill Goudy', serif;
  text-transform: capitalize;
}

@media screen and (max-width:768px) {
  .underVis {
    height: 220px;
  }

  .underVis .underVis_ttl {
    font-size: 30px;
    top: 60%;
    width: 100%;
  }
}


/*================================================
 *  フッター
 ================================================*/
footer {
  padding: 10px 0;
  text-align: center;
  border-top: 1px solid #b5ada3;
  margin: 0 60px;
}

footer .footer-logo img {
  width: 10%;
}

footer ul li {
  list-style: none;
  display: inline-block;
  margin: 0 6px;
}

footer ul li a:hover {
  opacity: .6;
}

footer .footer-menu {
  margin: 10px 0;
  font-family: 'Sorts Mill Goudy', serif;
  letter-spacing: .1em;
}

footer .footer-menu i {
  font-size: 10px;
  padding-left: 3px;
}

footer .footer-sns {
  margin-bottom: 15px;
  margin-top: 20px;
}

footer .footer-sns i {
  font-size: 20px;
}

.copyright {
  font-size: 11px;
  letter-spacing: 0.1em;
}

@media screen and (max-width:767px) {
  footer {
    margin: 30px 20px 0 20px;
    padding: 20px 0 10px;
  }

  footer .footer-logo img {
    width: 30%;
  }

  footer ul li {
    font-size: 13px;
  }

  footer .footer-sns {
    margin-bottom: 25px;
    margin-top: 30px;
  }

  footer .footer-sns i {
    font-size: 25px;
  }
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
#pagetop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  cursor: pointer;
  z-index: 9999;
}

/* #pagetop .arrow-up {
	width: 17px;
    height: 17px;
    border: 2px solid;
    border-color: #ca2e2a #ca2e2a transparent transparent;
    transform: rotate(-45deg);
    border-radius: 3px;
} */
@media screen and (max-width:767px) {
  #pagetop img {
    zoom: 0.8;
  }
}