@charset "utf-8";
/* boxMap */
.boxMap{
    text-align: center;
}
.boxMap iframe{
    max-width: 100%;
}
.boxMap .boxMapTit{
    margin-top: 7.5rem;
    color: var(--blackColor);
}
.boxMap .boxMapTit .tit{
    font-size: var(--pcFontSize45);
}
.boxMap .boxMapTit .txt{
    font-size: var(--pcFontSize22);
    margin-top: 1.8rem;
}
.boxMap .boxBtn{
    margin-top: 2.8rem;
}
.boxMap .boxBtn .link{
    width: 25rem;
    height: 5.4rem;
    margin: 0 auto;
    color: var(--whiteColor);
    font-size: var(--pcFontSize16);
    background-color: var(--green_4db_Color);
    border-radius: 2.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0.2rem;
}
@media only screen and (max-width:1215px){
    .boxMap .boxIframe{
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 92.31%;
    }
    .boxMap .boxIframe iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .boxMap .boxMapTit{
        margin-top: 3.4rem;
    }
    .boxMap .boxMapTit .tit{
        font-size: var(--spFontSize20);
    }
    .boxMap .boxMapTit .txt{
        font-size: var(--spFontSize12);
        margin-top: 1rem;
        font-weight: normal;
    }
    .boxMap .boxBtn{
        margin-top: 2rem;
    }
    .boxMap .boxBtn .link{
        width: 17.5rem;
        height: 4.5rem;
        font-size: var(--spFontSize12);
        border-radius: 2.2rem;
        padding-bottom: 0.4rem;
    }
}

/* boxBnr  */
.boxBnr {
    text-align: center;
    margin-top: 6rem;
}
@media only screen and (max-width:1215px){
    .boxBnr {
        width: 100%;
        margin-top: 3rem;
    }
    .boxBnr .imgBnr {
        max-width: 30rem;
        margin: 0 auto;
    }
}


.secIndexAccess{
    margin: 6rem auto 0;
}
.secIndexAccess th,
.secIndexAccess td{
    border: 1px solid var(--green_4db_Color);
    color: var(--blackColor);
}
.secIndexAccess th{
    width: 25rem;
    font-size: var(--pcFontSize19);
    line-height: var(--pcLineHeight19_28);
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    background: var(--bg02_Color);
    color: var(--green_4db_Color);
}
.secIndexAccess td{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_28);
    font-weight: bold;
    padding: 3.5rem;
}
.secIndexAccess .inTit{
    display: inline-block;
    margin-top: 1rem;
}
.secIndexAccess .intxt{
    display: flex;
    letter-spacing: var(--pcLetterSpacing14_1em);
}
.secIndexAccess .intxt .txt:not(:last-child){
    position: relative;
    padding-right: 3rem;
    margin-right: 4rem;
}
.secIndexAccess .intxt .txt:not(:last-child)::after{
    position: absolute;
    content: '⇒';
    margin: auto;
    display: block;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
}
.secIndexAccess .intxt .txt:nth-child(2){
    width: 12rem;
    margin-left: 1rem;
    display: flex;
    justify-content: center;
    white-space: nowrap;
}
.secIndexAccess a.aBtn{
    min-width: 18rem;
    width: auto;
    height: 4.7rem;
    background-color: var(--gray_ece_Color);
    border-radius: 2.3rem;
    font-size: var(--pcFontSize14);
    color: var(--blue_396_Color);
    text-decoration: underline;
    margin-top: 1.5rem;
    display: inline-block;
    text-align: center;
    padding: 1rem 2.4rem;
    font-weight: normal;
}
.secIndexAccess .fOrange{
    color: var(--orange_ff4_Color);
}
.secIndexAccess .boxCar{
    margin-top: 1rem;
}
.secIndexAccess .boxCar .bnrTxtBox {
    margin-top: 0.5rem;
    font-weight: bold;
    line-height: var(--pcLineHeight14_26);
    font-size: var(--pcFontSize14);
}
.secIndexAccess .boxCar .bnrTxtInfo {
    margin-top: 0.5rem;
    font-size: var(--pcFontSize12);
    line-height: 2;
    margin-bottom: 2rem;
}
.secIndexAccess .boxPrice{
    background-color: var(--purple_01_Color);
    padding: 1.5rem 2rem;
    margin: 1rem 0;
}
.secIndexAccess .boxPrice .txtNum {
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_24);
}
.secIndexAccess .boxPrice .txtMemo {
    font-size: var(--pcFontSize12);
    line-height: var(--pcLineHeight12_20);
    margin-top: 0.5rem;
}
.secIndexAccess .boxCar .aBnr {
    position: relative;
    margin: 30px auto 0;
    text-decoration: none;
    width: 42rem;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--pcFontSize16);
    font-weight: bold;
    border-radius: 0.5rem;
    box-shadow: 0 -1px 0 0 rgba(4, 0, 0, .4) inset;
    background-color: #fff103;
    color: #874000;
}
.secIndexAccess .boxCar .bnr01::after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    bottom: 0.4rem;
    left: 1.5rem;
    width: 7rem;
    height: 8rem;
}
.secIndexAccess .boxCar .bnr01.lazyloaded::after{
    background: url(../img/access/iconEvent.png) center top / cover no-repeat;
}
.secIndexAccess .boxCar .txtCar{
    font-size: var(--pcFontSize13);
    line-height: var(--pcLineHeight13_24);
    margin: 3rem auto 0;
}
@media only screen and (max-width:1215px){
    .secIndexAccess{
        margin-top: 3rem;
    }
    .secIndexAccess tr,
    .secIndexAccess th,
    .secIndexAccess td{
        display: block;
    }
    .secIndexAccess th{
        width: 100%;
        font-size: var(--spFontSize14);
        text-align: left;
        padding: 1rem 2rem;
    }
    .secIndexAccess td{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_24);
        padding: 1.5rem 1.5rem 2rem;
        border-top: none;
    }
    .secIndexAccess tr:nth-child(n+2) th{
        border-top: none;
    }
    .secIndexAccess br + .intxt{
        margin-top: 0.5rem;
    }
    .secIndexAccess .intxt .txt:not(:last-child){
        padding-right: 1rem;
        margin-right: 1rem;
    }
    .secIndexAccess .intxt .txt:nth-child(2){
        width: 8.5rem;
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }
    .secIndexAccess a.aBtn{
        min-width: 14.5rem;
        height: 4rem;
        border-radius: 2rem;
        font-size: var(--spFontSize12);
        margin: 0.7rem 0 0.5rem;
    }
    .secIndexAccess .boxCar{
        margin-top: 0.5rem;
    }
    .secIndexAccess .boxCar .bnrTxtBox {
        line-height: var(--spLineHeight12_18);
        font-size: var(--spFontSize12);
        margin: 1rem 0 0 0;
    }
    .secIndexAccess .boxCar .bnrTxtInfo {
        font-size: var(--spFontSize10);
        line-height: var(--spLineHeight10_16);
        margin-bottom: 1.2rem;
    }
    .secIndexAccess .boxCar .bnrTxtEvent{
        margin-bottom: 0.7rem;
    }
    .secIndexAccess .boxPrice{
        padding: 1rem;
    }
    .secIndexAccess .boxPrice .txtNum {
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_19);
    }
    .secIndexAccess .boxPrice .txtMemo {
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_17);
    }
    .secIndexAccess .boxCar .aBnr {
        width: 93.64%;
        height: 5.5rem;
        font-size: var(--spFontSize12);
        margin-top: 1.9rem;
        font-weight: normal;
    }
    .secIndexAccess .boxCar .bnr01::after{
        bottom: 1.2rem;
        left: 1rem;
        width: 4.5rem;
        height: 5.1rem;
    }
    .secIndexAccess .boxCar .txtCar{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_18);
        font-weight: normal;
        margin-top: 1.5rem;
    }
}

@media only screen and (max-width:1215px){
    .boxMap,.boxTable{
        max-width: 40rem;
        margin: 0 auto;
    }
}