@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');
/*
Theme Name:
Theme URL: sugarbeats.co.jp
Description:
Author: sugarbeats
Version: 1
Tags:
License: sugarbeats.co.jp
License URI: sugarbeats.co.jp
*/
/*=====================================
*
*reset
=======================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{
  margin:0;
  padding:0;
  list-style: none;
  box-sizing: border-box;
}
body{
  font-family: 'Noto Serif JP', serif, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  color:#333;
  font-size:16px;
  font-weight: normal;
  line-height: 1.7;
}
img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a,a:visited{
  text-decoration:none;
  color:#1977ec;
}
a:hover{
  color:#ec194a;
}

/*=====================================
*
*pc
*
=======================================*/
@media only screen and (min-width: 1025px) {
  .sp {
    display: none !important;
  }

  .tb {
    display: none !important;
  }

  .sp_tb {
    display: none !important;
  }
}

/*=====================================
*
*tb
*
=======================================*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: none !important;
  }

  .tb {
    display: inherit !important;
  }

  .tb_pc {
    display: inherit !important;
  }

  .sp_tb {
    display: inherit !important;
  }
}

/*=====================================
*
*sp
*
=======================================*/
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .tb_pc {
    display: none !important;
  }

  .sp {
    display: inherit !important;
  }

  .tb {
    display: none !important;
  }

  .sp_tb {
    display: inherit !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {}

@media screen and (max-width:767px) {}
/*=====================================
*
*header
*
=======================================*/
header{
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 4;
  width: 100%;
  transition: .3s;
  border-bottom: 1px solid #efefef;
  height: 160px;
}
header.active{
  border-bottom: 1px solid #efefef;
}
.header_content{
  display: flex;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  padding: 0 20px;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
}
.header_content .cta_box {
  width: auto;
  display: flex;
  justify-content: end;
  align-items: center;
  height: fit-content;
  margin-top: 20px;
}
.header_content .cta_box .tel_box01 a {
  font-size: 18px;
  font-weight: bold;
  pointer-events: none;
  color: #000;
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.header_content .cta_box .mail_box01 a {
  background: #d1c0a5;
  font-size: 16px;
  border: 1px solid #d1c0a5;
  position: relative;
  width: 250px;
  color: #fff;
  display: flex;
  height: 54px;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  transition: .3s;
  font-family: 'Noto Serif JP', serif;
}
.header_content .cta_box .mail_box01 a:hover {
  background-color: #fff;
  color: #d1c0a5;
  outline-offset: 5px;
  outline: #d1c0a5 solid 1px;
  border: 1px solid;
  outline-color: rgba(255, 255, 255, 0);
}
.header_content .logo {
  height: 51.2px;
  display: block;
  text-align: left;
  margin-top: 20px;
}
.header_content .logo a {
  height: 100%;
  text-align: left;
  display: block;
}
.header_content .logo a img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
/* pc */
@media only screen and (min-width: 1025px) {
  .header_content .menu{
    width: 100%;
  }
  .header_content .menu .Gmenu{
    height: 100%;
    display: flex;
    justify-content: space-between;
  }
  .header_content .menu ul li:not(:last-of-type) {
    border-right: 1px solid #cccccc;
  }
  .header_content .menu ul li{
    position: relative;
    flex: 1;
  }
  .header_content .menu ul li a{
    font-size: 16px;
    color: #333333;
    display: flex;
    align-items: center;
    transition: .3s;
    justify-content: center;
    background: #fff;
    padding: 9px 10px 10px;
    font-family: 'Noto Serif JP', serif;
  }
  .header_content .menu ul li a:hover {
    opacity: .7;
  }
  .header__hamburger {
    display: none;
  }
  /*ドロップダウンメニュ*/
  li.menu-item-has-children{
    position: relative;
  }
  .Gmenu > li.menu-item-has-children > a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: bold;
    font-size: 12px;
    transition: .3s;
    margin-left: 5px;
  }
  li.menu-item-has-children.active a::after{
    transform: rotate(-180deg) ;
  }
  .Gmenu > li.menu-item-has-children:hover > a::after{
    transform: rotate(-180deg);
  }
  .header_content .menu .Gmenu > li > ul{
    position: absolute;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    left: 50%;
    transform: translate(-50%, 0%);
    width: calc(100% + 2px);
  }
  .header_content .menu .Gmenu > li:hover > ul{
    visibility: visible;
    opacity: 1;
  }
  .header_content .menu .Gmenu > li > ul.active{
    display: flex;
  }
  .header_content .menu ul li ul li{
    width: 100%;
    border: 1px solid #cccccc;
    margin-left: 0px;
    margin-bottom: -1px;
  }
  .header_content .menu .Gmenu > li > ul > li > a {
    font-size: 16px;
    justify-content: flex-start;
    padding: 0;
    width: fit-content;
    display: block;
    width: 100%;
    padding: 20px;
  }
  .header_content .menu .Gmenu > li > ul > li > ul {
    margin-top: 10px;
  }
  .header_content .menu .Gmenu > li > ul > li > ul > li > a {
    padding: 0;
    margin: 0px 0 10px;
    justify-content: flex-start;
  }
}
/*ドロップダウンメニュend sp*/
@media only screen and (max-width: 1024px) {
  body.active{
    height: 100%;
    overflow: hidden;
  }
  /*ドロップダウンメニュ*/
  li.menu-item-has-children > a::after{
    right: 20px;
    top: 20px;
    font-size: 16px;
    transition: .3s;
    position: absolute;
    pointer-events: none;
    display: none;
  }
  .header_content .menu ul li ul{
    position: relative;
    margin-top: 0;
  }
  .Gmenu > li.menu-item-has-children::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 64px;
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: bold;
    font-size: 12px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
  }
  /*ドロップダウンメニュend*/

  .sec09_content {
    padding: 0px !important;
  }
  .mv_area{
    margin-top: 60px !important;
  }
  .header_content .menu {
    position: fixed;
    right: 0;
    left: 0;
    top: 60px;
    width: 100%;
    height: calc(100vh - 60px);
    transform: translateX(100%);
    background-color: #fff;
    transition: ease .3s;
    overflow-y: scroll;
    padding-bottom: 50px;
  }
  .header_content h1{
    width: 230px;
  }
  .header__hamburger {
    width: 30px;
    height: 100%;
    display: block;
  }
  .header_content .menu ul{
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-top: 0px;
  }
  .header_content .menu ul li{
    width: 100%;
    position: relative;
  }
  .header_content .menu ul li a{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px 0;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    color: #333333;
  }
  .header_content .menu ul li ul li:last-of-type a {
    border-bottom: none;
}
.Gmenu > li.menu-item-has-children > span {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 64px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: .3s;
}
.Gmenu > li.menu-item-has-children.active > span {
  transform: rotate(-180deg);
}
.Gmenu > li.menu-item-has-children > span::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: bold;
  font-size: 12px;
  color: #333;
}
  .hamburger {
    background-color: transparent;
    border-color: transparent;
    z-index: 9999;
  }
  /* ハンバーガーメニューの線 */
  .hamburger span {
    width: 100%;
    height: 1px;
    background-color: #000;
    position: relative;
    transition: ease .3s; /*ハンバーガーメニュークリック時の三本線の動きを遅延*/
    display: block;
  }
  .hamburger span:nth-child(1) {
    top: 0;
  }
  .hamburger span:nth-child(2) {
    margin: 8px 0;
  }
  .hamburger span:nth-child(3) {
    top: 0;
  }
  /* ハンバーガーメニュークリック後のスタイル */
  .menu.active {
    transform: translateX(0);
  }
  .hamburger.active span:nth-child(1) {
    top: 5px;
    transform: rotate(45deg);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    top: -13px;
    transform: rotate(-45deg);
  }
  .header_content {
    padding: 0 20px;
    height: 60px;
    align-items: center;
}
.header_content .cta_box.sp_tb{
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
.header_content .cta_box .RequestCatalog01, .header_content .cta_box .mail_box01 {
  width: 50%;
  justify-content: center;
  display: flex;
}
.header_content .menu .Gmenu > li > ul {
  width: 100%;
  flex-direction: column;
  position: relative;
  border-bottom: 1px solid #cccccc;
  display: none;
  padding: 0 20px;
  display: flex;
  display: none;
}
.header_content .menu .Gmenu > li > ul.active {
  opacity: 1;
  height: 100%;
  padding: 0px 20px 0px;
  visibility: visible;
  transform: scaleY(1);
}
.header_content .menu .Gmenu > li > ul > li > ul > li > a {
  justify-content: flex-start;
  padding: 10px 0;
  margin: 0;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
}
.header_content .cta_box .tel_box01 {
  width: 100%;
  display: flex;
  justify-content: center;
}
.header_content .cta_box .RequestCatalog01, .header_content .cta_box .mail_box01 {
  width: 50%;
  justify-content: center;
  display: flex;
}
.header_content .cta_box .tel_box01 a {
  pointer-events: all;
  margin-bottom: 30px;
  margin-right: 0;
}
}
@media only screen and (min-width: 1025px) and (max-width: 1300px) {
.header_content .menu ul li a {
  font-size: 14px;
}
}


/*=====================================
*
*front
*
=======================================*/
.mv_area {
  margin-top: 160px;
  padding: 50px;
  background: #fef9f5;
  height: calc(100vh - 160px);
}
.mv_area .inArea {
  border: 2px solid #d1c0a5;
  background: #fff;
  display: flex;
  height: 100%;
}
.mv_area .inArea .img_col {
  width: 50%;
  overflow: hidden;
  position: relative;
}
.mv_area .inArea .title_col {
  width: 50%;
  position: relative;
  padding: 20px;
}
.mv_area .inArea .img_col .img_box {
  display: block;
  height: 100%;
  width: 100%;
}
.mv_area .inArea .img_col .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv_area .inArea .title_col .title_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.mv_area .inArea .title_col .title_box .h1_title_box h1.title {
  font-size: 36px;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  color: #666666;
  position: relative;
  padding: 20px 5px 20px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  width: fit-content;
  margin: 0 auto;
}
.mv_area .inArea .title_col .title_box .h1_title_box .sub_title {
  font-size: 45px;
  line-height: 1;
  color: #666666;
  font-family: "Allura", cursive;
  margin-bottom: -13px;
}
.mv_area .inArea .title_col .title_box .sub_text {
  font-size: 16px;
  font-family: 'Noto Serif JP', serif;
  color: #666666;
  margin-top: 30px;
}
.mv_area .slide_dots button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
.mv_area .slide_dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.mv_area .slide_dots li {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
  transition: background-color .5s ease;
}
.mv_area .slide_dots li.slick-active {
  background-color: #d1c0a5;
}
.mv_area .slide_dots li:hover {
  background-color: #d1c0a5;
}
.mv_area .slide_dots li:last-child {
  margin-right: 0;
}
.mv_area .slick-list {
  height: 100%;
}
.mv_area .slick-list .slick-track{
  height: 100%;
}
.titleTextAbout_sec .titleTextAbout_row h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 34px;
}
.titleTextAbout_sec .titleTextAbout_row p {
    line-height: 2.2;
}
.title_box01 {
    margin-bottom: 50px;
    text-align: center;
}
.title_box01 .img_box {
    width: 40px;
    margin: 0 auto;
}
.title_box01 .img_box .wp-block-image{
  margin: 0;
}
.title_box01 h2 {
    font-size: 30px;
    letter-spacing: .05em;
    line-height: 1;
    margin-top: 14px;
}
.title_box01 p {
  margin-top: 14px;
  font-size: 14px;
}
.news_sec ul.newsList li {
    border-bottom: 1px solid #cccccc;
}
.news_sec ul.newsList li a {
    display: flex;
    color: #333;
    padding: 26px 20px;
    column-gap: 40px;
    transition: .3s;
}
.news_sec ul.newsList li a:hover{
  background: #fef9f5;
}
.news_sec ul.newsList li:first-of-type {
    border-top: 1px solid #cccccc;
}
.news_sec ul.newsList li a time {
    color: #666666;
}
.btn01 a {
    background: #d1c0a5;
    width: 250px;
    display: block;
    color: #fff;
    padding: 14px 20px;
    text-align: center;
    border: 1px solid #d1c0a5;
    margin: 0 auto;
    transition: .3s;
}
.btn01 a:hover{
  background-color: #fff;
  color: #d1c0a5;
  outline-offset: 5px;
  outline: #d1c0a5 solid 1px;
  border: 1px solid;
  outline-color: rgba(255, 255, 255, 0);
}
.square_bg{
  position: relative;
  background-image: url(img/parts05.png);
  background-size: auto;
  background-repeat: repeat;
  background-color: #fef9f5;
  background-position: 0px 0px;
}
.feature_sec .flex_row {
  display: flex;
  gap: 40px;
  margin-bottom: 50px;
}
.feature_sec .flex_row .text_col {
  width: 50%;
}
.feature_sec .flex_row .img_col {
  width: 50%;
}
.feature_sec .flex_row .text_col .sub_title {
  letter-spacing: .05em;
  color: #d1c0a5;
  line-height: 1;
  margin-bottom: 20px;
  margin-top: 30px;
}
.feature_sec .flex_row .text_col .sub_title span {
  font-size: 20px;
  margin-left: 5px;
}
.feature_sec .flex_row .text_col h3 {
  font-size: 22px;
  margin-bottom: 16px;
}
.feature_sec .flex_row:last-of-type {
  margin-bottom: 0;
}
.couse_sec .couseList_row {
  display: flex;
  gap: 20px;
}
.couse_sec .couseList_row .couseList_col a {
  display: block;
  border: 1px solid #d1c0a5;
  padding: 20px 20px 24px;
  transition: .3s;
}
.couse_sec .couseList_row .couseList_col a .img_box img {
  width: 100%;
}
.couse_sec .couseList_row .couseList_col a:hover {
  opacity: .7;
}
.couse_sec .couseList_row .couseList_col a .title {
  text-align: center;
}
.couse_sec .couseList_row .couseList_col a .title span {
  position: relative;
  color: #333;
  font-size: 22px;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
}
.couse_sec .couseList_row .couseList_col a .title span::before {
  content: "";
  width: 25px;
  height: 25px;
  position: relative;
  margin-top: 2px;
  background-image: url(img/parts07.png);
  background-size: contain;
}
.cta_sec {
  position: relative;
  background: #fef9f5;
  overflow: hidden;
  z-index: 0;
}
.cta_sec::after {
  content: "";
  background-repeat: no-repeat;
  background-image: url(img/parts08_1.png);
  top: -110px;
  right: -130px;
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 750px;
  max-height: 700px;
  background-size: contain;
}
.cta_sec::before {
  content: "";
  background-repeat: no-repeat;
  background-image: url(img/parts08_2.png);
  bottom: -130px;
  left: -130px;
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 750px;
  max-height: 700px;
  background-size: contain;
}
.cta_sec .white_box {
  border: 2px solid #d1c0a5;
  background: #fff;
  padding: 50px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cta_sec .white_box::before{
  content: "";
  background-repeat: no-repeat;
  background-image: url(img/parts08_2.png);
  bottom: -95px;
  left: -64px;
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 486px;
  max-height: 514px;
  background-size: contain;
  opacity: .1;
  z-index: -1;
}
.cta_sec .white_box::after{
  content: "";
  background-repeat: no-repeat;
  background-image: url(img/parts08_1.png);
  top: -67px;
  right: -83px;
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 502px;
  max-height: 500px;
  background-size: contain;
  opacity: .1;
  z-index: -1;
}
.cta_sec .white_box .titleTop {
  font-size: 150px;
  color: #d1c0a5;
  letter-spacing: .05em;
  font-family: "Allura", cursive;
  line-height: 1;
  margin-bottom: -5px;
}
.cta_sec .white_box h2 {
  font-size: 22px;
  color: #666666;
}
.cta_sec .white_box .verticalBar {
  width: 1px;
  height: 55px;
  background: #d1c0a5;
  margin: 0 auto;
  margin-top: 44px;
}
.schedule_sec .scheduleTable_row {
  overflow: auto;
}
.schedule_sec .scheduleTable_row table {
    width: 100%;
}
.schedule_sec .scheduleTable_row table tr th, .schedule_sec .scheduleTable_row table tr td {
  padding: 7.7px;
  border: 1px solid #cccccc;
  text-align: center;
  vertical-align: middle;
}
.schedule_sec .scheduleTable_row table tr th {
    background: #fef9f5;
}
.schedule_sec .scheduleTable_row table thead tr th {
  font-size: 18px;
  padding: 14.1px;
}
.schedule_sec .scheduleTable_row table thead tr td {
  background: #fef9f5;
  width: calc(100% / 8);
}
.schedule_sec .scheduleTable_row.add_custom table thead tr td:nth-of-type(3), .schedule_sec .scheduleTable_row.add_custom table thead tr td:nth-of-type(4) {
  min-width: 100px;
}
.schedule_sec .scheduleTable_row table tbody tr td:not(:first-of-type){
  font-family: 'Noto Sans JP', sans-serif;
}
.mapFlex_row {
  display: flex;
  gap: 20px;
}
.mapFlex_row .mapTable_col {
  width: 50%;
}
.mapFlex_row .mapTable_col .tables_box table tr th, .mapFlex_row .mapTable_col .tables_box table tr td {
  font-size: 16px;
  padding: 14.2px 20px;
  border: 1px solid #dcdcdc;
  background: #fff;
  text-align: left;
}
.mapFlex_row .mapTable_col .tables_box table thead tr th {
  font-size: 18px;
  background: #fef9f5;
  text-align: center;
}
.mapFlex_row .mapTable_col .tables_box table tbody tr th {
  border-right: 0;
  width: 19%;
  min-width: 110px;
}
.mapFlex_row .mapTable_col .tables_box table tbody tr td {
  border-left: 0;
}
.mapFlex_row .map_col {
  width: 50%;
}
.mapFlex_row .map_col iframe {
  height: 100%;
  width: 100%;
}
.mapFlex_row .mapTable_col table {
  width: 100%;
}
.insta_sec .instaList_row ul {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.insta_sec .instaList_row ul li {
    width: calc(100% / 3 - 26.7px);
}
.insta_sec .instaList_row ul li a {
    display: block;
    transition: .3s;
}
.insta_sec .instaList_row ul li a:hover {
    opacity: .7;
}
.column_sec .columnList_row {
    display: flex;
    gap: 20px;
}
.column_sec .columnList_row .list_col a {
    display: block;
    color: #333333;
    padding: 0 20px 36px;
    border: 1px solid #d1c0a5;
    transition: .3s;
}
.column_sec .columnList_row .list_col a:hover{
  opacity: .7;
}
.column_sec .columnList_row .list_col a .img_box {
  width: calc(100% + 40px);
  transform: translate(-20px, 0px);
  padding-bottom: 87.8%;
}
.column_sec .columnList_row .list_col a .img_box img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.column_sec .columnList_row .list_col a time {
    margin: 14px 0 8px;
    display: block;
    color: #666666;
}
/*=====================================
*
*footer
*
=======================================*/
footer .flex_content {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}
footer .flex_content .left_col {
  width: 50%;
}
footer .flex_content .right_col {
  width: 50%;
  margin-top: 30px;
}
footer .right_col ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}
footer .right_col ul a {
  margin-right: 40px;
  color: #333;
  transition: .3s;
}
footer .right_col ul a:hover {
  opacity: .7;
}
.copyright {
  text-align: center;
  margin: 20px 0;
  color: #666666;
  font-size: 12px;
}

/*=====================================
*
*共通
*
=======================================*/
/* ---------------------------共通last ---------------------------*/
/*=====================================
*
*page single arcive 他ページ
*
=======================================*/
.toc{
  width: 100%;
  max-width: 500px;
  margin: 30px auto;
  border: 1px solid;
}
.toc .toc-title{
  text-align: center;
  font-size: 14px;
  padding: 20px;
  color: #595757;
}
.toc .toc-title .toc-toggle a{
  color: #a99898;
}
.toc ul.toc-list {
    padding: 20px;
    border-top: 1px solid #ccc;
}
.toc ul.toc-list li {
  margin-bottom: 6px;
}
.toc ul.toc-list li a {
  color: #a99898;
  font-size: 14px;
}
#single #toc_content > h2 {
  background: #fef9f5;
  padding: 20px;
  font-size: 22px;
  margin: 30px 0 20px;
  padding: 1em;
  font-weight: 500;
}
#single #toc_content > h3 {
  font-size: 18px;
  margin: 30px 0 20px;
  border-bottom: 2px solid #e3e3e3;
  padding: 0em 0.5em 0.5em;
  position: relative;
  font-weight: 500;
}
#single #toc_content > h4 {
  margin: 30px 0 20px;
  font-size: 17px;
  font-weight: 500;
  display: flex;
}
#single #toc_content > h4::before {
  content: "";
  background: #595757;
  width: 0.7em;
  height: 0.7em;
  min-width: 0.7em;
  min-height: 0.7em;
  margin-top: 0.5em;
  margin-right: 0.3em;
}
#single #toc_content a {
  color: #d1c0a5;
  transition: .3s;
}
#single #toc_content a:hover{
  opacity: .7;
}
#single #toc_content > ul,#single #toc_content > ol {
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#single #toc_content > ul li,#single #toc_content > ol li {
  margin-left: 1.2em;
}
#single #toc_content > ul li {
  list-style: disc;
}
#single #toc_content > ol li {
  list-style: decimal;
}
blockquote.wp-block-quote {
  background: #fef9f5;
  padding: 20px;
  margin: 30px 0;
}
blockquote.wp-block-quote cite a {
  font-size: 16px;
  margin-top: 1em;
  display: block;
  width: fit-content;
}
.wp-block-table{
  margin: 30px 0;
}
#single #toc_content .wp-block-table table {
  overflow-x: auto;
}
#single #toc_content .wp-block-table table td {
  min-width: 150px;
}
#single #toc_content .wp-block-table table td:first-of-type {
  font-weight: 500;
  background: #fef9f5;
  width: 25%;
}
#single .contents time {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
#single .contents time::before {
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  margin-right: 0.5em;
}
#single #toc_content > p {
  margin: 20px 0 30px;
}
footer {
  border-top: 1px solid #d1c0a5;
}
footer .flex_content .left_col .logo {
  height: 50px;
}
footer .flex_content .left_col .logo a {
    height: 100%;
    display: block;
    width: 100%;
}
footer .flex_content .left_col .logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
}
#sb_instagram #sbi_images {
  gap: 40px;
  display: flex;
  flex-wrap: wrap;
}
#sb_instagram.sbi_col_3 #sbi_images .sbi_item {
  width: calc(100% / 3 - 26.7px) !important;
}
div#page, div#archive, div#single{
  margin-top: 160px;
}
.mvarea_page {
  background: #fef9f5;
  height: 300px;
  position: relative;
}
.mvarea_page .mv_text {
  max-width: 1300px;
  margin: 0 auto;
  height: 100%;
  padding: 0 20px;
}
.mvarea_page .mv_text .h1_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  width: fit-content;
  min-width: 300px;
}
.mvarea_page .mv_text .h1_title h1.h1 {
  font-size: 36px;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  color: #666666;
  position: relative;
  padding: 20px 5px 20px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  width: fit-content;
  margin: 0 auto;
  width: 100%;
}
.mvarea_page .mv_text .h1_title .sub_title {
  font-size: 45px;
  line-height: 1;
  color: #666666;
  font-family: "Allura", cursive;
  margin-bottom: -13px;
}
.pancu{
  padding-top: 10px;
}
.pancu .breadcrumb {
  display: flex;
}
.pancu .breadcrumb ul {
  display: flex;
  overflow: auto;
  white-space: nowrap;
}
.pancu .breadcrumb ul li:not(:last-of-type)::after {
  font-family: "Font Awesome 5 Free";
  content: "\/";
  font-weight: bold;
  color: #333333;
  font-size: 12px;
  margin: 0 5px;
}
.pancu .breadcrumb ul li a {
  font-weight: 500;
  font-size: 12px;
  color: #333333;
  letter-spacing: 0.05em;
  transition: .3s;
}
.pancu .breadcrumb ul li:last-of-type a {
  color: #333333;
}
.pancu .breadcrumb ul li a:hover{
  opacity: .7;
}
.ankerBtn_row {
  gap: 20px;
  justify-content: center;
}
.ankerBtn_row .btn{
  flex-basis: initial !important;
  width: initial !important;
}
.ankerBtn_row .btn a {
  transition: .3s;
  color: #fff;
  font-size: 16px;
  padding: 13.5px 40px;
  width: fit-content !important;
  /* min-width: 250px; */
}
.ankerBtn_row .btn a:hover {
    opacity: .7;
    color: #fff;
}
.couseContent_row {
  border: 2px solid #d1c0a5;
  padding: 36px 20px 30px;
  position: relative;
  overflow: hidden;
}
.couseContent_row h2 {
  font-size: 30px;
  margin-bottom: 34px;
}
.couseContent_row .wp-block-group__inner-container {
  max-width: 800px;
}
.couseContent_row table tr td {
  padding: 8.4px 15px;
  border: 1px solid #cccccc;
  color: #333333;
}
.couseContent_row table tr td:nth-of-type(1) {
  text-align: center;
  background: #fef9f5;
  width: 200px;
}
.couseContent_row figcaption {
  font-size: 14px;
  margin-top: 16px;
}
.couseContent_row figure.wp-block-table {
  margin: 24px 0 36px;
}
.couseContent_row h3 {
  font-size: 18px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.couseContent_row ul li {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
.couseContent_row ul li::before {
  content: "・";
}
.couseContent_row ul {
  margin: 10px 0;
  margin-bottom: 16px;
}
.addBg01::after {
  background-image: url(img/parts11_1.png);
  content: "";
  position: absolute;
  top: -60px;
  right: -80px;
  background-size: contain;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: -1;
  max-width: 502px;
  max-height: 500px;
  opacity: .1;
}
.addBg01::before {
  background-image: url(img/parts11_2.png);
  content: "";
  position: absolute;
  bottom: -80px;
  left: -80px;
  background-size: contain;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: -1;
  max-width: 486px;
  max-height: 514px;
  opacity: .1;
}
.addBg02::after {
  background-image: url(img/parts11_3.png);
  content: "";
  position: absolute;
  top: -37px;
  right: -70px;
  background-size: contain;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: -1;
  max-width: 451px;
  max-height: 484px;
  opacity: .1;
}
.addBg02::before {
  background-image: url(img/parts11_4.png);
  content: "";
  position: absolute;
  bottom: -36px;
  left: -80px;
  background-size: contain;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: -1;
  max-width: 450px;
  max-height: 482px;
  opacity: .1;
}
.addBg03::after {
  background-image: url(img/parts11_5.png);
  content: "";
  position: absolute;
  top: -51px;
  right: -100px;
  background-size: contain;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: -1;
  max-width: 350px;
  max-height: 513px;
  opacity: 0.2;
}
.addBg03::before {
  background-image: url(img/parts11_6.png);
  content: "";
  position: absolute;
  bottom: -66px;
  left: -70px;
  background-size: contain;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: -1;
  max-width: 351px;
  max-height: 483px;
  opacity: 0.2;
}
.addBg04::after {
  background-image: url(img/parts11_7.png);
  content: "";
  position: absolute;
  top: -57px;
  right: -30px;
  background-size: contain;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: -1;
  max-width: 433px;
  max-height: 351px;
  opacity: 0.1;
}
.addBg04::before {
  background-image: url(img/parts11_8.png);
  content: "";
  position: absolute;
  bottom: -56px;
  left: -30px;
  background-size: contain;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: -1;
  max-width: 419px;
  max-height: 351px;
  opacity: 0.1;
}
.flow_container .flow_row {
  background: #fef9f5;
  margin-bottom: 90px;
  gap: 30px;
  position: relative;
}
.flow_container .flow_row .img_col {
  width: 300px;
  position: relative;
  min-width: 300px;
  height: 100%;
}
.flow_container .flow_row .img_col figure {
  margin: 0;
  height: 100%;
}
.flow_container .flow_row .img_col img {
  width: 100%;
}
.flow_container .flow_row .text_col {
  padding-bottom: 30px;
  padding-right: 30px;
}
.flow_container .flow_row .text_col p:nth-of-type(1) {
  color: #d1c0a5;
  font-size: 16px;
  margin-top: 20px;
}
.flow_container .flow_row .text_col p:nth-of-type(1) span {
  font-size: 20px;
}
.flow_container .flow_row .text_col h3 {
  font-size: 22px;
  color: #666666;
  margin-bottom: 16px;
  margin-top: 0px;
}
.flow_container .flow_row .text_col p:nth-of-type(2) {
  color: #666666;
}
.flow_container .flow_row:not(:last-of-type)::after {
  content: "";
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 30px solid #fef9f5;
  position: absolute;
}
.flow_container .flow_row:last-of-type {
  margin-bottom: 0;
}
.qualificationCourses_row {
  gap: 40px;
  /* align-items: flex-start !important; */
  border-bottom: 1px solid #efefef;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.qualificationCourses_row .img_col{
  width: 29.4%;
  min-width: 370px;
}
.qualificationCourses_row .text_col{
  width: 70.6%;
  /* padding-top: 10px; */
  width: fit-content;
  margin: 0 auto;
}
.qualificationCourses_row .text_col h2{
  font-size: 22px;
  margin-bottom: 20px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  width: fit-content;
  padding: 5px 30px;
}
.qualificationCourses_row .text_col p{
  margin-bottom: 50px;
}
#page .normalform {
  padding: 20px 20px 50px;
  border: 1px solid #ddd;
  max-width: 800px;
  margin: 0 auto;
}
#page .normalform .cp_iptxt {
  margin: 20px 0;
}
#page .normalform .cp_iptxt input:focus, #page .normalform .cp_iptxt textarea:focus {
  outline: #d1c0a5 1px solid;
}
#page .normalform .cp_iptxt textarea {
  width: 100%;
  border: 1px solid #DDDDDD;
  font-size: 16px;
  resize: vertical;
  padding: 10px;
}
#page .normalform .sub {
  text-align: center;
  margin-top: 50px;
}
#page .normalform .sub input{
  background: #d1c0a5;
  color: #fff;
  border: 1px solid #d1c0a5;
  padding: 20px 20px 20px;
  width: 250px;
  font-size: 16px;
  letter-spacing: 0.05em;
  transition: .3s;
  pointer-events: all;
  cursor: pointer;
  font-family: 'Noto Serif JP', serif;
}
#page .normalform .sub input:hover{
  opacity: .7;
}
#page .normalform .cp_iptxt .text {
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#page .normalform .cp_iptxt .text span.required {
  background: #d1c0a5;
  padding: 2px 10px;
  font-size: 12px;
  color: #fff;
  margin-left: 10px;
  display: block;
  width: fit-content;
  font-weight: 400;
}
#page .normalform .cp_iptxt .place input[type="text"] {
  width: 100%;
  font-size: 16px;
  padding: 10px 5px;
  border: 1px solid #DDDDDD;
}
#page .normalform .cp_iptxt .place select {
  width: 100%;
  padding: 10px 5px;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #dddddd;
}
#page .normalform .cp_iptxt .place input[type="email"] {
  width: 100%;
  padding: 10px 5px;
  font-size: 16px;
  border: 1px solid #DDDDDD;
}
.cp_iptxt02 span.mwform-checkbox-field-text {
  cursor: pointer;
}
.cp_iptxt02 input[type="checkbox"] {
  cursor: pointer;
}
#page .normalform .cp_iptxt .place input[type="radio"] {
  cursor: pointer;
}
#page .normalform .cp_iptxt .place span.mwform-radio-field-text {
  cursor: pointer;
}
.privacy_content p {
  margin: 20px 0 20px;
}
.privacy_content h3 {
  margin: 30px 0 20px;
  font-size: 20px;
}
.privacy_content p {
  font-size: 14px;
}
.privacy_content h3 {
  font-size: 16px;
}
.pagination ul {
  margin-top: 50px;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
}
.pagination ul li .current {
  color: #d4aa38;
  border: 1px solid #d4aa38;
  padding: 5px 10px;
  display: block;
  font-size: 14px;
}
.pagination ul li .dots {
  color: #d4aa38;
  padding: 5px 0;
  display: block;
  font-size: 14px;
}
.pagination ul li a {
  color: #333;
  border: 1px solid #333;
  padding: 5px 10px;
  transition: .3s;
  display: block;
  font-size: 14px;
}
.pagination ul li a:hover{
  color: #d4aa38;
  border: 1px solid #d4aa38;
}
div#single h1 {
  font-size: 36px;
  margin-top: 26px;
  margin-bottom: 14px;
}
div#single .maincontents .contents > img{
  width: 100%;
}
.page_pn {
  margin-top: 50px;
}
.page_pn ol {
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
}
.page_pn ol li {
  width: calc(100% / 3);
}
.page_pn ol li a {
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 0;
  border: 1px solid #333;
  transition: .3s;
}
.page_pn ol li a:hover{
  color: #d1c0a5;
  border: 1px solid #d1c0a5;
}
div#toc_content > .wp-block-image{
  margin: 30px 0;
}
.toc ul.toc-list li > ul {
  margin-left: 1em;
}
div#archive .column_sec .columnList_row {
  flex-wrap: wrap;
}
div#archive .column_sec .columnList_row .list_col {
  width: calc(100% / 4 - 15px);
}
.qa_container {
  width: 100%;
}
.qa_container .qa_list:first-of-type{
  border-top: 1px solid #efefef;
}
.question_title {
  background: #fff;
  cursor: pointer;
  padding: 40px 40px 40px 20px;
  position: relative;
  border-bottom: 1px solid #efefef;
}
.question_title span:before {
  position: absolute;
  content: 'Q';
  top: -7px;
  left: 0px;
  color: #535d60;
  font-size: 20px;
  border: 1px solid;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
.question_title:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #333;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}
.question_title:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #333;
  transition: all .3s ease-in-out;
}
.question_title.open:before {
  transform: rotate(180deg);
}
.answer_text {
  display: none;
  position: relative;
  background: #fef9f5;
  padding: 40px 40px 40px 90px;
  font-size: 16px;
}
.answer_text:before {
  position: absolute;
  content: 'A';
  top: 30px;
  left: 20px;
  color: #535d60;
  font-size: 20px;
  border: 1px solid;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
.question_title span {
  font-size: 20px;
  position: relative;
  padding-left: 70px;
  display: block;
  padding-right: 20px;
}
.answer_text p {
  line-height: 1.8;
}
.aboutFirst_row {
  background: #fff;
  padding: 30px;
  border: 1px solid #d1c0a5;
  margin: 0 auto;
  line-height: 2;
  position: relative;
  gap: 30px;
}
.aboutFirst_row::before {
  content: "";
  background: #fef9f5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
}
.greeting_row {
   gap: 40px;
}
.greeting_row .text_col{
  width: 65%;
}
.greeting_row .text_col h3{
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.greeting_row .img_col{
  width: 35%;
}
.greeting_row .img_col figure.wp-block-image{
  text-align: center;
}
.greeting_row .img_col img {
    border: 1px solid #d1c0a5;
}
.reason_row {
  column-gap: 20px;
  row-gap: 40px;
  align-items: stretch !important;
  counter-reset: number 0;
}
.reason_row .reason_col {
  background: #fff;
  width: calc(50% - 10px);
  padding: 40px 20px 20px;
  border: 1px solid #d1c0a5;
  position: relative;
  background: #fef9f5;
}
.reason_row .reason_col h3 {
  font-size: 20px;
  margin-bottom: 16px;
}
.reason_row .reason_col::after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #d1c0a5;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 18px;
  color: #d1c0a5;
  background: #fff;
  counter-increment: number 1;
  content: counter(number) " ";
}
.teacher_container {
  gap: 20px;
  align-items: stretch !important;
}
.teacher_container .teacher_row {
  width: 50%;
  gap: 20px;
  background: #fef9f5;
}
.teacher_container .teacher_row .img_col {
  width: 35%;
  height: 100%;
  position: relative;
}
.teacher_container .teacher_row .img_col img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teacher_container .teacher_row .text_col {
  width: 65%;
  padding-right: 20px;
  padding-bottom: 20px;
}
.teacher_container .teacher_row .text_col h3 {
  font-size: 20px;
  margin-bottom: 16px;
  margin-top: 21px;
}
.enjoy_row {
    padding: 30px 30px 30px;
    gap: 40px;
    align-items: center !important;
    border: 1px solid #d1c0a5;
    border: 1px solid #cccccc;
}
.enjoy_row .img_col {
  overflow: hidden;
  border-radius: 50%;
  width: 33.7%;
  padding-bottom: 33.7%;
  position: relative;
  transform: translate(0px, 0px);
}
.enjoy_row .img_col img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.enjoy_row .text_col {
  width: calc(66.3% - 40px);
}
.enjoy_row h3 {
  font-size: 22px;
  margin-bottom: 16px;
}
.enjoy_row .text_col figure.wp-block-table {
  margin: 16px 0 0;
}
.enjoy_row .text_col figure.wp-block-table tr td:first-of-type {
  background: #fef9f5;
  min-width: 160px;
}
.enjoy_row .text_col figure.wp-block-table tr td {
  border: 1px solid #ccc;
  padding: 15px;
  background: #fff;
}
.enjoy_row .text_col figure.wp-block-table figcaption.wp-element-caption {
  font-size: 14px;
  margin-top: 4px;
}
.aboutFirst_row .text_col h2 {
  font-size: 22px;
  margin-bottom: 14px;
  margin-top: 14px;
}
.months_row {
  gap: 10px;
}
.months_row .months_col figure.wp-block-image figcaption.wp-element-caption {
  position: absolute;
  top: 0;
  left: 5px;
  background: #fef9f5;
  padding: 4px 10px;
  font-size: 12px;
  color: #666666;
}
.months_row .months_col figure.wp-block-image {
  position: relative;
  padding-bottom: 75%;
}
.months_row .months_col figure.wp-block-image img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.months_row .months_col {
  width: calc(100% / 4);
}
.mapFlex_row .mapTable_col .tables_box table tbody tr td a {
  color: #333;
  pointer-events: none;
}
.months_row .months_col p {
  text-align: center;
  margin-top: 10px
}
.banner_sec .banner_row {
  display: flex;
  gap: 20px;
}
.banner_sec .banner_row .img_box {
  flex: 1;
  border: 1px solid #ccc;
}
.banner_sec .banner_row .img_box a {
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 20px;
  transition: .3s;
  align-items: center;
  justify-content: center;
}
.banner_sec .banner_row .img_box a:hover {
  opacity: .7;
}
.banner_sec .banner_row .img_box a img {
  max-width: 250px;
  display: block;
  width: 100%;
}
.banner_sec .banner_row .img_box:nth-of-type(3) a img {
  max-width: 180px;
}
.sidebanner {
  position: fixed;
  bottom: 50px;
  right: 0;
  width: 250px;
  opacity: 0.8;
  z-index: 2;
}
.sidebanner a{
  transition: .3s;
}
.sidebanner a:hover{
  opacity: .7;
}
footer .sns_box .facebook a {
  margin-top: 30px;
  transition: .3s;
  display: flex;
  gap: 10px;
  color: #39599f;
  font-size: 16px;
  align-items: center;
  width: fit-content;
}
footer .sns_box .facebook a .img_box{
  width: 25px;
  height: 25px;
}
footer .sns_box .facebook a p{
  margin-bottom: -5px;
}
footer .sns_box .facebook a:hover{
  opacity: .7;
}
.addteacher{
  justify-content: center;
}
.addteacher .teacher_row{
  width: calc(50% - 10px) !important;
}
/* ---------------------------他ページlast ---------------------------*/
/*==========================================================================
*
*pcパソコン
*
============================================================================*/
@media only screen and (min-width: 1025px) and (max-width: 1200px) {

}
@media only screen and (min-width: 768px){
  .wp-block-columns.is-style-default.is-layout-flex.wp-block-columns-is-layout-flex{
    flex-wrap: nowrap!important;
  }
}
/*==========================================================================
*
*tbタブレット
*
============================================================================*/
@media only screen and (max-width: 1024px) {
  header {
    height: 60px;
  }
  .header_content .logo {
    height: 30px;
    margin-top: 8px;
  }
  div#page, div#archive, div#single {
    margin-top: 60px;
}
.addteacher .teacher_row{
  width: 100% !important;
}
.teacher_container .teacher_row .img_col img {
  position: relative;
}
}
@media only screen and (min-width: 1025px) and (max-width: 1100px) {
  .ankerBtn_row .btn a {
    font-size: 14px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.mv_area {
  padding: 50px 20px;
  height: 450px;
}
.mv_area .inArea .title_col .title_box .h1_title_box h1.title {
    font-size: 26px;
}
.mv_area .inArea .title_col .title_box .h1_title_box .sub_title {
    font-size: 35px;
}
.feature_sec .flex_row .text_col .sub_title {
  margin-top: 0;
}
footer .flex_content .left_col {
  width: 40%;
}
footer .flex_content .left_col .logo {
  height: 40px;
}
footer .flex_content .right_col {
  width: 60%;
  margin-top: 10px;
}
footer .right_col ul a {
  font-size: 14px;
}
.ankerBtn_row {
  flex-wrap: wrap !important;
}
.ankerBtn_row .btn {
  width: calc(100% / 2 - 10px) !important;
  text-align: end;
}
.ankerBtn_row .btn:nth-of-type(2n) {
  text-align: left;
}
.ankerBtn_row .btn a {
  padding: 13.5px 20px;
  min-width: 250px;
}
div#archive .column_sec .columnList_row .list_col {
  width: calc(100% / 4 - 8px);
}
.column_sec .columnList_row {
  gap: 10px;
}
.column_sec .columnList_row .list_col a {
  font-size: 14px;
}
.reason_row .reason_col h3 {
  font-size: 18px;
}
.reason_row .reason_col p {
  font-size: 14px;
}
.teacher_container {
  flex-direction: column;
}
.teacher_container .teacher_row {
  width: 100%;
}
.teacher_container .teacher_row .img_col {
  width: 25%;
}
.enjoy_row .text_col figure.wp-block-table tr td:first-of-type {
  min-width: 150px;
}
.enjoy_row .text_col figure.wp-block-table tr td {
  font-size: 14px;
}
.enjoy_row p {
  font-size: 14px;
}
.mvarea_page .mv_text .h1_title {
  min-width: 600px;
}
}
/* ---------------------------タブレットonlylast ---------------------------*/

/*==========================================================================
*
*sp
*
============================================================================*/
@media only screen and (max-width: 767px) {
.column_sec .columnList_row {
  flex-direction: column;
}
.couse_sec .couseList_row {
  flex-direction: column;
}
.mv_area {
  padding: 20px 20px 30px;
  height: calc(100vh - 60px);
  height: 450px;
}
.mv_area .inArea {
  flex-direction: column-reverse;
}
.mv_area .inArea .title_col {
  width: 100%;
}
.mv_area .inArea .title_col {
  position: relative;
}
.mv_area .inArea .title_col .title_box {
  position: relative;
}
.mv_area .inArea .img_col {
  width: 100%;
}
.mv_area .inArea .title_col .title_box .h1_title_box .sub_title {
  font-size: 26px;
  margin-bottom: -9px;
}
.mv_area .inArea .title_col .title_box .h1_title_box h1.title {
  font-size: 22px;
}
.mv_area .inArea .title_col .title_box .sub_text {
  font-size: 12px;
  margin-top: 15px;
}
.mv_area .slide_dots {
  margin-top: 10px;
}
.mv_area .slide_dots li {
  width: 8px;
  height: 8px;
}
.titleTextAbout_sec .titleTextAbout_row h2 {
  font-size: 20px;
  margin-bottom: 16px;
}
.titleTextAbout_sec .titleTextAbout_row p {
  font-size: 14px;
  line-height: 2;
}
.title_box01 h2 {
  font-size: 22px;
}
.title_box01 .img_box {width: 25px;}
.news_sec ul.newsList li a {
  font-size: 14px;
  flex-direction: column;
  padding: 20px 10px;
  gap: 5px;
}
.title_box01 {
  margin-bottom: 30px;
}
.btn01 a {
  font-size: 14px;
}
.feature_sec .flex_row {
  flex-direction: column-reverse;
  gap: 0;
  margin-bottom: 30px;
}
.feature_sec .flex_row .text_col {
  width: 100%;
}
.feature_sec .flex_row .img_col {
  width: 100%;
}
.feature_sec .flex_row .text_col h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.feature_sec .flex_row .text_col p {
  font-size: 14px;
  line-height: 1.7;
}
.feature_sec .flex_row .text_col .sub_title {
  font-size: 14px;
  margin-top: 17px;
  margin-bottom: 14px;
}
.feature_sec .flex_row .text_col .sub_title span {
  font-size: 18px;
}
.feature_sec .flex_row.reverse {
  flex-direction: column;
}
.couse_sec .couseList_row .couseList_col a .title span {
  font-size: 18px;
  margin-top: 13px;
}
.couse_sec .couseList_row .couseList_col a .title span::before {
  width: 20px;
  height: 20px;
}
.couse_sec .couseList_row .couseList_col a {
  padding: 20px 20px 16px;
}
.cta_sec .white_box {
  padding: 30px 20px;
}
.cta_sec .white_box .titleTop {
  font-size: 90px;
}
.cta_sec .white_box h2 {
  font-size: 18px;
}
.cta_sec .white_box .verticalBar {
  margin-top: 24px;
}
.cta_sec::before {
  bottom: -180px;
}
.schedule_sec .scheduleTable_row table tr td{
  font-size: 14px;
}
.schedule_sec .scheduleTable_row table thead tr th {
  font-size: 16px;
}
.mapFlex_row {
  flex-direction: column;
}
.mapFlex_row .map_col {
  width: 100%;
  height: 250px;
}
.mapFlex_row .mapTable_col {
  width: 100%;
}
.mapFlex_row .mapTable_col .tables_box table thead tr th {
  font-size: 16px;
}
.mapFlex_row .mapTable_col .tables_box table tr th, .mapFlex_row .mapTable_col .tables_box table tr td {
  font-size: 14px;
  min-width: 100px;
}
.insta_sec .instaList_row ul {
  gap: 10px;
}
.insta_sec .instaList_row ul li {
  width: calc(100% / 2 - 5px);
}
.column_sec .columnList_row .list_col a time {
  font-size: 14px;
}
.column_sec .columnList_row .list_col a h3 {
  font-size: 14px;
}
.column_sec .columnList_row .list_col a {
  padding: 0 20px 16px;
}
footer .right_col ul a {
  font-size: 14px;
}
footer .flex_content {
  flex-direction: column;
}
footer .flex_content .left_col {
  width: 100%;
}
footer .flex_content .right_col {
  width: 100%;
}
footer .right_col ul {
  flex-direction: column;
  row-gap: 10px;
}
.copyright {
  font-size: 12px;
}
footer .flex_content .left_col .logo {
  width: 220px;
  margin: 0 auto;
}
#sb_instagram.sbi_col_3 #sbi_images .sbi_item {
  width: calc(100% / 2 - 5px) !important;
}
#sb_instagram #sbi_images {
  gap: 10px;
}
.flow_container .flow_row {
  flex-direction: column;
}
.ankerBtn_row {
    gap: 10px;
    flex-wrap: wrap !important;
}
.ankerBtn_row .btn a {
  font-size: 14px;
  min-width: 250px;
}
.mvarea_page {
  height: 200px;
}
.mvarea_page .mv_text .h1_title .sub_title {
  font-size: 26px;
  margin-bottom: -9px;
}
.mvarea_page .mv_text .h1_title h1.h1 {
  font-size: 22px;
}
.couseContent_row h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
.couseContent_row p {
  font-size: 14px;
  text-align: justify;
}
.couseContent_row table tr {
  display: flex;
  flex-direction: column;
}
.couseContent_row table tr td {
  width: 100% !important;
  display: block;
  margin-bottom: -1px;
  font-size: 14px;
  padding: 10px;
}
.couseContent_row h3 {
  font-size: 16px;
  padding-bottom: 10px;
}
.couseContent_row ul li {
  font-size: 14px;
}
.flow_container .flow_row .img_col {
  width: 100%;
}
.flow_container .flow_row .text_col {
  padding: 0px 20px 20px;
}
.flow_container .flow_row {
  gap: 0;
}
.flow_container .flow_row .text_col h3 {
  font-size: 18px;
}
.flow_container .flow_row .text_col p:nth-of-type(1) {
  margin-top: 10px;
  font-size: 14px;
}
.flow_container .flow_row .text_col p:nth-of-type(1) span {
  font-size: 18px;
}
.flow_container .flow_row .text_col p:nth-of-type(2) {
  font-size: 14px;
}
.addBg01::before {
  bottom: -210px;
}
.addBg02::before {
  bottom: -176px;
}
.addBg04::before {
  bottom: -126px;
}
.qualificationCourses_row {
  flex-direction: column;
  gap: 20px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.qualificationCourses_row .img_col {
  min-width: initial;
  width: 100%;
}
.qualificationCourses_row .img_col figure.wp-block-image {
  text-align: center;
}
.qualificationCourses_row .text_col h2 {
  font-size: 20px;
  margin-bottom: 13px;
  width: 100%;
  text-align: center;
}
.qualificationCourses_row .text_col p {
  font-size: 14px;
  margin-bottom: 30px;
}
.qualificationCourses_row.reverse {
  flex-direction: column-reverse;
}
.qualificationCourses_row .text_col .wp-block-buttons {
  justify-content: center;
}
div#single h1 {
  font-size: 22px;
}
#single .contents time {
  font-size: 12px;
}
#single #toc_content > h2 {
  font-size: 20px;
}
#single #toc_content > p {
  font-size: 14px;
}
#single #toc_content > h3 {
  font-size: 16px;
}
#single #toc_content > h4 {
  font-size: 15px;
}
#single #toc_content > ul li, #single #toc_content > ol li {
  font-size: 14px;
}
#single #toc_content .wp-block-table table td {
  font-size: 14px;
}
#single #toc_content a {
  font-size: 14px;
}
blockquote.wp-block-quote {
  font-size: 14px;
}
.page_pn ol li a {
  font-size: 14px;
}
div#archive .column_sec .columnList_row .list_col {
  width: 100%;
}
.question_title span {
  font-size: 16px;
  padding-left: 60px;
}
.answer_text:before {
  font-size: 16px;
  width: 40px;
  height: 40px;
}
.question_title span:before {
  font-size: 16px;
  width: 40px;
  height: 40px;
}
.answer_text p {
  font-size: 14px;
}
.answer_text {
  padding: 40px 20px 40px 80px;
}
.aboutFirst_row {
  padding: 20px;
  flex-direction: column;
  gap: 10px;
}
.aboutFirst_row p {
  font-size: 14px;
}
.greeting_row {
  flex-direction: column;
  gap: 0px;
}
.greeting_row .img_col {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
.greeting_row .text_col {
  width: 100%;
}
.greeting_row .text_col h3 {
  font-size: 18px;
  margin-top: 25px;
}
.greeting_row .text_col p {
  font-size: 14px;
}
.reason_row {
  flex-direction: column;
}
.reason_row .reason_col {
  width: 100%;
}
.reason_row .reason_col h3 {
  font-size: 16px;
}
.reason_row .reason_col p {
  font-size: 14px;
}
.reason_row {
  row-gap: 30px;
}
.teacher_container {
  flex-direction: column;
}
.teacher_container .teacher_row {
  width: 100%;
  flex-direction: column;
}
.teacher_container .teacher_row .img_col {
  margin: 0 auto;
  margin-top: 20px;
  width: 60%;
}
.teacher_container .teacher_row .text_col {
  padding: 0px 20px 20px;
  width: 100%;
}
.teacher_container .teacher_row .text_col p {
  font-size: 14px;
}
.teacher_container .teacher_row .text_col h3 {
  font-size: 18px;
  margin-top: 0px;
}
.enjoy_row {
  flex-direction: column;
  padding: 20px 20px;
  gap: 20px;
}
.enjoy_row .img_col {
  width: 80%;
  padding-bottom: 80%;
}
.enjoy_row .text_col {
  width: 100%;
}
.enjoy_row h3 {
  font-size: 18px;
  text-align: center;
}
.enjoy_row.reverse{
  flex-direction: column-reverse;
}
.enjoy_row p {
  font-size: 14px;
}
.enjoy_row .text_col figure.wp-block-table tr td {
  font-size: 14px;
  margin-bottom: -1px;
}
.enjoy_row .text_col figure.wp-block-table tr {
  display: flex;
  flex-direction: column;
}
.enjoy_row .text_col figure.wp-block-table tr td:first-of-type {
  text-align: center;
}
.aboutFirst_row .text_col h2 {
  font-size: 18px;
}
.months_row {
  flex-wrap: wrap !important;
  row-gap: 20px;
}
.months_row .months_col {
  width: calc(50% - 5px);
}
.months_row .months_col p {
  font-size: 14px;
}
.mapFlex_row .mapTable_col .tables_box table tbody tr td a {
  pointer-events: all;
}
.banner_sec .banner_row {
  flex-direction: column;
}
.sidebanner {
  bottom: 40px;
  width: 160px;
}
/* ---------------------------携帯last ---------------------------*/
}
