@media screen and (max-width: 1180px) {
/* ///////////////////////////////////////////////////////////////////
３つの特徴
/////////////////////////////////////////////////////////////////// */
h2.ch-2{
    display: block;
    width: 80%;
    max-width: 1080px;
    text-align: center;
    margin: 0 auto 1%;
}

h2.ch-2 img{
    width: 30%;
}

#choose{
    position: relative;
    display: table;
    width: 95%;
    margin: 0 auto;
    text-align: center;
    border-spacing: 10px;
	border-collapse: separate;
}

.choose-content{
    background-image: url(../images/top-bg-cork.webp);
    position: relative;
    display: table-cell;
    width: 30%;
    vertical-align: top;
    padding: 1% 0  2%;
}

.choose-content img{
    width: 90%;
    height: 250px;
}

.choose-content .bg-white{
    background: #fff;
    width: 90%;
    margin: 0 auto;
    padding: 1%;
    border-radius: 10px;
}

.choose-content h3{
    font-size: 2vw;
    font-family:'UD Digi Kyokasho NK-B';
}

.choose-content p{
    font-size: 16px;
    text-align: left;
    width: 95%;
    margin:0 auto 5%
}

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

#day-service{
    padding: 10% 0;
    position: relative;
}

.day-service{
    width: 80%;
    letter-spacing: 1px;
}

.day-service h2{
    letter-spacing: 3px;
    margin: auto;
    right: 0;
    left: 0;
    width: 60%;
}

.day-service p{
    text-align: left
}

.day-service .right-img{
    width: 35%;
}

/* ///////////////////////////////////////////////////////////////////
流れ
/////////////////////////////////////////////////////////////////// */

#flow{
    position: relative;
    margin: 5% 0;
}

#flow .flag-1{
    left: 5%;
}

#flow .flag-2{
    right: 5%;
}

#flow h2{
    font-size:1.6em;
    letter-spacing: 4px;
}

#flow h2.one{
     width: 50%;
}

.flow-1{
    width: 65%;
}

.link{
    width: 80%;
}

.link li{
    vertical-align: middle
}

.time-flow{
    width: 95%;
}

.time-flow .top2{
    width: 60%;
}

.time-flow .top3{
    display: none;
}

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

.photo{
    width: 100%;
}

.photo .flag-1,.photo .flag-2{
    position: absolute;
    width: 20%;
    top:5%
}

.photo .flag-1{
    left: 1%;
}

.photo .flag-2{
    right: 1%;
}

.photo h2::before{
    bottom: -10px;
}

.photo ul{
    margin: 2% auto;
}

.photo li{
    width: 27%;
    vertical-align: top;
}

.photo li img{
    height: 120px;
}

.photo li h3{
    font-size: 1.5vw;
}

.photo li .detail a{
    font-size: 1.3vw;
}

.photo li .detail a::after{
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    font-weight: bold;
    vertical-align: 0;
    display: inline-block;
    padding: 0 1%;
}

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

.service{
    position: relative;
    text-align: center;
}

.service h2{
    text-align: center;
    font-size: 2em;
    font-family:'UD Digi Kyokasho NK-B';
    padding:4% 5% 0;
    position: relative;
    display: inline-block;
}

.service .flag-1{
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
    max-width: 100px;
    display: block;
}

.service ul{
    width: 80%;
    margin: 0 auto;
    max-width: 980px;
}

.service ul li{
    width: 100%;
    position: relative;
    vertical-align: bottom;
}

.service ul li img{
    width: 30%;
    display: inline-block;
    vertical-align: middle;
}

.service ul li .text{
    width: 58%;
    font-size: 2vw;
}

.service ul li .text .num{
    font-size: 3vw;
    font-family:Arial, Helvetica, sans-serif
}

.service ul li .text span{
    font-size: 2.8vw;
}

.service ul li.left{
    text-align: left;
    vertical-align: top;
    padding: 0 0 ;
}

.service ul li.right{
    text-align: right;
    vertical-align: bottom;
    padding: 10% 0 0;
    margin: -10% 0 0;
}

.service .link{
    margin: 3% 0 0 auto;
    display: block;
    width: 50%;
}



}