h2.top-h2{
    margin: 0 auto;
    text-align: center;
    width: 100%;
    font-size: 34px;
    font-weight: bold;
}

.top-h2 span{
    display: block;
    color: #69abde;
    font-size: 14px;
    margin-bottom: 5px;
}


.laundry .st-uni {
    display: flex;
    justify-content: space-between;
    width: 94%;
    max-width: 800px;
    margin: 40px auto 0;
}

.st-uni li {
    width: 48%;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
}

.st-uni li a {
    background: linear-gradient(90deg, #1558b3, #76b7e5, #1558b3);
    padding: 15px 0;
    display: block;
    box-sizing: border-box;
    border-radius: 40px;
    transition: all 0.7s ease-out;
    background-size: 300% 100%;
}


/*背景固定*/

.bk-border{
	position: relative;
    margin: 80px 0;
}

.item-bk {
	background-size: 100%;
	height: 380px;
	width: 100%;
	margin: 0 0 40px;
	overflow: hidden;
	position: relative;
}


.js-parallax {
	width: 100%;
	height: 50vh;
	margin: 0 auto;
	background: url(../img/img-laundry.jpg) no-repeat center top;
	text-align: center;
	background-size: cover;
    background-position: center top;
}



/* 設備 */
.setsubi {
    max-width: 1200px;
    width: 94%;
    margin: 40px auto 80px;
    box-sizing: border-box;
}

.setsubi .ttl {
    text-align: center;
    font-size: 28px;
    margin-bottom: 40px;
    color: #69abde;
}

.setsubi ul {
    margin-bottom: 20px;
}

.setsubi ul li {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 60px;
}

.setsubi ul li img {
    max-width: 540px;
    width: 50%;
}

.op-txt {
    flex: 1;
}

.op-txt h3 {
    font-size: 24px;
    color: #1558b3;
    margin-bottom: 20px;
}

.op-txt p {
    line-height: 1.8;
    margin-bottom: 10px;
}


.la_access{
    width: 1200px;
    max-width: 94%;
    background-color: #f6f8fa;
    padding: 60px;
    margin: 0 auto 60px;
}

.la_access .bg-white{
    background-color: #fff;
    border-radius: 30px;
    padding: 60px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.la_access .bg-white:last-child{
    margin-bottom: 0;
}

.la_access ul{
    width: 420px;
}

.la_access ul li {
    display: block;
    letter-spacing: 0.02em;
    margin-bottom:20px;
}

.la_access ul li:last-child{
    margin-bottom: 0;
}

.la_access ul li h4{
    font-size: 22px;
    color: #69abde;
    margin-bottom: 10px;
}

.la_access ul li h5 {
    color: #1558b3;
    border: 1px solid #1558b3;
    border-radius: 20px;
    padding: 4px 0 5px;
    line-height: 1;
    width: 75px;
    margin: 0 0 5px 0;
    text-align: center;
}

.la_access ul li span {
    display: block;
    text-align: left;
    line-height: 1.5em;
}

.avail{
    color: #1558b3;
    text-decoration: underline;
}

.footer .inner{
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .js-parallax{
        height: 30vh;
    }

    .la_access{
        padding: 40px;
    }
    
    .la_access .bg-white{
        padding: 40px;
    }

    .la_access .accessMap {
        width: 48%;
    }

    .la_access ul{
        width: 48%;
    }

    .la_access .accessMap iframe {
        width: 100%;
    }


}


@media (max-width: 820px) {

    .js-parallax {
        background: url(../img/imgsp-laundry.jpg) no-repeat center top;
        height: 50vh;
        background-size: cover;
        overflow: hidden;
    }

    .setsubi ul li {
        display: block;
    }

    .setsubi ul li img{
        width: 100%;
        margin: 0 auto 40px;
        display: block;
    }

    .la_access ul li h5 {
        width: 100%;
    }

    .la_access ul li span {
        width: 100%;
    }

    .la_access .bg-white{
        display: block;
        padding: 6%;
    }

    .la_access ul{
        width: 100%;
        margin-bottom: 30px;
    }

    .la_access .accessMap {
        width: 100%;
    }

}

@media (max-width: 480px) {
    h2.top-h2{
        margin-top: 20px;
        font-size: 28px;
    }

    .top-h2 span{
        margin-bottom: 0;
    }

    .laundry .st-uni{
        margin-top: 30px;
    }


    .bk-border{
        margin: 40px 0;
    }

    .setsubi{
        padding: 30px 20px;
        margin: 40px auto 0;
    }
    .setsubi .ttl{
        margin-bottom: 30px;
    }

    .setsubi ul li:last-child{
        margin-bottom: 0px;
    }

    .setsubi ul li img{
        margin-bottom: 30px;
    }

    .la_access{
        padding: 6%;
    }

    .js-parallax {
        background: url(../img/imgsp-laundry.jpg) no-repeat center top;
        height: 40vh;
        background-size: cover;
        overflow: hidden;
    }

}
