@charset "utf-8";

/* ==================================================================
	Site Name:
	Author:高橋 潤
	Version: 1.0

	Page Title:	TOP

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

.catch{
    background-color: #FFF000;
    padding:10px;
}


.main-visual{
    position: relative;
}


.main-visual .reserve{
    position: absolute;
    right:0;
    bottom:240px;
    z-index: 20;
}

.main-visual p{
    line-height: 1.8em;
    margin: 25px 0;
}



.btn-w{
    text-align: center;
    border: 1px solid #FFF;
    border-radius: 3px;
    margin: 0px 0 10px;
}

.btn-w a{
    display: block;
    padding:3px;
    background-color: #FFF;
    color:#000!important;
    text-decoration: none!important;
}

.btn-y{
    text-align: center;
    border: 1px solid #FFF000;
    border-radius: 3px;
    margin: 0px 0 10px;
}

.btn-y a{
    display: block;
    padding:3px;
    background-color: #FFF000;
    color:#000!important;
    text-decoration: none!important;
}


.btn-b{
    text-align: center;
    border: 1px solid #000;
    border-radius: 3px;
    margin: 0px 0 10px;
}

.btn-b a{
    display: block;
    padding:3px;
    background-color: #000;
    color:#FFF!important;
    text-decoration: none!important;
}



#why{
    background-color: #FFF000;
    padding:20px;
    margin:30px 0 ;
}

#flow{
    
}

.feature{
    
}


.feature li{
    float:left;
    width:30%;
    margin:15px;
    position: relative;
    min-height: 600px;
}

.feature li h4{
    text-align: left;
    margin:15px 0;
    font-size:110%;
    line-height: 1.3em;
}

.feature li h4.f01{
    color: #0A8D37;
}

.feature li h4.f02{
    color: #E95513;
}

.feature li h4.f03{
    color: #036EB7;
}

.feature li p{
    font-size: 92%;
    line-height: 1.8em;
}


.feature li .feature-photo{
    position: absolute;
    bottom:0;
    left:0;
}


#course{
    
}

#course h3{
    color:#008D37;
    font-size:30px;
    line-height: 2em;
    padding:10px 25px 0;
    margin:10px 0 0;
}

#course h4{
    color:#008D37;
    font-size:20px;
    line-height: 2em;
    text-align: center;
    border-top:1px solid #008D37;
    border-bottom:1px solid #008D37;
}


#course h5{
    color:#008D37;
    font-size:25px;
    line-height: 2em;
    text-align: left;
    margin:20px 0 10px;
}

#course table{
    width: 100%;
    background-color:#008D37;
    border-radius: 10px;
    margin:15px 0;
}

#course table th{
    padding: 10px;
    text-align: center;
    color: #FFF000;
    font-size: 17px;
    width:15%;
}

#course table td{
    padding: 10px;
    text-align: left;
    color: #FFF;
    line-height: 2em;
    width:15%;
}

#course table.price{
    border:15px solid #008D37;
}

#course table.price th{
    padding:5px 20px;
    border-bottom:1px solid #FFF;
    border-right:1px solid #FFF;
    color: #FFF;
    font-size:100%;
}


#course table.price td{
    padding:5px 20px;
    text-align: center;
    line-height: 1em;
    border-bottom:1px solid #FFF;
    border-left:1px solid #FFF;
}

.price-p{
    font-size: 80%;
    color:##008D37;
}


#course .btn-g{
    font-size:15px;
    color:#008D37;
    background-color: #FFF;
    padding:3px 0;
    border:1px solid #008D37;
    width:100%;
    text-align: center;
}



#access h3{
    color:#008D37;
    font-size:30px;
    line-height: 2em;
    padding:25px;
    margin:40px 0;
    border-top:1px solid #008D37;
    border-bottom:1px solid #008D37;
}


#reserve-btn img{
    position: fixed!important;
    bottom:20px!important;
    right:20px!important;
    z-index: 50!important;
    display: none;
}

.display img{
    display: block!important;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

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

    .main-visual{
        margin-top:50px;
    }
    
    .main-visual .reserve{
        bottom:100px;
    }

    #contents .wrap{
        width:500px!important;
        margin:0 auto;
    }
    
    
    
    .feature li{
        float:none;
        width:95%;
        margin:15px;
        position: relative;
        min-height: 200px;
    }
    
    .feature li .feature-photo{
        position: relative;
        margin: 15px auto;
    }
    
    
    
    
    #course table th{
        display: block;
        width: 100%;
    }
    #course table td{
        display: block;
        width: 100%;
        text-align: center;
        line-height: 1.5em;
        padding: 5px 10px 20px;
    }
    
    #course table.price th{
        display: table-cell;
        width: 25%;
        font-size: 90%;
        padding: 5px 10px;
    }
    #course table.price td{
        display: table-cell;
        width: 25%;
        text-align: center;
        line-height: 1.5em;
         font-size: 90%;
        padding: 5px 10px;
   }
    
    
    .pc{
        display: none!important;
    }
    
    #program .program-conts{
        width:100%;
        float:none;
    }

    
    #reserve-btn img{
        width:120px;   
    }
    
    .reserve img{
        width:120px;   
    }
}