@charset "utf-8";
/* CSS Document */
#main-visual{
    height:350px;
}

#main-visual span{
    margin-top:80px;
}

#main-visual span+img{
    width:1500px;
    margin-left: -750px; 
}

#main-visual span img:nth-of-type(1){
    margin:0.5em auto 0;
    display:block;
    width:400px;
    height:auto;
}

#main-visual span+img{
    margin-top:28px;
}

#main-visual h2{
    display:none;
}

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

    #main-visual{
        margin-top:50px;
        height:320px;
    }

    #main-visual h2{
        display:block;
        color:#fff;
        text-align:center;
        font-size:120%;
        padding:90px 0 50px;
    }

    #main-visual span+img{
        width:1000px;
        display:inline-block;
        height:auto;
        position: relative;
        left: 50%;
        margin-top:30px;
        margin-left: -500px; 
    }

    #main-visual span{
        display:none;
    }

    #sp_logo2{
        position:relative;
        display:block;
        z-index:10;
        margin:0.5em auto 0;
        width:150px;
        height:auto;
    }

    #cloud1{
        top:150px;
        left:20px;
    }

    #cloud2{
        display:none;
    }
}

#contents_box nav#pager{
    max-width:870px;
    margin:0 auto 0;
    padding:2em 30px 0;
}

#contents_box h2{
    display:none;
}

#contents{
    max-width:620px;
    margin:0 auto;
    padding:0;
    line-height:2;
}

#contents div{
    margin:5em auto 0;
}

#contents h3{
    text-align:center;
    font-size:140%;
    color:#b86ad7;
    line-height:1.2;
    margin-bottom:1em;
}

#contents h3 br{
    display:none;
}

#contents h3 img{
    vertical-align:middle;
}

#contents h3 img:nth-of-type(1){
    padding-right:8px;
}

#contents h3 img:nth-of-type(2){
    padding-left:8px;
}

#contents p{
    text-align:justify;
}

#order{
    padding:0.7em 0;
}

#order dt{
    color:#b86ad7;
    font-size:110%;
}

#order dd{
    padding:0 0 0.7em 1em;
}

#inq{
    padding:1em 0;
    font-size:120%;
    border-top:1px dotted #555;
    border-bottom:1px dotted #555;
    margin-top:1em;
}

#inq br{
    display:none;
}

#order2{
    position:relative;
    text-align:center;
    padding:3em 0 1em;
    margin:1.5em auto;
    border:3px solid #b86ad7;
    border-radius:20px;
}

#order2 dt{
    position:absolute;
    top:-1.8em;
    left: 0;
    right: 0;
    width:10em;
    display:inline-block;
    background:#b86ad7;
    color:#fff;
    padding:0.7em 1.5em;
    margin: auto;
    font-size:115%;
    border-radius:10px;
}

#order2 dd span{
    font-size:130%;
}

#order2 dd br:nth-of-type(2){
    display:none;
}

#contents div#link{
    margin:2rem auto 1rem;
}

#link h4{
    font-size:110%;
    color:#b86ad7;
    font-weight: 500;
}

#qanda dl{
    background:#fff;
    padding:1.5em 2em;
    border-right:1px solid #bbb;
    border-bottom:1px solid #bbb;
    margin:1em auto 0;
}

#qanda dt{
    font-size:110%;
    margin-bottom:0.5em;
    padding-bottom:0.8em;
}

#qanda dl:nth-of-type(1) dt{background:url(../../img/k32.png) repeat-x bottom;color:#f44779;}
#qanda dl:nth-of-type(2) dt{background:url(../../img/k28.png) repeat-x bottom;color:#54c6ff;}
#qanda dl:nth-of-type(3) dt{background:url(../../img/k29.png) repeat-x bottom;color:#ff6522;}
#qanda dl:nth-of-type(4) dt{background:url(../../img/k27.png) repeat-x bottom;color:#b86ad7;}
#qanda dl:nth-of-type(5) dt{background:url(../../img/k30.png) repeat-x bottom;color:#88c200;}
#qanda dl:nth-of-type(6) dt{background:url(../../img/k31.png) repeat-x bottom;color:#56b29a;}

#qanda dt img{
    vertical-align:middle;
}

#qanda dd span{
    color:#54c6ff;
}

#qanda dl+p img{
    width:300px;
    height:auto;
}

#qanda dl+p img:nth-of-type(1){
    margin-right:20px;
}

#contents h3+P span{
    display:block;
    text-align:right;
    padding:1em 0 0;
}

#qanda p{
    text-align:center;
}

@media screen and (max-width: 640px) {
    #contents{
        padding-top:1em;
    }

    #contents div{
        margin:2em auto 0;
    }

    #contents_box h2{
        display:block;
        text-align:center;
        font-size:130%;
        color:#54c6ff;
    }

    #contents{
        font-size:90%;
        line-height:1.7;
    }

    #contents section{
        margin-bottom:1.5em;
    }

    #contents h3{
        margin-bottom:0.5em;
    }

    #contents h3 br{
        display:inline;
    }

    #contents h3 img:nth-of-type(1){
        display:block;
        margin:0 auto;
        margin-bottom:0.5em;
        padding:0;
    }

    #enter dd{
        padding:0 0 0.7em;
    }

    #inq{
        padding:0.5em 0;
        font-size:110%;
        margin-top:1em;
    }

    #inq br{
        display:inline;
    }

    #inq span{
        padding-top:0.5em;
        display:block;
        text-align:center;
    }

    #inq span span{
        display:none;
    }

    #order2{
        padding:2.5em 0 0.5em;
        margin:1em auto;
        border:3px solid #b86ad7;
        border-radius:10px;
    }

    #order2 dd span{
        font-size:115%;
    }

    #order2 dd span:nth-of-type(2){
        display:none;
    }

    #order2 dd br:nth-of-type(2){
        display:inline;
    }

    #contents h3 img:nth-of-type(2){
        display:none;padding:0;
    }

    #qanda dl{
        margin-bottom:1em;
    }

    #qanda dl+p img{
        width:100%;
    }

    #qanda dl+p img:nth-of-type(1){
        margin:0 0 10px;
    }

    #qanda dt{
        margin-bottom:0;
    }

    #qanda dd{
        padding:1em 0 0;
    }

    #qanda p{
        text-align:justify;
    }
}