@charset "UTF-8";

/* page_hd */

.page_hd {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 30px;
    margin-bottom: 0px;
}

.page_hd_btn {
    margin-bottom: 70px;
}

.download_link {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.download_link a {
    margin: 0;
    max-width: 240px;
    padding: 15px 30px;
    background: #F58C8C;
    justify-content: space-between;
}

.download_link a:hover {
    background: #001254;
}

.page_ttl {
    margin-bottom: 40px;
}

.page_intro {
    max-width: 600px;
}


/* feature */

.feature_slide_item {
    width: 760px;
    padding: 70px 60px 56px;
    background: #fff;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.feature_slide_item_ribbon {
    width: 128px;
    height: 51px;
    color: #fff;
    background: url(/img/about/bg-ribbon.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature_slide_item_cnt {
    max-width: 330px;
}

.feature_slide_item_ttl {
    font-size: 24px;
    margin-bottom: 20px;
}

.splide__pagination,
.splide__arrow svg {
    display: none;
}

.splide__arrow {
    background: url(/img/about/icon-arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    width: 45px;
    height: 45px;
}

.splide__arrows {
    position: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

.splide__arrow {
    position: unset;
    transform: unset;
}

.splide__arrow--prev {
    transform: rotate(180deg);
}

.feature_slide {
    display: flex;
    flex-flow: column-reverse;
    gap: 50px;
}



/* address */

main .address {
    padding-top: 100px;
    margin-top: -100px;
    margin-bottom: 80px;
}

.address_body {
    display: flex;
    justify-content: space-between;
    gap: 140px;
}

.address_body.-address {
    margin-bottom: 220px;
}

.address_cnt {
    max-width: 400px;
}

.address_body.-park {
    align-items: start;
}

.address_body.-park .address_cnt img {
    margin-bottom: 20px;
}

.address_cnt .name {
    font-size: 24px;
    margin-bottom: 15px;
}

.address_detail {
    margin-bottom: 30px;
}

.address_tel {
    margin-bottom: 40px;
    color: #000;
}

.address .date {
    font-size: 16px;
}

.address .tel_number {
    font-size: 40px;
    color: #F58C8C;
    line-height: 50px;
}

.address .tel_number span {
    font-size: 50px;
}

.address  .contact_btn {
    background: #F58C8C;
    border: solid 1px #F58C8C;
    color: #fff;
    font-size: 24px;
    padding: 20px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    transition-duration: 0.5s;
}

.address .contact_btn:hover {
    background: #fff;
    color: #000;
}

.address .contact_btn::before {
    content: '';
    width: 33px;
    height: 23px;
    background: url(/img/cmn/icon-contact_hover.svg);
    background-size: cover;
    background-repeat: no-repeat;
    transition-duration: 0.5s;
}

.address .contact_btn:hover::before {
    background: url(/img/cmn/icon-contact.svg);
}

.address_map {
}

.address_map .view,
.address_map iframe {
    margin-bottom: 30px;
}

.address_map iframe {
    width: 100%;
    height: 100%;
    max-width: 660px;
    max-height: 440px;
    border-radius: 30px;
    aspect-ratio: 660 / 400;
}

.access_item_ttl {
    color: #F58C8C;
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: dotted 1px #B4B4B4;
}

.access_list {
    margin-bottom: 40px;
}

.access_list_item {
    margin-bottom: 35px;
}

.access_list_item.-car .access_item_ttl::before {
    content: '';
    width: 16px;
    height: 12px;
    background: url(/img/about/icon-car.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 30%;
    left: 0;
}

.access_list_item.-train .access_item_ttl::before {
    content: '';
    width: 12px;
    height: 16px;
    background: url(/img/about/icon-train.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 20%;
    left: 0;
}

.access_list_item.-bus .access_item_ttl::before {
    content: '';
    width: 13px;
    height: 15px;
    background: url(/img/about/icon-bus.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 20%;
    left: 0;
}


@media screen and (max-width: 767px) {
    .page_hd {
        flex-flow: column;
        gap: 20px;
    }

    .download_link {
        justify-content: center;
        gap: 10px;
    }

    .feature_slide {
        gap: 20px;
    }

    /* feature */

    .feature {
        padding: 40px 0;
        margin-bottom: 40px;
    }

    .feature_slide_item {
        flex-flow: column;
        padding: 40px 15px 20px;
        gap: 15px;
    }

    .feature_slide_item_ttl {
        font-size: 16px;
    }

    .feature_slide_item_txt {
        font-size: 14px;
    }
    
    .feature_slide_item_ribbon {
        width: 88px;
        height: 35px;
        left: unset;
        right: 20px;
        font-size: 14px;
    }

    .feature_slide_item_img {
        width: 60%;
    }

    /* address */

    main .address {
        margin-bottom: 80px;
    }

	.address_body {
		flex-flow: column-reverse;
		gap: 20px;
	}
    
    .address_body.-address {
        margin-bottom: 0px;
    }

	.address .tel_number {
		font-size: 30px;
	}

	.address .tel_number span {
		font-size: 40px;
	}

	.address .contact_btn {
		padding: 20px;
        font-size: 20px;
	}
}