@charset "UTF-8";
/*==============================================================================================

    common css

    ※※※※※ブラウザ対応※※※※※

    safari:9以上
    chrome:63以上
    firefox:43以上
    opera:43以上
    edge:12以上
    IE:10以上


    ※※※※※ベンダープレフィックスを付けるプロパティ※※※※※

    -moz-transform
    -webkit-transform
    transform

    -moz-transition
    -webkit-transition
    transition
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

    -moz-animation
    -webkit-animation
    animation

    display: -webkit-flex;
    display: flex;

    @media screen and (max-width: 980px) {

    }

    @media screen and (max-width: 768px) {

    }
    

==============================================================================================*/

/*==============================================================================================

	body要素

==============================================================================================*/

body {
  position: relative;
  overflow-x: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
}

a[href^="tel:"] {
    pointer-events: none;
}

.contents_contain {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 0;
}

.spb {
  display: none;
}

@media screen and (max-width: 768px) {
  .contents_contain {
    max-width: 400px;
    font-size: 20px;
  }

  .spb {
    display: block;
  }

  .pcb {
    display: none;
  }
}

/*==============================================================================================

	mv要素

==============================================================================================*/
#mv_section {
  background: #ffffff;
  padding-bottom: 30px;
}

.mv_contain {
  padding-top: 80px;
  background: #fffbcb;
  position: relative;
}

.mv_wrap {
  width: calc(100% - 260px);
  margin: 0 auto;
}

.mv_pop {
  color: #ed5485;
  font-weight: bold;
  font-size: 30px;
  -moz-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.mv_title {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 40px;
  background: #ed5485;
  height: 60px;
  border-radius: 30px;
  color: #ffffff;
}

.mv_title .c {
  color: #ffe869;
}

.mv_title .p {
  position: relative;
}

.mv_title .p::after {
  content: "・";
  display: block;
  position: absolute;
  top: -14px;
  left: 50%;
  font-size: 18px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#mv_section h1 {
  font-size: 55px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  padding: 30px 0;
  text-align: center;
  text-justify: inter-ideograph;
  text-align-last: justify;
}

#mv_section h1 .c {
  color: #ed5485;
}

.mv_date {
  text-align: center;
  font-size: 38px;
  letter-spacing: 3px;
  font-weight: bold;
}

.mv_logo {
  width: 100%;
  max-width: 560px;
  padding: 50px 0 40px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.mv_logo div {
  width: calc(100% / 3 - 10px);
}

.mv_img {
  width: 240px;
  position: absolute;
  bottom: -27px;
  left: -80px;
}

.mv_img + .mv_img {
  left: auto;
  right: -80px;
}

@media screen and (max-width: 980px) {
  .mv_contain {
    padding-top: 60px;
  }

  .mv_contain .contents_contain {
    max-width: 800px;
  }

  .mv_wrap {
    width: calc(100% - 200px);
  }

  .mv_pop {
    font-size: 26px;
  }

  .mv_title {
    font-size: 21px;
    height: 50px;
    border-radius: 25px;
  }

  .mv_title .p::after {
    top: -12px;
    font-size: 13px;
  }

  #mv_section h1 {
    font-size: 44px;
  }

  .mv_date {
    font-size: 32px;
  }

  .mv_logo {
    max-width: 480px;
    padding: 40px 0 30px;
  }

  .mv_img {
    width: 220px;
    bottom: -24px;
  }
}

@media screen and (max-width: 768px) {
  #mv_section {
    padding-bottom: 31px;
  }

  .mv_contain .contents_contain {
    max-width: 400px;
  }

  .mv_contain {
    padding-top: 40px;
  }

  .mv_wrap {
    width: 100%;
  }

  .mv_pop {
    font-size: 18px;
    -moz-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }

  .mv_title {
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
    height: 36px;
    border-radius: 18px;
  }

  .mv_title .p {
    position: relative;
  }

  .mv_title .p::after {
    top: -8px;
    font-size: 10px;
  }

  #mv_section h1 {
    font-size: 28px;
    line-height: 1.6;
    padding: 10px 0;
  }

  .mv_date {
    text-align: center;
    font-size: 22px;
    letter-spacing: 3px;
    font-weight: bold;
  }

  .mv_logo {
    width: 200px;
    padding: 20px 0 50px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mv_logo div {
    width: calc(100% / 2 - 10px);
    margin: 5px;
  }

  .mv_img {
    width: 252px;
    position: absolute;
    bottom: -29px;
    left: -60px;
  }

  .mv_img + .mv_img {
    left: auto;
    right: -60px;
  }
}


/*==============================================================================================

	line要素

==============================================================================================*/

.line_title{
  border: solid#6c5f4e 1.2px;
  width: 400px;
  margin: 0 auto;
  }


@media screen and (max-width: 768px) {

  .line_title{
    width: 70%;
  margin: 0 auto;}
}

/*==============================================================================================

	present要素

==============================================================================================*/
#present_section {
  background: #fdf1f5;
}

.present_contain {
  padding: 7px 20px 20px;
}

.present_wrap {
  width: 100%;
  max-width: 600px;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto 40px;
}

.present_wrap > div {
  width: 50%;
  padding: 5px;
}

.present_section a {
  width: 100%;
  max-width: 400px;
  height: 66px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  color: #ffffff;
  background: #82B804;
  border-radius: 40px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}

.present_section a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 980px) {
  .present_contain {
    padding: 20px 20px 40px;
  }

  .present_section a {
    width: 100%;
    max-width: 400px;
    height: 60px;
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .present_contain {
    width: 100%;
    max-width: 400px;
    padding: 20px 20px 230px;
    margin: 0 auto;
  }

  .present_wrap {
    margin: 0 auto 30px;
  }

  #present_section a {
    height: 50px;
    border-radius: 10px;
    font-size: 16px;
  }
}

/*==============================================================================================

	text要素

==============================================================================================*/
#text_section {
  background: #ffffff;
  padding: 84px 0;
}

#text_section h2 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 30px;
}

#text_section h2 span {
  color: #ed5485;
}

#text_section p {
  line-height: 2.8;
  width: 638px;
  margin: 0 auto;
  letter-spacing: 1;
}

@media screen and (max-width: 980px) {
  #text_section {
    padding: 70px 0;
  }

  #text_section h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  #text_section {
    padding: 50px 0;
  }

  #text_section h2 {
    font-size: 20px;
    line-height: 1.4;
  }

#text_section p{
      line-height: 2;
    width: 90%;
}
  
}

/*==============================================================================================

	check要素

==============================================================================================*/
#check_section {
  background: #ffffff;
  padding: 90px 0 0;
}

.check_contain {
  width: 100%;
  max-width: 800px;
  padding: 0 20px;
  margin: 0 auto;
}

#check_section h2 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 20px;
  text-align: center;
}

#check_section h2 span {
  color: #ed5485;
}

.check_wrap {
  display: -webkit-flex;
  padding: 40px 0;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.check_wrap ul {
  width: 45%;
  font-size: 17px;
  line-height: 1.5em;
}

.check_wrap ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 0;
}

.check_wrap ul li::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(../img/check_check_.png);
  background-size: 100% 100%;
  margin-right: 10px;
}

.check_wrap div {
  width: 40%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

@media screen and (max-width: 980px) {
  #check_section {
    padding: 70px 0;
  }

  #check_section h2 {
    font-size: 24px;
  }

  .check_wrap ul {
    font-size: 18px;
  }

  .check_wrap ul li::before {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 768px) {
  #check_section {
    padding: 50px 0 0;
  }

  .check_contain {
    max-width: 400px;
  }

  #check_section h2 {
    font-size: 20px;
    padding-bottom: 13px;
  }

  .check_wrap {
    display: block;
  }

  .check_wrap ul {
    width: 100%;
    font-size: 18px;
  }

  .check_wrap ul li::before {
    width: 22px;
    height: 22px;
  }

  .check_wrap div {
    width: 100%;
    max-width: 200px;
    margin: 30px auto 0;
  }
}

/*==============================================================================================

	instructor要素

==============================================================================================*/
#instructor_section {
  background: #ffffff;
  padding: 90px 0;
}

#instructor_section h2 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 20px;
  text-align: center;
}

.instructor_contain {
  display: -webkit-flex;
  display: flex;
  padding: 80px 0 0;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.instructor_contain + .instructor_contain {
  margin-top: 80px;
}

.instructor_img {
  width: 225px;
}

.instructor_text {
  width: calc(100% - 265px);
  line-height: 1.8;
  letter-spacing: 1px;
  font-size: 16px;
}



.instructor_text span{
  font-size: 30px;
}

.instructor_text h3 {
  font-weight: bold;
  font-size: 22px;
  line-height: 2.4;
  letter-spacing: 0.3em;
  padding-bottom: 5px;
}

.text_toggle_wrap {
  text-align: right;
}

.text_toggle {
  text-decoration: underline;
}

.host_contain {
  background: #ffffff;
  padding: 36px;
}

.host_contain .instructor_img {
  width: 170px;
}

.host_contain .instructor_text {
  width: calc(100% - 190px);
  font-size: 16px;
}

@media screen and (max-width: 980px) {
  #instructor_section {
    padding: 70px 0;
  }

  #instructor_section h2 {
    font-size: 24px;
    padding-bottom: 70px;
  }

  .instructor_contain + .instructor_contain {
    margin-top: 60px;
  }

  .instructor_img {
    width: 180px;
  }

  .instructor_text {
    width: calc(100% - 220px);
    font-size: 16px;
  }

  .instructor_text h3 {
    font-size: 20px;
    padding-bottom: 16px;
  }

  .host_contain {
    background: #ffffff;
    padding: 30px;
  }

  .host_contain .instructor_img {
    width: 150px;
  }

  .host_contain .instructor_text {
    width: calc(100% - 170px);
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  #instructor_section {
    padding: 50px 0;
  }

  #instructor_section h2 {
    font-size: 20px;
    line-height: 1.4;
    padding-bottom: 13px;
  }
  .instructor_contain {
    display: block;
    position: relative;
  }

  .instructor_contain + .instructor_contain {
    margin-top: 40px;
  }

  .instructor_img {
    width: 90px;
    position: absolute;
    display: contents;
    top: 0;
    left: 0;
  }

  .instructor_text {
    width: 100%;
    padding: 46px 0 0;
    font-size: 18px;
  }

  .instructor_text h3 {
    font-size: 16px;
    height: 100px;
    padding-left: 0;
    text-align: center;
  }

  .host_contain {
    background: #ffffff;
    padding: 20px;
  }

  .host_contain .instructor_img {
    width: 90px;
    top: 20px;
    left: 20px;
  }

  .host_contain .instructor_text {
    width: 100%;
    font-size: 14px;
  }
}

/*==============================================================================================

	info要素

==============================================================================================*/
#info_section {
  padding: 90px 0;
}

#info_section h2 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 40px;
  text-align: center;
}
.info_contain {
  border: 1px solid #333333;
  border-bottom: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.info_contain img{
  width:200px;
  padding:20px;
}

.info_contain p{
  padding:40px 0 0;
}

.info_contain .naiyo{
  display:flex;
 }


.info_contain > div {
  padding: 30px;
  letter-spacing: 2px;
  line-height: 28px;
}
.info_contain > div:nth-child(odd) {
  width: 220px;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  background-color: #fff6f9;
  text-align: center;
  font-size: 20px;
}

.info_contain > div:nth-child(even) {
  width: calc(100% - 220px);
  border-bottom: 1px solid #333333;
}

.info_contain > div span {
  font-size: 14px;
}

@media screen and (max-width: 980px) {
  #info_section {
    padding: 70px 0;
  }

  #info_section h2 {
    font-size: 24px;
    padding-bottom: 30px;
  }

  .info_contain > div {
    padding: 30px;
  }
  .info_contain > div:nth-child(odd) {
    font-size: 18px;
  }

  .info_contain > div span {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  #info_section {
    padding: 50px 0;
  }

 .info_contain img{
  width:80%;
} 

.info_contain p{
  padding:40px 0 0;
}

.info_contain .naiyo{
  display:block;
 }

  
  #info_section h2 {
    font-size: 20px;
    padding-bottom: 30px;
  }

  .info_contain {
    border: 1px solid #333333;
    border-bottom: none;
    display: block;
  }

  .info_contain > div {
    padding: 10px;
    line-height: 1.4;
  }
  .info_contain > div:nth-child(odd) {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #333333;
    text-align: center;
    font-size: 16px;
    background: #fafafa;
  }

  .info_contain > div:nth-child(even) {
    width: 100%;
    border-bottom: 1px solid #333333;
  }

  .info_contain > div span {
    font-size: 17px;
  }
}


/*==============================================================================================

	form要素

==============================================================================================*/
#form_section {
  padding: 90px 0;
}

#form_section h2 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 40px;
  text-align: center;
}


@media screen and (max-width: 980px) {
  #form_section {
    padding: 70px 0;
  }

  #form_section h2 {
    font-size: 24px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  #form_section {
    padding: 50px 0;
  }

  #form_section h2 {
    font-size: 20px;
    padding-bottom: 30px;
  }
}

/*==============================================================================================

	footer要素

==============================================================================================*/
footer{
  background: #ffffff;
  height: 70px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}