* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;;
  background-color: #F8F7F3;
}
img {
  width: 100%;
  height: auto;
}
a {
  color: #333;
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.inner {
  box-sizing: border-box;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 4%;
  width: 100%;
}
.second-h1-style {
  background: url("../images/sample_h1_bg.jpg") no-repeat left top / cover;
  margin: 0;
  text-align: center;
  padding: 6% 0;
  font-size: 2.4rem;
  /* font-feature-settings: initial; */
  font-weight: normal;
  letter-spacing: 0.2rem;
}
.h2-style {
  letter-spacing: 0.2rem;
  border-left: 2px solid #cfc0b3;
  padding: 12px 20px;
  margin-bottom: 30px;
}
/* header */
header {
  background-color: #fff;
  padding-bottom: 1%;
}
.head-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 2%;
  padding-bottom: 2%;
}
.head-logo {
  width: 22%;
}
.head-data {
  width: 24%;
}
.head-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border-top: 1px solid #cfc0b3;
  border-bottom: 1px solid #cfc0b3;
}
.head-nav a {
  color: #333;
  /* display: block; */
  font-size: 0.88rem;
  font-weight: bold;
  text-align: center;
  padding: 4% 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.head-nav p {
  width: calc(100% / 5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.head-nav p:not(:last-of-type) {
  border-right: 1px solid #cfc0b3;
}
.head-nav .active {
  background-color: #cfc0b3;
}
.head-nav .active a {
  color: #fff;
}
.head-nav p:hover {
  background-color: #cfc0b3;
}
.head-nav p:hover a {
  color: #fff;
}
/* kv */

/* information-wrap */
.information-wrap {
  padding-top: 5%;
  padding-bottom: 8%;
  position: relative;
}
.information-bg-logo {
  width: 18%;
  position: absolute;
  left: 5%;
  top: -30%;
}
.information-txt {
  margin: 0 0 0 auto;
  width: 82%;
}
.information-pack {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden;
}
.information-pack h2 {
  background-color: #cfc0b3;
  color: #fff;
  font-size: 1rem;
  padding: 1% 0;
  text-align: center;
}
.information-pack li {
  background-color: #fff;
}
.information-pack li a {
  color: #333;
  display: block;
  font-weight: bold;
  position: relative;
  padding: 2%;
}
.information-pack li a:after {
  content: "";
  position: absolute;
  top: 44%;
  left: 95%;
  border: 4px solid transparent;
  border-left-color: #cfc0b3;
}
.information-pack li span {
  display: block;
  font-size: 0.7rem;
  color: #cfc0b3;
}
.information-txt {
  font-size: 1.08rem;
  line-height: 1.8;
}
/* top-menu-wrap */
.top-menu-wrap {
  background-color: #f2ede9;
  padding: 8% 0 0;
}
.top-menu-wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.top-menu-wrap ul li {
  margin-bottom: 8%;
  width: 23%;
}
/* footer */
footer {
  background-color: #EDE9DD;
  padding: 8% 0;
}
.foot-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.foot-logo {
  width: 28%;
}
.foot-table {
  width: 69%;
}
.foot-table dl {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.foot-table dt {
  background-color: #cfc0b3;
  color: #fff;
  text-align: center;
  width: 18%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.foot-table dl:not(:last-of-type) dt {
  border-bottom: 1px solid #E9E9E9;
}
.foot-table dd {
  background-color: #fff;
  width: 82%;
  padding: 3% 1%;
}
.foot-table dl:not(:last-of-type) dd {
  border-bottom: 1px solid #E9E9E9;
}
.foot-table dd a {
  color: #333;
}
.foot-table .line span {
  display: inline-block;
  width: 20%;
  max-width: 145px;
}
.foot-table .insta span,
.foot-table .facebook span {
  display: inline-block;
  width: 6%;
  max-width: 45px;
  vertical-align: middle;
  margin-right: 10px;
}
.foot-table .line,
.foot-table .insta,
.foot-table .facebook {
  padding-top: 1%;
  padding-bottom: 1%;
}
.foot-table .map a {
  position: relative;
  display: block;
}
.foot-table .map a::after {
  background: url('../images/sample_map.png') no-repeat right center / 100% auto;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
}
footer .copy {
  text-align: center;
  margin-top: 50px;
  font-size: 0.88rem;
}
/* 下層ページ */
.bread {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 10%;
}
.bread li {
  font-size: 0.88rem;
}
.bread li a {
  position: relative;
  padding-right: 30px;
}
.bread li a::after {
  content: "";
    position: absolute;
    bottom: 10px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: 4px solid transparent;
    border-left-color: #cfc0b3;
}
.school-top .flex,
.school-fourse .flex,
.school-six .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contents-wrap {
  margin-bottom: 10%;
}
.contents-wrap .txt {
  line-height: 1.8;
}
.school-top .txt,
.school-fourse .txt,
.school-six .txt {
  width: 60%;
}
.school-top .pic,
.school-fourse .pic,
.school-six .pic {
  border-radius: 10px;
  overflow: hidden;
  width: 36%;
}
.sub-pic-pack {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10% 0 0;
}
.sub-pic-pack li {
  width: 22%;
  line-height: 0;
}
.sub-pic-pack li img {
  border-radius: 10px;
}
.school-second .txt {
  margin-bottom: 20px;
}
.contents-wrap .bg {
  background-color: #EDE9DD;
  padding: 3%;
}
.school-second .sche-time dl {
  display: flex;
  flex-wrap: wrap;
}
.school-second .sche-time dt {
  background-color: #cfc0b3;
  color: #fff;
  padding: 2% 0;
  text-align: center;
  width: 25%;
}
.school-second .sche-time dd {
  background-color: #fff;
  padding: 2%;
  width: 75%;
}
.school-thard .txt {
  margin-bottom: 6%;
}
.school-thard ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 3%;
}
.school-thard li {
  width: 24%;
}
.school-thard li .pic {
  margin-bottom: 20px;
}
.contents-wrap .bg-pack dl {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 10px;
}
.contents-wrap .bg-pack dt {
  background-color: #cfc0b3;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34%;
}
.contents-wrap .bg-pack dd {
  background-color: #fff;
  padding: 1.5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 64%;
}
.contents-wrap .teachar-pack.bg-pack dd {
  display: block;
}
.school-fifth .lesson-pack dd .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.school-fifth .lesson-pack dd .flex .txt {
  width: 45%;
}
.school-fifth .lesson-pack dd .flex .pic {
  width: 45%;
}
.school-fifth .lesson-pack dd .flex .pic img {
  border-radius: 10px;
}
.school-fifth .lesson-pack dd .msg {
  line-height: 1.8;
}
.school-fifth .end-msg {
  margin-top: 20px;
}
.school-fifth .end-msg dt {
  font-weight: bold;
  margin-bottom: 20px;
}
.school-fifth .end-msg dd {
  line-height: 2;
}
.school-seven .teachar-pack dd .pic img {
  float: right;
  border-radius: 10px;
  margin-left: 4%;
  max-width: 50%;
}
.school-nine .flow-pack dd {
  line-height: 1.8;
}
.school-ten .question-pack dl {
  margin-bottom: 25px;
}
.school-ten .question-pack dt {
  color: #AA985D;
  margin-bottom: 15px;
}
.school-ten .question-pack dt,
.school-ten .question-pack dd {
  line-height: 1.8;
}
.school-eleven .txt1 {
  margin-bottom: 20px;
}
.school-eleven .txt2 {
  margin: 20px 0 40px;
}
.school-eleven .movie iframe {
  width: 100%;
}
.btn {
  text-align: center;
  margin-top: 100px;
}
.btn a {
  background-color: #fff;
  border: #cfc0b3 solid 1px;
  display: block;
  font-weight: bold;
  max-width: 360px;
  width: 50%;
  margin: 0 auto;
  padding: 1.5% 0;
}
.school-twelve ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 5%;
}
.school-twelve li {
  margin-top: 5%;
  width: 21%;
}
.school-thirteen .txt {
  margin-bottom: 30px;
}
.school-fourteen .other-pack {
  margin-bottom: 30px;
}
.menu-pack dd,
.association-pack dd {
  line-height: 2;
}
.menu-eight dd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.menu-eight dd .txt,
.menu-eight dd .pic {
  width: 48%;
}
.menu-eight dd .pic img {
  border-radius: 10px;
}
.menu-thard .txt,
.menu-forus .txt {
  margin-top: 20px;
}
.menu-six .txt {
  margin-bottom: 30px;
}
.salon-top .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 8%;
}
.salon-top .flex .txt {
  width: 55%;
}
.salon-top .flex .pic {
  width: 40%;
}
.salon-top .flex .pic img {
  border-radius: 10px;
}
.salon-top ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 8%;
  width: 70%;
  margin: 8% auto 0;
}
.salon-top li {
  width: 28%;
}
.salon-top li img {
  border-radius: 10px;
}
.association-second .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.association-second .flex .box {
  width: 35%;
}
.association-second .flex .txt-ttl {
  color: #cc99ff
}
.association-second .flex .box p {
  line-height: 1.8;
}
.association-second .flex .pic {
  width: 40%;
}
.association-second .flex .pic img{
  border-radius: 10px;
}
.association-fourse .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.association-fourse .flex .txt {
  width: 55%;
}
.association-fourse .flex .pic {
  width: 40%;
}
.association-fourse .flex .pic img {
  border-radius: 10px;
}
.association-six div .txt {
  line-height: 2;
}
.association-six div .pic img,
.association-seven dd div .pic img,
.association-eight dd div .pic img {
  float: right;
  border-radius: 10px;
  margin-left: 4%;
  margin-bottom: 5%;
  max-width: 36%;
}
.association-seven dd div .pic img {
  max-width: 50%;
}
.association-eight dd div .pic img {
  max-width: 50%;
}
.head-bottom-msg {
  margin-bottom: 30px;
  line-height: 1.6;
}
.caution-box dl {
  margin-bottom: 30px;
}
.caution-box dt {
  margin-bottom: 10px;
}
.caution-box dd {
  line-height: 1.6;
}
.contact-form {
  width: 70%;
  margin: 0 auto 100px;
}
.contact-form th {
  background-color: #cfc0b3;
  color: #fff;
  padding: 20px;
}
.contact-form td {
  padding: 0 20px;
}
.contact-form table {
  width: 100%;
  margin-bottom: 30px;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
}
.contact-form button {
  cursor: pointer;
  background-color: #fff;
  border: #cfc0b3 solid 1px;
  display: block;
  font-weight: bold;
  max-width: 360px;
  width: 50%;
  margin: 0 auto;
  padding: 20px 0;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .head-logo {
    width: 35%;
  }
  /* .top-nav */
  .top-nav {
    position: relative;
    left: auto;
    transform: none;
    bottom: auto;
    width: auto;
  }
  .nav-btn {
    background-color: #D0C1AD;
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 10;
    padding: 18px 15px;
    border-radius: 50%;
  }
  .nav-btn span {
    display: block;
    background-color: #fff;
    height: 2px;
    width: 24px;
    transition: all 0.4s ease;
    border-radius: 200px;
  }
  .nav-btn span:first-of-type {
    margin-bottom: 6px;
  }
  .nav-btn span:nth-of-type(2) {
    margin-bottom: 6px;
  }
  .nav-btn.open span:first-of-type {
    transform: translateY(9px) rotate(45deg);
  }
  .nav-btn.open span:last-of-type {
    transform: translateY(-7px) rotate(-45deg);
  }
  .nav-btn.open span:nth-of-type(2) {
    transform: translateY(1px) rotate(45deg);
  }
  .top-nav ul {
    background-color: rgba(255, 255, 255, 0.9);
    display: block;
    padding: 25% 20px 10%;
    position: fixed;
    right: -80%;
    top: 0;
    height: 100vh;
    width: 80%;
    z-index: 8;
    transition: all 0.4s ease;
    border-radius: 0;
  }
  .top-nav ul li {
    text-align: left;
  }
  .top-nav ul li:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .top-nav ul li a {
    color: #333;
    font-size: 1.4rem;
    padding-bottom: 10px;
  }
  .top-nav ul .data {
    width: 70%;
  }
  .top-nav ul.open {
    right: 0;
  }
  .no-scroll {
    overflow-y: hidden;
  }
  .sp .nav-btn {
    display: flex;
  }
  .information-bg-logo {
    display: none;
  }
  .information-txt {
    width: 100%;
  }
  .top-menu-wrap ul li {
    width: 80%;
    margin-bottom: 15%;
  }
  .foot-logo,
  .foot-table,
  .foot-table dt,
  .foot-table dd {
    width: 100%;
  }
  .foot-table dt {
    padding: 10px;
  }
  .foot-table dd {
    padding: 30px 10px;
  }
  .foot-table .line span {
    margin: 20px 0;
    width: 45%;
  }
  .foot-nav {
    width: 88%;
    margin: 50px auto;
  }
  .foot-nav li {
    background-color: #fff;
    border: 1px solid #D0C1AD;
    border-radius: 300px;
    text-align: center;
    margin-bottom: 15px;
  }
  .foot-nav li a {
    display: block;
    padding: 15px 0;
  }
  .school-top .flex,
  .school-fourse .flex {
    flex-direction: column-reverse;
  }
  .school-top .txt,
  .school-top .pic,
  .school-fourse .txt,
  .school-fourse .pic,
  .school-fifth .lesson-pack dd .flex .txt,
  .school-fifth .lesson-pack dd .flex .pic {
    width: 100%;
  }
  .school-top .pic img {
    border-radius: 10px;
  }
  .school-top .pic,
  .school-fourse .pic {
    margin-bottom: 30px;
  }
  .sub-pic-pack li {
    width: 47%;
    margin-bottom: 3%;
  }
  .contents-wrap .bg-pack dt,
  .contents-wrap .bg-pack dd {
    width: 100%;
  }
  .contents-wrap .bg-pack dt {
    padding: 15px 0;
  }
  .contents-wrap .bg-pack dd {
    padding: 15px;
  }
  .school-thard li {
    width: 35%;
  }
  .school-fifth .lesson-pack dd .flex .pic {
    margin-bottom: 20px;
  }
  .school-fifth .lesson-pack dd .flex {
    flex-direction: column-reverse;
  }
  .school-seven .teachar-pack dd .pic img {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .school-seven .teachar-pack dd .pic {
    margin-bottom: 20px;
  }
  .salon-top .flex .txt,
  .salon-top .flex .pic {
    width: 100%;
  }
  .salon-top .flex {
    flex-direction: column-reverse;
  }
  .salon-top .flex .pic {
    margin-bottom: 20px;
  }
  .salon-top ul {
    width: 100%;
    justify-content: space-around;
  }
  .salon-top li {
    margin-bottom: 20px;
    width: 45%;
  }
  .second-h1-style {
    font-size: 1.6rem;
  }
  .bread li {
    font-size: 0.7rem;
  }
  .association-second .flex .box,
  .association-second .flex .pic,
  .association-fourse .flex .txt,
  .association-fourse .flex .pic {
    width: 100%;
  }
  .association-second .flex,
  .association-fourse .flex {
    flex-direction: column-reverse;
  }
  .association-second .flex .pic,
  .association-fourse .flex .pic {
    margin-bottom: 20px;
  }
  .btn {
    margin-top: 30px;
  }
  .contact-form {
    width: 100%;
  }
  .contact-form table tr {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .contact-form th,
  .contact-form td {
    width: 100%;
  }
  .contact-form th {
    padding: 10px;
  }
  .contact-form td {
    padding: 0;
  }
}
/* アニメーション用 */
.delighter.delighter {
	transition:all .6s ease-out;
	transform:translateY(20%);
	transform:translateY(20px);
	opacity:0
}
.delighter.delighter.started {
	transform: none;
	opacity: 1;
}
.blur_in{
  filter: blur(20px);
  opacity: 0;
  transition: all 1s ease-out;
  transition-delay: 0.3s;
}
.blur_in1s{
  filter: blur(20px);
  opacity: 0;
  transition: all 1s ease-out;
  transition-delay: 1s;
}
.blur_in_on {
  filter: blur(0);
  opacity: 1;
}