/*******************************************
Theme Name:ダンススクールフローイング
Description:ダンススクールフローイングの公式テーマ
Author:Nozomi

*******************************************/
@charset "UTF-8";
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,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  input {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  textarea {
    max-width: 100%;
  }
}

body {
  color: #5c5c5c;
  font-family: "ヒラギノ角ゴ ProN", sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}
body * {
  box-sizing: border-box;
}

a {
  color: #5c5c5c;
  text-decoration: none;
}

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

p {
  margin-bottom: 1.5em;
  line-height: 1.4rem;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 0.8rem;
  }
}

p:last-of-type {
  margin-bottom: 0;
}

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

@media screen and (max-width: 1200px) {
  .only_pc {
    display: none;
  }
}

.only_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .only_sp {
    display: block;
  }
}

/* --------------------------------
* 基本幅
*--------------------------------*/
.blContainer {
  width: 92%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .blContainer {
    max-width: 100%;
  }
}
/* --------------------------------------------
* 　サイドバーページ
* -------------------------------------------- */
.container_side .container_side_item{
  margin-bottom:30px;
}
.container_side .container_side_item .single_head{
  font-size:1rem;
  font-weight:bold;
  padding:10px 12px 8px;
  background:#eaf6ff;
  margin-bottom:20px;
}
.container_side .container_side_item .single_label{
  color:#aaa;
  font-weight:bold;
  font-size:0.9rem;
}
.container_side .side_course ul{
  margin-top:5px;
}
.container_side .side_course ul li{
  list-style: none;
}

.container_side .side_course ul li a{
  display:block;
  padding:13px 3px 7px;
  border-bottom:1px dotted #bebebe;
}
.container_side .side_course ul li a:hover{
  color: #fff;
  opacity: 0.6;
}
.container_side .container_side_category ul li a{
  display:block;
  padding:10px 3px 6px;
  border-bottom:1px dotted #bebebe;
  font-size: 0.8;
}
@media screen and (max-width: 767px) {
  .container_side .container_side_category ul li a {
    font-size: 0.8rem;
  }
}

.container_side .container_side_category ul li a:hover{
 color: #fff;
 opacity: 0.6;
}

.container_side .container_side_tag{
  margin-top:20px;
}
.container_side .container_side_tag .head{
  margin-bottom:15px;
}
.container_side .container_side_tag .tag_list ul{
  display:flex;
  flex-wrap:wrap;
}
.container_side .container_side_tag .tag_list ul li{
  margin-right:5px;
  margin-bottom:5px;
}
.container_side .container_side_tag .tag_list ul li a{
  display:inline-block;
  height:30px;
  padding:5px 10px;
  border-radius:15px;
  border:2px solid #4d9ecc;
  font-size: 0.8rem;
}
.container_side .container_side_tag .tag_list ul li a:hover{
  text-decoration:none;
  background:rgba(61, 171, 249, 0.4901960784);
  color:#ffffff;
}
.container_side form.search-form{
  position:relative;
}
.container_side form.search-form input[type="search"]{
  width:calc(100% - 50px);
  height:45px;
  font-size:16px;
  border-radius:5px;
  border:1px solid #dddddd;
  padding:10px;
}
.container_side form.search-form input[type="search"]:focus-visible{
  outline:none !important;
  border:2px solid #ef0846 !important;
}
.container_side form.search-form input[type="submit"]{
  position:absolute;
  top:0;
  right:0;
  width:45px;
  height:45px;
  border:none;
  background:url("./../img/icon_search.svg") center no-repeat;
  background-size:60%;
  text-indent:9999px;
}
.container_side form.search-form input[type="submit"]:hover{
  cursor:pointer;
}

/* --------------------------------
*　ヘッダー
*--------------------------------*/
.subPageHeader {
  font-weight: bold;
  font-size: 1.6875rem;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 70px;
  padding: 1em 0;
  border-top: solid 3px #c2d6e5;
  border-bottom: solid 3px #c2d6e5;
}
@media screen and (max-width: 1200px) {
  .subPageHeader {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .subPageHeader {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.25rem;
    margin-top: 20px;
    margin-bottom: 15px;
  }
}

.instructorPageHeader {
  position: relative;
  width: 500px;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 1em 1.5em;
  font-size: 1.6875rem;
  font-weight: bold;
  margin: 70px auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .instructorPageHeader {
    max-width: 100%;
    margin: 20px auto 10px;
    font-size: 1.5rem ;
    padding: 0.5em 0.8em;

  }
}

.instructorPageHeader::after {
  position: absolute;
  content: "";
  left: -7px;
  top: -7px;
  border-width: 0 0 40px 40px;
  border-style: solid;
  border-color: #fff #fff #a8d4ff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.instructorPageHeader2 {
  background: none repeat scroll 0 0 #c2d6e5;
  border-radius: 5px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .instructorPageHeader2 {
    max-width: 100%;
    font-size: 1.2rem;
    padding: 5px;
  }
}

.singlePageHeader {
  font-weight: bold;
  font-size: 1.6875rem;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 1em 0;
  border-top: dashed 3px #c2d6e5;
  border-bottom: dashed 3px #c2d6e5;
}
@media screen and (max-width: 767px) {
  .singlePageHeader {
    max-width: 100%;
    font-size: 1.2rem;
    padding: 0.8em 0;

  }
}

.page__block h2{
  border-bottom: 4px solid #c2d6e5;
  padding: 0 0 0 4px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 3%;
  margin-top: 3%;
}
@media screen and (max-width: 767px) {
  .page__block h2 {
    font-size: 4vmin;
    white-space: nowrap;
  }
}

.page__block h3 {
  border-bottom: 1px solid #c2d6e5;
  font-size: 1.2rem;
  margin: 2% 10px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .page__block h3 {
    font-size: 3.5vmin;
    white-space: nowrap;
  }
}


.page__block h4 {
  border-bottom: 3px dotted #c2d6e5;
  font-size: 1rem;
  margin: 2% 10px;
  font-weight: bold;
}


/* --------------------------------
*　パンくず
*--------------------------------*/
.breadcrumb {
  display: flex;
  list-style: none;
  font-size: 0.8125rem;
  margin-top: 10px;
}
@media screen and (max-width: 1200px) {
  .breadcrumb {
    margin-top: 100px;
    font-size: 0.6rem;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    margin-top: 100px;
    font-size: 0.6rem;
  }
}

.breadcrumb a:hover {
  text-decoration: underline;
}

/* --------------------------------
*　見出し
*--------------------------------*/
.heading {
  padding-bottom: 0.25em;
}
.heading__subText {
  font-size: 0.875rem;
  color: #4d9ecc;
}
.heading__mainText {
  display: inline-block;
  border-bottom: 1px dashed #4d9ecc;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 767px) {
  .heading__mainText {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}

.heading__mainText::after {
  content: "";
  width: 16px;
  height: 18px;
  position: absolute;
  top: -10px;
  right: -14px;
  background: url("../img/heading_line.svg") no-repeat;
}

.heading_center {
  text-align: center;
}

/* --------------------------------
*　ページ大見出し
*--------------------------------*/
.pageContentHeading {
  font-size: 1.624rem;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .pageContentHeading {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}

/* --------------------------------
*　角丸トリミング
*--------------------------------*/
.trimRounded {
  overflow: hidden;
  border-radius: 10px;
}

.trimCircle {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

/* --------------------------------
*　ラベル
*--------------------------------*/
.label {
  display: inline-block;
  padding: 0.2em 0.5em 0.1em;
  color: #fff;
  background: rgba(61, 171, 249, 0.4901960784);
  border-radius: 3px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .label {
    font-size: 0.8rem;
  }
}


.label_theme_news {
  background: #4d9ecc;
}

.label_theme_instructorblog {
  background: #668ad8;
}

/* --------------------------------
*　ボタン
*--------------------------------*/
.button {
  display: inline-block;
  padding: 0.7em 2.5em 0.6em 2em;
  border: 1px solid #a5a5a5;
  border-radius: 3px;
  background: #fff;
  position: relative;
  line-height: 1.4;
  transition: all ease 0.15s;
}
.button::after {
  content: "\f105";
  font: var(--fa-font-solid);
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  transition: all ease 0.15s;
}

.buttonRed {
  display: inline-block;
  padding: 0.7em 2.5em 0.6em 2em;
  border: 1px solid #a5a5a5;
  border-radius: 3px;
  background: #fff;
  position: relative;
  line-height: 1.4;
  transition: all ease 0.15s;
}
@media screen and (max-width: 767px) {
  .buttonRed {
    font-size: 0.8rem;
  }
}

.buttonRed::after {
  content: "\f105";
  font: var(--fa-font-solid);
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  transition: all ease 0.15s;
}

.button_external::after {
  content: "\f08e";
}

.button:hover {
  background: #4d9ecc;
  border-color: #4d9ecc;
  color: #fff;
}
.button:hover::after {
  right: 0.25em;
  color: #fff;
}

.buttonRed:hover {
  background: #d50000;
  border-color: #d50000;
  color: #fff;
}
.buttonRed a:hover {
  color: #fff;
}

.buttonRed:hover::after {
  right: 0.25em;
  color: #fff;
}

.button_external:hover::after {
  right: 1em;
}

.buttonArea{
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .buttonArea {
    display: none;
  }
}

.buttonArea a:hover{
  color: #fff;
  opacity: 0.6;
}
/* --------------------------------
*　ページネーション
*--------------------------------*/
div.pagenation ul {
  text-align: center;
  height: 35px;
}

div.pagenation li {
  list-style: none;
}
.navigation.pagination {
  margin-top: 30px;
}

.navigation.pagination .nav-links .prev {
  border: none !important;
}

.navigation.pagination .nav-links .next {
  border: none !important;
}

.navigation.pagination .nav-links .current {
  background: #04143a;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #ccc;
  padding: 10px 10px 10px 15px;
  margin-right: 1px;

}

.navigation.pagination .nav-links a {
  display: inline;
  list-style: none;
  margin: 0 5px;
  border: 1px solid #ccc;
  padding: 10px 10px 10px 15px;
  border-radius: 5px;

}

.navigation.pagination .nav-links a:hover {
  background: #c6e4fc;
  color: #333;

}

/* --------------------------------
*　アコーディオンメニュー
*--------------------------------*/
/*ベース*/
.toggle {
  display: none;
}

.Label { /*タイトル*/
  padding: 1em;
  display: block;
  color: #4d9ecc;
  background: #fff;
  font-size: 120%;
  border: 2px solid #4d9ecc;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .Label {
    font-size: 0.8rem;
  }
}


.Label::before { /*タイトル横の矢印*/
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #4d9ecc;
  border-right: 2px solid #4d9ecc;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .Label::before {
    top: calc(50% + 5px);
    line-height: 1.2;
  }
}


.Label,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.content { /*本文*/
  height: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  overflow: hidden;
}

.toggle:checked + .Label + .content { /*開閉時*/
  height: auto;
  padding: 20px;
  transition: all 0.3s;
}

.toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
}

/* --------------------------------
*　カード
*--------------------------------*/
.cards {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -30px;
}
@media screen and (max-width: 767px) {
  .cards {
    display: block;
    margin-bottom: 0;
  }
}

.cards_col3 .cards__item {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .cards_col3 .cards__item {
    width: 100%;
    margin-right: 0;
  }
  .cards_col3 .cards__item:last-child {
    margin-bottom: 0;
  }
}
.cards_col3 .cards__item:nth-child(3n) {
  margin-right: 0;
}

.card {
  list-style: none;
}
.card__link {
  display: block;
}
.card__link:hover .card__title {
  text-decoration: underline;
}
.card__link > *:last-child {
  margin-bottom: 0;
}
.card__imgWrapper {
  margin-bottom: 10px;
  height: 250px;
  overflow: hidden;
}
.card__img {
  width: 100%;
  height: 100%;
  /* object-fit: cover;
  transition: all ease 0.3s; */
}
.card__date {
  font-size: 0.75rem;
  color: #555;
}
.card__title {
  font-weight: bold;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  .card__title {
    margin-top: 5px;
  }
}
.card__description {
  color: #555;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.card__link:hover .card__img {
  transform: scale(1.2);
}

/* --------------------------------
*　太線
*--------------------------------*/
span.bold {
  font-weight: bold;
}

span.red {
  font-weight: bold;
  color: #ff0000;
}
/* --------------------------------
*　文字小さく
*--------------------------------*/
span.small{
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
  span.small{
    font-size: 0.7rem;
  }
}
/* --------------------------------
*　マーカー線
*--------------------------------*/
span.markerBlue {
  background: linear-gradient(transparent 60%, rgba(61, 171, 249, 0.4901960784) 60%);
}

span.markerYellow {
  background: linear-gradient(transparent 60%, #ff9 60%);
}


/* --------------------------------
*　中央寄せ
*--------------------------------*/
.mcenter {
  margin: 0 auto;
}

.tcenter {
  text-align: center;
}
/* --------------------------------
*　スペース
*--------------------------------*/
.space{
  margin-top: 30px;
}
/* --------------------------------
*　吹き出し
*--------------------------------*/

.speechBubble{
  position: relative;
    padding: 1.5rem;
    background: #e0edff;
    margin: 3rem auto;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    width: 600px;
  }
  @media screen and (max-width: 767px) {
    .speechBubble {
      max-width: 100%;
      font-size: 0.95rem;
      line-height: 1.3;
    }
  }
  .speechBubble:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    border: 15px solid transparent;
    border-top: 15px solid #e0edff;
    width: 0;
    height: 0;
  }
  @media screen and (max-width: 767px) {
    .speechBubble:after {
      left: 46%;
    }
  }

/* --------------------------------
*　固定ボタン
*--------------------------------*/
  #sp-fixed-menu {
    display: none;
  }
@media screen and (max-width: 767px) {
  #sp-fixed-menu{
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0px;
    font-size: 0;
    opacity: 0.9;
    z-index: 99;
  }
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}

#sp-fixed-menu li{
   justify-content: center;
   align-items: center;
   width: 50%;
   padding:0;
   margin:0;
   font-size: 14px;
   border-right: 1px solid #fff;
}

/*左側メニューを緑色に*/
#sp-fixed-menu li:first-child{
   background: #38b435;
}

/*左側メニューをオレンジ色に*/
#sp-fixed-menu li:last-child{
   background: #f3a324;
}

/*ボタンを調整*/
#sp-fixed-menu li a{
   color: #fff;
   text-align: center;
   display:block;
   width: 100%;
   padding:20px;
}

/* --------------------------------
* ヘッダー
*--------------------------------*/
.header {
  background: #eaf6ff;
}
.header__inner {
  display: flex;
}

@media screen and (max-width: 1200px) {
  .header__inner {
    height: 65px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    padding-left: 4%;
    padding-right: 4%;
    z-index: 9999;
    background: #fff;
  }
}
.header__title {
  margin-top: 20px;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .header__title {
    margin-top: 5px;
    margin-right: 0;
  }
}
.header__pcMenu{
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .header__pcMenu {
    display: none;
  }
}
.header__spMenu {
  display: none;
}
@media screen and (max-width: 1200px) {
  .header__spMenu {
    display: block;
  }
}

.siteTitle__tagLine {
  font-size: 0.6875rem;
  margin-bottom: 5px;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .siteTitle__tagLine {
    margin-bottom: 0;
    font-size: 0.3rem;
  }
}
.siteTitle__logo {
  display: inline-block;
  width: 160px;
  margin-top: 5px;
}
@media screen and (max-width: 1200px) {
  .siteTitle__logo {
    display: inline-block;
    width: 120px;
    margin-top: 5px;
  }
}
.siteTitle__logo img {
  width: 160px;
  margin-top: 0.3rem;
}

.pcMenu__sub {
  margin-bottom: 15px;
}

.subMenu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.subMenu__tel {
  font-size: 0.875rem;
  margin-right: 25px;
}
.subMenu__tel:hover {
  text-decoration: underline;
}
.subMenu__shop {
  display: flex;
}
.subMenu__shopLink {
  width: 115px;
  margin-right: 10px;
  text-align: center;
  padding: 15px 0;
  border: 1px solid #4d9ecc;
  border-top: none;
  border-radius: 0 0 5px 5px;
  background: #4d9ecc;
  color: #fff;
  transition: all ease 0.15s;
}
.subMenu__shopLink:hover {
  background: #fff;
  color: #4d9ecc;
}

.mainMenu {
  margin-bottom: 15px;
}
.mainMenu__list {
  display: flex;
}
.mainMenu__item {
  width: 120px;
  font-weight: bold;
  margin-right: 10px;
  text-align: center;
  font-size: 0.9375rem;
  padding-bottom: 2px;
  border-bottom: 2px solid #c2d6e5;
  position: relative;
}
.mainMenu__link {
  display: block;
}
.mainMenu__link:hover {
  opacity: 0.6;
  transition-duration: 0.2s;
}
.mainMenu__label {
  color: #4d9ecc;
  font-size: 0.625rem;
}

.subMenu2 ul li{
  height: 0;
  overflow: hidden;
 }
 
.subMenu2:hover ul li{
 height: auto;
 overflow: visible;
 font-size: 0.9rem;
 padding: 0.4rem;
 text-align: left;
}
.mainMenu__submenu{
 position: absolute;
 top: 19px;
 left: 0;
 background: #eaf6ff;
 z-index: 10;


}
/* .mainMenu__subItem{
  margin-bottom: 0.3rem;
} */
.mainMenu__subItem a:hover{
  background-color: #fff;
  opacity: 0.6;
}

/* .mainMenu__subLink{
 height: 0;
 overflow: hidden;
} */
/* --------------------------------------------
 * 　スマホメニュー
 * -------------------------------------------- */
 .spMenu__tel{
  display: none;
 }
 /* @media screen and (max-width: 1200px) {
  .spMenu__tel{
    display: inline-block;
    width: 40%;
    margin: 20px 1px 1px -25px;
   }
  }  
  @media screen and (max-width: 767px) {
    .spMenu__tel{
      display: inline-block;
      width: 40%;
      margin: 20px 1px 1px -25px;
     }
    }   */
  
 .spMenu__toggle {
  position: absolute;
  top: -200px;
}
.spMenu__toggle:checked ~ .spMenu__wrapper {
  display: block;
}
.spMenu__toggle:focus-visible ~ .spMenu__hamburger {
  box-shadow: 1px 1px 2px gray;
}
.spMenu__toggle:checked ~ .spMenu__hamburger .spMenu__hamburgerLine {
  background: transparent;
}
.spMenu__toggle:checked ~ .spMenu__hamburger .spMenu__hamburgerLine::before {
  top: 50%;
  transform: rotate(45deg);
}
.spMenu__toggle:checked ~ .spMenu__hamburger .spMenu__hamburgerLine::after {
  top: 50%;
  transform: rotate(-45deg);
}
.spMenu__hamburger {
  width: 42px;
  height: 40px;
  position: absolute;
  top: 15px;
  right: 20px;
}
@media screen and (max-width: 1200px) {
  .spMenu__hamburger {
    right: 30px;
  }
}

.spMenu__hamburgerLine {
  display: block;
  width: 42px;
  height: 2px;
  background: #1593EF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.spMenu__hamburgerLine::before {
  content: "";
  position: absolute;
  top: -10px;
  width: 100%;
  height: 2px;
  background: #1593EF;
}
.spMenu__hamburgerLine::after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 2px;
  background: #1593EF;
}
.spMenu__wrapper {
  display: none;
  overflow-y: scroll;
  height: calc(100vh - 65px);
  position: absolute;
  top: 65px;
  left: 0;
  z-index: 9999;
  width: 100%;
  padding: 25px 4%;
  background: #EAF6FF;
}

.mainSpMenu__list {
  margin-bottom: 50px;
}
.mainSpMenu__item {
  border-bottom: 1px dotted #C2D6E5;
}
.mainSpMenu__link {
  display: block;
  padding: 0.8em 3px;
}

.subSpMenu__recruitLink {
  display: block;
  color: #fff;
  text-align: center;
  background: #EBB708;
  padding: 0.8em 0 0.6em;
  border-radius: 3px;
  margin-bottom: 3%;
}
.subSpMenu__shop {
  display: flex;
  justify-content: space-between;
}
.subSpMenu__shopLink {
  width: 48.5%;
  color: #fff;
  text-align: center;
  background: #1593EF;
  padding: 0.8em 0 0.6em;
  border-radius: 3px;
}

/* --------------------------------
* main
*--------------------------------*/
@media screen and (max-width: 1200px) {
  .toppageMain {
    margin-top: 65px;
    max-width: 100%;
  }
}
/* @media screen and (max-width: 767px) {
  .toppageMain {
    margin-top: 65px;
    max-width: 100%;
  }
} */


/* --------------------------------
* キービジュアル
*--------------------------------*/
.keyVisual {
  background: url("../img/top-pc.jpg"),#eaf6ff;
  background-repeat: no-repeat;
  /* background-position: center center; */
  background-size: contain;
  /* height: 850px; */
  /* padding-top: 30px; */
  position: relative;
  padding-top: 56.25%;
}

@media screen and (max-width: 450px) {
  .keyVisual {
    background-image: url("../img/top_sp3@2x.png");
    background-size: cover;
    background-position: center center;
    height: 100svh;
    width: 100%;
    margin-bottom: 0;
    max-width: 100vw;
    overflow-x: hidden;
    padding-top: 146.66%;
  }
}


.keyVisual__inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .keyVisual__inner {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .keyVisual__inner {
    display: block;
    text-align: center;
  }
}

.keyVisual__textArea {
  flex: 1 1 40%;
  margin-right: auto;
  color: #fff;
}
.keyVisual__catch {
  font-size: 3.75rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .keyVisual__catch {
    font-size: 2.5rem;
    padding-left: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .keyVisual__catch {
    font-size: 2.5rem;
    margin-top: -15px;
    padding-left: 0;
    background: #0000005c ;
    padding-top: 10px;
  }
}

.keyVisual__lead {
  font-size: 0.875rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .keyVisual__lead {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .keyVisual__lead {
    display: none;
  }
}

.keyVisual__subCatch span {
  font-size: 1.75rem;
  padding: 0.3em 0.5em;
  line-height: 2;
  color: #fff;
  background: rgba(61, 171, 249, 0.4901960784);
}
@media screen and (max-width: 767px) {
  .keyVisual__subCatch span {
    font-size: 1.25rem;
  }
}



.keyVisual__subCatch {
  position: absolute;
  margin-top: 0;
  top: 60%;
}

@media screen and (max-width: 1200px) {
  .keyVisual__subCatch {
    margin-top: 140px;
    padding-left: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .keyVisual__subCatch {
    margin: 2rem 4rem;
    padding-left: 0;
  }
}

/* .keyVisual__imgArea {
  flex: 1 1 60%;
  margin-left: 40px;
  margin-right: 35px;
} */

/* --------------------------------
*　メッセージ
*--------------------------------*/
.messageBlock {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #eaf6ff;
}
@media screen and (max-width: 767px) {
  .messageBlock {
    padding-top: 0px;
    padding-bottom: 50px;
  }
}
.messageBlock__inner > *:last-child {
  margin-bottom: 0;
}
.messageBlock__heading {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .messageBlock__heading {
    margin-bottom: 0;
    padding-top: 30px;
  }
}

.messageContent {
  align-items: center;
}
.messageContent__textArea {
  text-align: center;
  margin-top: 20px;
  padding: 30px 30px;
  background: url("img/message_text_bg.jpg");
}
@media screen and (max-width: 767px) {
  .messageContent__textArea {
    padding: 20px;
    margin-top: 10px;
  }
}
.messageContent__head{
  font-weight: 700;
  font-size: 1.2rem;
}
  @media screen and (max-width: 767px) {
    .messageContent__head {
      font-size: 1rem;
  }
}
.messageContent__content {
  width: 1000px;
  text-align: left;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .messageContent__content {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .messageContent__content {
    width: auto;
    padding-top: 0px;
  }
}
.messageContent__imgArea {
  width: 500px;
  margin: 20px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .messageContent__imgArea {
    max-width: 100%;
  }
}


@media screen and (max-width: 767px) {
  .messageContent__imgArea img{
    max-width: 100%;
  }
}

.check {
  border: dashed 2px #4d9ecc ;/*破線 太さ 色*/
  background: #f1f8ff; /*背景色*/
  padding: 0.5em 0.5em 0.5em 2em;
  width: 650px;
  margin: 1rem auto 0 auto;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .check {
    max-width: 100%;
    margin-left: 1px;
  }
}

.check li {
  line-height: 1.5;
  padding: 0.5em 0.5em;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .check li {
    font-size: 0.8rem;
  }
}

.check li::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  color: #4d9ecc;
  left: 0.5rem;
}


/* --------------------------------
*　最近の投稿
*--------------------------------*/
.recentlypostedBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .recentlypostedBlock {
    padding-top: 0px;
    padding-bottom: 50px;
  }
}
.recentlypostedBlock__heading {
  margin-bottom: 30px;
}
.recentlypostedBlock__list {
  margin-bottom: 35px;
}
.recentlypostedBlock__link {
  text-align: center;
}

.recentlypostedList {
  list-style: none;
}
.recentlypostedList__link {
  display: flex;
  align-items: flex-start;
  padding: 0.8em 2px 0.3em;
  border-bottom: 1px dotted #a5a5a5;
}
@media screen and (max-width: 767px) {
  .recentlypostedList__link {
    flex-wrap: wrap;
  }
}
.recentlypostedList__link:hover .newsList__title {
  text-decoration: underline;
}
.recentlypostedList__date {
  margin-right: 25px;
}
.recentlypostedList__label {
  margin-right: 10px;
  font-size: 0.8215rem;
}
@media screen and (max-width: 767px) {
  .recentlypostedList__label {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .recentlypostedList__title {
    width: 100%;
  }
}

/* --------------------------------
*　サービス（私たちができること）
*--------------------------------*/
.serviceBlock {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #eaf6ff;
}
@media screen and (max-width: 767px) {
  .serviceBlock {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.serviceBlock__inner > *:last-child {
  margin-bottom: 0;
}
.serviceBlock__heading {
  margin-bottom: 50px;
}
.serviceBlock__content {
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .serviceBlock__content{
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .serviceBlock__content {
    margin-bottom: 30px;
  }
}

.serviceContent {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .serviceContent {
    display: block;
  }
}

.serviceContent__textAreaLeft {
  flex: 1 1 50%;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .serviceContent__textAreaLeft {
    margin-right: 0;
  }
}

.serviceContent__textAreaRight {
  flex: 1 1 50%;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .serviceContent__textAreaRight {
    margin-left: 0;
  }
}

.serviceContent__imgArea {
  flex: 1 1 calc(50% - 40px);
}
@media screen and (max-width: 767px) {
  .serviceContent__imgArea{
    margin-bottom: 15px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .serviceContent__imgArea img{
    max-width: 90%;
  }
}

.serviceContent__buttonArea{
  margin-top: -100px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .serviceContent__buttonArea{
    margin-top: 0;
    margin-bottom: 60px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .serviceContent__buttonArea{
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
  }
}

.serviceContent__buttonAreaRight{
  margin-top: -100px;
  margin-left: 600px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .serviceContent__buttonAreaRight{
    margin-top: 0;
    margin-left: 0;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .serviceContent__buttonAreaRight{
    margin-top: 0;
    margin-left: 0;
    text-align: center;
  }
}


.serviceContent__link:hover {
  opacity: 0.6;
  transition-duration: 0.2s;
}
.serviceContent__heading {
  font-size: 1.625rem;
  color: #4d9ecc;
  border-bottom: 1px solid #4d9ecc;
  margin-bottom: 25px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .serviceContent__heading{
    font-size: 1.2rem;
  }
}

.serviceContent__text:last-of-type {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1200px) {
  .serviceContent__text:last-of-type{
    margin-bottom: 1em;
  }
}

.serviceContent__labels {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size: 0.875rem;
  margin-bottom: 20px;
}
.serviceContent__label {
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .serviceContent__label {
    margin-right: 5px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .serviceContent__label {
    margin-right: 5px;
    margin-bottom: 5px;
  }
}
.serviceContent_reverse {
  flex-direction: row-reverse;
}

/* --------------------------------
*　フローイングの紹介
*--------------------------------*/
.introductionBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .introductionBlock {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.introductionBlock__inner > *:last-child {
  margin-bottom: 0;
}
.introductionBlock__heading {
  margin-bottom: 50px;
}
.introductionBlock__content {
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .introductionBlock__content{
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .introductionBlock__content {
    margin-bottom: 30px;
  }
}

.introductionContent {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .introductionContent {
    display: block;
  }
}

.introductionContent__textAreaLeft {
  flex: 1 1 50%;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .introductionContent__textAreaLeft {
    margin-right: 0;
  }
}

.introductionContent__textAreaRight {
  flex: 1 1 50%;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .introductionContent__textAreaRight {
    margin-left: 0;
  }
}

.introductionContent__imgArea {
  flex: 1 1 calc(50% - 40px);
}
@media screen and (max-width: 767px) {
  .introductionContent__imgArea{
    margin-bottom: 15px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .introductionContent__imgArea img{
    max-width: 90%;
  }
}

.introductionContent__buttonArea{
  margin-top: -100px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .introductionContent__buttonArea{
    margin-top: 0;
    margin-bottom: 60px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .introductionContent__buttonArea{
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
  }
}

.introductionContent__buttonAreaRight{
  margin-top: -100px;
  margin-left: 600px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .introductionContent__buttonAreaRight{
    margin-top: 0;
    margin-left: 0;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .introductionContent__buttonAreaRight{
    margin-top: 0;
    margin-left: 0;
    text-align: center;
  }
}


.introductionContent__link:hover {
  opacity: 0.6;
  transition-duration: 0.2s;
}
.introductionContent__heading {
  font-size: 1.625rem;
  color: #4d9ecc;
  border-bottom: 1px solid #4d9ecc;
  margin-bottom: 25px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .introductionContent__heading{
    font-size: 1.2rem;
  }
}

.introductionContent__text:last-of-type {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1200px) {
  .introductionContent__text:last-of-type{
    margin-bottom: 1em;
  }
}

.introductionContent__labels {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size: 0.875rem;
  margin-bottom: 20px;
}
.introductionContent__label {
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .introductionContent__label {
    margin-right: 5px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .introductionContent__label {
    margin-right: 5px;
    margin-bottom: 5px;
  }
}
.introductionContent_reverse {
  flex-direction: row-reverse;
}


/* --------------------------------
*　特徴
*--------------------------------*/
.featuresBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .featuresBlock {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.featuresBlock__imgArea {
  flex: 0 0 400px;
  margin-top: 20px;
}
.featuresBlock__textArea {
  flex-wrap: 1 1 500px;
  margin-top: 20px;
  margin-left: 20px;
  padding: 0 30px 30px;
  background: url("../img/message_text_bg.jpg");
}
@media screen and (max-width: 767px) {
  .featuresBlock__textArea {
    margin: 0 auto;
  }
}

.featuresBlock__heading {
  margin-bottom: 50px;
}
.featuresBlock__content {
  margin-bottom: 60px;
}

.featuresContent {
  display: flex;
}
.featuresContent__heading {
  font-size: 1.625rem;
  font-weight: bold;
  color: #4d9ecc;
  border-bottom: 1px solid #4d9ecc;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .featuresContent__heading {
    font-size: 1.15rem;
  }
}

.featuresContent__img {
  width: 180px;
  height: auto;
}

.fontS {
  font-size: 0.8125rem;
}

/* --------------------------------
*　7つの理由
*--------------------------------*/
.reasonBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .reasonBlock {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.reasonBlock__inner > *:last-child {
  margin-bottom: 0;
}
.reasonBlock__heading {
  margin-bottom: 50px;
}
.reasonBlock__content {
  margin-bottom: 60px;
}

.reasonContent {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .reasonContent {
    display: block;
  }
}

.reasonContent__heading {
  font-size: 1.625rem;
  color: #4d9ecc;
  border-bottom: 2px solid #4d9ecc;
  margin-bottom: 25px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .reasonContent__heading {
    font-size: 1.15rem;
  }
}

.reasonContent__imgArea {
  flex: 1 1 calc(40% - 40px);
}
.reasonContent__textArea {
  flex: 1 1 60%;
  margin-right: 40px;
}
.reasonContent__text:last-of-type {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .reasonContent__text:last-of-type {
    margin-top: 15px;
  }
}

/* .reasonContent__labels {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size: 0.875rem;
  margin-bottom: 20px;
}
.reasonContent__label {
  margin-right: 10px;
  margin-bottom: 10px;
}

.reason_reverse {
  flex-direction: row-reverse;
} */

.reasonContent__textArea {
  margin-right: 0;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .reasonContent__textArea {
    margin-left: 0;
  }
}

/* --------------------------------
*　カリキュラム
*--------------------------------*/

.curriculumBlock {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #eaf6ff;
}
@media screen and (max-width: 767px) {
  .curriculumBlock{
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.curriculumBlock__contentArea{
  margin-top: 50px;
  margin-bottom: 50px;
}
.curriculumBlock__contentArea p{
  margin-bottom: 50px;
}
.curriculumBlock__heading {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .curriculumBlock__heading {
    margin-top: 30px;
  }
}
.curriculumBlock__content {
  margin-bottom: 60px;
}
.curriculumContent__heading {
  display: inline-block;
  font-size: 1.625rem;
  color: #4d9ecc;
  margin-bottom: 30px;
  font-weight: 700;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 1px #96c2fe;
  padding: 0.8rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .curriculumContent__heading {
    font-size: 1.15rem;
    margin-left: 1px;
  }
}
@media screen and (max-width: 767px) {
  .curriculumBlock__tableArea{
    max-width: 100%;
  }
}
.curriculumBlock__table{
  margin: 1rem auto;
  text-align: center;
  border: 5px solid #c2d6e5;
  width: 900px;
  background: #fff;
}

@media screen and (max-width: 1000px) {
  .curriculumBlock__table {
    max-width: 100%;
    width: 550px;
  }
}

@media screen and (max-width: 767px) {
  .curriculumBlock__table {
    max-width: 100%;
    width: 350px;
  }
}

.curriculumBlock__tr{
  border: 3px solid #c2d6e5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .curriculumBlock__tr {
    font-size: 0.9rem;
  }
}
.curriculumBlock__tdl1{
  border: 3px solid #c2d6e5;
  padding: 1rem 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .curriculumBlock__tdl1 {
    padding: 1rem;
    width: 10px;
  }
}

.curriculumBlock__tdl{
  border: 3px solid #c2d6e5;
  background: #eaf6ff;
  padding: 1rem 2rem;
  font-weight: bold;
  vertical-align:middle

}
@media screen and (max-width: 767px) {
  .curriculumBlock__tdl {
    padding: 1rem;
  }
}
.curriculumBlock__tdr1{
  border: 3px solid #c2d6e5;
  padding: 1rem 2rem;
  font-weight: bold;
  background:#eaf6ff;
}
@media screen and (max-width: 767px) {
  .curriculumBlock__tdr1 {
    padding: 1rem;
    width: 150px;
  }
}

.curriculumBlock__tdr{
  border: 3px solid #c2d6e5;
  padding: 1rem 2rem;
  font-weight: bold;
  vertical-align:middle
}
@media screen and (max-width: 767px) {
  .curriculumBlock__tdr {
    padding: 1rem;
  }
}

/* --------------------------------
*　生徒様の声
*--------------------------------*/
.voiceBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .voiceBlock {
    padding-top: 0px;
    padding-bottom: 50px;
  }
}
.voiceBlock__imgArea {
  flex: 0 0 100px;
  margin-top: 20px;
}@media screen and (max-width: 767px) {
  .voiceBlock__imgArea {
    text-align: center;
  }
}
.voiceBlock__textArea {
  flex-wrap: 1 1 800px;
  margin-top: 20px;
  margin-left: 20px;
  padding: 30px 30px;
  background: url("../img/message_text_bg.jpg");
}
@media screen and (max-width: 767px) {
  .voiceBlock__textArea {
    margin-left: 0;
  }
}

.voiceBlock__heading {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .voiceBlock__heading {
    margin-top: 30px;
  }
}

.voiceBlock__content {
  margin-bottom: 60px;
}
.voiceContent {
  display: flex;
}
@media screen and (max-width: 767px) {
  .voiceContent {
    display: block;
  }
}
.voiceContent__heading {
  font-size: 1.625rem;
  color: #4d9ecc;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .voiceContent__heading {
    font-size: 1.15rem;
  }
}

/* --------------------------------
*　Q＆A
*--------------------------------*/
.questionBlock {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #eaf6ff;
}
@media screen and (max-width: 767px) {
  .questionBlock {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.questionBlock__inner > *:last-child {
  margin-bottom: 0;
}
.questionBlock__heading {
  margin-bottom: 50px;
}

.accordion {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .accordion {
    max-width: 100%;
    width: 90%;
  }
}

.accordion__answers {
  color: #5c5c5c;
  border: dashed 2px #668ad8;
  background: #f1f8ff;
  padding: 0.5em 0.5em 0.5em 2em;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .accordion__answers {
    max-width: 100%;
  }
}

.accordion__answer {
  line-height: 1rem;
  padding: 0.5em 0;
}
@media screen and (max-width: 767px) {
  .accordion__answer {
    font-size: 0.8rem;

  }
}
/* --------------------------------
*　お申込みの流れ
*--------------------------------*/
.membershipflowBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .membershipflowBlock {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.membershipflowBlock__imgArea {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .membershipflowBlock__imgArea {
    max-width: 100%;
    width: 100%;
  }
}

.membershipflowBlock__heading {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .membershipflowBlock__heading {
    margin-bottom: 0;
  }
}

.membershipflowBlock__button {
  margin-top: 35px;
  text-align: center;
}
/* --------------------------------
*　トップページアクセス
*--------------------------------*/
.topAccessBlock {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #eaf6ff;
}
@media screen and (max-width: 767px) {
  .topAccessBlock {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.topAccess__textArea{
  margin-bottom: 20px;
  padding: 30px 15rem;
}
@media screen and (max-width: 767px) {
  .topAccess__textArea {
    margin-bottom: 20px;
    padding: 0;
    text-align: left;  
  }
}

.topAccessBlock__heading {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .topAccessBlock__heading {
    margin-bottom: 0;
  }
}

.topAccessBlock__imgArea {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .topAccessBlock__imgArea {
    max-width: 100%;
    width: 100%;
  }
}

.topAccessBlock__button {
  margin-top: 35px;
  text-align: center;
}


/* --------------------------------
*　お知らせ
*--------------------------------*/
.newsBlock {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .newsBlock {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.newsBlock__heading {
  margin-bottom: 30px;
}
.newsBlock__list {
  margin-bottom: 35px;
}
.newsBlock__link {
  text-align: center;
}

.newsList {
  list-style: none;
}
.newsList__link {
  display: flex;
  align-items: flex-start;
  padding: 0.8em 2px 0.3em;
  border-bottom: 1px dotted #a5a5a5;
}
@media screen and (max-width: 767px) {
  .newsList__link {
    flex-wrap: wrap;
  }
}
.newsList__link:hover .newsList__title {
  text-decoration: underline;
}
.newsList__date {
  margin-right: 25px;
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  .newsList__date {
    font-size: 0.7rem;
  }
}
.newsList__label {
  margin-right: 10px;
  font-size: 0.8215rem;
}
@media screen and (max-width: 767px) {
  .newsList__label {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .newsList__title {
    width: 100%;
    margin-top: 5px;
    font-size: 0.9rem;
  }
}

/* --------------------------------
*　インストラクターブログ
*--------------------------------*/
.blogBlock {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #eaf6ff;
}
@media screen and (max-width: 767px) {
  .blogBlock {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.blogBlock__heading {
  margin-bottom: 50px;
}
.blogBlock__button {
  margin-top: 35px;
  text-align: center;
}

/* --------------------------------
*　ダンスコラム
*--------------------------------*/
.columnBlock {
  padding-top: 70px;
  padding-bottom: 70px;
  
}
@media screen and (max-width: 767px) {
  .columnBlock {
    padding-top: 30px;
    padding-bottom: 50px;
    
  }
}
.columnBlock__inner > *:last-child {
  margin-bottom: 0;
  margin-top: 35px;
  text-align: center;

}
.columnBlock__heading {
  margin-bottom: 50px;
}
.columnBlock__button {
  margin-top: 35px;
  text-align: center;
}

/* --------------------------------
*　フッター
*--------------------------------*/
.footer {
  margin-top: 100px;
  padding-top: 30px;
  padding-bottom: 10px;
  background: #eaf6ff;
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.footer__title {
  text-align: center;
  margin-bottom: 30px;
}
.siteTitle__footerlogo{
  display: inline-block;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .siteTitle__footerlogo {
    width: 80px;
  }
}

.footer__nav {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    width: 108.6956521739%;
    margin-left: -4.347826087%;
  }
}
.footer__iconNavList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1rem;
  margin-bottom: 5px;

}
.footer__iconNavItem {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .footer__iconNavItem {
    margin-bottom: 0.4rem;
  }
}


.footer__navList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 0.8125rem;
}
.footer__navItem {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .footer__navItem {
    margin-bottom: 0.4rem;
  }
}

@media screen and (max-width: 767px) {
  .footer__navItem {
    width: 50%;
    padding: 1em 0;
    text-align: center;
    border-top: 1px solid #c2d6e5;
  }
  .footer__navItem:nth-child(odd) {
    border-right: 1px solid #c2d6e5;
  }
  .footer__navItem:nth-last-child(2) {
    border-bottom: 1px solid #c2d6e5;
  }
  .footer__navItem:nth-last-child(3) {
    border-bottom: 1px solid #c2d6e5;
  }
  .footer__navItem:last-child {
    border: none;
  }
}
.footer__navItem::after {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #c2d6e5;
}
@media screen and (max-width: 767px) {
  .footer__navItem::after {
    display: none;
  }
}
.footer__navItem:first-child:before {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #c2d6e5;
}
@media screen and (max-width: 767px) {
  .footer__navItem:first-child:before {
    display: none;
  }
}
.footer__navLink {
  display: block;
  color: #555;
}
.footer__navLink:hover {
  text-decoration: underline;
}
.footer__copyright {
  text-align: center;
  color: #777;
  font-size: 0.6875rem;
}

/* --------------------------------
*　インストラクター紹介（一覧ページ）
*--------------------------------*/
.instructor__textArea {
  text-align: left;
  margin-bottom: 20px;
  padding: 30px 15rem;
  background: url("../img/message_text_bg.jpg");
}
@media screen and (max-width: 767px) {
  .instructor__textArea {
    padding: 10px 15px;
  }
}

.instructorGallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.instructorGallery__item {
  max-width: 100%;
}
.instructorGallery__link:hover {
  background: #fff;
  opacity: 50%;
}
.instructorGallery__img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .instructorGallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

/* --------------------------------
*　インストラクター紹介（シングルページ）
*--------------------------------*/
.instructorSingle {
  margin: 70px auto;
  display: flex;
  align-items: stretch;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .instructorSingle {
    display: block;
    margin: 10px auto;
  }
}

.instructorSingle__imgArea {
  flex-wrap: 1 1 600px;
}
@media screen and (max-width: 767px) {
  .instructorSingle__imgArea {
    max-width: 100%;
    margin: 0 auto;
  }
}

.instructorSingle__img {
  margin-bottom: 15px;
  width: 400px;
}
@media screen and (max-width: 767px) {
  .instructorSingle__img {
    max-width: 90%;
    margin: 1rem auto;
  }
}
@media screen and (max-width: 767px) {
  .instructorSingle__movie {
    text-align: center;
  }
}

.instructorSingle__movie iframe{
  width: 400px;
  height: 280px;
}
@media screen and (max-width: 767px) {
  .instructorSingle__movie iframe {
    max-width: 100%;
  }
}

.instructorSingle__textArea {
  flex-wrap: 1 1 600px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .instructorSingle__textArea {
    margin-left: 0;
  }
}

.instructorSingle__class {
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .instructorSingle__class {
    font-size: 0.8rem;
    padding: 5px 30px;
    line-height: 1.8;
  }
}

.instructorSingle__profile {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .instructorSingle__profile {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .instructorSingle__message {
    font-size: 0.8rem;
  }
}


/* --------------------------------
*　お知らせ（一覧ページ）
*--------------------------------*/
/* --------------------------------
*　お知らせ記事ページ
*--------------------------------*/
.singleNews {
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .singleInstructorNews {
    max-width: 100%;
    display: block;
  }
}
.singleInstructorNews p a{
  color: #1a0dab;
  font-weight: bold;
}
.singleInstructorNews p a:hover{
  opacity: 0.8;
}

.singleNews h2 {
  border-bottom: 4px solid #c2d6e5;
  padding: 0 0 0 4px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 3%;
}
@media screen and (max-width: 767px) {
  .singleNews h2 {
    border-bottom: 3px solid #c2d6e5;
    font-size: 1.1rem;
  }
}

.singleNews h3 {
  border-bottom: 1px solid #c2d6e5;
  font-size: 1.2rem;
  margin: 2% 10px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .singleNews h3 {
    font-size: 1rem;
  }
}

.singleNews h4 {
  border-bottom: 3px dotted #c2d6e5;
  font-size: 1rem;
  margin: 2% 10px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .singleNews h4 {
    font-size: 0.95rem;
  }
}
 .singleNewsBlock a{
  color: #1a0dab;
  font-weight: bold;
 }
 .singleNewsBlock a:hover{
  opacity: 0.6;
 }
@media screen and (max-width: 1200px) {
  .singleNewsBlock{
margin-right: 0;
  }
}

.singleNewsBlock__dateArea {
  margin-top: 10px;
  text-align: right;
}
.singleNewsBlock__date {
  margin-left: auto;
  display: inline-block;
  border-bottom: 3px dotted #c2d6e5;
  margin-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  .singleNewsBlock__date {
    font-size: 0.8rem;
  }
}
.singleNewsBlock__contentArea {
  margin: 50px auto;
  width: 1000px;
}
@media screen and (max-width: 1200px) {
  .singleNewsBlock__contentArea {
    max-width: 100%;
  }
}

.singleNewsBlock__content p {
  margin: 2rem 0;
}

.singleNewsBlock__imgArea{
  margin: 2rem auto;
  width: 500px;
}
@media screen and (max-width: 767px) {
  .singleNewsBlock__imgArea {
    margin: 1rem auto;
    max-width: 100%;
  }
}
.singleNewsBlock__movieArea{
  margin: 2rem 0;
  text-align: center;
}

.singleNewsBlock__movieArea iframe{
  width: 500px;
  height: 280px;
}
@media screen and (max-width: 767px) {
  .singleNewsBlock__movieArea iframe {
    max-width: 100%;
  }
}

/* --------------------------------
*　インストラクター記事ページ
*--------------------------------*/
.singleInstructorNews {
  line-height: 1.2;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .singleInstructorNews {
    max-width: 100%;
    display: block;
  }
}
.singleInstructorNews h2 {
  border-bottom: 4px solid #c2d6e5;
  padding: 0 0 0 4px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .singleInstructorNews h2 {
    border-bottom: 3px solid #c2d6e5;
    font-size: 1.1rem;
    margin-bottom: 30px;
  }
}

.singleInstructorNews h3 {
  border-bottom: 1px solid #c2d6e5;
  font-size: 1.2rem;
  margin: 3% 10px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .singleInstructorNews h3 {
    font-size: 1rem;
    margin: 2% 0;
  }

}

.singleInstructorNews h4 {
  border-bottom: 3px dotted #c2d6e5;
  font-size: 1rem;
  margin: 3% 10px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .singleInstructorNews h4 {
    font-size: 0.95rem;
    margin: 2% 0;
  }
}
.singleInstructorNewsBlock{
  flex-wrap: 1 1 600px;
  margin-right: 2rem;
}
@media screen and (max-width: 1200px) {
  .singleInstructorNewsBlock{
margin-right: 0;
  }
}

.singleInstructorNewsBlock__dateArea {
  margin-top: 10px;
  text-align: right;
}
.singleInstructorNewsBlock__date {
  margin-left: auto;
  display: inline-block;
  border-bottom: 3px dotted #c2d6e5;
}
@media screen and (max-width: 767px) {
  .singleInstructorNewsBlock__date {
    font-size: 0.8rem;
  }
}
.singleInstructorNewsBlock__contentArea {
  margin: 50px auto;
  width: 1000px;
}
@media screen and (max-width: 1200px) {
  .singleInstructorNewsBlock__contentArea {
    max-width: 100%;
  }
}

.singleInstructorNewsBlock__content p {
  margin: 1rem 0;
}

.singleInstructorNewsBlock__imgArea{
  margin: 2rem auto;
  width: 500px;
}
@media screen and (max-width: 767px) {
  .singleInstructorNewsBlock__imgArea {
    margin: 1rem auto;
    max-width: 100%;
  }
}
.singleInstructorNewsBlock__movieArea{
  margin: 2rem 0;
  text-align: center;
}

.singleInstructorNewsBlock__movieArea iframe{
  width: 500px;
  height: 280px;
}
@media screen and (max-width: 767px) {
  .singleInstructorNewsBlock__movieArea iframe {
    max-width: 100%;
  }
}
.container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding-top: 5%;
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}


.related-title {
  margin-bottom: 15px;
  font-size: 20px;
}

.related-list {
  display: flex;
  flex-wrap: wrap;
}

.related-card {
  color: #222;
}

.related-item {
  width: 33.3333%;
  list-style: none;
}
.related-img {
  margin: 1rem;
}

.related-img img {
  width: 100%;
  height: 200px;
  vertical-align: bottom;
}

.related-text-wrap {
  padding: 10px;
}

.related-card-title {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.related-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.related-info .category {
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0 5px;
  font-size: 12px;
  color: #fff;
  background-color: #33ccff;
  border-radius: 3px;
}

@media screen and (max-width: 767px) {
  .related-item {
      width: 100%;
  }

  .related-item:not(:first-child) {
      margin-top: 10px;
  }
}

/* --------------------------------
*　ダンスコラム（一覧ページ）
*--------------------------------*/
.danceColumn{
  display: flex;
}
@media screen and (max-width: 767px) {
  .danceColumn {
      display: block;
  }
}
.danceColumn__block{
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .danceColumn__block {
      margin-right: 0;
  }
}

.danceColumn__list {
  border: 1px solid #ccc;
  padding: 0px 20px 20px;
  margin: 0 0 20px;
  overflow: hidden;
  width: 1000px;
}
@media screen and (max-width: 767px) {
  .danceColumn__list {
      max-width: 100%;
  }
}

.danceColumn__titleArea {
  display: flex;
  align-items: flex-end;
  margin-bottom: 1rem;
}

.danceColumn__dateArea {
  background: #4d9ecc;
  border-radius: 5px;
  color: #fff;
  width: 70px;
  height: 50px;
  font-weight: bold;
  padding: 5px;
  margin-top: 10px;
  font-size: 90%;
}
@media screen and (max-width: 767px) {
  .danceColumn__dateArea  {
    font-size: 70%;
    padding: 3px;
    height: 45px;
    width: 60px;
  }
}

.danceColumn__date_y {
  text-align: center;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .danceColumn__date_y  {
    padding-top: 8px;
  }
}

.danceColumn__date_m {
  text-align: center;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .danceColumn__date_m  {
    padding-bottom: 0;
  }
}

.danceColumn__title {
  padding: 20px 0 0 20px;
  width: 90%;
  display: inline-block;
  line-height: 1.52;
  font-weight: bold;
  font-size: 1.4rem;
  border-bottom: 2px solid #4d9ecc;
  margin: 0 0 1em;
  height: 50px;
  background: #fff;
  position: relative;
  bottom: -20px;
}
@media screen and (max-width: 767px) {
  .danceColumn__title {
    font-size: 0.9rem;
    line-height: 1.2;
    padding: 0 0.5rem;
  }
}

.danceColumn__contentArea {
  display: flex;
}
@media screen and (max-width: 767px) {
  .danceColumn__contentArea {
    display: block;
  }
}
.danceColumn__imgArea {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .danceColumn__imgArea {
    max-width: 100%;
    margin: 0 auto;
  }
}

.danceColumn__content {
  margin-left: 20px;
  width: 800px;
}
@media screen and (max-width: 767px) {
  .danceColumn__content {
    max-width: 100%;
    margin: 1rem auto;
  }
}

.danceColumn__buttonArea {
  margin-top: 1rem;
  list-style: none;
  text-align: center;
}
.excerpt_more {
  color: #0404ee;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .excerpt_more{
    font-size: 0.8rem;
  }
}

.excerpt_more:hover {
  color: #fff;
  opacity: 50%;
}

/* --------------------------------
*　ダンスコラム記事ページ
*--------------------------------*/
.singledancecolum {
  line-height: 1.2;
  display: flex;
}
@media screen and (max-width: 767px) {
  .singledancecolum {
    display: block;
  }
}

.singledancecolum h2 {
  border-bottom: 4px solid #c2d6e5;
  padding: 0 0 0 4px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 3% 0;
}
@media screen and (max-width: 767px) {
  .singledancecolum h2 {
    border-bottom: 3px solid #c2d6e5;
    font-size: 1.2rem;
  }
}
.singledancecolum h3 {
  border-bottom: 1px solid #c2d6e5;
  font-size: 1.2rem;
  margin: 2% 10px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .singledancecolum h3 {
    font-size: 1rem;
    margin-bottom: 1.3rem;
  }
}

.singledancecolum h4 {
  border-bottom: 3px dotted #c2d6e5;
  font-size: 1rem;
  margin: 2% 10px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .singledancecolum h4 {
    font-size: 0.9rem;
  }
}
.singledancecolumBlock{
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .singledancecolumBlock {
    margin-right: 0;
  }
}

.singledancecolumBlock__dateArea {
  margin-top: 10px;
  text-align: right;
  display: flex;
}
.singledancecolumBlock__date {
  margin-left: auto;
  display: inline-block;
  border-bottom: 3px dotted #c2d6e5;
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
  .singledancecolumBlock__date {
    font-size: 0.7rem;
  }
}
.singledancecolumBlock__newdate {
  margin-left: 1rem;
  display: inline-block;
  border-bottom: 3px dotted #c2d6e5;
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
  .singledancecolumBlock__newdate {
    font-size: 0.7rem;
  }
}

.singledancecolumBlock__contentArea {
  margin: 50px auto;
  width: 1000px;
}

@media screen and (max-width: 767px) {
  .singledancecolumBlock__contentArea {
    max-width: 100%;
    margin: 20px auto;
  }
}

.singledancecolumBlock__content p {
  margin-top: 40px;
  margin-bottom: 60px;
  line-height: 1.6;
}
.singledancecolumBlock__imgArea{
  margin: 2rem auto;
  width: 500px;
}
@media screen and (max-width: 767px) {
  .singledancecolumBlock__imgArea {
    max-width: 100%;
    margin: 0 auto;
  }
}
.singledancecolumBlock__content img {
  width: 500px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .singledancecolumBlock__content img {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .singledancecolumBlock__content iframe {
    max-width: 100%;
    height: auto;
  }
}

/* --------------------------------
*　インストラクターブログ（一覧ページ）
*--------------------------------*/
.instructorBlog__container{
  display: flex;
}
@media screen and (max-width: 767px) {
  .instructorBlog__container {
    display: block;
  }
}

.instructorBlog__blockArea{
  margin-right: 3rem;
}
@media screen and (max-width: 767px) {
  .instructorBlog__blockArea {
    margin-right: 0;
  }
}

.instructorBlog {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .instructorBlog {
    display: block;
  }
}

.instructorBlog__block {
  width: 450px;
  height: 300px;
  background-color: hsla(0deg, 0%, 100%, 0.96);
  box-shadow: 5px 5px 10px 0px #ccc;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .instructorBlog__block {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.instructorBlog__imgArea {
  height: 130px;
}
.instructorBlog__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 0 0 15px;
  height: 130px;
  width: 450px;
}
.instructorBlog__title {
  padding: 0 10px;
  font-weight: bold;
  margin: 0 0 10px;
  display: block;
}
.instructorBlog__contentArea {
  position: relative;
  top: 50px;
  margin: 0 10px;
}
.instructorBlog__date {
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 3px;
}
.instructorBlog__content {
  font-size: 1rem;
}
.instructorBlog__buttonArea {
  position: relative;
  top: 40px;
  right: -350px;
}
@media screen and (max-width: 767px) {
  .instructorBlog__buttonArea {
    right: -10px;
  }
}

/* .instructorBlog_pagenation {
  margin-top: 30px;
} */

.pagenationArea {
  margin-top: 40px;
}
/* --------------------------------
*　レッスンジャンル（一覧ページ）
*--------------------------------*/
.lesson__textArea {
  margin-bottom: 20px;
  padding: 30px 15rem;
  background: url("../img/message_text_bg.jpg");
}
@media screen and (max-width: 767px) {
  .lesson__textArea {
    padding: 2rem;
    margin-bottom: 10px;
  }
}

.lessonGallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .lessonGallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  
  }
}

.lessonGallery__item {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .lessonGallery__item {
    width: 150px;   
  }
}


.lessonGallery__link:hover {
  background: #fff;
  opacity: 50%;
}
.lessonGallery__img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .lessonGallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

/* --------------------------------
*　レッスンジャンル（シングルページ）
*--------------------------------*/

/* --------------------------------
*　料金
*--------------------------------*/
.priceBlock h2{
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  font-weight: bold;
  border: dashed 1px #96c2fe;
  padding: 0.8em 0.5em;
  color: #454545;
  margin: 1rem 3rem;
  width: 300px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .priceBlock h2 {
    margin: 0.8rem auto;
    font-size: 1rem;
  }
}

.priceBlock h3{
  border-bottom: 1px solid #c2d6e5;
  font-size: 1.2rem;
  margin: 2% 10px;
  font-weight: bold;
}
.priceBlock h4{
  border-bottom: 3px dotted #c2d6e5;
  font-size: 1rem;
  margin: 2% 10px;
  font-weight: bold;
}

.priceBlock p{
  padding: 1rem 15rem;
  background: url(../img/message_text_bg.jpg);
}
@media screen and (max-width: 767px) {
  .priceBlock p {
    padding: 10px 15px;
  }
}

.priceBlock__table{
  margin: 1rem auto;
  text-align: center;
  border: 5px solid #c2d6e5;
  width: 450px;
}
@media screen and (max-width: 767px) {
  .priceBlock__table {
    max-width: 100%;
    width: 350px;
  }
}

.priceBlock__tr{
  border: 3px solid #c2d6e5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .priceBlock__tr {
    font-size: 0.9rem;
  }
}

.priceBlock__tdl{
  border: 3px solid #c2d6e5;
  background: #eaf6ff;
  padding: 1rem 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .priceBlock__tdl {
    padding: 1rem;
  }
}

.priceBlock__tdr{
  border: 3px solid #c2d6e5;
  padding: 1rem 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .priceBlock__tdr {
    padding: 1rem;
  }
}

/* --------------------------------
*　時間
*--------------------------------*/
.timeBlock p{
  text-align: center;
}
.timeBlock a:hover{
  color: #fff;
  opacity: 0.5;
}
.timeBlock h2{
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  font-weight: bold;
  border: dashed 1px #96c2fe;
  padding: 0.8em 0.5em;
  color: #454545;
  margin: 1rem 3rem;
  width: 300px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .timeBlock h2 {
    margin: 0.8rem auto;
  }
}

.timeBlock h3{
  border-bottom: 1px solid #c2d6e5;
  font-size: 1.2rem;
  margin: 2% 10px;
  font-weight: bold;
}
.timeBlock h4{
  border-bottom: 3px dotted #c2d6e5;
  font-size: 1rem;
  margin: 2% 10px;
  font-weight: bold;
}
.timeBlock__imgArea{
  margin: 1rem auto;
  max-width: 500px;
  height: auto;
}
.timeBlock__textArea{
  background: url(../img/message_text_bg.jpg);
  width: 500px;
  margin: 1rem auto;
  padding: 1rem 10rem 1rem;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .timeBlock__textArea {
    max-width: 100%;
    padding: 0.8rem 2rem;
    line-height: 2;
  }
}

.timeBlock__textArea li{
  list-style: none;
}

.timeBlock__textArea li a:hover{
  text-decoration: underline;
  color: #0066cc
}
/* --------------------------------
*　アクセス
*--------------------------------*/
@media screen and (max-width: 767px) {
  .accessBlock {
    max-width: 100%;

  }
}

.access__textArea {
  margin-bottom: 20px;
  padding: 30px 15rem;
  background: url("../img/message_text_bg.jpg");
}
@media screen and (max-width: 767px) {
  .access__textArea {
    padding: 10px 15px;

  }
}
.accessGallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .accessGallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.accessGallery__item {
  max-width: 100%;
}
.accessGallery__link:hover {
  background: #fff;
  opacity: 50%;
}
.accessGallery__img {
  width: 100%;
}
/* --------------------------------
*　アクセス（スタジオページ）
*--------------------------------*/
.singleAccess h2{
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  font-weight: bold;
  border: dashed 1px #96c2fe;
  padding: 0.8em 0.5em;
  color: #454545;
  margin: 1rem 3rem;
  width: 400px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .singleAccess h2 {
    max-width: 100%;
    margin: 0.8rem auto;
    font-size: 1rem;
  }
}

.singleAccess h3{
  border-bottom: 1px solid #c2d6e5;
  font-size: 1.2rem;
  margin: 2% 10px;
  font-weight: bold;
}
.singleAccess h4{
  border-bottom: 3px dotted #c2d6e5;
  font-size: 1rem;
  margin: 2% 10px;
  font-weight: bold;
}

.singleAccess__textArea{
  margin-bottom: 20px;
  padding: 30px 15rem;
  background: url(../img/message_text_bg.jpg);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .singleAccess__textArea {
    padding: 10px;
  }
}

.singleAccess__text p{
  padding: 1rem 15rem;
}
@media screen and (max-width: 767px) {
  .singleAccess__text p {
    padding: 10px 15px;
  }
}

.singleAccess__text img{
  padding: 1rem 15rem;
}
@media screen and (max-width: 767px) {
  .singleAccess__text img {
    padding: 10px 15px;
  }
}

.singleAccess__mapArea{
  padding: 30px 15rem;
}

@media screen and (max-width: 767px) {
  .singleAccess__mapArea {
    max-width: 100%;
    margin: 0.8rem auto;
    padding: 10px 15px;
    text-align: center;
    height: auto;
  }
}
.singleAccess__mapArea p {
  padding: 1rem;

}
@media screen and (max-width: 767px) {
  .singleAccess__mapArea p {
    text-align: center;
  }
}
.singleAccess__mapArea iframe {
  /* padding: 30px 15rem; */
  width: 600px;
  height: 450px;

}
@media screen and (max-width: 767px) {
  .singleAccess__mapArea iframe {
    max-width: 100%;
    height: auto;

  }
}

/* --------------------------------
*　入会までの流れ
*--------------------------------*/
.membershipBlock h2{

    position: relative;
    padding: 1.5rem;
    background: #e0edff;
    margin: 3rem auto;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    width: 600px;
  }
  @media screen and (max-width: 767px) {
    .membershipBlock h2 {
      max-width: 100%;
      font-size: 0.95rem;
      line-height: 1.3;
    }
  }
  
  .membershipBlock h2:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    border: 15px solid transparent;
    border-top: 15px solid #e0edff;
    width: 0;
    height: 0;
  }
  @media screen and (max-width: 767px) {
    .membershipBlock h2:after {
      left: 46%;
    }
  }


.membershipBlock h3{
  border-bottom: 1px solid #c2d6e5;
  font-size: 1.2rem;
  margin: 2% 10px;
  font-weight: bold;
}
.membershipBlock h4{
  border-bottom: 3px dotted #c2d6e5;
  font-size: 1rem;
  margin: 2% 10px;
  font-weight: bold;
}
.membershipBlock__textArea {
  margin-bottom: 20px;
  padding: 30px 15rem;
  background: url("../img/message_text_bg.jpg");
}
@media screen and (max-width: 767px) {
  .membershipBlock__textArea {
    padding: 10px 15px;
  }
}
.membershipBlock ul {
  color: #4d9ecc;/*文字色*/
  border: dashed 2px #4d9ecc ;/*破線 太さ 色*/
  background: #f1f8ff; /*背景色*/
  padding: 0.5em 0.5em 0.5em 2em;
  width: 300px;
  margin: 1rem auto;
}
@media screen and (max-width: 767px) {
  .membershipBlock ul {
    max-width: 100%;
  }
}

.membershipBlock ul li {
  line-height: 1.5;
  padding: 0.5em 0;
}
@media screen and (max-width: 767px) {
  .membershipBlock ul li {
    font-size: 0.8rem;
    line-height: 1.2;
  }
}

/* --------------------------------
*　お問合せページ
*--------------------------------*/
.contactBlock h2{
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  font-weight: bold;
  border: dashed 1px #96c2fe;
  padding: 0.8em 0.5em;
  color: #454545;
  margin: 1rem 3rem;
  width: 400px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contactBlock h2 {
    max-width: 90%;
    margin: 0.8rem auto;
  }
}

.contactBlock h3{
  border-bottom: 1px solid #c2d6e5;
  font-size: 1.2rem;
  margin: 2% 10px;
  font-weight: bold;
}
.contactBlock h4{
  border-bottom: 3px dotted #c2d6e5;
  font-size: 1rem;
  margin: 2% 10px;
  font-weight: bold;
}

.contactBlock__textArea{
  margin-bottom: 20px;
  padding: 30px 15rem;
  background: url(../img/message_text_bg.jpg);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .contactBlock__textArea {
    padding: 10px;
  }
}

.contactBlock__buttonArea{
  margin: 1.5rem auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contactBlock__buttonArea {
    max-width: 90%;
    margin: 0.8rem auto;
  }
}

.contactBlock__contact{
  text-align: center;
  background: url(../img/message_text_bg.jpg);
  padding: 30px 15rem;
}
@media screen and (max-width: 767px) {
  .contactBlock__contact {
    padding: 10px;
    max-width: 100%;
  }
}
.contact__submit{
 margin-left: 4rem;
}
/* --------------------------------
*　クラス紹介ページ
*--------------------------------*/
.singleClass {
  line-height: 1.2;
}

.singleClass h2 {
  border-bottom: 4px solid #c2d6e5;
  padding: 0 0 0 4px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 3%;
}
@media screen and (max-width: 767px) {
  .singleClass h2 {
    font-size: 4vmin;
    white-space: nowrap;
  }
}

.singleClass h3 {
  border-bottom: 1px solid #c2d6e5;
  font-size: 1.2rem;
  margin: 2% 10px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .singleClass h3 {
    font-size: 3.5vmin;
    white-space: nowrap;
  }
}


.singleClass h4 {
  border-bottom: 3px dotted #c2d6e5;
  font-size: 1rem;
  margin: 2% 10px;
  font-weight: bold;
}

.singleClassBlock__textArea {
  margin: 50px auto;
}

.singleClassBlock__textArea p {
  margin: 1rem auto;
  line-height: 1.6rem;
  width: 1000px;
}
@media screen and (max-width: 767px) {
  .singleClassBlock__textArea p {
    max-width: 100%;
  }
}

.singleClassBlock__flow{
  position: relative;
  padding: 1.5rem;
  background: #e0edff;
  margin: 3rem auto;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  width: 600px;
}
@media screen and (max-width: 767px) {
  .singleClassBlock__flow {
    max-width: 100%;
    font-size: 1rem;
    padding: 1.2rem;

  }
}
.singleClassBlock__flow:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
  width: 0;
  height: 0;
}
@media screen and (max-width: 767px) {
  .singleClassBlock__flow::after {
    left: 46%;
  }
}

.singleClassBlock__imgArea img{
  width: 500px;
  margin: 1.6rem;
}
@media screen and (max-width: 767px) {
  .singleClassBlock__imgArea img {
    max-width: 100%;
    margin: 0.5rem auto;
  }
}

.singleClassBlock__movieArea{
  margin: 2rem 0;
  text-align: center;
}
.singleClassBlock__movieArea p:last-of-type{
  margin: 1.5em 0;
}

.singleClassBlock__movieArea iframe{
  width: 500px;
  height: 280px;
}
@media screen and (max-width: 767px) {
  .singleClassBlock__movieArea iframe {
    max-width: 100%;
    height: 260px;
  }
}

.singleClassBlock a:hover{
 text-decoration: underline;
 color: #0066cc;
}
/* --------------------------------
*　固定ページ
*--------------------------------*/
.page__block{
  margin: 0 auto;
}
.page__content{
  margin-left: 20px;
  width: 800px;
}
@media screen and (max-width: 767px) {
  .page__block iframe {
    max-width: 100%;
    height: 260px;
  }
}

@media screen and (max-width: 767px) {
  .page__block img {
    max-width: 100%;
    height: auto;
  }
}
/* --------------------------------
*　youbueバナー
*--------------------------------*/

.youtubeBanner{
    text-align: center;
    margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .youtubeBanner{
    margin-top: 30px;
}
 .youtubeBanner a{
  width: 80%;
 }
 .youtubeBanner img{
  width: 80%;
 }
}

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