body {
    margin: 0;
    background-color: #E4E7ED; 
}
.lp {
    text-align: center;
    width: 50%;
    min-width: 700px;
    margin: 0 25%;
    gap: 0px;
    opacity: 0px;
    background-color: #FFF;
    color:#212630;
    font-family: "Yu Gothic Pr6N", "san-self";
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.first_message {
    margin-left: 5%;
    margin-right: 5%;
}
.route_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.route {
    box-shadow: 0px 2px 6px 0px #06184A29;
    margin: 12px 21px 12px 21px;
    width:calc(100% / 3);
    min-width: 278px;
}

.route_image {
    margin: 16px;
    text-align: center;
    width: calc(100% - 32px);
}

.route_title {
    display: flex;
    margin-left: 16px;
    align-items: center;
    -webkit-text-size-adjust: 100%;
}

.title {
    margin: 0;
    font-family: "Yu Gothic Pr6N";
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    text-align: left;
    max-width: 225px;
}

.route_summary {
    margin-left: 8px;
    justify-content: flex-start;
    display: flex;
}

.route_time, .route_distance, .route_displacement{
    margin-left: 8px;
    font-family: "Yu Gothic Pr6N";
    color: #212630BF;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
}
.route_point {
    margin-left: 16px;
    display: flex;
}

.spot_name {
    font-family: "Yu Gothic Pr6N";
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    margin: 0;
}

.launch_btn {
	font-family: "Yu Gothic Pr6N", sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 16px auto;
	width: 203px;
	height: 32px;
	background: transparent;
	border: solid 1px #0F4587;
	border-radius: 24px;
	color: #0F4587;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	outline: none;
}
.footer {
    align-items: center;
    flex-direction: column;
    height: auto;
    justify-content: flex-start;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    width: 100%;
    max-width: 100%;
}
.footer_body {
    align-items: center;
    background: #0F4587;
    flex-direction: column;
    gap: 0px;
    height: auto;
    justify-content: flex-start;
    margin: 0px;
    padding: 24px 40px 24px 40px;
    max-width: 100%;
}
.footer_mobile {
    margin: 0px;
    align-items: center;
    background: #0F4587;
    flex-direction: column;
    text-align: center;
}
.sns_mobile {
    padding-top: 24px;
    /* margin-bottom: 8px; */
}
.footer_1st {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 40px;
    height: auto;
    justify-content: space-between;
    margin: 0px;
    padding: 0px;
    max-width: 100%;
}
.footer_links {
    text-decoration: none;
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    height: auto;
    justify-content: flex-start;
    padding: 0px;
    width: 100%;
    max-width: 100%;
}
.footer_links_mobile {
    display: flex;
    flex-wrap: nowrap;
    height: auto;
    justify-content: center;
    padding: 0px;
    margin-bottom: 16px;
    width: auto;
    max-width: 100%;
}
.footer_links_p {
    color: #FFFFFF;
    flex: none;
    font-family: var(--s-font-c995f805);
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    height: auto;
    letter-spacing: 0px;
    line-height: 1.5;
    text-align: center;
    width: auto;
    max-width: 100%;
    justify-content: center;
    text-decoration: none;
}
.footer_log {
    align-items: flex-end;
    flex: none;
    flex-direction: column;
    gap: 4px;
    height: auto;
    justify-content: flex-start;
    padding: 0px;
    max-width: 100%;
}
.footer_logo {
    text-align: end;
    min-height: 26px;
}
.footer_log_mobile {
    max-width: 100%;
}

.logo_end {
    text-align: end;
    height: 26px;
}

.logo {
    text-align: center;
    margin-bottom: 10px;
    width: 50%;
}

.footer_separete {
    height: 1px;
    gap: 0px;
    opacity: 0px;
    background: #FFFFFF;
}

.footer_rc {
    font-family: "Hiragino Sans";
    font-size: 8px;
    font-weight: 400;
    line-height: 12px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 16px;
    padding-bottom: 13px;
    margin: 0;
}