@media screen and (max-width:1180px){
    /* /////////////////////////////
トップ画像
///////////////////////////// */

.top-common img{
    width: 15%;
}

.top-common img.f-l{
    left: 0%;
}

.top-common img.f-r{
    right: 0%;
}

/* /////////////////////////////
共通
///////////////////////////// */

#common{
    width: 100%;
}

#common .kumo{
    width: 30%;
}

#common .nizi{
    z-index: 0;
}

#common .balloon{
    z-index: 9999;
}

#common .flower{
    z-index: 9999;
}

#common .none{
    display: none;
}

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



.service .content{
    width: 69%;
    display: inline-block;
    vertical-align: middle;
}

.service .num{
    font-size: 5rem;
    font-family: 'Pacifico', cursive;
    font-weight: bold;
    color: #E75900;
    width: 15%;
    margin: 0 auto 0 -10%;
}

.service h3{
    display: inline-block;
    text-align: left;
    width: 85%;
}

.service p{
    text-align: left;
    width: 90%;
    margin: 0 0 0 auto;
}

/* /////////////////////////////
施設概要
///////////////////////////// */
.fact table{
    width: 100%;
}
.fact table td{
    padding: 2% 0;
    vertical-align: top;
    font-size: 1.8rem;
}
.fact table td.title{
    width: 30%;
}

/* /////////////////////////////
施設案内
///////////////////////////// */
.fact .guide .box{
    vertical-align: top;
}
.fact .guide .box img{
    width: 100%;
}
.fact .guide .content{
    position: relative;
    text-align: center;
    padding: 1% 3%;
    right: 0;
    bottom: 0;
    margin: -10% 0 0;
}
.fact .guide .content span{
    font-size: 2.5rem;
}
.fact .guide .content p{
    text-align: left;
    display: inline-block;
}

.fact .guide .content p .sp{
    display: none;
}

/* /////////////////////////////
求人案内
///////////////////////////// */
.kyujin .wrap-1{
    width: 90%;
    max-width: 700px;
}
.kyujin .wrap-1 .content{
    width: 60%;
}
.kyujin .wrap-1 span{
    font-size: 2rem;
}
.kyujin .wrap-1 .content .tab{
    display: none;
}
/* /////////////////////////////
アクセスマップ
///////////////////////////// */

.access .wrap-1{
    width: 100%;
}

.access .wrap-1 .img{
    width: 40%;
}

.access .wrap-1 .content{
    width: 60%;
}

.access .wrap-1 .content span{
    font-size: 2rem;
    font-family: 'UD Digi Kyokasho NK-B';
}

.access .wrap-1 .content p{
    font-size: 1.4rem;
}

.access .wrap-1 .left img{
    width: 60%;
}

.access .wrap-1 .right img{
    width: 80%;
}

.access .wrap-1 .b-time{
    width: 80%;
}

.access .wrap-2 .walk{
    width: 100%;
}

.access .wrap-2 .point{
    font-size: 1.5vw;
    width: 48%;
}

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

.price .wrap-2 table{
    width: 70%;
}
.price .wrap-3 ul{
    width: 60%;
}
.price .wrap-4 .step{
    width: 70%;
}
.price .wrap-4 .cepa{
    width: 30%;
}
/* /////////////////////////////
プライバシーポリシー＆リンク集
///////////////////////////// */
.policy{
    width: 80%;
    margin: 3% auto 0;
    max-width: 600px;
}
.links ul{
    width: 80%;
}

}