@charset "utf-8";

#index .inner {
    width: 900px;
    max-width: 92%;
    margin: 0 auto;
    padding-bottom: 200px;
}
#topvisual {
    width: 100vw;
    height: 450px;
    background-image: url(../images/index/top.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
#topvisual .inner {
    width: 900px;
    max-width: 92%;
    height: 450px;
    margin: 0 auto 0;
    position: relative;
}
#topvisual img {
    width: 405px;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 50px;
    max-width: 90%;
}
#index .about {
    width: 100%;
    height: 160px;
    background-color: #FCF5F7;
}
#index .about h2 {
    text-align: center;
    height: auto;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.1;
    line-height: 1;
    padding-top: 35px;
    padding-bottom: 30px;
}
#index .about a {
    display: block;
    width: 260px;
    height: 40px;
    margin: 0 auto;
    background-color: #ffffff;
    color: #C83956;
    text-align: center;
    border: 1px solid #C83956;
    border-radius: 8px;
    background-image: url(../images/common/arrow.png);
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-top: 6px;
}
#index .search_key {
    margin-top: 36px;
}
#index h3 {
    text-align: center;
    color: #C83956;
    font-size: 22px;
    letter-spacing: 0.1em;
    
}
#index h3 img {
    width: 25px;
    height: auto;
    vertical-align: text-top;
    margin-right: 10px;
}
#index .search_key .searchbox {
    width: 500px;
    /*height: 30px;*/
    height: 35px;
    max-width: 100%;
    border: 1px solid #333333;
    border-radius: 6px;
    margin: 0 auto 60px;
}
.search_key .searchbox input[type="text"] {
    width: 89%;
    /*height: 26px;*/
    margin-left: 1%;
    border: none;
    /*font-size: 12px;*/
    font-size: 14px;
    outline: none;
}
.search_key .searchbox input[type="submit"] {
    float: right;
    width: 9%;
    height: 33px;
    border: none;
    border-radius: 0 5px 5px 0;
    background-color: #C83956;
    background-image: url(../images/common/rupe_w.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}
.search_area {
    margin-bottom: 80px;
}
.search_area p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 30px;
}
.search_area .flexbox {
    justify-content: flex-start;
}
.search_area .flexbox a {
    display: inline-block;
    width: 216px;
    max-width: 47%;
    line-height: 1;
    font-size: 16px;
    padding: 7px 6px 6px 6px;
    margin-bottom: 10px;
    margin-right: 9px;
    border-radius: 5px;
    background-color: #f2f2f2;
    background-image: url(../images/common/arrow.png);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: right 6px center;
    opacity:0.5;
    pointer-events:none;
}
.search_area .flexbox a.active {
    opacity:1;
    pointer-events:auto;
}


.button img {
    width: 100%;
}
.button .search_event_btn {
    display: block;
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
}
.button .signup {
    display: inline-block;
    width: 363px;
    max-width: 90%;
    height: 101px;
    text-align: left;
    padding-top: 52px;
    padding-left: 28px;
    color: #ffffff;
    font-size: 18px;
}
.button .flexbox {
    justify-content: space-around;
}
.button .parents {
    background-image: url(../images/index/sign-up_parents.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.button .business {
    background-image: url(../images/index/sign-up_business.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}


@media screen and (max-width:750px) { 
    #topvisual {
    width: 100vw;
    /*height: 350px;*/
    height:230px;
    background-image: url(../images/index/top_sp.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
#topvisual .inner {
    max-width: 92%;
    /*height: 350px;*/
    height:230px;
    margin: 0 auto 0;
    position: relative;
}
#topvisual img{
    bottom:16px;
}
#index .about h2{
    font-size:18px;
    line-height:140%;
}
#index h3{
    font-size:18px;
}
.search_area .flexbox a{
    width:30%;
    max-width:none;
    font-size:14px;
}

}
