@charset "UTF-8";

/*font-family: 'Noto Sans JP', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Yomogi', cursive;*/

/*================================ base ================================*/
html {
  height: 100%;
  scroll-behavior: smooth;
  font-size: 62.5%;
}
body {
  max-width: 1920px;
  min-width: 1200px;
  height: 100%;
  margin: auto;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.6;
  background: #fff url("../ogp/images/bg_body.jpg") no-repeat top center;
  font-feature-settings: "palt";
  font-size: 1.6rem;
  overflow-x: hidden;
}
.inner {
  width: 1200px;
  margin: 0 auto;
}
a:link, a:visited, a:active {
  color: #333;
}
a:hover {
  color: #333;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
.bld {
  font-weight: bold;
}
.bld_L {
  font-weight: bold;
  font-size: 3rem;
}
.floatL {
  float: left;
  padding-right: 20px;
}
.floatR {
  float: right;
  padding-left: 20px;
}
a {
  transition: 1s;
  text-decoration: none;
}
a:hover {
  opacity: .7;
  transition: 1s;
}
a img {
  transition: 1s;
}
a img:hover {
  opacity: .7;
  transition: 1s;
}
.btn_more a {
  display: block;
  background: #fff;
  width: 250px;
  height: 50px;
  text-decoration: none;
  border: 1px solid #333;
  font-size: 1.4rem;
  text-align: center;
  line-height: 44px;
  background-image: url("../ogp/images/btm_more_arrow_b.svg");
  background-repeat: no-repeat;
  background-size: 6px auto;
  background-position: top 19px right 5px;
  transition: 1s;
}
.btn_more a:hover {
  background: #333;
  color: #fff;
  background-image: url("../ogp/images/btm_more_arrow_w.svg");
  background-repeat: no-repeat;
  background-size: 6px auto;
  background-position: top 19px right 5px;
  transition: 1s;
  opacity: 1;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
/*======================sp======================*/
@media print, screen and (max-width: 767px) {
  body {
    min-width: 100%;
    width: 100%;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
.btn_more a {
  width: 80%;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 40px;
  line-height: 38px;
  background-position: top 15px right 5px;
}
}
/*================================ header ================================*/
header {
  height: 778px;
  /*background-image: url("../images/mainvisual.jpg");*/
  position: relative;
}
header h1 {
  width: 295px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 99;
}
header h1 img {
  width: 295px;
}
header .slider {
  margin: 0 auto;
}
header .slider img {
  width: auto;
  height: 100%;
}
/*================================ main ================================*/
main {
  width: 100%;
  background-image: url("../images/main_top_bg.jpg"),url("../images/main_middle_bg.jpg"),url("../images/main_bottom_bg.jpg");
  background-size: 100% auto,100% auto,100% auto;
  background-repeat: no-repeat,no-repeat,no-repeat;
  background-position: top center,top 3000px center, bottom -100px center;
}
section {
margin-bottom: 170px;
}
.global_nav_sp {
display: none;
}
nav {
  width: 1200px;
  margin: 0 auto;
  padding-top: 45px;
  margin-bottom: 130px;
}
nav ul {
  display: flex;
  justify-content: space-between;
}
nav ul li {
  width: 100%;
  position: relative;
}
nav ul li a {
  font-size: 2.2rem;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
}
nav ul li a:hover {
  color: #333;
  opacity: .5;
}
nav ul li a span {
  display: block;
  font-size: 1.53rem;
  color: #78A9B2;
}
/*nav ul li:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("../images/navi-dots.png");
  background-size: 90% auto;
  position: absolute;
  top: 40%;
}
nav ul li:first-child:before {
  display: none;
}*/
h2 {
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 6rem;
  position: relative;
}
h2:after {
  content: "";
  display: block;
  position: absolute;
  width: 190px;
  height: 33px;
  background-image: url("../images/bg_h2.png");
  background-size: 100% auto;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);

}
h2 + .catch {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 57px;
  line-height: 1.9;
}
#news {
margin-bottom: 150px;
}
.note_area {
  width: 1100px;
  margin: 0 auto;
  margin-bottom: 60px;
  }
.note_area ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 30px;
}
.note_area ul > * {
  flex-basis: 47%;
}
.note_area ul li time {
  display: block;
  font-size: 1.5rem;
  font-weight: 300;
  color: #7C92A0;
  font-family: 'Oswald', sans-serif;
}
.note_area ul li h3 {
  padding-bottom: 10px;
}
.note_area ul li p {
  font-size: 1.5rem;
}
.note_area img {
  width: 180px;
}
.sns_area img {
  width: 55px;
}
.sns_area {
  margin-bottom: 80px;
}
.sns_area dl {
  display: flex;
  width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
}
.sns_area dt {
 /*background: yellow;*/
 width: 8%;
}
.sns_area dd {
  display: flex;
  /*background: green;*/
  justify-content: space-between;
  width: 92%;
}
.sns_area dd .btn_more a,
#profile .btn_more a {
  width: auto;
  padding: 0 40px 0 60px;
  line-height: 48px;
  background-image: url("../images/icon_insta.svg");
  background-repeat: no-repeat;
  background-size: auto 20px;
 background-position: top 15px left 34px;
}
.sns_area dd .btn_more a:hover,
#profile .btn_more a:hover {
  background-image: url("../images/icon_insta_w.svg");
}
#profile .btn_more a {
background-position: top 15px left 67px;
}
.sns_area dd .btn_more a.note {
 background-image: url("../images/icon_note.svg");
}
.sns_area dd .btn_more a.facebook {
 background-image: url("../images/icon_facebook.svg");
}
.sns_area dd .btn_more a.youtube {
 background-image: url("../images/icon_youtube.svg");
 padding-left: 70px;
}
.sns_area dd .btn_more a.note:hover {
 background-image: url("../images/icon_note_w.svg");
}
.sns_area dd .btn_more a.facebook:hover {
 background-image: url("../images/icon_facebook_w.svg");
}
.sns_area dd .btn_more a.youtube:hover {
 background-image: url("../images/icon_youtube_w.svg");
 padding-left: 70px;
}


/*.sns_area dd .btn_more a img,
#profile .btn_more a img{
  width: auto;
  height: 20px;
  position: relative;
  top: -13px;
  margin-right: 10px;
}*/
.info_area {
  width: 1082px;
  height: 321px;
  background-image: url("../images/infor_bg.jpg");
  backgorund-size: 100% auto;
  margin: 0 auto;
}
.info_area .inner {
  width: 80%;
  /*background: red;*/
  margin: 0 auto;
  padding-top: 50px;
}
.info_area h3 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: lighter;
  margin-bottom: 10px;
}
.info_area h3 span {
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 2.8rem;
  font-weight: 200;
  position: relative;
  top: 2px;
  left: 10px;
  padding-right: 40px;
}
.info_area h3 span:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("../images/infor_icon.svg");
  background-size: 100% auto;
  position: absolute;
  top: 6px;
  left: -40px;
}
.info_area h3 span:after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background-color: #333;
  position: absolute;
  top: 6px;
  right: 25px;
}
.info_area p {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 20px;
}
.info_area ol {
  display: flex;
    flex-wrap: wrap;
      gap: 10px;
}
.info_area ol li {
  list-style: none;
  color: #78A9B2;
  display: flex;
  line-height: 1.5;
}
.info_area ol > * {
  flex-basis: 47%;
}
.info_area ol li span {
  display: block;
}
.info_area ol li:last-child{
  flex-basis: 100%;
}
#concept {
  background-image: url("../images/concept_bg.jpg");
  background-repeat: no-repeat;
  background-size: 1300px 944px;
  background-position: top 100px center;
  overflow: hidden;
    padding-top: 100px;
  }
#concept .inner {
  width: 1100px;
  }
#concept .wrap1 {
  display: flex;
  padding-top: 50px;
  position: relative;
  justify-content: space-between;
}
#concept h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 8.3rem;
  display: inline-block;
  padding-bottom: 30px;
}
#concept .catch {
  font-weight: bold;
  line-height: 2;
  font-size: 2.3rem;
  margin-bottom: 30px;
}
#concept .wrap1 .txt_box {
  width:44%;
}
#concept .wrap1 .img_box {
width: 53%;
}
#concept .wrap1 .deco_box {
  position: absolute;
  top: -65px;
  right: -132px;
}
#concept .wrap1 .deco_box img {
width: 380px;
}
#concept .wrap1 .img_box img {
  width: 739px;
  position: relative;
  top: -24%;
  left: -27%;
}
#concept p {
line-height: 1.9;
}
#concept .wrap2 {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 300px;
}
#concept .wrap2 .img_box {
/*background: blue;*/
width: 40%;
}
#concept .wrap2 .txt_box {
/*background: red;*/
width:60%;
}
#concept .wrap2 .txt_box dl {
position: relative;
}
#concept .wrap2 .txt_box dt {
position: absolute;
top: 100px;
left: 30px;
font-size: 0;
}
#concept .wrap2 .txt_box dt img {
width: 200px;
}
#concept .wrap2 .txt_box dd {
width: 250px;
height: 103px;
font-family: 'Yomogi', cursive;
text-align: center;
font-size: 1.4rem;
letter-spacing: 0;
font-weight: bold;
background-image: url("../images/osusume_list_bg.png");
background-size: 190px 103px;
background-position: top center;
background-repeat: no-repeat;
padding-top: 25px;
position: relative;
top: 0;
left: 0;
}
#concept .wrap2 .txt_box dd:nth-child(2) {
/*background: red;*/
top: -80px;
left: -22px;
}
#concept .wrap2 .txt_box dd:nth-child(3) {
top: -120px;
    left: 151px;
}
#concept .wrap2 .txt_box dd:nth-child(4) {
  top: -358px;
    left: 259px;
}
#concept .wrap2 .txt_box dd:nth-child(5) {
top: -252px;
    left: 254px;
}
#concept .wrap2 .txt_box dd:nth-child(6) {
top: -488px;
    left: 374px;
}
#concept .wrap2 .img_box {
  position: relative;
  top: 0;
right: -47px;
}
#concept .wrap2 .img_box img {
padding-top: 50px;
  width: 363px;
}
#concept .wrap2 .deco_box {
  position: relative;
  width: 174px;
  right: -49px;
}
#concept .wrap2 .deco_box img {
  width: 100%;
}
#movie .inner {
  text-align: center;
}
#movie ul {
  display: flex;
  width: 930px;
  margin: 0 auto;
  justify-content: space-between;
}
#movie iframe {
  width: 450px;
  height: 253px;
}

.class_list {
display: flex;
justify-content: space-between;
margin-bottom: 50px;
}
.class_list li {
width: 49%;
padding: 40px;
background: #fff;
background-image: url("../images/class_list_bg.png");
background-repeat: repeat;
background-size: 25px auto;
box-sizing: border-box;
box-shadow: 9px 13px 15px -5px #c8c6c6;
}
.class_list li dt {
text-align: center;
font-weight: bold;
font-size: 2.3rem;
margin-bottom: 20px;
}
.class_list li dd p {
margin-bottom: 30px;
}
.class_list li dd table {
width: 100%;
border: none;
border-collapse: collapse;
}
.class_list li dd table th,
.class_list li dd table td {
padding: 10px;
border-bottom: 1px solid #B7B7B7;
}
.class_list li dd table tr:last-child th,
.class_list li dd table tr:last-child td {
border-bottom: none;
}
.class_list li dd table th{
text-align: center;
color: #78A9B2;
background-color: #E3E6E8;
}
.class_list li dd table td {
background-color: #ECECEC;
font-size: 1.5rem;
}
.schedule_area {
margin-bottom: 100px;
}
.schedule_area iframe {
width: 1000px;
height: 625px;
background-color:#333;
margin: 0 auto;
display: block;
margin-bottom: 10px;
}
.schedule_area p {
text-align: center;
font-size: 1.2rem;
margin-bottom: 10px;
}
.price_copy,
.price_copy + p {
text-align: center;
}
.price_copy {
font-size: 2.3rem;
color: #78A9B2;
width: 100%;
padding: 10px 20px;
border: 3px solid #78A9B2;
margin-bottom: 20px;
letter-spacing: 3px;
box-sizing: border-box;
}
.price_copy + p {
margin-bottom: 100px;
}
#class .inner {
width: 1100px;
}
#class h3 {
text-align: center;
font-size: 2.3rem;
margin-bottom: 30px;
}
#class h3 + img {
display: block;
margin: 0 auto;
margin-bottom: 100px;
}
#profile .inner {
width: 1100px;
}
.profile_area {
width: 978px;
margin: 0 auto;
display: flex;
justify-content: space-between;
margin-bottom: 60px;
}
.profile_area .img_box {
width: 226px;
}
.profile_area .img_box img {
width: 100%;
}
.profile_area .txt_box {
width: 700px;
padding-top: 35px;
}
.profile_area .txt_box h3 {
font-size: 2.5rem;
margin-bottom: 15px;
}
.profile_area .txt_box h3 .job{
font-size: 2.1rem;
padding-right: 20px;
}
.profile_area .txt_box h3 .en{
font-size: 1.6rem;
color: #78A9B2;
font-family: 'Oswald', sans-serif;
font-weight: 200;
padding-left: 20px;
}
.profile_area .txt_box p{
margin-bottom: 10px;
}
.history_area {
width: 978px;
margin: 0 auto;
display: flex;
margin-bottom: 57px;
}
.history_area h4 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding-top: 30px;
  border-right: 1px solid #78A9B2;
  padding-right: 40px;
  font-size: 2.5rem;
}
.history_list {
  padding-top: 30px;
  padding-left: 27px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.history_list dt {
width: 20%;
text-align: right;
padding-right: 30px;
box-sizing: border-box;
}
.history_list dd {
width: 80%;
font-size: 1.5rem;
}
.history_list dt {
font-size: 1.8rem;
color: #78A9B2;
position: relative;
}
.history_list dt:nth-child(1),
.history_list dt:nth-child(9),
.history_list dt:nth-child(13),
.history_list dt:nth-child(17),
.history_list dt:nth-child(19),
.history_list dt:nth-child(25){
padding-bottom: 30px;
}
.history_list dt:nth-child(1)::before,
.history_list dt:nth-child(3)::before,
.history_list dt:nth-child(15)::before,
.history_list dt:nth-child(19)::before,
.history_list dt:nth-child(21)::before,
.history_list dt:nth-child(27)::before {
content: "";
display: block;
width: 12px;
height: 12px;
background-color: #78A9B2;
border-radius: 50%;
position: absolute;
top: 10px;
left: -33px;
}
.goods_area {
width: 1100px;
margin: 0 auto;
padding: 30px;
background-image: url("../images/concept_bg.jpg");
background-repeat: no-repeat;
margin-bottom: 50px;
box-sizing: border-box;
}
#profile .goods_area .inner {
width: auto;
background-color: #fff;
padding: 50px;
}
.goods_area h3 {
text-align: center;
margin-bottom: 20px;
font-size: 2.3rem;
}
.goods_area img {
width: 250px;
}
.goods_area p {
line-height: 1.8;
margin-bottom: 10px;
}
.sentence_area {
margin-bottom: 60px;
}
.sentence_area img {
width: 188px;
}
.sentence_area ul {
display: flex;
justify-content: space-between;
}
.sentence_area li:first-child {
width: 30%;
padding-right: 20px;
border-right: 1px solid #BABABA;
margin-right: 30px;
}
.sentence_area li:last-child {
width: 70%;
}
.sentence_area h3 {
margin-bottom: 10px;
}
.gallery_area {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.gallery_area .slider img {
    width: 90%;
}
img.slide-arrow.slick-next.slick-arrow,
img.slide-arrow.slick-prev.slick-arrow{
    width: 25px;
}
img.slide-arrow.slick-prev.slick-arrow {
    right: -830px;
}
img.slide-arrow.slick-next.slick-arrow {
    left: -830px;
}
#profile .btn_more a {
  width: 250px;
  margin: 0 auto;
}
#contact {
margin-bottom: 0;
}
#contact .sub {
font-size: 1.1rem;
text-align: center;
}
#contact table {
  width: 960px;
  margin: 0 auto;
  border: none;
  border-collapse: collapse;
  margin-bottom: 30px;
}
#contact table th,
#contact table td {
padding: 20px;
border-bottom: 1px solid #B7B7B7;
}
#contact table tr:last-child th,
#contact table tr:last-child td {
border-bottom: none;
}
#contact table th{
text-align: center;
color: #78A9B2;
background-color: #E3E6E8;
}
#contact table td {
background-color: #fff;
font-size: 1.5rem;
}
#contact table th span {
font-size: 1.3rem;
}
#contact select,
#contact input[type="text"],
#contact input[type="email"],
#contact select#type_select {
  width: 60%;
  padding: 10px;
  height: 40px;
  box-sizing: border-box;
}
#contact textarea {
    width: 80%;
    height: 60px;
}
#contact .imgC {
    text-align: center;
    margin-bottom: 30px;
}
#contact input.button,
#contact input[type="reset"] {
    padding: 10px 50px;
    width: 150px;
    height: 50px;
}
.thanks {
  text-align: center;
  padding: 50px;
}
.thanks h2 {
 font-size: 2.5rem;
 margin-bottom: 30px;
 color: #78A9B2;
 font-weight: boldl
}
.thanks h2:after {
 display: none;
}
nav.side_menu {
margin-bottom: 0;
}
.side_menu ul {
width: 100px;
display: flex;
flex-wrap: wrap;
position: fixed;
bottom: 80px;
right: 5px;
}
.side_menu li {
margin-bottom: 10px;
}
.side_menu li a {
  display: block;
  width: 80px;
  height: 80px;
  box-sizing: border-box;
  background-image: url(../images/icon_insta_w.svg),url(../images/side_navi_bg.png);
  background-repeat: no-repeat,no-repeat;
  background-size: 33px,100%;
  background-position: top 14px center,top center;
  color: #fff;
  font-size: 0.7rem;
  padding-top: 51px;
  border-radius: 50%;
  letter-spacing: 1px;
}
.side_menu li.facebook a {
  background-image: url("../images/icon_facebook_w.svg"),url(../images/side_navi_bg.png);
  background-repeat: no-repeat,no-repeat;
  background-size: 33px,100%;
  background-position: top 14px center,top center;
}
.side_menu li.contact a {
  background-image: url("../images/icon_contact_w.svg"),url(../images/side_navi_bg.png);
  background-repeat: no-repeat,no-repeat;
  background-size: 33px,100%;
  background-position: top 14px center,top center;
}
.side_menu li a:hover {
  color: #fff;
}





/*================================ footer ================================*/
small {
  display: block;
  text-align: center;
  height: 100px;
}
/*======================sp======================*/
@media print, screen and (max-width: 767px) {

}