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

#top-images{
    padding: 3% 2%;
}

#top-images h2{
    padding: 3% 0 ;
}

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

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%;
}

/* ///////////////////////////////////////////////////////////////////
フォトギャラリー
/////////////////////////////////////////////////////////////////// */

#photo .other-img img{
    height: auto;
}

#photo-top table{
    width: 80%;
}

#photo-top td.text h3{
    font-size: 14px;
    text-align: left;
}

#photo-top td.text .detail{
    font-size: 14px;
}

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

#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%;
}


}