@charset "UTF-8";
/* CSS Document */


@media screen and (max-width: 767px) {


/* layout01 */

.layout01 .box:not(:last-child) {
    margin-bottom: 50px;
}

.layout01 .box-img img {
    border-radius: 25px;
}
    
.layout01 .box-img2 {
    padding-top: 25px;
}

    
@media screen and (max-width: 500px) {
    
.layout01 .box-img2 img {
    flex: auto;
}
    
}
    
.layout01 .box-text {
    width: 100%;
}
    
.layout01 .footer-guide {
	padding: 0px 0px 60px;
    text-align: center;
}

.layout01 .map-box {
    height: 200px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.layout01 .box-map iframe {
height: 200px;
}

/* layout02 */

.layout02 {
   padding: 35px 0px;
}
    
.layout02 .box-img ul {
    gap:12px 3.3%;
}
    
.layout02 .box-img img {
    border-radius: 8px;
}
    





    .pc-view {
        display: none;
    }
    .sp-view {
        display: inline-block;
    }
   
}
