/* /////////////////////////////
トップ画像
///////////////////////////// */

#top-image img{
    position: absolute;
}

#top-image img.kumo{
    top: 0;
    right: 0;
}

#top-image img.nizi{
    bottom: 0;
    left: 0;
    width: 25%;
}

#top-image img.text{
    top:35%;
    right: 10%;
    width: 30%;
}

.wel{
    background: #FFF0C1;
    padding: 0 0 3%;
    text-align: center;
}

.wel .title{
    position: relative;
    width: 70%;
    margin: 0 auto;
    padding: 2% 0;
    max-width: 960px;
}

.wel .title img{
    width: 25%;
    max-width: 200px;
}

.wel .title .f-l{
    position: absolute;
    top: 0;
    left: 0;
}

.wel .title .f-r{
    position: absolute;
    top: 0;
    right: 0;
}

.wel .title span{
    font-family: 'Pacifico', cursive;
    font-size: 2.5rem;
    color: #E75900;
    position: relative;
    display: inline-block;
    padding: 0 10%;
}

.wel .title span::after{
    content: "";
    width: 50px;
    height: 2px;
    transform:rotate(-45deg);
    background-color: #E75900;
    position: absolute;
    bottom: 15px;
    right: 0;
}

.wel .title span::before{
    content: "";
    width: 50px;
    height: 2px;
    transform:rotate(45deg);
    background-color: #E75900;
    position: absolute;
    bottom: 15px;
    left: 0;
}

.wel .title h2{
    font-family:  'UD Digi Kyokasho NK-B';
    font-size: 2.5rem;
}

.wel .title h2 .sp{
    display: none;
}

.wel .content{
    width: 80%;
    text-align: center;
    display: table;
    margin: 1% auto;
    max-width: 850px;
}

.wel .content li{
    width: 25%;
    max-width: 250px;
    height: 220px;
    border-radius: 250px;
    background-color: #fff;
    position: relative;
    display: table-cell;
    vertical-align: top;
    position: relative;
    color: #E75900;
    border: solid #E75900 1px;
    box-shadow: 0px 0px 0px 10px #fff 
}

.wel .content li span{
    position: absolute;
    font-weight: bold;
    font-family: 'Lobster';
    font-size: 5rem;
    margin: auto;
    right: 0;
    left: 0;
    top: -35px;
}

.wel .content li h3{
    font-family: "游ゴシック";
    margin: 20% 0 0;
}

.wel .content li p{
    width: 60%;
    color: #000;
    margin: 5% auto;
    font-size: 1.4rem;
}

.wel .content li.cross{
    width: 10%;
    background: none;
    font-weight: bold;
    font-size: 2.5rem;
    border: none;
    vertical-align: middle;
    box-shadow: none;
}

.wel .link a{
    display: inline-block;
    font-family: "游ゴシック";
    font-weight: bold;
    margin: 2% 0 0;
    padding: 1% 3%;
    background-color: #fff;
    position: relative;
    border: solid #E75900 2px;
    font-size: 1.5rem;
}

.wel .link a span{
    font-family: 'Pacifico', cursive;
    display: block;
    font-size: 1.2rem;
    letter-spacing: 1px;
    color: #E75900;
}

.wel .link a:after {
    content:"";
    background-image: url(../../../../images/arrow-s.png);
    background-size: 4px;
    background-position: center;
    background-repeat: no-repeat;
    width: 10px;
    height: 15px;
    margin: 0;
    position: absolute;
    right:8%;
    top: 40%;
}

.wel .link a:hover{
    opacity: 1;
    color: #000;
    background-color: #ffccac6e;
}

/* /////////////////////////////
放課後等デイサービスとは
///////////////////////////// */

.what{
    text-align: center;
    position: relative;
    padding: 0 0 3%;
    width: 70%;
    max-width: 980px;
    margin: 4% auto;
}

.what .top-icon{
    width: 8%;
    max-width: 150px;
}

.what h2{
    font-family: 'UD Digi Kyokasho NK-B';
    margin: 1% 0 0;
}

.what span{
    font-family: 'Pacifico', cursive;
    font-size: 2rem;
    color: #E75900;
}

.what p{
    line-height: 2;
    font-size: 1.7rem
}

.what .left{
    position: absolute;
    left: 0;
    bottom: 15%;
    width: 15%;
    max-width: 150px;
}

.what .right{
    position: absolute;
    right: 0;
    bottom: 15%;
    width: 15%;
    max-width: 150px;
}

.what .link a{
    display: inline-block;
    font-family: "游ゴシック";
    font-weight: bold;
    margin: 2% 0 0;
    padding: 1% 3%;
    background-color: #fff;
    position: relative;
    border: solid #E75900 2px;
    font-size: 1.5rem;
}

.what .link a span{
    font-family: 'Pacifico', cursive;
    display: block;
    font-size: 1.2rem;
    letter-spacing: 1px;
    color: #E75900;
}

.what .link a:after {
    content:"";
    background-image: url(../../../../images/arrow-s.png);
    background-size: 4px;
    background-position: center;
    background-repeat: no-repeat;
    width: 10px;
    height: 15px;
    margin: 0;
    position: absolute;
    right:8%;
    top: 40%;
}

.what .link a:hover{
    opacity: 1;
    color: #000;
    background-color: #ffccac6e;
}

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

.flow{
    text-align: center;
    background: #FFF0C1;
    padding: 1% 0 2%;
}

.flow h2{
    font-family: "游ゴシック";
    letter-spacing: 2px;
}

.flow h2 img{
    width: 5rem;
    vertical-align: -1rem;
}

.flow .content{
    width: 70%;
    max-width: 980px;
    margin: 2% auto;
    background: #fff;
    padding: 3% 0 1%;
    position: relative;
    border: solid 2px #aaa;
}


.flow  .balloon{
    position: absolute;
    right: -10%;
    bottom:-5%;
    width: 20%;
    max-width: 250px;
}

.flow .step{
    display: table;
    margin: 0 auto 3%;
    text-align: left;
    width: 65%;
}

.flow .num{
    display: table-cell;
    width: 20%;
    font-family: "游ゴシック";
    font-weight: bold;
    font-size: 2rem;
    color: #E75900;
}

.flow .wrap{
    display: table-cell;
    width: 85%;
}

.flow .wrap span{
    font-weight: bold;
    font-size: 2rem;
    font-family: "游ゴシック";
    color: #E75900;
}

.flow .wrap p{
    margin: 0;
}

.flow .link a{
    display: inline-block;
    font-family: "游ゴシック";
    font-weight: bold;
    margin: 0;
    padding: 1% 3%;
    background-color: #fff;
    position: relative;
    border: solid #E75900 2px;
    font-size: 1.5rem;
}

.flow .link a span{
    font-family: 'Pacifico', cursive;
    display: block;
    font-size: 1.2rem;
    letter-spacing: 1px;
    color: #E75900;
}

.flow .link a:after {
    content:"";
    background-image: url(../../../../images/arrow-s.png);
    background-size: 4px;
    background-position: center;
    background-repeat: no-repeat;
    width: 10px;
    height: 15px;
    margin: 0;
    position: absolute;
    right:8%;
    top: 40%;
}

.flow .link a:hover{
    opacity: 1;
    color: #000;
    background-color: #ffccac6e;
}

.flow .cepa{
    display: inline-block;
    width: 15%;
    margin: 1% 3%;
    vertical-align: middle;
}

.flow .cepa img{
    width: 90%;
}

.flow .cepa .tel{
    width: 100%;
    margin: 1% 0;
    padding: 1% 0;
}

.flow .cepa .border{
    border-bottom: dashed 1px #aaa;
    margin: 0 0 4%;
}

/* /////////////////////////////
一日の流れ
///////////////////////////// */

.day{
    position: relative;
    text-align: center;
    padding: 3% 0;
}

.day .f-l{
    position: absolute;
    width: 20%;
    max-width: 200px;
    top:0;
    left: 10%;
}

.day .f-r{
    position: absolute;
    width: 20%;
    max-width: 200px;
    top:0;
    right: 10%;
}

.day .top-icon{
    width: 8%;
    max-width: 150px;
}

.day h2{
    font-family: 'UD Digi Kyokasho NK-B';
    margin: 1% 0 0;
}

.day span{
    font-family: 'Pacifico', cursive;
    font-size: 2rem;
    color: #E75900;
}

.day ul{
    width: 90%;
    max-width: 1280px;
    margin: 2% auto 0;
    position: relative
}

.day ul li{
    width: 49%;
    vertical-align: top;
}

.day ul li h3{
    font-family: 'UD Digi Kyokasho NK-B';
}

.day ul li h3 span{
    font-family: 'Pacifico', cursive;
    font-size: 2rem;
    font-weight: normal;
    display: block;
}

.day ul li.right{
    border-left: #000 dashed 1px;
}


.day ul li.left span{
    color: #006AB0
}

.day ul li.right span{
    color: #008469
}

.day ul li .step{
    display: table;
    margin: 0 auto 3%;
    text-align: left;
    width: 70%;
}

.day ul li .num{
    display: table-cell;
    width: 25%;
    font-family: "游ゴシック";
    font-weight: bold;
    font-size: 1.8rem;
    color: #006AB0;
}

.day ul li .wrap{
    display: table-cell;
    width: 85%;
}

.day ul li .wrap span{
    font-weight: bold;
    font-size: 1.8rem;
    font-family: "游ゴシック";
    color: #006AB0;
}

.day ul li.right .num{
    color: #008469
}

.day ul li.right .wrap span{
    color: #008469
}

.day ul li .wrap p{
    margin: 0;
    font-size: 1.5rem;
}

.day ul li.left .left-h{
    position: absolute;
    width: 20%;
    bottom: 10%;
    left: 2%;
}

.day ul li.left .left-t{
    position: absolute;
    width: 15%;
    bottom: 8%;
    left: 30%;
}