/*--------------------------ファーストビュー--------------------------*/

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

    #top3 .top_img {
        width: 100%;
        display: block;
        object-fit: cover;
        height: 25vh;
    }
}

/*--------------------------メイン--------------------------*/

main {
    background-size: cover;
    padding-top: 0px;
    overflow: hidden;
}

@media screen and (max-width:1000px) {
    main {
        padding: 0 20px;
    }
}

/*--------------------------アクセス全体 タイトル--------------------------*/

#access {
    background-size: cover;
}

#access h2 {
    font-family: serif;
    color: #2b2b2b;
}


/*--------------------------タイトル--------------------------*/

.titlearea {
    margin: 50px auto;
    max-width: 1000px;
}

.titlearea h2 {
    text-align: center;
    margin: 0 !important;
    font-family: 'UtsukushiFONT', serif !important;
    font-size: 24px !important;
}

.titlearea p {
    margin: 0 !important;
    font-size: 30px;
    font-size: 16px !important;
    position: relative;
    padding: 0.4rem;
    text-align: center;
}

.titlearea p span {
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
}

.titlearea p:before {
    position: absolute;
    bottom: -6px;
    left: calc(50% - 30px);
    width: 55px;
    height: 3px;
    content: '';
    border-radius: 3px;
    background: #9C0100;
}

.titlearea p {
    margin-top: 10px;
    color: #9C6900;
}

@media screen and (max-width: 1350px) {
    .titlearea {
        margin: 50px auto;
        max-width: 1000px;
    }

    .titlearea h2 {
        margin: 0 !important;
        font-family: 'UtsukushiFONT', serif !important;
        font-size: 24px !important;
    }

    .titlearea p {
        margin: 0 !important;
        font-size: 30px;
        font-size: 16px !important;
        position: relative;
        padding: 0.4rem;
        text-align: center;
    }

    .titlearea p span {
        font-size: 18px;
        font-size: 1.8rem;
        display: block;
    }

    .titlearea p:before {
        position: absolute;
        bottom: -6px;
        left: calc(50% - 30px);
        width: 55px;
        height: 3px;
        content: '';
        border-radius: 3px;
        background: #9C0100;
    }

    .titlearea p {
        margin-top: 10px;
        color: #9C6900;
    }
}


/*--------------------------アクセス--------------------------*/

.map-wrap {
    width: 80%;
    margin: auto;
    text-align: center;
}

.map-wrap iframe {
    max-width: 960px;
}

.viewanime {
    opacity: 1;
}

.map-info {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

@media screen and (max-width:767px) {
    .map-wrap iframe {
        height: 260px;
    }
}

/*======================= Googleマップの下 =======================*/

.map_under {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 30px;
}

.map_under div p {
    letter-spacing: 2px;
}

.map_under div p:first-child {
    font-size: 20px;
    margin-bottom: 10px;
}

.map_under div p span {
    font-size: 14px;
}

.map_under img {
    width: 200px;
}

@media screen and (max-width:768px) {
    .map_under {
        display: block;
        margin: 30px auto;
        width: 100%;
        text-align: center;
    }

    .map_under a {
        width: 80%;
    }

    .map_under a img {
        width: 200px;
    }
}



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

    .map_under div p:first-child {
        font-size: 18px;
    }

    .map_under div p span {
        font-size: 10px;
    }

    .map_under a {
        margin: 10px auto 0;
        display: block;
        width: 100%;
        max-width: 270px;
    }
}



/*======================= リスト =======================*/

.access-list {
    text-align: center;
    margin-top: 95px;
    margin-bottom: 95px;
}

.access-list li {
    display: inline-block;
    width: 30%;
    font-size: 1.6rem;
    padding-bottom: 10px;
}

.access-list li:nth-child(2) {
    margin: 0 40px;
}

.train-access {
    padding-top: 60px;
}

.map-info h4 {
    font-size: 1.4rem;
    font-weight: normal;
    font-family: serif;
    text-align: center;
    margin-bottom: 40px;
    color: #2b2b2b;
}


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

    .car-access h4,
    .train-access h4,
    .air-access h4 {
        margin-bottom: 15px;
        font-size: 1.4rem;
    }
}


/*======================= 公共交通機関・車でお越しの方 =======================*/

.viewanime2 {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}

.hover-bar {
    position: relative;
    width: auto;
    padding: 0 0px;
}

.hover-bar:hover::after {
    animation: nav-hover .6s ease;
}

@keyframes nav-hover {
    0% {
        -webkit-transform-origin: right top;
        transform-origin: right top;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    50% {
        -webkit-transform-origin: right top;
        transform-origin: right top;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    51% {
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    100% {
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@media screen and (max-width:768px) {
    .access-list li {
        display: inline-block;
        width: 30%;
        font-size: 1.4rem;
        text-align: left;
        padding: 15px 0 5px;
        position: relative;
    }

    .access-list li a {
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .access-list li {
        width: 98%;
        margin: 0 !important;
    }
}

/*====================お車でお越しの方====================*/

.train-access {
    padding-top: 60px;
}

.acord dl {
    font-size: 0px;
    padding: 35px 0 0px;
    color: #2b2b2b;
}

.acord dl dt {
    font-family: serif;
    color: #2b2b2b;
    font-size: 1.2rem;
    width: 100%;
    vertical-align: top;
    margin-bottom: 35px;
    cursor: pointer;
    transition: .3s;
    -webkit-transition: .3s;
    pointer-events: none;
}

.acord dl dt:hover {
    opacity: 0.6;
}

.acord dl dt span.open {
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: top;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    float: right;
    cursor: pointer;
    pointer-events: none;
}

.acord dl:last-child {
    border-bottom: 1px solid #d3d3d3;
}

.acord dl dd {
    height: 0;
    overflow: hidden;
}

.acord dl dd img {
    margin-bottom: 20px;
    opacity: 0;
    transition: .3s;
    -webkit-transition: .3s;
}

.acord dl dd p {
    font-size: 1.0rem;
    text-align: center;
    line-height: 1.8;
    margin-top: 10px;
}

.acord dl dd a {
    color: #222222;
}

.pc_view {
    display: block;
}

.mb_view {
    display: none;
}

.pc_dt {
    text-align: center;
}

.pc_dd {
    height: auto !important;
}

.acord dl dd .holder {
    padding-top: 30px;
    -ms-overflow-x: auto;
    overflow-x: auto;
    -ms-overflow-y: hidden;
    overflow-y: hidden;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

.acord dl dd span.access_close {
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: top;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    float: right;
    margin-bottom: 25px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    cursor: pointer;
    transition: .3s;
    -webkit-transition: .3s;
}

.acord dl dd span.access_close:hover {
    opacity: 0.6;
}

.parking_img {
    display: block;
    margin: 0 auto;
    padding-bottom: 70px !important;
}

.parking_img img {
    width: 25%;
    margin: 0 auto;
    display: block;
}

.parking_img p {
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 10px;
    font-family: serif;
}

.detail-txt {
    font-size: 12px !important;
}

.box {
    overflow: hidden;
}

@media screen and (max-width:768px) {
    .acord dl dd {
        height: auto;
        overflow: hidden;
    }

    .acord dl dt {
        font-size: 1.0rem;
        padding: 10px 40px 10px 10px;
        background-color: #2b2b2b;
        color: #fff;
        margin-bottom: 0px;
        width: calc(100% - 50px);
        pointer-events: none;
    }

    .acord dl dd p {
        text-align: left;
        font-size: 0.9rem;
    }

    .parking_img {
        width: 100%;
        margin-bottom: 70px;
    }

    .parking_img img {
        width: 100%;
        max-width: 250px;
    }

    .pc_view {
        display: none;
    }

    .mb_view {
        display: block;
    }
}


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

    .title2 {
        position: relative;
        cursor: pointer;
        font-weight: normal;
        transition: all .5s ease;
    }

    .title2::before,
    .title2::after {
        background-color: #fff;
        position: absolute;
        content: '';
        width: 15px;
        height: 2px;
    }

    .title2::before {
        top: 48%;
        right: 15px;
        transform: rotate(0deg);
        background-color: #2b2b2b;
    }

    .title2::after {
        top: 48%;
        right: 15px;
        transform: rotate(90deg);
        background-color: #2b2b2b;
    }

    .title2.close::before {
        transform: rotate(45deg);
    }

    .title2.close::after {
        transform: rotate(-45deg);
    }

    .acodion_text_area {
        padding: 0;
        height: auto !important;
    }
}

@media screen and (max-width:768px) {
    main section.access01 .map-wrap {
        width: 100%;
        border: none;
    }

    .parking_img p {
        font-size: 16px;
    }
}

@media screen and (max-width: 600px) {
    .parking_img {
        width: 55%;
        margin-bottom: 70px;
    }
}

@media screen and (max-width: 400px) {
    .parking_img {
        width: 75%;
        margin-bottom: 70px;
    }
}

.air-access {
    padding-top: 60px;
}
