@charset "utf-8";

/* transportTit */
.transportTit {
    position: relative;
}

.transportTit img {
    width: 100%;
}

.transportTit h2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #ffffff;
    background: linear-gradient(to right, rgba(165, 140, 92, 0), rgba(165, 140, 92, 0.8) 50%, rgba(165, 140, 92, 0));
    width: 100%;
    left: 0;
    text-align: center;
    padding: 2rem 0;
    font-family: 'Trajan Pro', sans-serif;
    font-size: 2.8rem;
}

.transportTit .m-cap {
    right: 5%;
}

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

    .transportTit img {
        min-height: 200px;
        object-fit: cover;
        object-position: center;
    }

    .transportTit .txt {
        width: 90%;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 1rem 0;
    }

    .transportTit .m-cap {
        right: 10px;
    }

}

/* box01 */
.box01 {
    padding-bottom: 10rem;
}

.box01 .map {
    width: 80%;
    margin: 0 auto;
}

.box01 h3 {
    margin: 10rem 0 5rem;
    padding: 0.5rem 1rem;
    background: #867f7a;
    color: #ffffff;
    box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.75);
}

.box01 h3 span {
    font-size: 2.2rem;
}

.box01 .item {
    width: 32.5%;
    margin-bottom: 2rem;
}

.box01 .item .img {
    position: relative;
}

.box01 .item .img img {
    width: 100%;
}

.box01 .item .img p {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    color: #ffffff;
    text-shadow: 0 0 3px #000, 0 0 6px #000, 0 0 9px #000, 0 0 10px #000, 0 0 15px #000, 0 0 18px #000;
    font-size: 1.4rem;
}

.box01 .item .img p span {
    font-size: 150%;
}

.box01 .item .img p .num {
    font-size: 200%;
}

.box01 .item .txt {
    padding: 1rem 0.5rem;
    font-size: 10px;
}

@media (max-width: 999px) and (min-width: 769px){
    .box01 .item .img p {
        font-size: 1rem;
    }
}

@media screen and (max-width: 768px){
    .box01 {
        padding-bottom: 4rem !important;
    }

    .box01 .map {
        width: 100%;
    }

    .box01 h3 {
        margin: 6rem 0 3rem;
    }

    .box01 .item {
        width: 100%;
        margin-bottom: 2rem;
    }

    .box01 .item:last-child {
        margin-bottom: 0;
    }

    .box01 .item .txt {
        font-size: 1.2rem;
    }

    .box01 .item .img p span {
        font-size: 200%;
    }

    .box01 .item .img p .num {
        font-size: 300%;
    }
}

/* box02 */
.box02 {
    margin-bottom: 6rem;
}

.box02 .icon {
    display: none;
    text-align: center;
    color: #5d4727;
}

.box02 .arrowLine {
    position: relative;
    width: 100%;
    height: 2px;
    background: #000000;
    margin: 10px 0;
}

.box02 .arrowLine::before,
.box02 .arrowLine::after {
    content: '';
    width: 15px;
    height: 17px;
    background: url(../img/access/ic-line-arrow.svg) no-repeat top left / 100% 100%;
    position: absolute;
    top: -8px;
    left: -3px;
}

.box02 .arrowLine::after {
    left: auto;
    right: -3px;
    transform: rotate(180deg);
}

@media screen and (max-width: 2069px){
    .box02 .icon {
        display: block;
        margin-top: 4rem;
    }
}

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

    .box02 .icon {
        margin-top: 2rem;
    }
}



/* box03 */
.box03 {
    margin-bottom: 10rem;
}

.box03 .item {
    width: 32.5%;
    margin-bottom: 2rem;
}

.box03 .item .img {
    position: relative;
}

.box03 .item .img img {
    width: 100%;
}

.box03 .item .img .m-cap {
    line-height: 1;
}

.box03 .item .img p {
    position: absolute;
    left: 10px;
    width: 100%;
    bottom: 5px;
    color: #ffffff;
    text-shadow: 0 0 3px #000, 0 0 6px #000, 0 0 9px #000, 0 0 10px #000, 0 0 15px #000, 0 0 18px #000;
    font-size: 1.4rem;
    line-height: 1;
}

.box03 .item .img p span {
    font-size: 150%;
}

.box03 .item .img p .num {
    font-size: 200%;
}

.box03 .item .txt {
    padding: 1rem 0.5rem;
    font-size: 10px;
}

@media screen and (max-width: 768px){
    .box03 {
        margin-bottom: 6rem;
    }

    .box03 .item {
        width: 100%;
        margin-bottom: 2rem;
    }

    .box03 .item:last-child {
        width: 100%;
        margin-bottom: 0;
    }

    .box03 .item .txt {
        font-size: 1.2rem;
    }

    .box03 .item .img p span {
        font-size: 200%;
    }

    .box03 .item .img p .num {
        font-size: 300%;
    }
}



/* box04 */
.box04 {
    margin-bottom: 14rem;
}

.box04 .container {
    padding: 6rem 5rem;
    background: #f5f3ee;
    border-bottom: 15px solid #857e7a;
}

.box04 .sm {
    font-size: 60%;
}

.box04 .hasSup {
    position: relative;
}

.box04 .hasSup span {
    position: absolute;
    font-size: 10px;
    top: -10px;
    right: 0;
}

.box04 h4 {
    font-size: 2.2rem;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #dcdad5;
}

.box04 .col01 {
    width: 32%;
}

.box04 .col02 {
    width: 65%;
}

.box04 .col02 li {
    width: 49%;
}

.box04 .col02 li img {
    width: 100%;
}

.box04 .col02 .m-cap {
    margin-top: 5px;
}

@media screen and (max-width: 768px){
    .box04 {
        margin-bottom: 6rem;
    }

    .box04 .container {
        padding: 2rem;
    }

    .box04 .mTit {
        line-height: 1.8;
    }

    .box04 .col01 {
        width: 100%;
        margin-bottom: 2rem;
    }

    .box04 .col02 {
        width: 100%;
    }

    .box04 .col02 li {
        width: 100%;
        margin-bottom: 2rem;
    }

    .box04 .col02 li:last-child {
        margin-bottom: 0;
    }

    .box04 .col02 li:last-child figure .m-cap {
        position: static;
        text-align: right;
    }

    .box04 .col02 li:last-child .m-cap {
        margin-top: 10px;
    }
}



/* box05 */
.box05 {
    margin-bottom: 6rem;
}

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

}


/* box06 */
.box06 {
    margin-bottom: 12rem;
}

.box06 .container {
    background: #f5f3ee;
    padding: 4rem;
    border-bottom: 15px solid #857e7a;
}

.box06 .col01 {
    width: 51%;
}

.box06 .col01 .m-cap {
    text-shadow: 1px 1px 0 #ffffff,-1px 1px 0 #ffffff,1px -1px 0 #ffffff,-1px -1px 0 #ffffff,0px 1px 0 #ffffff,0px -1px 0 #ffffff,1px 0px 0 #ffffff,
    -1px 0px 0 #ffffff;
}

.box06 .col02 {
    width: 45%;
}

.box06 .col02 li {
    margin-bottom: 2rem;
}

.box06 .col02 li:last-child {
    margin-bottom: 0;
}

.box06 .col02 li p {
    font-size: min(2vw, 2.2rem);
}

.box06 .col02 li p span {
    background: #b90203;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 1.4rem;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 5px;
}

.box06 .col02 li .distance {
    font-size: 1.4rem;
}

@media screen and (max-width: 768px){
    .box06 .container {
        padding: 3rem;
    }

    .box06 .col01 {
        width: 100%;
        margin-bottom: 2rem;
    }

    .box06 .col02 {
        width: 100%;
    }

    .box06 .col02 li p {
        font-size: min(4vw, 2.2rem);;
    }
}


/* box07 */
@media screen and (max-width: 768px){
    .box07 .mTit {
        margin-bottom: 4rem;
    }

    .box07 .sp .photo:first-child {
        margin: 4rem 0 2rem;
    }
}




/* box08 */
.box08 {
    padding-bottom: 0;
}

.box08 .listTxt {
    margin: 10rem 0 4rem;
}

.box08 .listTxt li {
    width: 48%;
    display: flex;
    flex-wrap: wrap;    
    align-items: flex-end;padding-bottom: 1rem;
    border-bottom: 1px solid #000;
    gap: 4rem;
    line-height: 1.4;
}

.box08 .listTxt .tit {
    font-size: 1.7rem;
}

.box08 .listTxt .tit span {
    font-size: 150%;
}

.box08 .listTxt .distance {
    font-size: 1.9rem;
}

.box08 .listTxt .distance span {
    font-size: 320%;
    line-height: 1;
}

.box08 .listImg .m-cap {
    line-height: 1;
}

.box08 .listImg li {
    width: 32.5%;
    position: relative;
    margin-bottom: 2rem;
}

.box08 .listImg li img {
    width: 100%;
}

.box08 .listImg li p {
    position: absolute;
    left: 10px;
    width: 100%;
    bottom: 5px;
    color: #ffffff;
    text-shadow: 0 0 3px #000, 0 0 6px #000, 0 0 9px #000, 0 0 10px #000, 0 0 15px #000, 0 0 18px #000;
    font-size: 1.4rem;
    line-height: 1;
}

.box08 .listImg li p span {
    font-size: 150%;
}

.box08 .listImg li p .num {
    font-size: 200%;
}


@media (max-width: 999px) and (min-width: 769px){
    .box08 .listTxt .tit {
        font-size: 1.6vw;
    }

    .box08 .listTxt .distance {
        font-size: 1.8vw;
    }
}

@media screen and (max-width: 768px){
    
    .box08 {
        padding-bottom: 0 !important;
    }

    .box08 .listTxt li {
        justify-content: space-between;
        width: 100%;
        margin-bottom: 2rem;
    }

    .box08 .listTxt li:last-child {
        margin-bottom: 0;
    }

    .box08 .listImg li {
        width: 100%;
        margin-bottom: 2rem;
    }

    .box08 .listImg li:last-child {
        margin-bottom: 0;
    }

    .box08 .listImg li p {
        font-size: 1.6rem;
    }

    .box08 .listTxt .tit span {
        font-size: 120%;
    }

    .box08 .listTxt .distance span {
        font-size: 200%;
    }

}


/* scrollWrap */
.scrollWrap {
    max-width: 2070px;
    margin: 0 auto;
    overflow-x: auto;
}

.map-container {
    width: 2070px;
    display: flex;
    justify-content: center;
    cursor: grab;
    user-select: none;
}

.map-container.active {
    cursor: grabbing;
}

.scrollWrap img {
    padding-bottom: 40px;
    display: block;
    max-width: none;
    pointer-events: none;
}


.simplebar-track.simplebar-horizontal {
    background-color: #ccc !important;
    height: 12px !important;
}

.simplebar-scrollbar::before {
    background: #5d4727 !important;
    opacity: 1 !important;
    top: 2px;
    bottom: 2px;
}

@media (max-width: 767px) {
    .map-container {
        width: 1000px;
    }

    .scrollWrap img {
        width: 1000px;
        height: auto;
    }
}

@media (min-width: 2071px) {
    .simplebar-track.simplebar-horizontal {
        display: none !important;
    }
    
    .simplebar-content-wrapper {
        overflow: hidden !important;
    }

    .map-container {
        width: 100%;
        cursor: default;
    }
}