@charset "utf-8";

body{
    margin: 0;
    padding: 0;
    background-color: #fefefe;
    color: #333333;
    font-size: 3.5vw;
}

p,h1,h2,h3,h4,h5,h6{
    margin-top: 0;
    margin-bottom: 0;
}

h1{
    font-family:'Bitter',serif;
    font-size:7.2vw;
    line-height: 8vw;
    border-bottom: 1px solid #cccccc;
    padding-top: 0px;
    margin-bottom: 5px;
    color: #cb6403;
    background-color: #cccccc;
}

h2{
    font-family:'Bitter',serif;
    font-size:5vw;
    margin-bottom: 5px;
    color: #cb6403;
}

img{
    vertical-align: bottom;
    max-width: 90vw;
}

ul{
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none;
    color: #333333;
}

a:visited{
    color: #333333;
}

a:hover{
    text-decoration: underline;
}

.newtab::after{
    content: '';/*何も入れない*/
    display: inline-block;
    width: 30px;/*画像の幅*/
    height: 30px;/*画像の高さ*/
    background-image: url(../image/newtab.png);
    background-size: contain;
    vertical-align: middle;
}

header{
    width: auto;
    margin: 0;
    background-color: #f79831;
}

.clearfix:after{
    content: "";
    display: block;
    clear: both;
}

.logo{
    float: none;
    text-align: center;
    width: 100vw;
    height: auto;
    background-color: #f79831;
}
.logo img{
    width: 85vw;
    height: auto;
}

.right-header{
    display: none;
}

.global-nav{
    width: 90vw;
    height: 30vw;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    color: #333333;
}

.global-nav li{
    float: left;
    width: 45vw;
    border-left: #f79831 0px solid;
 
    margin: 0;
    padding-left: 0px;
    text-align: center;
    font-size: 6vw;
    list-style: none;
    color: #333333;
    background-color: #cccccc;
}
#fun-nav{
    border-right: #f79831 0px solid;
}
#top #top-nav{
    background-color: #ffcccc;
}
#school #school-nav{
    background-color: #ffcccc;
}
#course #course-nav{
    background-color: #ffcccc;
}
#flow #flow-nav{
    background-color: #ffcccc;
}
#contact #contact-nav{
    background-color: #ffcccc;
}
#fun #fun-nav{
    background-color: #ffcccc;
}
li{
    border-bottom:#fefefe 2px solid;
}
li:hover{
    border-bottom: #ffcccc 2px solid;
}

#wrap{
    clear: both;
    margin:0 auto;
    padding: 0;
}

.content{
    margin:0 auto;
    margin-bottom: 5px;
    margin-top:30px;
}

.main-center{
    width:100vw;
    margin:0 auto;
    text-align: center;
}

.main-center img{
    max-width: 80%;
}

footer{
    text-align: center;
    color:#ffffff;
    padding:20px 0;
    background-color: #f79831;
}

.one{
    width:100%;
    margin:0 auto;
    padding-left: 0%;
    line-height: 5%;
    font-size: 3.5vw;
}

.two{
    float: none;
    width: 100%;
    height: auto;
    margin: 0;
}
.two p{
    line-height: 5vw;
    padding-left: 0px;
}
.two img{
    width: 100%;
    height: auto;
}

.three{
    float: none;
    width: 100%;
    height: auto;
    margin:0;
    padding-bottom: 0px;
}
.three p{
    line-height: 5vw;
    padding-left: 0px;
}
.three img{
    width:100%;
    height: auto;
}

#form-button{
    width: 80vw;
    height: 20vw;
    text-align: center;
    font-size: 5vw;
    line-height: 20vw;
    border-radius: 10vw;
    background-color: greenyellow;
    -webkit-user-select: none;
    user-select: none;
    margin: auto;
}