@media screen and (max-width: 1024px) {
/* ///////////////////////////////////////////////////////////////////
トップイメージ
/////////////////////////////////////////////////////////////////// */

#top-images{
    height: 150px
}

#top-images h2{
    padding: 30px 0 ;
}

/* ///////////////////////////////////////////////////////////////////
アーティクル
/////////////////////////////////////////////////////////////////// */

    article #title h2.title{
    display: inline-block;
    margin: 0 0 2%;
    font-size:220%;
    padding:1% 20% 5px;
    background-image: url(../../images/genki-h2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    border-bottom: solid 2px #ff832d
}
    
article .body{
    width: 95%;
}

article .main{
    width: 75%;
}

article .space{
    width: 3%
}

article .side a li{
    font-size:16px;
}

/* ///////////////////////////////////////////////////////////////////
サービス内容
/////////////////////////////////////////////////////////////////// */

#service h2{
    font-size: 1.4em;
}

#service .img img{
    width: 95%;
    height: 200px
}


/* ///////////////////////////////////////////////////////////////////
料金案内
/////////////////////////////////////////////////////////////////// */

#price .wrap-3 table{
    width: 80%;
}

/* ///////////////////////////////////////////////////////////////////
アクセスマップ
/////////////////////////////////////////////////////////////////// */

#acces p{
    font-size: 1.4em;
}

#acces iframe{
    height: 500px;
}

#acces ul{
    width: 100%
}

#acces li{
    font-size: 16px;
}

/* ///////////////////////////////////////////////////////////////////
Q＆A
/////////////////////////////////////////////////////////////////// */

#q-a .content{
    width: 90%;
}

#q-a table{
    width: 100%;
    font-size: 16px
}

#q-a table .q{
    font-size:1.2em
}

/* ///////////////////////////////////////////////////////////////////
施設概要
/////////////////////////////////////////////////////////////////// */

#fact table{
    width: 100%;
}

/* ///////////////////////////////////////////////////////////////////
求人案内
/////////////////////////////////////////////////////////////////// */

#kyujin table{
    width: 90%;
    font-size: 18px
}

/* ///////////////////////////////////////////////////////////////////
ご利用の流れ
/////////////////////////////////////////////////////////////////// */

.flow-1{
    width: 90%;
}

.link img{
    width: 70%;
}

/* ///////////////////////////////////////////////////////////////////
リンク集
/////////////////////////////////////////////////////////////////// */

#link .content{
    font-size: 1em;
}

/* ///////////////////////////////////////////////////////////////////
プライバシーポリシー
/////////////////////////////////////////////////////////////////// */

#policy h2{
    font-size: 1.4em;
}
    
/* ///////////////////////////////////////////////////////////////////
お問い合わせ
/////////////////////////////////////////////////////////////////// */

#contact .content{
    width: 90%;
}

#contact .form-group td{
    letter-spacing: 1px;
}

#contact .name{
    width: 35%;
}

#contact .form-group .name span{
    right: -5%;
}

#contact #form-control.form-3{
    width: 70%
}


.contact-btn{
    width: 50%;
}


}