@charset "UTF-8"; /*------------------------

ページタイトル

------------------------*/

.access-page .con_mainmovie {
    background-image: url(../../access/img/page-title.png);
    position: relative;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .access-page .con_mainmovie {
        background-image: url(../../access/img/page-title@2x.png);
    }
}

.access-page .con_mainmovie img {
    position: absolute;
    bottom: 0;
    left: 63%;
}

/*------------------------

イントロ

------------------------*/
.intro {
    background-image: url("../../access/img/intro_img.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1170px;
    text-align: center;
    letter-spacing: .2em;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .intro {
        background-image: url(../../access/img/intro_img@2x.png);
    }
}

.intro .title {
    color: #b19200;
    font-size: 24px;
    margin-bottom: 15px;
}

.intro .title em {
    font-size: 32px;
    color: #fff;
}

.intro .title strong {
    color: #fff;
    position: relative;
    display: inline-block;
    font-size: 18px;
}

.intro .title strong:before {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    left: -35px;
}

.intro .title strong:after {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    right: -25px;
}

.intro .title strong:after, .intro .title strong:before {
    width: 1px;
    height: 38px;
    margin: auto 0;
    content: "";
    background-color: #ffffff;
    position: absolute;
    top: 5px;
    bottom: 0;
    display: block;
}

.intro .title h1 {
    color: #fff;
    line-height: 1.35em;
    font-weight: 400;
}

/*------------------------

マップ

------------------------*/
#ez-map {
    min-height: 150px;
    min-width: 150px;
    height: 420px;
    width: 100%;
}

.btn-googlemap:after {
    display: none;
}

/*------------------------

ページリスト

------------------------*/
.access-page .page-list {
    padding: 32px 0;
}

.access-page .page-list ul {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .access-page .page-list ul {
        flex-direction: row;
        flex-wrap: wrap;
        border-top: 1px solid rgba(255, 255, 255, 0.43);
    }
}

.access-page .page-list ul li {
    list-style-type: none;
    flex: 0 1 auto;
    margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
    .access-page .page-list ul li {
        margin-bottom: 16px;
    }

    .access-page .page-list .is-row > .is-col {
        width: 33.33333% !important;
        margin-bottom: 0;
    }

    .access-page .page-list .is-row > .is-col:first-child, .access-page .page-list .is-row > .is-col:nth-child(2) {
        width: 50% !important;
    }
}

.access-page .page-list li a {
    text-align: center;
    display: block;
    text-decoration: none;
    color: #f4eee6;
    padding: 1em 16px;
    border-left: 1px solid rgba(255, 255, 255, 0.43);
    font-size: 18px;
}

.access-page .page-list li:last-child a {
    border-right: 1px solid rgba(255, 255, 255, 0.43);
}

.access-page .page-list li a:hover {
    background: #2d2d2d;
}

.access-page .page-list li a:after {
    content: "\e64b";
    font-family: 'themify';
    color: #ba9400;
    display: block;
}

@media only screen and (max-width: 767px) {
    .access-page .page-list li a:after {
        display: block;
        margin-left: 0;
    }
}

@media only screen and (max-width: 1280px) {
    .access-page .page-list li a {
        font-size: 14px;
        padding: 1em;
    }
}

@media only screen and (max-width: 767px) {
    .access-page .page-list li, .access-page .page-list li a {
        width: 100%;
        padding: 0;
        border: 0;
    }

    .access-page .page-list {
        padding: 16px 0;
        margin-bottom: 16px;
        border-top:
    }

    .access-page .page-list li {
        list-style-type: disc;
    }

    .access-page .page-list li:last-child {
        margin-bottom: 0;
    }

    .access-page .page-list li a {
        border-right: 1px solid rgba(255, 255, 255, 0.43);
        border-bottom: 1px solid rgba(255, 255, 255, 0.43);
        padding: 8px 0 4px;
    }

    .access-page .page-list li:nth-child(1) a, .access-page .page-list li:nth-child(3) a {
        border-left: 1px solid rgba(255, 255, 255, 0.43);
    }
}

/*------------------------

交通

------------------------*/
.by-train .title, .by-car .title, .by-ferry .title, .from-airport .title, .by-bus .title {
    -webkit-font-feature-settings: 'pkna';
    font-feature-settings: 'pkna';
    font-size: 24px;
    letter-spacing: 0.03em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 1.35;
    margin: 0 auto 32px;
    position: relative;
    padding: 70px 56px 56px;
}

@media only screen and (max-width: 767px) {
    .by-train .title {
        padding-bottom: 240px;
        margin-bottom: 16px;
    }
}

.by-train .title .img, .by-car .title .img, .by-ferry .title .img, .from-airport .title .img, .by-bus .title .img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
    .by-train .title .img, .by-car .title .img, .by-ferry .title .img, .from-airport .title .img, .by-bus .title .img {
        width: 50px;
    }
}

.by-train .title .en, .by-car .title .en, .by-ferry .title .en, .from-airport .title .en, .by-bus .title .en {
    width: 100%;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    color: #b19200;
    font-size: 16px;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.contents .button, .contents .button:active, .contents .button:focus {
    padding: 16px;
}

/*------------------------

電車でお越しの場合

------------------------*/
.by-train {
    position: relative;
}

.by-train .shimakaze {
    position: absolute;
    top: 56px;
    right: 80px;
    transform: rotate(-3deg);
}

@media only screen and (max-width: 767px) {
    .by-train .shimakaze {
        width: 250px;
        position: absolute;
        top: 250px;
        right: 0;
        left: 50%;
        margin-left: -125px;
        transform: rotate(-3deg);
    }
}

.box_acc .st_acc {
    background: #8e6510;
    color: #fff;
    padding: 16px 0;
    text-align: center;
    margin: 0 0 16px;
}

@media only screen and (max-width: 767px) {
    .box_acc .st_acc {
        padding: .5em 1em;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: left;
        position: relative;
    }
}

.box_acc .box_root ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.box_acc .box_root ul li {
    list-style: none;
    width: 100%;
}

.box_acc .box_root ul li.is-50 {
    width: 50%;
    min-width: 50%;
}

.box_acc .box_root ul .root {
    text-align: center;
    background-size: 9px auto;
    background-repeat: repeat-y;
    background-position: center top;
    padding: 32px 0;
    background-color: #111110;
}

@media only screen and (max-width: 767px) {
    .box_acc .box_root ul .root {
        background-size: 6px auto;
        background-position: center bottom;
        padding: 16px 0;
    }
}

.box_train .from-osaka .box_root ul .root.train {
    padding: 107px 0;
}

.box_car .from-osaka .box_root ul li:nth-child(2) {
    padding: 61px 0;
}

.box_car .from-osaka .box_root ul li:nth-child(4) {
    padding: 78px 0;
}

@media only screen and (max-width: 1279px) {
    .box_car .from-osaka .box_root ul li:nth-child(6) {
        padding: 44px 0;
    }
}

@media only screen and (max-width: 1279px) {
    .box_car .from-kyoto .box_root ul li:nth-child(6) {
        padding: 44px 0;
    }
}

.box_car .from-nagoya .box_root ul li:nth-child(2) {
    padding: 182px 0;
}

.box_car .from-tokyo .box_root ul li:nth-child(2) {
    padding: 107px 0;
}

.box_airport .by-car .box_root ul li:nth-child(2) {
    padding: 20px 0;
}

.box_airport .by-car .box_root ul li:nth-child(4) {
    padding: 31px 0;
}

.box_airport .by-car .box_root ul li:nth-child(6) {
    padding: 20px 0;
}

.box_airport .by-car .box_root ul li:nth-child(8) {
    padding: 52px 0;
}

.box_airport .by-train .box_root ul li:nth-child(2) {
    padding: 74px 0;
}

.box_airport .by-train .box_root ul li:nth-child(4) {
    padding: 65px 0;
}

.box_airport .pc_only.box_root ul li:nth-child(2) {
    padding: 53px 0;
}

.box_bus .from-chubu .box_root ul li:nth-child(2) {
    padding: 86px 0;
}

@media only screen and (max-width: 767px) {
    .box_car .from-kyoto .box_root ul li:nth-child(6) , .box_car .from-osaka .box_root ul li:nth-child(6) , .box_airport .pc_only.box_root ul li:nth-child(2), .box_train .from-osaka .box_root ul .root.train, .box_car .from-osaka .box_root ul li:nth-child(2), .box_car .from-osaka .box_root ul li:nth-child(4), .box_car .from-nagoya .box_root ul li:nth-child(2), .box_car .from-tokyo .box_root ul li:nth-child(2), .box_airport .by-car .box_root ul li:nth-child(2), .box_airport .by-car .box_root ul li:nth-child(4), .box_airport .by-car .box_root ul li:nth-child(6), .box_airport .by-car .box_root ul li:nth-child(8), .box_airport .by-train .box_root ul li:nth-child(2), .box_airport .by-train .box_root ul li:nth-child(4), .box_bus .from-chubu .box_root ul li:nth-child(2) {
        padding: 16px 0;
    }
}

.box_acc .box_root ul .root span {
    display: block;
    padding: 8px 0;
    background-color: #111110;
    color: #b5b5b2;
}

.box_acc .box_root ul .root.train_jr {
    background-image: url(../../access/img/bg_train_jr.png);
}

.box_acc .box_root ul .root.train {
    background-image: url(../../access/img/bg_train.png);
}

.box_acc .box_root ul .root.car {
    background-image: url(../../access/img/bg_car.png);
}

.box_acc .box_root ul .root.walk {
    background-image: url(../../access/img/bg_walk.png);
    background-position: center bottom;
}

.box_acc .box_root ul .root.ferry {
    background-image: url(../../access/img/bg_ferry.png);
    background-size: 13px auto;
}

.box_acc .box_root ul .st {
    border: 2px solid #555552;
    text-align: center;
    padding: 8px 0;
    letter-spacing: .36em;
}

.box_acc .st_arr {
    clear: both;
    background-image: url(../../common/img/pat04.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    color: #fff;
    padding: 16px 0;
    text-align: center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .webp .box_acc .st_arr {
        background-image: url(../../common/img/pat04@2x.webp);
    }
}

@media only screen and (max-width: 767px) {
    .box_acc .st_arr img {
        max-width: 7em;
    }
}

/*------------------------

赤いレトロなバスでお出迎え

------------------------*/
.con_bus {
    border: 2px solid #8e6510;
    background: #0e0a02;
    padding: 48px;
}

@media only screen and (max-width: 767px) {
    .con_bus {
        padding: 1.5em 0.8em;
    }
}

.con_bus h2 {
    color: #a68400;
    text-align: center;
    font-weight: 400;
    letter-spacing: .2em;
    margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
    .con_bus h2 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 374px) {
    .con_bus h2 {
        letter-spacing: .1em;
    }
}

.con_bus .box_bus p.txt_d {
    color: #f2c880;
    margin-bottom: 0;
}

/*------------------------

お車でお越しの場合

------------------------*/
.con_car {
    border: 2px solid #8e6510;
    background: #0e0a02;
    padding: 48px 72px;
}

@media only screen and (max-width: 767px) {
    .con_car {
        padding: 8px;
        height: 230px
    }
}

.img-map {
    width: 1170px;
    height: 646px;
    position: relative;
}

.img-map .img01 {
    position: absolute;
    top: 0;
    left: 0;
}

.img-map .img02 {
    position: absolute;
    top: 370px;
    left: 180px;
}

.img-map .img03 {
    position: absolute;
    top: 0;
    left: 650px;
}

@media only screen and (max-width: 1349px) {
    .img-map {
        height: 530px;
    }

    .img-map .img01 {
        width: 812px;
    }

    .img-map .img02 {
        width: 300px;
        position: absolute;
        top: 300px;
        left: 140px;
    }

    .img-map .img03 {
        width: 300px;
        position: absolute;
        top: 0;
        left: 500px;
    }
}

@media only screen and (max-width: 767px) {
    .img-map {
        width: 327px;
        height: auto;
        position: relative;
    }

    .img-map .img01 {
        width: 320px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .img-map .img02 {
        width: 100px;
        position: absolute;
        top: 130px;
        left: 67px;
    }

    .img-map .img03 {
        width: 100px;
        position: absolute;
        top: 0px;
        left: 200px;
    }
}

/*------------------------

フェリーでお越しの場合

------------------------*/
.by-ferry {
    position: relative;
}

.by-ferry .ferry-icon {
    position: absolute;
    top: 120px;
    right: 50%;
    margin-right: 100px;
    display: inline-block;
}

/*------------------------

中部国際空港からお越しの場合

------------------------*/
.from-airport {
    position: relative;
}

.from-airport .airplane-icon {
    position: absolute;
    top: 140px;
    left: 50%;
    margin-left: 100px;
    display: inline-block;
}

/*------------------------

高速バスでお越しの場合

------------------------*/
.by-bus {
    position: relative;
}

.by-bus .bus-icon {
    position: absolute;
    top: 120px;
    right: 50%;
    margin-right: 100px;
    display: inline-block;
}

#htlSide-A {
    top: 490px;
}
@media (max-width: 1800px) {
    #htlSide-A {
        top: 510px;
    }
}