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

.top-common{
    padding: 2% 0 7%;
}

#top-image.home{
    background-image: url(../../images/top-img.png);
}

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

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

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

.top-common img.center{
    width: 8%;
}

.top-common h2{
    font-size: 2.5rem;
}


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

#common{
    position: relative;
}

#common .kumo{
    position: absolute;
    width: 30%;
    top:0;
    right: 0;
}

#common .nizi{
    display: none;
}

#common .balloon{
    display: none;
}

#common .flower{
    display: none;
}

/* /////////////////////////////
ボディ共通見出し
///////////////////////////// */


.body-common img{
    width: 20%;
}

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

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

.body-common img.center{
    width: 10%;
}

.body-common h3{
    font-size: 2rem;
}

.body-common h3 span{
    font-size: 1.6rem;
}

/* /////////////////////////////
サービス内容
///////////////////////////// */
.service{
    width: 95%;
}

.service .wrap{
    margin: 5% 0;
    padding: 0 0 5%;
    position: relative;
}

.service .wrap::after{
    content: "";
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 80%;
    border-bottom: dashed 1px #aaa;
}


.service .wrap:last-of-type::after{
    content: none;
}

.service img{
    width: 40%;
    display: inline-block;
    vertical-align: bottom;
}

.service .content{
    display: inline;
    width: 100%;
}

.service .num{
    font-size: 6rem;
    width: 20%;
    margin: auto;
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    line-height: 1;
}

.service h3{
    display: inline-block;
    text-align: left;
    width: 68%;
    background-color:rgba(255, 255, 255, 0.7);
    font-size: 1.6rem;
    vertical-align: bottom;
    margin: 0 0 0 -14%;
    padding: 1% 2%;
    font-family: "游ゴシック";
}

.service p{
    text-align: left;
    width: 90%;
    margin: 3% auto 0;
    font-size: 1.4rem;
}

/* /////////////////////////////
施設概要
///////////////////////////// */
.fact table{
    margin: 5% auto;
}
.fact table td{
    font-size: 1.4rem;
}
.fact table td img{
    width: 60%;
}
.fact table td .tel{
    margin: 0;
    border-bottom: dashed 1px #aaa;
    padding: 0 0 5%;
}
.fact table td li{
    display: table;
    width: 100%;
    margin: 0 0 1%;
}
.fact table td li::before{
    display: table-cell;
    width: 5%;
}
.fact table td li p{
    font-size: 1.4rem;
}
/* /////////////////////////////
施設案内
///////////////////////////// */
.fact .guide{
    margin: 2% 0 0;
}
.fact .guide .box{
    width: 90%;
    display: block;
    margin: 0 auto 5%;
}

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

.kyujin .wrap-1{
    width: 100%;
    text-align: center;
    position: relative;
    padding: 0 0 25%;
    margin: 0 0 5%;
}

.kyujin .wrap-1 img{
    width: 60%;
    display: block;
    margin: 0 auto ;
}

.kyujin .wrap-1 .content{
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0%;
    background: rgba(255, 255, 255, 0.9);
}

.kyujin .wrap-1.left .content{
    text-align: left;
}

.kyujin .wrap-1.right .content{
    text-align: left;
}
.kyujin .wrap-1 span{
    font-size: 1.8rem;
}
.kyujin .wrap-1 p{
    margin: 1% 0;
    font-size: 1.5rem;
}
.kyujin .wrap-1 p .sp{
    display: none;
}
.kyujin h3{
    width: 100%;
}
.kyujin h3 img{
    width: 2.5rem;
}
.kyujin table{
    width: 100%;
    margin: 1% auto 5%;
}
.kyujin td{
    font-size: 1.4rem;
}
.kyujin td li{
    font-size: 1.4rem;
}
/* /////////////////////////////
アクセスマップ
///////////////////////////// */
.access .wrap-1{
    width: 100%;
    text-align: center;
    margin: 3% auto;
}

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

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

.access .wrap-1 .tel{
    padding: 0 0 4%;
}

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

.access h3{
    padding: 0 0 0 10%;
}

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

.access .wrap-2 .walk li{
    padding: 0;
    margin: 0;
}

.access .wrap-2 .walk li:first-child{
    border-bottom: none;
}

.access .wrap-2 .point{
    font-size: 1.4rem;
    display: block;
    width: 100%;
    margin: 0;
    padding: 3% 0;
    border-bottom: dashed #aaa 1px;
}

.access .wrap-2 .point:nth-child(odd){
    margin: 0 0 0 0;
}

.access .wrap-2 .point .arrow{
    text-align: center;
}

.access .wrap-2 .point .time{
    text-align: center;
    width: 18%;
}

.access .wrap-2 .point .pin{
    text-align: center;
}

.access .wrap-2 .point .pin img{
    width: 30%;
}

.access .wrap-3 .intro{
    font-size: 1.4rem;
    margin: 0 0 3%;
}

.access .wrap-3 .rote{
    display: block;
    margin: 0 0 3%;
}
.access .wrap-3 .content{
    display: block;
    width: 100%;
}

.access .wrap-3 .content img{
    width: 100%;
}

.access .wrap-3 .content p{
    margin: 0;
    font-size: 1.5rem;
}

.access .wrap-3 .content span{
    font-size: 1.6rem;
    font-weight: bold;
    color: #0000BE;
}

.access .wrap-3 .arrow{
    display: block;
    width: 100%;
    text-align: center;
    margin: 5% 0;
}

.access .wrap-3 .arrow img{
    width: 10%;
    transform:rotate(90deg)
}

.access .wrap-3 .arrow.pc{
    display: block;
}

/* /////////////////////////////
Q-A
///////////////////////////// */
.qa{
    margin: 0 auto ;
}
.qa .wrap-1{
    padding: 0 0 8%;
}
.qa .wrap-1 img.center{
    width: 20%;
}
.qa .wrap-1 p{
    font-size: 1.6rem;
    margin: 0 auto;
    font-weight: bold;
    font-family: "游ゴシック";
}
.qa .wrap-1 p .sp{
    display: none;
}
.qa .wrap-1 .cepa{
    width: 42%;
    margin: 3% 2%;
}

.qa .wrap-2{
    width: 100%;
    padding: 2% 0 3%;
}
.qa .wrap-2 .box{
    display: table;
    margin: 0 0 1%;
}
.qa .wrap-2 .box.a{
    width: 98%;
    margin: 0 0 0 auto;
}
.qa .wrap-2 .box .img{
    width: 10%;
    display: table-cell;
    vertical-align: middle;
}
.qa .wrap-2 img{
    width: 90%;
}
.qa .wrap-2 .box p{
    padding: 0 0 0 3px;
    font-size: 1.6rem;
    font-weight: normal;
}
.qa .wrap-2 .box p.q{
    font-size: 1.8rem;
    color: #E75900;
    font-weight: bold;
}
.qa .wrap-2 .box.a .img{
    vertical-align: top;
}

/* /////////////////////////////
料金案内
///////////////////////////// */
.price .wrap-1{
    margin: 0 auto 5%;
}
.price .wrap-1 img{
    width: 15%;
}
.price .wrap-1 p{
    font-size: 1.6rem;
}
.price .wrap-1 p.at{
    font-size: 1.3rem;
}
.price h3{
    font-size: 1.8rem;
}
.price h3 img{
    width: 7%;
}
.price .wrap-2 table{
    width: 100%;
    margin: 2% 0 10%;
}
.price .wrap-2 th{
    font-size: 1.8rem;
}
.price .wrap-2 td{
    font-size: 1.6rem;
}
.price .wrap-3{
    margin: 0 auto 10%;
}
.price .wrap-3 ul{
    width: 100%;
    margin: 3% 0;
}
.price .wrap-3 li{
    font-size: 1.4rem;
    width: 40%;
}
.price .wrap-3 li.arrow{
    width: 18%;
}
.price .wrap-3 li img{
    width: 50%;
}
.price .wrap-4 h3 img{
    width: 10%;
}
.price .wrap-4 .step{
    width: 100%;
    margin: 3% auto;
}
.price .wrap-4 .num{
    width: 25%;
    font-size: 1.6rem;
}
.price .wrap-4 span{
    font-size: 1.6rem;
}
.price .wrap-4 .cepa{
    width: 42%;
}
/* /////////////////////////////
プライバシーポリシー＆リンク集
///////////////////////////// */
.policy{
    width: 90%;
    margin: 5% auto 0;
}
.policy .content{
    margin: 0 0 5%;
    padding: 3% 4%;
    font-size: 1.4rem;
}
.policy h3{
    text-align: left;
    padding: 0 0 0 10px;
    font-size: 1.8rem;
}
.policy p{
    font-size: 1.4rem;
}
.links .wrap-1 span{
    font-size: 1.8rem;
}
.links .wrap-1 p{
    font-size: 1.4rem;
}
.links .wrap-1 .sp{
    display: none;
}
.links ul{
    width: 100%;
}
.links ul li{
    padding: 0 0 0 5%;
    margin: 2% 0 3%;
}
.links ul li::before{
    margin: 0 0 0 -5%;
}
}