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


/* layout01 */

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

.layout01 .box-img img {
    border-radius: 30px;
}

.layout01 .box-img2 {
    padding-top: 40px;
}

.layout01 .box-img2 img {
    flex: 1;
}

.layout01 .footer-guide {
	padding: 0px 0px 100px;
}

.layout01 .map-box {
    width: 100%;
    height: 450px;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 30px;
}

.layout01 .box-map p {
    text-align: center;
}

.layout01 .box-map iframe {
    width: 100%;
height: 450px;
}

/* layout02 */

.layout02 {
   padding: 70px 0px;
    background : rgba(254, 243, 198, 0.2);
}

.layout02 .box-img ul {
   display: flex;
  justify-content: flex-start;
flex-wrap: wrap;
    gap:30px 3.3%;
}

.layout02 .box-img ul li {
    width: 31%;
}

.layout02 .box-img img {
   border-radius: 15px;
    height: 18vw;
}


.sp-view {
	display: none;
}
