@charset "utf-8";
html,body,h1,h2,h3,h4,ul,ol,dl,li,dt,dd,p,div,span,img,a,table,tr,th,td,article,header,footer,aside,figure,figcaption,nav,section{margin:0;padding:0;border:0;}
ul,ol {
  list-style: none;
}
html{
  font-size: 10px;
  font-size: 2.6666vw;
}
@media (min-width:768px) {
  html {
    font-size: 10px;
  }
}
body {
  font-family: 'Helvetica Neue','Helvetica','Arial','Yu Gothic UI',YuGothic,'Yu Gothic',sans-serif;
  font-feature-settings : "pkna";
  font-size: 1.5em;
  line-height: 1.67;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}
img {
  vertical-align: top;
  width: 100%;
}
iframe {
  width: 100%;
}
h2 {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
h3 {
  font-size: 1.4rem;
}
.fw-b {
  font-weight: bold;
}
.ico_center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.btn_wraper {
  text-align: center;
}
.btn_black {
  background: #000;
  border: none;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 3rem auto 0;
  padding: 1.5rem 10rem;
  text-align: center;
  transition: all 0.3s;
  width: auto;
}
@media (min-width:768px) {
  .btn_black:hover {
    background: #00afb8;
    color: #fff;
    text-decoration: none;
  }
}
.sp_only {
  display: block !important;
}
.pc_only {
  display: none !important;
}
@media (min-width:768px) {
  .sp_only {
    display: none !important;
  }
  .pc_only {
    display: block !important;
  }
}

.header {
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}
.header_inner {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 2rem 2rem 1rem;
  width: 100%;
}
.header_logo {
  width: 17.9rem;
}
.txt_header {
  font-size: 1rem;
  line-height: 1.2;
  transition: all 0.2s;
}
.header .img_logo {
  height: 2.2rem;
  margin-top: 1.02rem;
  width: 17.9rem;
}
.header .img_logo img {
  transition: all 0.2s;
}
.header .btn_nav_open {
  background: #000;
  color: #fff;
  display: block;
  font-size: 2em;
  height: 5rem;
  position: relative;
  width: 5rem;
}
@media (min-width:500px) {
  .header {
    position: static;
  }
}
@media (min-width:768px) {
  .header {
    background: transparent;
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
  }
  .header_inner {
    margin: 0 auto;
    max-width: auto;
    padding: 4rem 4rem 2rem;
    position: relative;
  }
  .header_logo {
    width: 35.8rem;
  }
  .txt_header {
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .header .img_logo {
    height: auto;
    width: auto;
  }
  .header .img_logo img {
    height: 3.6rem;
    width: auto;
  }
  .header .img_logo a:hover img {
    opacity: 0.7;
  }
  .header .header_bnt {
    display: none;
  }
  #header.shirink .header_inner {
    padding-bottom: 1rem;
    padding-top: 2rem;
  }
  #header.shirink .txt_header {
    font-size: 1.1rem;
  }
  #header.shirink .img_logo {
    margin-top: 1rem;
  }
  #header.shirink .img_logo img {
    height: 3.2rem;
  }
}
/* IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header {
    position: fixed;
  }
}

.footer {
  margin-top: 6.5rem;
  padding: 1rem 2rem 6rem;
}
.footer .lst_sns_icon {
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
}
.footer .lst_sns_icon li {
  margin-right: 2rem;
}
.footer .lst_sns_icon li:last-child {
  margin-right: 0;
}
.footer .lst_sns_icon a {
  color: #000;
  display: block;
}
.footer .copyright {
  font-size: 1rem;
  margin-top: 3rem;
}
@media (min-width:768px) {
  .footer {
    margin: 13rem auto 0;
    max-width: auto;
    padding: 2rem 4rem 4rem;
  }
  .footer .lst_sns_icon a {
    transition: all 0.2s;
  }
  .footer .lst_sns_icon a:hover {
    color: #00afb8;
  }
  .footer .copyright {
    font-size: 1.3rem;
  }
}

.nav_side {
  background: #000;
  height: 0;
  line-height: 1;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  z-index: 101;
}
.nav_side.appear {
  display: block;
  height: 100vh;
  left: 0;
  top: 0;
  overflow: scroll;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: opacity 0.5s, width 0.3s, height 0.3s, top 0.3s, left 0.3s;
  width: 100vw;
}
.nav_side .btn_nav_close {
  color: #fff;
  display: block;
  font-size: 2em;
  height: 5rem;
  margin: 5% 0 0 80%;
  position: relative;
  width: 5rem;
}
.nav_side ul {
  line-height: 1;
  margin-top: 4rem;
}
.nav_side .nav_item {
  text-align: center;
}
.nav_side .nav_item:first-child {
  margin-top: 0;
}
.nav_side .nav_item a {
  background: url(../img/cmn/nav-news-bl.png) no-repeat center center;
  background-size: auto 2.5rem;
  display: inline-block;
  font-size: 0;
  height: 5.5rem;
  line-height: 1;
  padding: 1.5rem;
  width: 80%;
}
.nav_side .nav_item.nav_about a {
  background-image: url(../img/cmn/nav-about-wh.png);
}
.nav_side .nav_item.nav_news a {
  background-image: url(../img/cmn/nav-news-wh.png);
}
.nav_side .nav_item.nav_instructor a {
  background-image: url(../img/cmn/nav-instructor-wh.png);
}
.nav_side .nav_item.nav_gallery a {
  background-image: url(../img/cmn/nav-gallery-wh.png);
}
.nav_side .nav_item.nav_lesson a {
  background-image: url(../img/cmn/nav-lesson-wh.png);
}
.nav_side .nav_item.nav_price a {
  background-image: url(../img/cmn/nav-price-wh.png);
}
.nav_side .nav_item.nav_contact a {
  background-image: url(../img/cmn/nav-contact-wh.png);
}
.nav_side .nav_item.nav_access a {
  background-image: url(../img/cmn/nav-access-wh.png);
}
.nav_side .nav_item.nav_blog a {
  background-image: url(../img/cmn/nav-blog-wh.png);
}

@media (min-width:768px) {
  .nav_side {
    background: transparent;
    height: auto;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 34%;
    z-index: -1;
  }
  .nav_side .nav_side_inner {
    padding: 20rem 0 0;
    transition: all 0.2s;
  }
  #header.shirink .nav_side_inner {
    padding-top: 15rem;
  }
  .nav_side .btn_nav_close {
    display: none;
  }
  .nav_side .nav_item {
    line-height: 1;
    margin: 1.3rem 0 0;
    text-align: left;
  }
  .nav_side .nav_item:first-child {
    margin-top: 0;
  }
  .nav_side .nav_item a {
    background: url(../img/cmn/nav-news-bl.png) no-repeat left 4rem top 0;
    background-size: auto 1.8rem;
    display: inline-block;
    font-size: 1.5rem;
    height: 1.8rem;
    padding: 0 0 0 4rem;
    position: relative;
    text-indent: -999em;
  }
  .nav_side .nav_item a::before {
    background: #000;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.1s;
    width: 0rem;
  }
  .nav_side .nav_item a:hover::before {
    width: 3rem;
  }
  .nav_side .nav_item.nav_about a {
    background-image: url(../img/cmn/nav-about-bl.png);
  }
  .nav_side .nav_item.nav_news a {
    background-image: url(../img/cmn/nav-news-bl.png);
  }
  .nav_side .nav_item.nav_instructor a {
    background-image: url(../img/cmn/nav-instructor-bl.png);
  }
  .nav_side .nav_item.nav_gallery a {
    background-image: url(../img/cmn/nav-gallery-bl.png);
  }
  .nav_side .nav_item.nav_lesson_price a {
    background-image: url(../img/cmn/nav-lesson_price-bl.png);
  }
  .nav_side .nav_item.nav_contact_access a {
    background-image: url(../img/cmn/nav-contact_access-bl.png);
  }
  .nav_side .nav_item.nav_blog a {
    background-image: url(../img/cmn/nav-blog-bl.png);
  }
  body#about .nav_side .nav_item.nav_about a {
    background-image: url(../img/cmn/nav-about-pk.png);
  }
  body#about .nav_side .nav_item.nav_about a::before {
    background: #00afb8;
    width: 3rem;
  }
  body.category-news .nav_side .nav_item.nav_news a {
    background-image: url(../img/cmn/nav-news-pk.png);
  }
  body.category-news .nav_side .nav_item.nav_news a::before {
    background: #00afb8;
    width: 3rem;
  }
  body#instructor .nav_side .nav_item.nav_instructor a {
    background-image: url(../img/cmn/nav-instructor-pk.png);
  }
  body#instructor .nav_side .nav_item.nav_instructor a::before {
    background: #00afb8;
    width: 3rem;
  }
  body#gallery .nav_side .nav_item.nav_gallery a {
    background-image: url(../img/cmn/nav-gallery-pk.png);
  }
  body#gallery .nav_side .nav_item.nav_gallery a::before {
    background: #00afb8;
    width: 3rem;
  }
  body#lesson-price .nav_side .nav_item.nav_lesson_price a {
    background-image: url(../img/cmn/nav-lesson_price-pk.png);
  }
  body#lesson-price .nav_side .nav_item.nav_lesson_price a::before {
    background: #00afb8;
    width: 3rem;
  }
  body#contact-access .nav_side .nav_item.nav_contact_access a {
    background-image: url(../img/cmn/nav-contact_access-pk.png);
  }
  body#contact-access .nav_side .nav_item.nav_contact_access a::before {
    background: #00afb8;
    width: 3rem;
  }
  body.category-blog .nav_side .nav_item.nav_blog a {
    background-image: url(../img/cmn/nav-blog-pk.png);
  }
  body.category-blog .nav_side .nav_item.nav_blog a::before {
    background: #00afb8;
    width: 3rem;
  }

  #header.shirink .nav_side .nav_item a {
    background-size: auto 1.6rem;
    height: 1.6rem;
  }
}

.main .ttl_main {
  margin: 6.5rem 2rem 0;
}
.main .ttl_main img {
  height: 3rem;
  width: auto;
}

@media (min-width:768px) {
  .main {
    margin: 10rem auto 0;
    max-width: 116rem;
    padding: 0 4rem;
    width: 100%;
  }
  #header.shirink + .main {
    margin-top: 13.7rem;
  }
  .main .ttl_main {
    margin: 6.5rem 2rem 0;
    text-align: center;
  }
  .main .ttl_main img {
    height: 4rem;
  }
  .content {
    margin-left: 33.4%;
    width: 66.6%;
  }
  #access + .content {
    margin-left: 0;
    width: 100%;
  }
}

@media (min-width:1400px) {
  .content {
    margin: 0 auto;
  }
  #access + .content {
    margin: 0 auto;
    width: 66.6%;
  }
}

.post_item_block {
  margin-left: 2rem;
}
.post_item {
  display: block;
  margin: 6rem 0 0;
  padding: 4rem 2rem 0 0;
  position: relative;
}
.post_item::before {
  background: #000;
  content: "";
  display: block;
  height: 0.1rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
}
.post_item::after {
  content: "";
  display: block;
  clear: both;
}

.post_item .ttl_post a {
  color: #000;
}
.post_item .ttl_post {
  font-size: 1.7rem;
  font-weight: bold;
}
.post_item .txt_post {
  font-size: 1.2rem;
  margin-top: 2rem;
}
.post_item .txt_post p + p {
  margin-top: 1em;
}
.post_item .wp-block-image {
  margin: 1em 1em 0 0;
}
.post_item .wp-block-image img {
  height: auto;
  width: auto;
}
@media (min-width:768px) {
  .post_item_block {
    margin-left: 0;
  }
  .post_item:first-child::before {
    display: none;
  }
  .post_item .ttl_post {
    font-size: 1.9rem;
    line-height: 1.58;
    position: relative;
    width: 100%;
  }
  .post_item .txt_post {
    font-size: 1.5rem;
    margin-top: 2.5rem;
    width: 100%;
  }
}
@media (min-width:1400px) {
  .post_item_block {
    margin: 0 auto;
    width: 50rem;
  }
}

.tbl_gray {
  border-left: 1px solid #707070;
  border-top: 1px solid #707070;
  margin: 0 auto;
  width: 94.5%;
}
.tbl_gray {
  border-bottom: 1px solid #707070;
}
.tbl_gray th,
.tbl_gray td {
  border-right: 1px solid #707070;
  border-top: 1px solid #707070;
  text-align: center;
  vertical-align: top;
}
.tbl_lesson {
  margin: 4rem auto 0;
  width: 94.5%;
}
@media (min-width:768px) {
  .tbl_gray {
    margin: 0;
    width: 100%;
  }
  .tbl_lesson {
    margin-top: 8rem;
    width: 100%;
  }
}

.ttl_price {
  font-size: 2rem;
  margin: 2.5rem 0 0 2rem;
}
.tbl_price td {
  font-size: 1.4rem;
  padding: 2rem 0;
  box-sizing: content-box;
}
.tbl_price td span.txt_l {
  display: block;
  font-size: 2rem;
}
.tbl_price.price01 {
  border-bottom: none;
  border-right: 1px solid #707070;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: center;
}
.tbl_price.price01 > div {
  border-bottom: 1px solid #707070;
  border-left: 1px solid #707070;
  padding: 1rem 0.5rem;
}
.tbl_price.price01 > div:first-child {
  border-left: none;
}
.tbl_price.price01 span {
  display: inline-block;
  width: 100%;
}
.tbl_price.price01 .price {
  font-size: 1.4rem;
}
.tbl_price.price01 .txt_large {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
}
.tbl_price.price01 .txt_small {
  font-size: 1.2rem;
}
.tbl_price.price01 .price01_cell_01 {
  width: 40%;
}
.tbl_price.price01 .price01_cell_02 {
  width: 60%;
}
.tbl_price.price01 .price01_cell_02 > p {
  align-items: center;
  display: flex;
}
.tbl_price.price01 .price01_cell_02 > p .price01_cell_inner {
  width: auto;
}
.tbl_price.price01 .price01_cell_03 {
  background: #01afb8;
  border-left: none;
  color: #fff;
  width: 100%;
}
.tbl_price.price01 .price01_cell_04 {
  width: 43%;
}
.tbl_price.price01 .price01_cell_05 {
  padding-top: 1.5rem;
  width: 35%;
}
.tbl_price.price01 .price01_cell_06 {
  padding-top: 1.5rem;
  width: 22%;
}
.tbl_price.price01 .price01_cell_07 {
  background: #e5007f;
  border-left: none;
  color: #fff;
  width: 100%;
}
.tbl_price.price02 th {
  padding: 1rem 0;
}
.tbl_price.price02 td {
  height: 3.2rem;
  padding: 1rem 0;
}
.tbl_price.price02 th,
.tbl_price.price02 td {
  line-height: 1;
  vertical-align: middle;
}
.tbl_price.price02 td .ticket_price {
  display: inline-block;
  font-size: 1.8rem;
}
.tbl_price.price02 td .tbl_emphasis {
  background: #e60012;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  margin-top: 0.5rem;
  padding: 0.4rem 0.8rem;
  width: 10rem;
}
.tbl_price.price02 th:first-child {
  width: 20%;
}
.tbl_price.price02 th:nth-child(2) {
  width: 40%;
}
.tbl_price.price02 th:nth-child(3) {
  width: 40%;
}
.tbl_price.price02 th .txt_small {
  display: inline-block;
  font-size: 1rem;
  font-weight: normal;
  padding-top: 0.5rem;
}
.tbl_price.price03 td {
  width: 50%;
}
.txt_price {
  font-size: 1.3rem;
  margin: 1rem 2rem 0;
}
.txt_price .txt_indent {
  padding-left: 1em;
  text-indent: -1em;
}
.tbl_price .campaign_wrap {
  padding: 4.5rem 0 2rem;
  position: relative;
}
.tbl_price .campaign_wrap + td {
  padding: 4.5rem 0 2rem;
}
.tbl_price .campaign_wrap .campaign_inner {
  display: inline-block;
  position: relative;
  padding-right: 7rem;
}
.tbl_price .campaign_wrap .txt_line {
  position: relative;
}
.tbl_price .campaign_wrap .txt_line::after {
  background: #000;
  content: "";
  display: block;
  height: 0.1rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.tbl_price .txt_campaign01 {
  display: block;
  font-size: 1rem;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  text-align: left;
}
.tbl_price .txt_campaign02 {
  color: #f00;
  display: block;
  font-size: 1.6rem;
  position: absolute;
  right: 0;
  bottom: 1rem;
  text-align: right;
  width: 100%;
}
.tbl_price .txt_campaign02 .txt_box_reb {
  background: #f00;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  margin-left: 0.5rem;
  padding: 0 0.5rem;
}
@media (min-width:768px) {
  .ttl_price {
    margin: 5rem 0 0;
  }
  .tbl_price td {
    font-size: 1.6rem;
    padding: 4rem 0;
  }
  .tbl_price td span.txt_l {
    font-size: 2.4rem;
  }
  .txt_price {
    margin: 1rem 0 0;
  }
  .tbl_price.price01 {
    border-right: none;
    border-top: none;
  }
  .tbl_price.price01 > div {
    border-top: 1px solid #707070;
  }
  .tbl_price.price01 .price01_cell_01 {
    padding-top: 2rem;
    width: 20%;
  }
  .tbl_price.price01 .price01_cell_02 {
    padding-top: 2rem;
    width: 35%;
  }
  .tbl_price.price01 .price01_cell_03 {
    border-right: 1px solid #707070;
    width: 45%;
  }
  /* .tbl_price.price01 .price01_cell_04 {
    width: 23%;
  }
  .tbl_price.price01 .price01_cell_05 {
    padding-top: 1.5rem;
    width: 17%;
  }
  .tbl_price.price01 .price01_cell_06 {
    padding-top: 1.5rem;
    width: 15%;
  }
  .tbl_price.price01 .price01_cell_07 {
    border-right: 1px solid #707070;
    width: 45%;
  } */
  .tbl_price.price01 .price01_cell_05 {
    padding-top: 1.5rem;
  }
  .tbl_price.price01 .price01_cell_06 {
    border-right: 1px solid #707070;
    padding-top: 1.5rem;
  }
  .tbl_price.price02 td {
    height: 3.2rem;
    padding: 1rem 0;
  }
  .tbl_price.price02 td .ticket_price {
    text-align: right;
    width: 12rem;
  }
  .tbl_price.price02 td .tbl_emphasis {
    margin: 0 0 0 3rem;
    text-align: center;
    padding: 1rem 0;
  }
  .tbl_price.price02 td:nth-child(2) {
    text-align: left;
  }
  .tbl_price.price02 th:first-child {
    width: 28%;
  }
  .tbl_price.price02 th:nth-child(2) {
    min-width: 31rem;
    width: 46%;
  }
  .tbl_price.price02 th:nth-child(3) {
    width: 26%;
  }
  .tbl_price.price02 th .txt_small {
    font-size: 1.2rem;
  }
}

.contact_form {
  margin: 4rem 0 7.5rem;
}
.contact_form label,
.contact_form input,
.contact_form textarea {
  display: block;
  width: 100%;
}
.contact_form label {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1rem;
  margin-top: 4rem;
}
.contact_form input,
.contact_form textarea {
  border: 1px solid #000;
  font-size: 1.6rem;
  width: 100%;
}
.contact_form input[type="submit"] {
  background: #000;
  border: none;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 3rem auto 0;
  padding: 1.5rem 10rem;
  text-align: center;
  transition: all 0.3s;
  width: auto;
}
@media (min-width:768px) {
  .contact_form {
    margin: 6rem 0 10rem;
  }
  .contact_form label {
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 3.4rem;
  }
  .contact_form input,
  .contact_form textarea {
    font-size: 1.5rem;
    width: 100%;
  }
  .contact_form input[type="submit"]:hover {
    background: #00afb8;
  }
}

.access_block {
  margin-top: 4rem;
}
.map_block {
  height: 40rem;
  position: relative;
}
.map_block_inner {
  height: 40rem;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
}
.map_block iframe {
  height: 100% !important;
  width: 100% !important;
}
.access_info {
  margin: 2.5rem 2rem 0;
}
.access_info .ttl_info {
  font-size: 1.3rem;
  line-height: 1;
}
.access_info .tel {
  font-size: 2.5rem;
  margin: 0.5rem 0;
}
.access_info .address {
  font-size: 1.3rem;
  line-height: 1.67;
}
@media (min-width:768px) {
  .access_block {
    margin-top: 7rem;
  }
  .map_block {
    height: 45rem;
    position: relative;
  }
  .map_block_inner {
    height: 45rem;
    overflow: hidden;
    position: absolute;
    left: 33.4%;
    top: 0;
    width: calc((100% + 4rem) - 33.4%);
  }
  .access_info {
    font-size: 1.5rem;
    margin: 3rem 0 0 33.4%;
  }
  .access_info .tel {
    font-size: 2.5rem;
    margin: 0;
  }
  .access_info .address {
    font-size: 1.5rem;
    line-height: 1.67;
  }
}
@media (min-width:1160px) {
    .map_block_inner {
    height: 45rem;
    overflow: hidden;
    position: absolute;
    left: 33.4%;
    top: 0;
    width: calc((100% + 4rem + ((100vw - 1160px) /2)) - 33.4%);
  }
}
@media (min-width:1400px) {
  .map_block_inner {
    left: 0;
    width: calc(100vw - 220px - ((100vw - 1160px) /2));
  }
  .access_info {
    margin-left: 0;
  }
}

.instructor_block {
  margin: 4rem 2rem 0;
  overflow: hidden;
}
.instructor_item {
  background: #f0f0f0;
  border: 1px solid #dedede;
  margin-top: 6rem;
  padding-bottom: 6.5rem;
  position: relative;
}
.instructor_item:first-child {
  margin-top: 0;
}
.instructor_item .detail {
  border-top: 1px solid #dedede;
  padding: 3.5rem 0 3rem;
}
.instructor_item .detail .txt {
  text-align: center;
}
.instructor_item .detail .name {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.25;
  padding-bottom: 1.2rem;
  position: relative;
}
.instructor_item .detail .name::after {
  background: #707070;
  content: "";
  height: 0.1rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 27.3rem;
}
.instructor_item .detail .lnk_schedule {
  font-size: 2rem;
  line-height: 1;
  margin-top: 2rem;
}
.instructor_item .detail .lnk_schedule a {
  color: #000;
}
.instructor_item .sns {
  letter-spacing: -0.4em;
  line-height: 1;
  margin-top: 6rem;
  text-align: center;
}
.instructor_item .sns li {
  display: inline-block;
  letter-spacing: normal;
  margin-right: 2rem;
}
.instructor_item .sns li:last-child {
  margin-right: 0;
}
.instructor_item .sns li a {
  color: #000;
  transition: all 0.3s;
}
.instructor_item .btn_modal {
  background: #000;
  border: none;
  color: #fff;
  font-size: 2rem;
  padding: 1.8rem 0;
  position: absolute;
  bottom:-1px;
  left: 0;
  text-align: center;
  transition: background 0.3s;
  width: 100%;
  width: calc(100% + 2px);
}
@media (min-width:768px) {
  .instructor_block {
    display: flex;
    flex-flow: wrap;
    margin: 7.6rem 0 0;
    max-width: 73.4rem;
  }
  .instructor_item {
    margin: 0 3.4% 0 0;
    width: 31%;
  }
  .instructor_item:nth-child(3n) {
    margin-right: 0;
  }
  .instructor_item:nth-child(n+4) {
    margin-top: 4.8rem;
  }
  .instructor_item .detail {
    padding-top: 3rem;
  }
  .instructor_item .detail .name {
    font-size: 2rem;
  }
  .instructor_item .detail .name::after {
    width: 11rem;
  }
  .instructor_item .detail .lnk_schedule {
    font-size: 1.5rem;
  }
  .instructor_item .detail .sns {
    margin-top: 7rem;
  }
  .instructor_item .detail .sns a:hover {
    color: #00afb8;
  }
  .instructor_item .btn_modal:hover {
    background: #00afb8;
    cursor: pointer;
  }
  .instructor_item.long_name .name {
    font-size: 1.6rem;
  }
}

.instructor_item .modal-dialog {
  border: none;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.instructor_item .modal-header {
  border-bottom: none;
}
.instructor_item .modal-content {
  border: none;
  border-radius: 0;
}
.instructor_item .modal-header .close {
  opacity: 1;
}
.instructor_item .modal-header .fa-times {
  color: #000;
  font-size: 3rem;
}
.instructor_item .modal-body {
  padding: 0 0 8rem;
}
.instructor_item .img img {
  vertical-align: bottom;
}
.instructor_item .info_detail {
  background: #000;
  color: #fff;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1.25;
  padding: 1rem 2rem 1.5rem;
}
.instructor_item .info_name {
  font-size: 3.2rem;
  font-weight: bold;
}
.instructor_item .info_detail .info_schedule {
  color: #fff;
  text-decoration: underline;
}
.instructor_item .info_genre {
  order: 3;
  margin-top: 0.8rem;
  width: 100%;
}
.instructor_item .info_profile {
  margin: 2.5rem 2rem;
}
.instructor_item .info_profile dt {
  font-size: 1.7rem;
  line-height: 1;
}
.instructor_item .info_profile dd {
  font-size: 1.2rem;
}
.instructor_item .info_profile dd {
  margin-top: 1em;
}
.instructor_item .modal-content .sns {
  margin: 3.5rem 2rem 0;
  text-align: left;
}
@media (min-width:768px) {
  .instructor_item .modal-dialog {
    max-width: 75rem;
    width: 75rem;
  }
  .instructor_item .modal-header {
    display: none;
  }
  .instructor_item .modal-body {
    padding-bottom: 12rem;
  }
  .instructor_item .info_detail {
    background: #000;
    color: #fff;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    line-height: 1.25;
    padding: 1.5rem 11.2rem 1.5rem 3rem;
    position: relative;
  }
  .instructor_item .info_name {
    font-weight: bold;
    margin-right: 2rem;
  }
  .instructor_item .info_detail .info_schedule {
    position: absolute;
    right: 3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.3s;
    width: 8.2rem;
  }
  .instructor_item .info_detail .info_schedule:hover {
    color: #00afb8;
  }
  .instructor_item .info_genre {
    order: 0;
    margin-top: 1rem;
    width: auto;
  }
  .instructor_item .info_profile {
    font-size: 2.5rem;
    margin: 3.5rem 3rem 0;
  }
  .instructor_item .info_profile dt {
    font-size: 1.7rem;
    line-height: 1;
  }
  .instructor_item .info_profile dd {
    font-size: 1.5rem;
  }
  .instructor_item .info_profile dd {
    margin-top: 1em;
  }
  .instructor_item .modal-content .sns {
    display: none;
  }
  .instructor_item.long_name .info_name {
    font-size: 2.5rem;
  }
}

.thanks_block {
  margin: 6.5rem 2rem 0;
}
.thanks_block .ttl_thanks h2 {
  font-size: 3rem;
  font-weight: bold;
}
.thanks_block .txt_thanks {
  font-size: 1.6rem;
  margin-top: 2rem;
}
.thanks_block .txt_thanks p + p {
  margin-top: 1em;
}
.thanks_block .txt_thanks p .wp-block-image {
  margin-top: 1em;
}
.thanks_block .txt_thanks .wp-block-image img {
  width: auto;
}
@media (min-width:768px) {
  .thanks_block {
    width: 55rem;
  }
  .thanks_block .txt_thanks {
    font-size: 1.8rem;
    margin-top: 4rem;
  }
  .thanks_block .btn_black {
    margin-top: 8rem;
  }
}
@media (min-width:1400px) {
  .thanks_block {
    text-align: center;
    width: 100%;
  }
}

.page-nav {
  letter-spacing: -0.4em;
  margin: 5rem auto 0;
  padding-right: 1rem;
  text-align: center;
  -webkit-transform: translateX(-1rem);
  transform: translateX(-1rem);
  width: 100%;
}
.page-nav li {
  display: inline-block;
  letter-spacing: normal;
  margin: 1rem 0 0 1rem;
}
.page-nav li a,
.page-nav li span {
  border: 0.1rem solid #000;
  border-radius: 0.3rem;
  box-sizing: border-box;
  color: #000;
  display: block;
  padding: 0 0.5em;
  transition: all 0.3s;
  width: 100%;
}
.page-nav li.current span {
  background: #000;
  color: #fff;
}
@media (min-width:768px) {
  .page-nav {
    letter-spacing: -0.4em;
    margin: 7rem auto 0;
  }
  .page-nav li a:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
  }
}
/* 20191222 */
.content.single .thanks_block .txt_thanks p {
  text-align: left;
}
.sns_share {
  margin-top: 3rem;
}
.sns_share ul {
  display: flex;
  flex-wrap: wrap;
}
.sns_share ul li {
  margin-left: 1.8rem;
  height: 2.4rem;
  width: 2.4rem;
}
.sns_share ul li:first-child {
  margin-left: 0;
}
.sns_share ul li.ico_facebook {
  background: url(../img/cmn/spr_ico_facebook.png) no-repeat;
  background-size: 100% auto;
  background-position: bottom left;
}
.sns_share ul li.ico_twitter {
  background: url(../img/cmn/spr_ico_twitter.png) no-repeat;
  background-size: 100% auto;
  background-position: bottom left;
  width: 3rem;
}
.sns_share ul li.ico_mail {
  background: url(../img/cmn/spr_ico_mail.png) no-repeat;
  background-size: 100% auto;
  background-position: bottom left;
}
.sns_share ul li a {
  display: block;
  height: 100%;
}
@media (min-width:768px) {
  .sns_share ul li {
    transition: background-position 0.2s;
  }
  .sns_share ul li.ico_facebook,
  .sns_share ul li.ico_twitter,
  .sns_share ul li.ico_mail {
    background-position: top left;
  }
  .sns_share ul li.ico_facebook:hover,
  .sns_share ul li.ico_twitter:hover,
  .sns_share ul li.ico_mail:hover {
    background-position: bottom left;
  }
}

/* 20210113 */
body#about::after {
  background: url(../about/img/bg-about-sp.png) no-repeat center center;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.about_block {
  margin: 4rem 2rem 0;
}
@media (min-width:768px) {
    body#about::after {
      background-image: url(../about/img/bg-about-pc.png);
    }
    .about_block {
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 1.75;
    margin: 5rem auto 0;
    width: 52rem;
  }
}

.gallery_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 2rem;
}
.gallery_block .gallery_item {
  margin-top: 3.2rem;
  width: 48.5%;
}
.gallery_block .gallery_item .img {
  position: relative;
}
.gallery_block .gallery_item .btn_modal {
  background: none;
  border: none;
  display: block;
  height: 100%;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.gallery_block .gallery_item .modal-content {
  background: transparent;
  border: none;
}
.gallery_block .gallery_item .modal-header {
  border: none;
}
.gallery_block .gallery_item .modal-header .close {
  padding-bottom: 0;
  text-shadow: none;
}
.gallery_block .gallery_item .modal-header .fas {
  font-size: 3rem;
}
@media (min-width:768px) {
  .gallery_block {
    margin: 0;
  }
  .gallery_block .gallery_item {
    margin-top: 6.4rem;
  }  
  .gallery_block .gallery_item .modal-content {
    width: 70vw;
  }  
}