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


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

}


/* .contents
----------------------------------------- */
#contents {
    
}
#contents .inner {
    max-width: 90rem;
    padding-top: 8rem;
    display: flex;
    flex-flow: column;
    align-items: center;
}

#contents h1.ttl {
    font-size: 2.7rem;
    line-height: calc(45/27);
    font-weight: 700;
    margin-right: auto;
}

#contents .main_img {
    width: 100%;
    margin-top: 3rem;
    position: relative;
}
#contents .main_img .icon {
    position: absolute;
    bottom: 5rem;
    right: 5rem;
}
#contents .main_img .icon img {
    width: 8rem;
    height: auto;
}

#contents .lead {
    width: 100%;
    max-width: 60rem;
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    line-height: calc(28/16);
    font-weight: 700;
    margin-top: 6rem;
}

#contents .access {
    width: 100%;
    margin-top: 6rem;
    
    display: grid;
    grid-template-columns: repeat(2,50%);
    gap: 5rem 0;
}
#contents .access .con {
    width: 100%;
    
    display: flex;
    align-items: center;
}
#contents .access .con .layout {
    width: calc(275/450*100%);
    padding: 1rem 1.5rem;
    background-color: #FFDEDE;
    border-radius: 0.6rem;
    position: relative;
    /*overflow: hidden;*/
    
    display: flex;
    align-items: center;
}
#contents .access .con .layout .number {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.2rem 1rem 0.5rem;
    background-color: #E20000;
    border-radius: 0.6rem 0 0 0;
    font-size: 2rem;
    line-height: 1;
    color: #FFFFFF;
}
#contents .access .con .layout .img {
    width: calc(130/245*100%);
}
#contents .access .con .layout .img img {
    width: 100%;
    aspect-ratio: 130 / 85;
    object-fit: cover;
}
#contents .access .con .layout .ttl {
    width: calc(115/245*100%);
    padding-left: 1.5rem;
    font-size: 1.4rem;
    line-height: calc(23/14);
    font-weight: 700;
    color: #E20000;
}
#contents .access .con .transportation {
    width: calc(175/450*100%);
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
}
#contents .access .con .transportation .icon {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: relative;
    z-index: 1;
}
#contents .access .con .transportation .icon::before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #E20000;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#contents .access .con .transportation .info {
    width: 100%;
    font-size: 1.6rem;
    line-height: calc(23/16);
    font-weight: 700;
    text-align: center;
    
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
}


#contents .route {
    width: 100%;
    max-width: 72.5rem;
    margin-top: 8.5rem;
    
    display: flex;
    flex-flow: column;
}
#contents .route .con {
    width: 100%;
}
#contents .route .con .ttl_wrap {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}
#contents .route .con .ttl_wrap .number {
    margin-top: 0.3rem;
    padding: 0.3rem 1rem 0.5rem;
    background-color: #E20000;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    font-size: 2rem;
    line-height: 1;
    color: #FFFFFF;
}
#contents .route .con .ttl_wrap .ttl {
    font-size: 2.6rem;
    line-height: calc(23/16);
    font-weight: 700;
    color: #E20000;
}
#contents .route .con .con_wrap {
    width: 100%;
    background-color: #FCF4E2;
    padding: 3.5rem;
    padding-bottom: 2.5rem;
    border-radius: 1rem;
    display: flex;
    flex-flow: column;
}
#contents .route .con .con_wrap .layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem;
}
#contents .route .con .con_wrap .layout .img {
    width: calc(305/655*100%);
    position: relative;
    z-index: 1;
}

#contents .route .con .con_wrap .layout .img img {
    width: 100%;
    aspect-ratio: 305 / 203;
    object-fit: cover;
}

#contents .route .con .con_wrap .layout .img .info {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    flex-flow: column;
    gap: 0.2rem;
}
#contents .route .con .con_wrap .layout .img .time {
    padding: 0.2rem 1rem 0.5rem;
    background-color: #E20000;
    border-radius: 0 10rem 10rem 0;
    font-size: 1.6rem;
    line-height: 1;
    color: #FFFFFF;
}
#contents .route .con .con_wrap .layout .img .duration {
    padding: 0.2rem 1rem 0.5rem;
    background-color: #FFFFFF;
    border: 1px solid #E20000;
    border-radius: 0 10rem 10rem 0;
    font-size: 1.6rem;
    line-height: 1;
    color: #E20000;
}

#contents .route .con .con_wrap .layout .txt {
    width: calc(330/655*100%);
    font-size: 1.6rem;
    line-height: calc(22/16);
    letter-spacing: 0.06em;
    font-weight: 700;
}

#contents .route .con .con_wrap .btn_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
}
#contents .route .con .con_wrap .btn_wrap .btn {
    width: auto;
    min-width: 22rem;
}
#contents .route .con .con_wrap .btn_wrap .btn span {
    margin-right: 1.5rem;
}

#contents .route .con .transportation {
    width: 100%;
    margin: 1rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
#contents .route .con .transportation .icon {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: relative;
    z-index: 1;
    padding: 2rem 0;
}
#contents .route .con .transportation .icon::before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #E20000;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#contents .route .con .transportation .info {
    font-size: 1.6rem;
    line-height: calc(23 / 16);
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(2.5rem, -50%);
}

@media screen and (max-width: 768px) {
#contents .inner {
    width: 100%;
    padding-top: 6rem;
    display: flex;
    flex-flow: column;
    align-items: center;
}

#contents h1.ttl {
    width: 33.5rem;
    margin: auto;
    font-size: 2.0rem;
}

#contents .main_img {
    margin-top: 1.5rem;
}
#contents .main_img > picture > img {
    width: 100%;
    aspect-ratio: 375 / 250;
    object-fit: cover;
}
#contents .main_img .icon {
    position: absolute;
    bottom: 0.5rem;
    right: 1rem;
}
#contents .main_img .icon img {
    width: 6rem;
}

#contents .lead {
    width: 31.5rem;
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: calc(23/16);
    font-weight: 700;
    margin: auto;
    margin-top: 3rem;
}

#contents .access {
    width: 34rem;
    margin: auto;
    margin-top: 1.5rem;
    
    display: grid;
    grid-template-columns: repeat(1,100%);
    gap: 0 0;
}
#contents .access .con {
    width: 100%;
    flex-flow: column;
}
#contents .access .con .layout {
    width: 100%;
    padding: 1rem 1.5rem;
    background-color: #FFDEDE;
    border-radius: 0.6rem;
    position: relative;
    
    display: flex;
    align-items: center;
}
#contents .access .con .layout .number {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.2rem 1rem 0.5rem;
    background-color: #E20000;
    border-radius: 0.6rem 0 0 0;
    font-size: 2rem;
    line-height: 1;
    color: #FFFFFF;
}
#contents .access .con .layout .img {
    width: calc(130/310*100%);
}
#contents .access .con .layout .img img {
    width: 100%;
    aspect-ratio: 130 / 85;
    object-fit: cover;
}
#contents .access .con .layout .ttl {
    width: calc(180/310*100%);
    padding-left: 2rem;
    font-size: 1.6rem;
    line-height: calc(23/16);
    font-weight: 700;
    color: #E20000;
}
    
#contents .access .con .transportation {
    width: 100%;
    height: auto;
    padding-left: 6rem;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    position: relative;
    z-index: 1;
}
#contents .access .con .transportation .icon {
    width: auto;
    padding: 1.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: relative;
    z-index: 1;
}
#contents .access .con .transportation .icon::before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #E20000;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#contents .access .con .transportation .info {
    width: 100%;
    font-size: 1.6rem;
    line-height: calc(23/16);
    font-weight: 700;
    text-align: left;
    
    position: relative;
    bottom: 0;
    left: 0;
    transform: translate(0,0);
}


#contents .route {
    margin-top: 5rem;
    
    display: flex;
    flex-flow: column;
}
#contents .route .con {
    width: 100%;
}
#contents .route .con .ttl_wrap {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}
#contents .route .con .ttl_wrap .number {
    margin-top: -0.3rem;
    padding: 0.3rem 1rem 0.5rem;
    background-color: #E20000;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    font-size: 2rem;
    line-height: 1;
    color: #FFFFFF;
}
#contents .route .con .ttl_wrap .ttl {
    font-size: 2rem;
    line-height: calc(25 / 20);
}
#contents .route .con .con_wrap {
    width: 100%;
    background-color: #FCF4E2;
    padding: 3rem 3rem;
    padding-bottom: 2rem;
    border-radius: 1rem;
    display: flex;
    flex-flow: column;
}
#contents .route .con .con_wrap .layout {
    flex-flow: column;
    gap: 1rem;
    margin-top: 1rem;
}
#contents .route .con .con_wrap .layout .img {
    width: 100%;
}

#contents .route .con .con_wrap .layout .img img {
    width: 100%;
    aspect-ratio: 305 / 203;
    object-fit: cover;
}

#contents .route .con .con_wrap .layout .img .info {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    flex-flow: column;
    gap: 0.2rem;
}
#contents .route .con .con_wrap .layout .img .time {
    padding: 0.2rem 1rem 0.5rem;
    background-color: #E20000;
    border-radius: 0 10rem 10rem 0;
    font-size: 1.6rem;
    line-height: 1;
    color: #FFFFFF;
}
#contents .route .con .con_wrap .layout .img .duration {
    padding: 0.2rem 1rem 0.5rem;
    background-color: #FFFFFF;
    border: 1px solid #E20000;
    border-radius: 0 10rem 10rem 0;
    font-size: 1.6rem;
    line-height: 1;
    color: #E20000;
}

#contents .route .con .con_wrap .layout .txt {
    width: 100%;
    font-size: 1.6rem;
    line-height: calc(22/16);
    letter-spacing: 0.06em;
    font-weight: 700;
}

#contents .route .con .con_wrap .btn_wrap {
    margin-top: 2rem;
}
#contents .route .con .con_wrap .btn_wrap .btn {
    width: auto;
    min-width: 22rem;
}
#contents .route .con .con_wrap .btn_wrap .btn span {
    margin-right: 1.5rem;
}

#contents .route .con .transportation {
    width: 100%;
    margin: 1rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
#contents .route .con .transportation .icon {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: relative;
    z-index: 1;
    padding: 2rem 0;
}
#contents .route .con .transportation .icon::before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #E20000;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#contents .route .con .transportation .info {
    font-size: 1.6rem;
    line-height: calc(23 / 16);
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(2.5rem, -50%);
}

}


/* #route_list_wrap
----------------------------------------- */
#route_list_wrap {
    
}
#route_list_wrap .inner {
    padding-top: 12rem;
    padding-bottom: 12rem;
    display: flex;
    flex-flow: column;
    align-items: center;
}

#route_list_wrap h2.ttl {
    font-size: 2.6rem;
    letter-spacing: 0.06em;
    line-height: 1;
    font-weight: 700;
    color: #E20000;
}

#route_list_wrap .route_list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 5rem 2.5rem;
    margin-top: 4rem;
}
#route_list_wrap .route_list .route_con {
}
#route_list_wrap .route_list .route_con .img_wrap {
    width: 100%;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
#route_list_wrap .route_list .route_con .img_wrap > picture > img {
    width: 100%;
    aspect-ratio: 315 / 210;
    object-fit: cover;
}
#route_list_wrap .route_list .route_con .img_wrap .icon {
    position: absolute;
    bottom: 0.8rem;
    right: 0.8rem;
}
#route_list_wrap .route_list .route_con .img_wrap .icon img {
    width: 7rem;
    height: auto;
}
#route_list_wrap .route_list .route_con .txt_wrap {
    margin-top: 1rem;
    display: flex;
    flex-flow: column;
    gap: 0.5rem;
}
#route_list_wrap .route_list .route_con .txt_wrap .ttl {
    font-size: 2rem;
    line-height: calc(26/20);
    font-weight: 700;
}
#route_list_wrap .route_list .route_con .txt_wrap .time {
    font-size: 1.6rem;
    line-height: calc(20/16);
    font-weight: 700;
}

#route_list_wrap .to_top {
    margin-top: 10rem;
}
#route_list_wrap .to_top a {
    display: flex;
    align-items: center;
    gap: 2rem;
    font-size: 1.6rem;
    font-weight: 700;
}
#route_list_wrap .to_top a svg {
    transform: scale(-1,1);
}
#route_list_wrap .to_top a span {
    font-weight: 700;
}

@media screen and (max-width: 768px) {
#route_list_wrap .inner {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

#route_list_wrap h2.ttl {
    font-size: 2.6rem;
    letter-spacing: 0.06em;
}

#route_list_wrap .route_list {
    display: grid;
    grid-template-columns: repeat(1,100%);
    gap: 3rem 0;
    margin-top: 3rem;
}
#route_list_wrap .route_list .route_con {
}
#route_list_wrap .route_list .route_con .img_wrap {
    width: 100%;
    border-radius: 1rem;
}
#route_list_wrap .route_list .route_con .img_wrap > picture > img {
    width: 100%;
    aspect-ratio: 315 / 210;
    object-fit: cover;
}
#route_list_wrap .route_list .route_con .img_wrap .icon {
    position: absolute;
    bottom: 0.8rem;
    right: 0.8rem;
}
#route_list_wrap .route_list .route_con .img_wrap .icon img {
    width: 7rem;
    height: auto;
}
#route_list_wrap .route_list .route_con .txt_wrap {
    margin-top: 1rem;
    display: flex;
    flex-flow: column;
    gap: 0.5rem;
}
#route_list_wrap .route_list .route_con .txt_wrap .ttl {
    font-size: 2rem;
    line-height: calc(26/20);
    font-weight: 700;
}
#route_list_wrap .route_list .route_con .txt_wrap .time {
    font-size: 1.6rem;
    line-height: calc(20/16);
    font-weight: 700;
}

#route_list_wrap .to_top {
    margin-top: 8rem;
}
#route_list_wrap .to_top a {
    display: flex;
    align-items: center;
    gap: 2rem;
}
#route_list_wrap .to_top a svg {
    transform: scale(-1,1);
}
#route_list_wrap .to_top a span {
    font-weight: 700;
}

}

