@charset "UTF-8";

/* 印刷用 */
@media only print{
    /*
      A4 847 * 595 px
      A3 1191 * 842 px
      B5 729 * 516 px
    */
    body{
        width: 1140px;
        overflow: hidden;
        /*zoom: 0.9;*/
    }
    .container{
        width: 100%;
    }
    .tb{
        display: none;
    }
    .sp{
        display: none;
    }

    /* 固定ヘッダーを使用している場合など */
    header .hdr1{
        position: static !important;
    }
    /* animate のフェードインを可視化 */
    [data-animate]{
        opacity:1 !important;
    }
}

@media only screen and (max-width:1220px){
    .container{
        width: 100%;
    }
    .pg_top .top_point ul{
        justify-content: center;
    }
    .pg_top .top_point ul li{
        margin:0 15px 82px 15px;
    }
}

@media only screen and (max-width:1023px){
    .contact_form th {
        width: 250px;
    }
    .contact_form td .wpcf7-text{
        width: 100%;
    }
    .contact_form td [name="zipcode"]{
        width: 150px;
    }
    .pg_top .top_course .box_area .box .ttl{
        font-size: 26px;
        padding: 5px 0;
    }
    .pg_top .top_course .box_area .box dl dd.red{
        font-size:18px;
    }
    .pg_top .top_course .box_area .box dl dd.on_border{
        width: 35%;
        font-size:14px;
    }
    .pg_top .top_course .box_area .box dl dt span{
        font-size:15px;
    }
    .pg_top .top_course .box_area .box{
        width:49%;
    }
    .pg_top .top_bnr .box .box_area .bnr_2{
        padding-right:10px;
    }
    .top_faq .box_area .box.qa .txt{
        font-size:14px;
        line-height: 22px;
    }
    .top_faq .box_area .box{
        width:32%;
    }
    .contact_form_msg,
    .contact_form{
        width:90%;
    }
    .contact_form th{
        width:180px;
    }
}

@media only screen and (max-width:920px){
    .pg_top .top_up .box_area .box{
        width:48%;
    }
    .pg_top .top_up .box_area .box .img{
        text-align: center;
    }
    .pg_top .top_up .box_area .box .txt{
        min-height: 116px;
    }
    .pg_top .top_data .box_area .box{
        width:31.5%;
    }
}

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

    body{
        font-size: 14px;
        padding-bottom: 60px;
    }

    header .hdr1 .hdr_logo,
    header .hdr1 .hdr_contact{
        float: none;
        width: 100%;
        text-align: center;
        margin: 5px 0;
    }

    footer .ftr2 .container{
        flex-wrap: wrap;
    }
    footer .ftr2 .box1,
    footer .ftr2 .box2{
        width: 100%;
        text-align: center;
    }
    footer .ftr2 .box2{
        margin-top: 10px;
    }
    .footer_fix{
        display: block;
    }

    .gnav{
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #FFF;
        padding: 0;
        z-index: 99999;
        overflow-y: scroll;

        /*transition: all 0.2s;*/
        transform: translateX(100%);
        padding: 15px;
    }
    .gnav.active{
        transform: translateX(0%);
    }
    .gnav > ul{
        display: block;
    }
    .gnav > ul > li{
        width: 100%;
        padding: 10px 0;
        border: 0;
        border-bottom: 1px dashed #CCC;
    }
    .gnav > ul > li a{
        padding: 15px 0;
    }
    .gnav .children, .gnav .sub-menu{
        display: block;
        position: static;
        background: #EEE;
    }


    .post_items{

    }
    .post_items .item{
        flex-wrap: wrap;
    }
    .post_items .item .title{
        width: 100%;
    }

    .pagination .nav-posts .page-next a, 
    .pagination .nav-posts .page-prev a,
    .pagination .nav-posts .page-archive a{
        padding: 10px 10px;
        font-size: 11px;
    }

    .contact_info{
        padding: 10px;
    }
    .contact_info .box1{
        font-size: 13px;
    }
    .contact_info .box2{
        margin-top: 10px;
    }
    .contact_info .box2 .icon{
        font-size: 15px;
    }
    .contact_info .box2 .tel{
        font-size: 24px;
    }
    .contact_info .box2 .txt{
        width: 100%;
        margin: 10px 0 0 0;
    }

    .contact_form th,
    .contact_form td{
        display: block;
        width: 100%;
        padding: 10px 10px;
    }
    .contact_form th{
        /*padding-bottom: 5px;*/
    }
    .contact_form td{
        /*padding-top: 0;*/
    }
    .contact_form td [name="zipcode"]{
        width: 100px;
    }
    .contact_form dl.date dt{
        width: 100%;
    }
    .contact_form dl.date dt.wide{
        width: 100%;
    }

    .contact_form td .wpcf7-text,
    .contact_form td .wpcf7-textarea,
    .contact_form td .wpcf7-select{
        width: 100%;
    }

    .contact_form_btns input[type="submit"], 
    .contact_form_btns input[type="button"]{
        width: 35%;
    }


    /* サイトマップ */
    .sitemap_items .item{
        width: 100%;
        margin-bottom: 15px;
    }
    .sitemap_items .item h4 a{
        padding: 10px 10px;
    }

    /* プライバシーポリシー */
    .privacy_tt{
        font-size: 18px;
    }
    .privacy_tt br{
        display: inline;
    }

    .pc_hidden{
        display: block;
    }
    .sp_hidden,
    .hdr_contact ul{
        display: none;
    }

    .mv{
        padding:0;
        height:auto;
        background:none;
    }
    header{
        padding:8px 0 12px 0;
    }
    header .hdr1 .hdr_logo{
        width:100%;
    }
    header h1{
        width:100%;
        text-align: center;
    }
    header h1 a{
        display: block;
    }
    header .hdr1{
        display: block;
    }
    .pg_top .top_course .box_area{
        display: block;
    }
    .pg_top .top_course .box_area .box {
        width: 540px;
        margin: 0 auto 20px auto;
    }
    .pg_top .top_course .box_area .box .img img{
        width:100%;
    }
    .pg_top .top_bnr .box .box_area{
        display: block;
    }
    .pg_top .top_bnr .box .box_area .bnr_2{
        text-align: center;
        margin:0 0 30px 0;
    }
    .pg_top .top_bnr h3{
        font-size:1.4rem;
    }
    .pg_top .top_bnr{
        padding:60px 0;
    }
    .pg_top .top_bnr .box .box_area .bnr_3 .tel,
    .pg_top .top_bnr .box .box_area .bnr_3 .cont{
        text-align: center;
    }
    .pg_top .top_bnr .box,
    .pg_top .top_data .box_area .box{
        width: 540px;
        margin: 0 auto;
    }
    .pg_top .top_data .box_area .box{
        text-align: center;
        margin:0 auto 25px auto;
    }
    .pg_top .top_point ul li .ttl{
        font-size:15px;
        line-height: 22px;
    }
    .pg_top .top_point ul li .bolds.sema,
    .pg_top .top_point ul li .bolds{
        font-size:20px;
        line-height: 30px;
    }
    .pg_top .top_data .box_area{
        display: block;
    }
    .pg_top .top_up .box_area .box,
    .top_faq .box_area .box{
        width:49%;
    }
    .top_voice ul li,
    .top_voice ul li:last-of-type{
        width:540px;
        margin:0 auto 25px auto;
    }
    .top_voice .box .ttl{
        font-size:20px;
    }
    .top_faq{
        padding:60px 0;
    }
    .contact_form dl.date dt{
        flex-wrap: wrap;
    }
    .your-wish-date input, .your-wish-date-2 input, .your-wish-date-3 input{
        width:80%;
        margin-bottom:10px;
    }
    
}

@media only screen and (max-width:575px){
    .pg_top .top_course{
        padding:60px 0;
    }
    .pg_top .main_ttl{
        margin:0 0 35px 0;
    }
    .pg_top .top_course .box_area .box,
    .pg_top .top_bnr .box, .pg_top .top_data .box_area .box{
        width:100%;
    }
    .pg_top .top_data .box_area .box{
        width:90%;
    }
    .pg_top .top_bnr .box .in{
        padding:15px;
    }
    .pg_top .top_point{
        padding:60px 0 50px 0;
    }
    .pg_top .top_point ul li{
        width:47%;
        margin:70px 1.5% 0 1.5%;
    }
    .pg_top .top_data{
        margin:60px 0 20px 0;
    }
    .pg_top .top_up .box_area .box,
    .top_voice ul li,
    .top_voice ul li, .top_voice ul li:last-of-type{
        width:100%;
    }
    .pg_top .top_up .box_area .box{
        margin:0 0 50px 0;
    }
    .pg_top .top_up .box_area .box .img{
        text-align: center;
    }
    .pg_top .top_up .box_area .box .txt,
    .top_faq .box_area .box.qa .txt{
        min-height: inherit;
    }
    .top_voice{
        padding:60px 0;
    }
    .top_faq .box_area .box{
        width:100%;
        margin:0 0 25px 0;
    }
    .top_faq .box_area .box.ttls{
        padding:50px 0;
    }
    .contact_form dl.date dt{
        text-align: center;
        justify-content: center;
    }
    .contact_form_btns{
        padding:40px 0 0 0;
    }
    .top_form h4{
        font-size:19px;
    }
    .top_faq .box_area .box.ttls .box_ttl br{
        display: none;
    }
    .top_faq .box_area .box.ttls{
        padding:25px 0;
    }
    .top_faq .box_area .box.ttls .en_ttl{
        margin:15px 0 0 0;
    }
}