div#wrap {
    max-width: 767px;
    color: #333333;
    padding-bottom: 50px;
    margin: 0 auto;
    background: linear-gradient(90deg, #e7efff 0%, #ffffff 50%, #e7efff 100%);
}
#wrap p.title {
    text-align: center;
    font-size: 4.7vw;
    font-weight: bold;
    padding: 6vw 0 6vw;
    line-height: 7vw;
    color: #2c2c2c;
}
#wrap p.top_title {
    margin: 0 auto;
    width: 90%;
    font-size: 4vw;
    line-height: 6.5vw;
    padding-bottom: 4vw;
    color: #2c2c2c;
}
#wrap h2 {
    text-align: center;
    font-weight: bold;
    padding: 5vw;
    position: relative;
    font-size: 5vw;
    color: #2c2c2c;
}
#wrap h2:before {
    content: '';
    position: absolute;
    width: 18vw;
    height: 2vw;
    border-top: solid 1px #361901;
    border-bottom: solid 1px #361901;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
#wrap h2:after {
    content: '';
    position: absolute;
    width: 18vw;
    height: 2vw;
    border-top: solid 1px #361901;
    border-bottom: solid 1px #361901;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
#wrap span.point {
    color: #fb0b0b;
    font-weight: bold;
}
img.schedule {
    width: 100%;
}
#wrap img.title {
    margin: 10px auto 5px;
    display: block;
    width: 90%;
}
#wrap img.riyo {
    width: 60%;
    margin: 20px auto 23px;
    display: block;
}
#wrap span.price {
    text-decoration: underline;
}
#wrap span.price1 {
	font-weight: bold;
    color: #f40928;
}

/*下から出現*/



/*リンクを右下に固定*/
#page-top {
	position: fixed;
	bottom:0px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
	display: flex;
    justify-content: space-evenly;
	max-width: 767px;
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 0;
	transform: translateY(100px);
  }
}


/*--------------------------
ふわっと出てくる
--------------------------*/
.fadeUp{
	animation-name:fadeUpAnime;
	animation-duration:1.0s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeUpAnime{
	from{
		opacity: 0.1;
		transform: translateY(50px);
	}
	
	to{
		opacity: 1;
		transform: translateY(0);
	}
}

/*スクロールをしたら出現する要素に初めに透過０を指定*/
.fadeUpTrigger{
	opacity: 0.1;
}

/*--------------------------
ポンッ(拡大)
--------------------------*/
/*拡大*/
.zoomIn{
  animation-name:zoomInAnime;
  animation-duration:2.0s;
  animation-fill-mode:forwards;
}

@keyframes zoomInAnime{
  from {
  transform: scale(0.6);
  }

  to {
      transform: scale(1);
  }
}


/*スクロールをしたら出現する要素に初めに透過０を指定*/
.zoomInTrigger{
	transform: scale(0.6);
}


/*--------------------------
日程
--------------------------*/
#wrap .schedule_all {
    display: flex;
    margin: 0 auto;
    justify-content: space-evenly;
    width: 90%;
}
#wrap .schedule_st {
    display: flex;
    justify-content: center;
    width: 41%;
}
#wrap .schedule_number {
    font-size: 11.5vw;
    letter-spacing: -0.6VW;
}
#wrap .schedule_sm_all {
    position: relative;
    width: 39%;
    font-weight: bold;
}
#wrap .schedule_sm {
    position: absolute;
    top: 54%;
    left: 53%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    font-size: 3vw;
    line-height: 17px;
}
#wrap p.kara {
    font-size: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#wrap .schedule_table {
    width: 90%;
    margin: 1vw auto 15vw;
    box-shadow: 0px 1px 4px #dedede;
}

#wrap .schedule_title {
    display: block;
    text-align: center;
    font-size: 5vw;
    background-color: #a6d0f0;
    padding: 7px 0;
    font-weight: bold;
}
#wrap .schedule_td {
    display: block;
    background-color: white;
    padding: 7px 0 15px;
}
#wrap .schedule_coment {
    font-size: 10px;
    width: 95%;
    margin: -5px auto 0px;
    line-height: 4.5vw;
    text-align: center;
    letter-spacing: 0.1px;
}
#wrap p.schedule_week {
    font-size: 4.7vw;
}
#wrap p.schedule_time {
    letter-spacing: -0.2vw;
    font-size: 2.9vw;
}

#wrap img.schedule {
    width: 90%;
    margin: 0 auto 25px;
    display: block;
}
/*--------------------------
先生情報
--------------------------*/
#wrap img.prof_title {
    width: 90%;
    margin: 0 auto 20px;
    display: block;
}

#wrap section.prof {
    margin: 0 auto;
    width: 90%;
}
#wrap .prof_frame {
    border-radius: 5px;
    background-color: #ffffff;
    padding: 5vw 5vw;
    margin-bottom: 9vw;
    border: 2px solid #edc690;
}
#wrap p.prof_title {
    font-size: 4vw;
    text-align: center;
    padding: 5px 0 10px;
    line-height: 6.5vw;
    font-weight: 700;
    font-family: serif;
}
#wrap .prof_in {
    display: flex;
    justify-content: space-evenly;
}
#wrap img.prof_pic {
    width: 37%;
}
#wrap .name_total {
    position: relative;
    width: 45%;
}
#wrap .name_all {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: serif;
    font-weight: bold;
}
#wrap p.prof_name {
    font-size: 139%;
}
#wrap span.prof_ms {
    font-size: 64%;
    padding-left: 5px;
}
#wrap .prof_th {
    width: 20%;
    text-align: center;
    border: 1px solid #857a69;
    font-size: 4.2vw;
    background-color: #fffcee;
}
#wrap .prof_td {
    padding: 1.5vw 2.5vw;
    line-height: 5.6vw;
    font-size: 3.5vw;
    border: 1px solid #857a69;
}
#wrap .prof_grapf {
    margin: 5vw auto 0;
}
#wrap img.bt {
    width: 100%;
}
#wrap a.bt_in {
    width: 90%;
    margin: 6vw auto 5vw;
    display: block;
}
p.prof_furi {
    font-size: 61.7%;
    margin-left: 13px;
}
/*--------------------------
ご利用方法
--------------------------*/
span.title_number {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: bisque;
}



#wrap section.goriyo {
    margin: 0 auto;
    width: 90%;
}

#wrap .goriyo_frame {
    background-color: white;
    border-radius: 5px;
    margin-bottom: 13vw;
    padding: 5vw 5vw;
    border: 2px solid #edc690;
}
#wrap li.how_txt {
    background-repeat: no-repeat;
    background-size: 8%;
    padding: 5vw 0vw 6vw 10vw;
    line-height: 7vw;
    border-bottom: 1px dotted #48433b;
    background-position: left;
    position: relative;
}
#wrap li.how_txt:last-child {
    border-bottom: none;
}
#wrap p.traiangle {
    border-top: 15px solid #f11313;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    margin: 0px auto;
    width: 0;
}
#wrap img.point {
    width: 100%;
    padding-bottom: 3vw;
    margin: -12px auto;
    display: block;
}
#wrap .step1:before {
    content: "1";
}
#wrap .step2:before {
    content: "2";
    
}
#wrap .step3:before {
    content: "3";
}
#wrap .how_txt:before {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff2c4;
    text-align: center;
    line-height: 25px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    font-weight: bold;
    font-family: math;
    font-style: italic;
}
/*==================================
まだログインしていません
==================================*/
#wrap .before_login_menu {
    border-top: 1px solid #d34d6d;
    border-bottom: 1px solid #d34d6d;
    background-color: #fffafb;
    margin: 30px auto 0;
    padding: 8px 0 13px;
    max-width: 500px;
    width: 90%;
}
#wrap img.nologin {
    width: 96%;
    margin: 7px auto 14px;
    display: block;
}
#wrap .intro {
    width: 90%;
    margin: 0 auto;
    color: #5e3c20;
}
#wrap .log_1 {
    font-size: 17px;
    color: #764b28;
    text-align: center;
    margin: 20px auto 3px;
}
#wrap a.new_user {
    width: 85%;
    margin: 0 auto;
    display: block;
}
#wrap img.new_user {
    width: 100%;
}
#wrap a.al_account {
    width: 85%;
    margin: 0 auto;
    display: block;
}
#wrap img.al_account {
    width: 100%;
}
#wrap section.txt-1 {
    padding-bottom: 10vw;
}

/*-------------------------
ご応募窓口
-------------------------*/
#wrap section.madoguchi {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 15vw;
}
#wrap img.pc_tel {
    display: none;
}
#wrap img.pc_tel1 {
    display: none;
}
#wrap img.sp_tel {
    width: 100%;
}
#wrap img.sp_tel1 {
    width: 100%;
}
#wrap img.mail {
    width: 100%;
}
#wrap img.mail1 {
    width: 100%;
}
#wrap a.info {
    width: 45%;
    display: block;
}
#wrap a.info1 {
    width: 40%;
    display: block;
}

#wrap a.tel {
    width: 45%;
    display: block;
}
#wrap a.tel1 {
    width: 40%;
    display: block;
}
#wrap .bt_position {
    display: flex;
    justify-content: space-around;
}
/*--------------------------
注意事項
--------------------------*/
#wrap section.caution_frame {
    margin: 0 auto 100px;
    background-color: white;
    padding: 5vw 6vw;
}
#wrap ul.caution {
    padding-left: 4vw;
}
#wrap p.caution_title {
    text-align: center;
    padding-bottom: 5vw;
    font-size: 4.6vw;
}
#wrap li.caution_list {
    font-size: 3.3vw;
    list-style: circle;
    padding: 1vw 0 2vw;
}
/*--------------------------
SNS
--------------------------*/
#wrap section.sns_frame {
    display: flex;
    justify-content: space-evenly;
}
#wrap img.inst_logo {
    width: 100%;
}
#wrap img.twitter_logo {
    width: 100%;
}
#wrap a.twitter_link {
    width: 15%;
}
#wrap a.inst_link {
    width: 15%;
}
#wrap section.sns_frame {
    display: flex;
    justify-content: space-evenly;
    width: 70%;
    margin: 0 auto;
}


@media screen and (min-width:768px){
#wrap p.title {
    font-size: 27px;
    line-height: 45px;
    padding: 30px 0 30px;
}
#wrap h2 {
    font-size: 26px;
    padding: 40px 0 40px;
    line-height: 37px;
}
#wrap h2:before {
    width: 175px;
	height: 15px;
}	
#wrap h2:after {
    width: 175px;
    height: 15px;
}
    #wrap p.top_title {
        font-size: 19.5px;
        line-height: 35px;
        padding-bottom: 30px;
        width: 85%;
    }
    #wrap img.title {
        width: 75%;
        margin: 15px auto 20px;
    }
      #wrap img.riyo {
        width: 50%;
        margin: 20px auto 30px;
    }
div#wrap {
    padding-bottom: 100px;
}	
/*--------------------------
日程
--------------------------*/
#wrap .schedule_table {
    width: 70%;
    margin: 0px auto 70px;
}
	
#wrap .schedule_title {
    font-size: 25px;
}	
#wrap .schedule_number {
    font-size: 63px;
    letter-spacing: -3px;
}	
#wrap .schedule_sm {
    font-size: 14px;
    top: 50%;
}		
#wrap p.kara {
    font-size: 40px;
    margin: 0 -23px;
}	
#wrap p.schedule_week {
    font-size: 28px;
    line-height: 32px;
}	
#wrap p.schedule_time {
    font-size: 19px;
    letter-spacing: 0px;
}	
#wrap .schedule_sm_all {
    width: 36%;
}	
#wrap .schedule_coment {
    font-size: 11px;
    text-align: center;
    margin: -34px auto 0px;
}
#wrap .schedule_td {
    padding: 0px 0px 10px;
}	
#wrap .schedule_st {
    width: 43%;
}	
/*--------------------------
先生情報
--------------------------*/
#wrap section.prof {
    width: 85%;
}
#wrap p.prof_title {
    font-size: 27.5px;
    line-height: 45px;
    padding-bottom: 25px;
}
    #wrap .name_total {
        width: 45%;
    }
    #wrap .prof_frame {
        padding: 45px 40px 20px;
        margin-bottom: 60px;
    }
#wrap img.prof_pic {
    width: 30%;
}	
#wrap p.prof_name {
        font-size: 42px;
        line-height: 46px;
    }
    #wrap p.prof_furi {
        font-size: 16px;
        margin-left: 27px;
    }
#wrap span.prof_ms {
    font-size: 28px;
}	
#wrap .prof_grapf {
    margin: 38px auto 0;
}	
#wrap .prof_th {
    font-size: 21px;
}	
#wrap .prof_td {
    font-size: 21px;
    padding: 11px 10px 11px 20px;
    line-height: 32px;
}	
#wrap a.bt_in {
    width: 70%;
    margin: 40px auto 40px;
}
#wrap img.prof_title {
    width: 85%;
    margin: 0px auto 33px;
}

	
/*--------------------------
ご利用方法
--------------------------*/	
#wrap section.goriyo {
    width: 85%;
}	
#wrap .goriyo_frame {
    padding: 45px 40px 45px;
    margin-bottom: 70px;
}	
#wrap li.how_txt {
    font-size: 21px;
    line-height: 34px;
    padding: 18px 0px 25px 59px;
    background-size: 6%;
}	
#wrap section.txt-1.opac.scrollin {
    padding-bottom: 70px;
}
#wrap p.traiangle {
    margin: 15px auto 0px;
}	
#wrap img.point {
    width: 85%;
}
#wrap .how_txt::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
}	
	
    #wrap img.schedule {
        width: 75%;
        margin: 0px auto 60px;
        display: block;
    }
/*--------------------------
ご応募窓口
--------------------------*/	
	
#wrap section.madoguchi {
    width: 85%;
    padding-bottom: 140px;
}	
#wrap a.tel {
    display: none;
}	
#wrap a.tel1 {
    display: none;
}	
#wrap img.pc_tel {
    display: block;
}
#wrap img.pc_tel1 {
    display: block;
}	
#wrap img.pc_tel {
    width: 45%;
    height: 45%;
}	
/*--------------------------
ご注意事項
--------------------------*/		
#wrap section.caution_frame {
    width: 85%;
    padding: 30px 30px;
    margin: 0px auto 140px;
}
#wrap p.caution_title {
    font-size: 19px;
    padding-bottom: 13px;
}	
#wrap li.caution_list {
    font-size: 13.3px;
    line-height: 20px;
    padding: 5px 0;
}	
#wrap ul.caution {
    padding-left: 19px;
}
/*--------------------------
SNS
--------------------------*/	
#wrap a.inst_link {
    width: 10%;
}
#wrap a.twitter_link {
    width: 10%;
}	
/*--------------------------
SNS
--------------------------*/	
	
#wrap a.info1 {
    width: 30%;
}	
#wrap img.pc_tel1 {
    width: 30%;
    height: 30%;
}	
}
