@charset "utf-8";

#access .access {
    width: 1000px;
    margin: 80px auto 100px;
}

#access .access .bnr {
    text-align: center;
    margin-bottom: 40px;
}

#access .access .boxL {
    width: 100%;
    max-width: 320px;
}

#access .access .boxL img {
    width: 100%;
}

#access .access .boxL .mapli01 {
    margin-bottom: 40px;
}

#access .access .boxL .mapli01 span,
#access .access .boxL .mapli02 span {
    font-size: 15px;
    color: #1f1f1f;
    line-height: 1.6;
    margin-top: 20px;
    display: inline-block;
    font-family: YuMincho, 'Yu Mincho', serif;
}

#access .access .boxR p {
    width: 100%;
    max-width: 640px;
}

#access .access .boxR p img {
    width: 100%;
}

#access .access .boxR .btn_map {
    margin: 40px auto 50px;
    text-align: center;
}

#access .access .boxR .btn_map li {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

#access .access .boxR .btn_map li a {
    width: 380px;
    height: 60px;
    display: block;
    border: 1px solid #ccc;
    margin: 0 auto;
}

#access .access .boxR .btn_map li a span {
    display: block;
    line-height: 60px;
}

#access .access .btn_map li a span:before {
    content: "\f1c1";
    font-family: FontAwesome;
    padding-right: 10px;
}

#access .access iframe {
    width: 1000px;
    height: 580px;
}

/* accessroute */

#access .access .accessroute .route_content {
    text-align: center;
    margin: 40px auto 60px;
    max-width: 1000px;
}

#access .access .accessroute .route_content h3 {
    color: #fff;
    background-color: #2b2b2b;
    height: 54px;
    line-height: 54px;
    margin-bottom: 20px;
}

#access .access .accessroute .route_content h3 span {
    padding-left: 20px;
    position: relative;
    font-size: 16px;
    letter-spacing: 4px;
}

#access .access .accessroute .route_content:nth-of-type(1) h3 span:before {
    content: "";
    background: url(../img/icon_train.png) no-repeat;
    width: 18px;
    margin-top: -14px;
    height: 28px;
    background-size: contain;
    display: block;
    position: absolute;
    top: 50%;
    left: -10px;
}

#access .access .accessroute .route_content:nth-of-type(2) h3 span:before {
    content: "";
    background: url(../img/icon_subway.png) no-repeat;
    width: 19px;
    height: 23px;
    background-size: contain;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -9.5px;
    left: -10px;
}

#access .access .accessroute .route_content:nth-of-type(3) h3 span:before {
    content: "";
    background: url(../img/icon_sky.png) no-repeat;
    width: 19px;
    height: 19px;
    background-size: contain;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -9.5px;
    left: -10px;
}

#access .access .accessroute .route_content:nth-of-type(4) h3 span:before {
    content: "";
    background: url(../img/icon_btrain.png) no-repeat;
    width: 36px;
    height: 17px;
    background-size: contain;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -8.5px;
    left: -30px;
}

#access .access .accessroute .route_content:nth-of-type(5) h3 span:before {
    content: "";
    background: url(../img/icon_car.png) no-repeat;
    width: 25px;
    height: 22px;
    background-size: contain;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -12.5px;
    left: -20px;
}

table {
    width: 100%;
    margin: auto;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
}

table th {
    padding: 10px;
    text-align: center;
    font-weight: bold !important;
    border: 1px solid #D9D9D9;
    background: #EEE;
    vertical-align: middle;
}

table td {
    padding: 10px;
    border: 1px solid #D9D9D9;
    text-align: left;
}

table td span {
    font-size: 28px;
    font-weight: bold;
    margin: 0 5px;
    color: #a38b4c;
}

.accesstable br {
    display: none;
}

.accesstable01 br {
    display: block !important;
}

.accesstext01 {
    margin: 20px 0 0 130px;
    text-align: left;
    color: red;
}

.accesstext02 {
    margin: 20px 130px 0 0;
    text-align: right;
}

.map_info {
    display: table;
    width: 1000px;
    max-width: 100%;
    text-align: left;
    border: 1px solid #ccc;
    padding: 2em 1em;
    margin: 0 auto;
}

.map_wrap+.map_info {
    margin-top: 40px;
}

.map_info>span {
    display: table-cell;
    vertical-align: top;
    padding: 0 1em;
    line-height: 1.8;
    margin-bottom: 25px;
}

.map_info .ico {
    width: 130px;
    text-align: center;
    border-right: 1px solid #ccc;
    padding-right: 2em;
}

.map_info .ico img {
    max-width: 100%;
}

.inline_next_link2 {
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
    margin-bottom: 50px;
}

.inline_next_link2 li {
    width: calc(100% - 3rem / 4);
    height: stretch;
}

.inline_next_link2 a {
    height: 100%;
}


.btn_clear2 {
    text-align: center;
    display: flex;
    gap: 1rem;
}

.btn_clear2 a {
    display: block;
    border: 1px solid #9e8b63;
    color: #9e8b63;
    width: auto;
    text-align: center;
    padding: 15px;
    font-size: 16px;
    font-family: YuMincho, 'Yu Mincho', serif;
}

.btn_clear2 a i {
    font-size: 20px;
    margin-right: 10px;
}

.btn_clear2 a:hover {
    background: #9e8b63;
    color: #fff;
}

/*190529追加*/
/*アクセス写真追加*/
.access_photo_01 {
    font-size: 14px;
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 100px;
}

.access_photo_01 ul {
    width: 1000px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.access_photo_01 li {
    width: 320px;
    padding-bottom: 20px;
}

.access_map_01 {
    float: none !important;
    margin-bottom: 120px;
}

.access_map_01 p {
    margin: 0 auto;
}

.route_content .map_info .accessblock {
    display: block;
    width: 100%;
}


/* 190610追加 */
.btn_map_access {
    margin: 40px auto 50px !important;
    text-align: center;
    width: 1000px !important;
}

.access_map_btn {
    width: 100% !important;
    margin: 0 auto;
    text-align: center;
}

.access_map_btn li {
    margin: auto;
}

.access_map_btn a {
    width: 380px;
    height: 60px;
    display: block;
    border: 1px solid #ccc;
    margin: 0 auto;
}

.access_map_btn a span {
    display: block;
    line-height: 60px;
}

.access_map_btn li a span:before {
    content: "\f1c1";
    font-family: FontAwesome;
    padding-right: 10px;
}

/* 210817大阪追加 */
.disnon {
    display: none !important;
}

.osaka_txt01 {
    margin: 0;
    text-align: left;
    padding: 0 19%;
    line-height: 1.2;
}

.osaka_txt02 {
    margin: 0% auto;
    text-align: left;
    padding: 0px 13%;
    line-height: 1.8;
}

.osaka_map {
    width: 64%;
    margin: 3% 18% 0;
}

/* 230530 */
.park_map_box {
    margin: 50px 0 60px;
}

.park_map_box strong {
    font-size: 20px;
    margin-bottom: 40px;
    display: block;
}

.park_map_box img {
    /* max-width: 100%; */
    margin-bottom: 80px;
    height: auto;
}

.park_map_box .park_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    border-bottom: 1px solid #D9D9D9;
}

.park_map_box .park_list.first {
    border-top: 1px solid #D9D9D9;
}

.park_map_box .park_list dt {
    width: 20%;
    background-color: #EEE;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.park_map_box .park_list.first dt {
    background-color: rgb(193 39 45 / 30%);
}

.park_map_box .park_list dd {
    width: 80%;
    display: flex;
    column-gap: 1rem;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
}

.park_map_box .park_list dd a {
    width: calc(100% - 300px);
    text-align: left;
}

.park_map_box .park_list dd ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.5rem;
    min-width: 200px;
}

.park_map_box .park_list dd ul li a {
    padding: 7px 15px;
    color: #fff;
    background-color: #a38b4c;
    display: block;
    max-width: 200px;
    width: 100%;
    transition: .3s;
    border: #a38b4c 1px solid;
}

.park_map_box .park_list dd ul li a:hover {
    background-color: #fff;
    color: #a38b4c;
}

.anchor {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}

.fs20s {
    font-size: 20px;
}

.ma3 {
    margin-top: 3%;
}

.lin-h {
    line-height: 22px;
}

.teikei-park {
    font-size: 14px;
}

.teikei-link :hover {
    opacity: 0.6;
    color: #4f4fb0;
}

#teikei-parkings {
    padding-top: 20px;
    margin-top: -20px;
}

.mb2 {
    margin-bottom: 2%;
}

.mat6 {
    margin-top: 6%;
}

.pc_only {
    display: block;
}

.access_minbox {
    border-right: 1px solid #ccc;
}

.map_info>span strong {
    display: block;
    background: #9e8b63;
    color: #fff;
    text-align: center;
}

.parking-bold {
    font-weight: bold;
}


/* 202510追加 */
/* faq_pickup */
#faq_pickup strong {
    font-size: 20px;
    margin-bottom: 40px;
    display: block;
    text-align: center;
}

.acMenu {
    margin: 0 auto;
    max-width: 100%;
    padding: 20px;
    border: 1px solid #ccc;
}

.acMenu dt {
    font-size: 16px;
    padding: 30px 0 30px 70px;
    border-top: 0;
    cursor: pointer;
    letter-spacing: 1px;
    position: relative;
    border-bottom: 1px dashed #c7c0af;
}

.acMenu dt.active {
    border-bottom: 0;
}

.acMenu dt.active:after {
    font-family: FontAwesome;
    content: "\f106";
    position: absolute;
    right: 0;
    font-size: 24px;
    margin-top: -12px;
    top: 50%;
}

.acMenu dt:after {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    right: 0;
    font-size: 24px;
    margin-top: -12px;
    top: 50%;
}

.acMenu dt:before {
    content: "Q";
    font-size: 52px;
    font-family: '小塚ゴシック Pro L', 'Kozuka Gothic Pro Light', sans-serif;
    position: absolute;
    color: #d5c8b0;
    left: 0;
    bottom: 5px;
}

.acMenu dd {
    padding: 0 90px 30px;
    line-height: 1.6;
    font-size: 16px;
    letter-spacing: 1px;
    position: relative;
    border-bottom: 1px dashed #c7c0af;
    display: none;
}

.acMenu dd a.pdf {
    display: inline-block;
    padding-left: 20px;
    position: relative;
    text-decoration: underline;
}

.acMenu dd a.pdf:hover {
    text-decoration: none;
}

.acMenu dd a.pdf:before {
    content: "\f1c1";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 0;
    color: #ff3333;
}

.acMenu dd:before {
    content: "A";
    font-size: 32px;
    font-family: '小塚ゴシック Pro L', 'Kozuka Gothic Pro Light', sans-serif;
    position: absolute;
    color: #666666;
    left: 60px;
    top: -10px;
}

.next_faq a {
    max-width: 450px;
    line-height: 60px;
    display: block;
    border: 1px solid #ccc;
    margin: 20px auto;
    text-align: center;
}

/*----------------------------------------------------
	☆SP
----------------------------------------------------*/


/*デバイスの横幅が750px以下の場合*/
@media only screen and (max-width: 768px) {
    #access .access .bnr {
        width: 100%;
        margin-bottom: 20px;
    }

    #access .access .bnr img {
        width: 100%;
    }

    #access .access {
        width: 93%;
        margin: 40px auto 50px;
    }

    #access .access .boxL {
        width: 100%;
        max-width: initial;
    }

    #access .access .boxL img {
        width: 100%;
    }

    #access .access .boxL ul {
        font-size: 0;
    }

    #access .access .boxL .mapli01 {
        margin-bottom: 10px;
        margin-right: 4%;
        width: 55%;
    }

    #access .access .boxL .mapli02 {
        width: 41%;
        margin-bottom: 10px;
    }

    #access .access .boxL .mapli01,
    #access .access .boxL .mapli02 {
        display: inline-block;
        vertical-align: top;
    }

    #access .access .boxL .mapli01 span,
    #access .access .boxL .mapli02 span {
        font-size: 12px;
        line-height: 1.4;
        margin-top: 10px;
    }


    #access .access .boxR p {
        max-width: initial;
    }

    #access .access .boxR .btn_map {
        margin: 20px auto;
    }


    #access .access .boxR .btn_map li a {
        width: 100%;
        height: 40px;
    }

    #access .access .boxR .btn_map li a span {
        line-height: 40px;
    }


    #access .access iframe {
        width: 100%;
        height: 500px;
    }

    /* accessroute */

    #access .access .accessroute .route_content {
        margin: 20px auto;
        max-width: 100%;
    }

    #access .access .accessroute .route_content p {
        width: 100%;
    }

    #access .access .accessroute .route_content p img {
        width: 100%;
    }

    #access .access .accessroute .route_content h3 {
        line-height: 1.25em;
        height: auto;
        padding: 0.5rem 0;
    }

    #access .access .accessroute .route_content h3 span {
        padding-left: 10px;
        font-size: 14px;
        letter-spacing: 4px;
    }


    #access .access .accessroute .route_content:nth-of-type(1) h3 span:before {
        content: "";
        background: url(../img/icon_train.png) no-repeat;
        width: 9px;
        margin-top: -7px;
        height: 14px;
        background-size: contain;
        display: block;
        position: absolute;
        top: 50%;
        left: -5px;
    }

    #access .access .accessroute .route_content:nth-of-type(2) h3 span:before {
        content: "";
        background: url(../img/icon_subway.png) no-repeat;
        width: 10px;
        height: 12px;
        background-size: contain;
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -6px;
        left: -5px;
    }

    #access .access .accessroute .route_content:nth-of-type(3) h3 span:before {
        content: "";
        background: url(../img/icon_sky.png) no-repeat;
        width: 10px;
        height: 10px;
        background-size: contain;
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -5px;
        left: -5px;
    }

    #access .access .accessroute .route_content:nth-of-type(4) h3 span:before {
        content: "";
        background: url(../img/icon_btrain.png) no-repeat;
        width: 21px;
        height: 10px;
        background-size: contain;
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -5px;
        left: -15px;
    }

    table {
        width: 100% !important;
        margin: auto;
        border-collapse: collapse;
        border-spacing: 0;
        font-size: 12px !important;

    }

    table th {
        padding: 6px;
        text-align: center;
        font-weight: bold !important;
        border: 1px solid #D9D9D9;
        background: #EEE;
        vertical-align: middle;
    }

    table td {
        padding: 6px;
        border: 1px solid #D9D9D9;
        text-align: left;
    }

    table td span {
        font-size: 20px;
        font-weight: bold;
        margin: 0 5px;
    }

    .accesstable br {
        display: block;
    }


    .map_info {
        font-size: 0.85em;
        padding: 1em;
    }

    .map_wrap+.map_info {
        margin-top: 20px;
    }

    .map_info>span {
        display: block;
        padding: 0.5em 0;
        line-height: 1.5;
    }

    .map_info .ico {
        width: auto;
        border-right: none;
        border-bottom: 1px solid #ccc;
        padding-right: 0;
        margin: 0 auto;
    }

    .map_info .ico img {
        width: 90px !important;
    }


    .inline_next_link {
        padding: 0 0 30px;
    }

    .inline_next_link li {
        display: block;
        padding: 5px 0;
    }

    .inline_next_link a {
        margin: 0 auto;
    }


    .inline_next_link2 {
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 0px !important;
    }

    .inline_next_link2 li {
        display: inline-block;
        width: 100%;
        padding: 0;
    }

    .inline_next_link2 a {}


    .btn_clear2 {
        flex-wrap: wrap;
        text-align: center;
    }

    .btn_clear2 a {
        display: block;
        border: 1px solid #9e8b63;
        color: #9e8b63;
        width: 100%;
        text-align: center;
        padding: 10px;
        font-size: 14px;
        font-family: YuMincho, 'Yu Mincho', serif;
    }

    .btn_clear2 a i {
        font-size: 20px;
        margin-right: 10px;
    }

    .btn_clear2 a:hover {
        background: #9e8b63;
        color: #fff;
    }

    /*190529追加*/
    /*アクセス写真追加*/
    .access_photo_01 {
        font-size: 12px;
        line-height: 1.5;
        padding-top: 10px;
        padding-bottom: 10%;
    }

    .access_photo_01 ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .access_photo_01 li {
        width: 48%;
        padding-bottom: 20px;
    }

    .access_photo_01 li img {
        width: 100%;
    }

    .access_map_01 {
        float: none !important;
        margin-bottom: 20%;
    }

    .access_map_01 p {
        margin: 0 auto;
    }

    /* 190610追加 */
    .access_map_btn li {
        width: 100% !important;
        margin: auto;
    }

    .access_map_btn li a {
        width: 100%;
        height: 40px;
    }

    .access_map_btn li a span {
        line-height: 40px;
    }

    /* 210817大阪追加 */
    .osaka_txt01 {
        line-height: 1.3;
        font-size: 14px;
        padding: 0;
    }

    .osaka_txt02 {
        padding: 0 0 0 2%;
        line-height: 1.3;
        font-size: 14px;
    }

    .osaka_tit {
        height: auto !important;
        line-height: 18px !important;
        margin-bottom: 10px !important;
        padding: 2% 3% !important;
    }

    .osaka_map {
        width: 100%;
        margin: 3% 0 0;
    }

    /* 230530 */
    .park_map_box img {
        width: 100%;
        margin-bottom: 80px;
    }

    .park_map_box .park_list {
        width: 90%;
        margin: auto;
        border-bottom: 1px solid #D9D9D9;
        border-right: 1px solid #D9D9D9;
        border-left: 1px solid #D9D9D9;
        font-size: 4.0vw;
    }

    .park_map_box .park_list dt {
        font-size: 4.5vw;
    }

    .park_map_box .park_list dd {
        justify-content: center;
        padding: 5% 2%;
        align-items: center;
        flex-direction: column;
    }

    .park_map_box .park_list dd a {
        width: 100%;
    }

    .park_map_box .park_list dd ul {
        margin: 6% auto 3%;
        justify-content: center;
        width: 100%;
        row-gap: 0.5rem;
    }

    .park_map_box .park_list dd ul li {
        width: 100%;
    }

    .park_map_box .park_list dd ul li a {
        width: 100%;
        display: inline-block;
    }

    .anchor {
        display: block;
        padding-top: 80px;
        margin-top: -80px;
    }

    .pc_only {
        display: none;
    }

    .access_minbox {
        border-right: none;
    }

    .map_info>span strong {
        padding: 2%;
    }

}


/* 202510追加 */
/* faq_pickup */

@media only screen and (max-width: 768px) {
    .acMenu dt {
        font-size: 14px;
        padding: 10px 0 10px 30px;
    }

    .acMenu dt:after {
        font-size: 16px;
        margin-top: -8px;
    }

    .acMenu dt:before {
        font-size: 26px;
    }

    .acMenu dd {
        padding: 0 0 10px 30px;
        line-height: 1.4;
        font-size: 12px;
    }

    .acMenu dd a {
        padding-left: 15px;
    }

    .acMenu dd a:before {
        background-size: contain;
        width: 10px;
        height: 12px;
        top: 3px;
    }

    .acMenu dd:before {
        font-size: 20px;
        left: 3px;
        top: -5px;
    }

    .next_faq a {
        line-height: 40px;
    }
}