/*
========================================
File Name :         base.css
Description :       ベース用
Version :           1.0
Since :             2015-12-08
Last Up Date :      2016-01-07
========================================
*/
@charset "UTF-8";
/*-----------------------------------------------------------
===  [ reset CSS ]  ====================================
------------------------------------------------------------*/

/* ***************************************************************************** */
/*

　目次

-------------------------------------------------------------------------------

　01. basic

*/
/* ***************************************************************************** */

/** -------------------------------------------------------
 ** 01. basic
 ** ------------------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
    font-weight: normal;
    /* [disabled]background: transparent; */
}
html { overflow-y: scroll; }
body { line-height: 1; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
ul,
ol,
dl {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
}
/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del { text-decoration: line-through; }
abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    font-size:1.2rem;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}
caption,
th {
    text-align: left;
}
th,
td {
    vertical-align: top;
}
caption {
    font-style: normal;
    font-weight: normal;
}
th {
    font-weight: normal;
}
img,
a img {
    vertical-align: top;
    border: none;
    background: transparent;
}
/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
input,
select {
    vertical-align: middle;
}
input,
textarea {
    font-size:1.2rem;
}
object,
embed {
    vertical-align: top;
    outline: none;
}
br { letter-spacing: normal; }
dfn,
cite {
    font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size:1.2rem;
    line-height: 1.0;
}
em,
address,
dfn {
    font-style: normal;
}
sub,
sup {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.0;
    font-size:1.2rem; /*px*/
}
sup { vertical-align: 0.3em;
}
sub { vertical-align: -0.1em; }

/* ***************************************************************************** */


/*-----------------------------------------------------------
===  [ base CSS ]  ====================================
------------------------------------------------------------*/

/* ***************************************************************************** */
/*

　目次

-------------------------------------------------------------------------------

　01. base layout

*/
/* ***************************************************************************** */

/** -------------------------------------------------------
 ** 01. base layout
 ** ------------------------------------------------------- */
/* Html
----------------------------------------------------*/
html {
    font-size:62.5%;/*base*/
}
/* Body
----------------------------------------------------*/
body {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
    color: #333;
    background: #fff;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size:1.2rem;
    -webkit-text-size-adjust: 100%;
}
/* -- Link -- */
a:link {
    color: #333;
    text-decoration: none;
}
a:visited {
    color: #333;
    text-decoration: none;
}
a:hover {
    color: #333;
    text-decoration: none;
}
a:active {
    color: #333;
    text-decoration: none;
}
input,
button,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
}
button {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333;
}
button:disabled {
    opacity: 0.1;
}
.calendarBtn:disabled {
    opacity: 1;
}

/* All Wrap
----------------------------------------------------*/
#all {
    position: relative;
    z-index: 2;
    background: #fff;
}

/* Cover(for menu interaction)
----------------------------------------------------*/
.cover01 {
    display: none;
    position: absolute;
    top: 50px;
    z-index: 99999;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
}

/* Header
----------------------------------------------------*/
.header01 .header01-in {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #e0e0e0;
}
    /*---- Logo ----*/
    .header01 .logo01 {
        float: left;
        width: 110px;
        margin: 10px 0 0 10px;
    }
    /*---- Menu Button ----*/
    .header01 .menu-btn01 {
        float: right;
        position: relative;
        text-align: center;
        margin-right: 5px;
        font-size:1.3rem;
    }
        .header01 .menu-btn01 .menu-btn01-txt {
            display: inline-block;
            -webkit-transform: scale(0.6);
            transform: scale(0.6);
            -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
        }
        .header01 .menu-btn01 .menu-btn01-in {
            display: block;
            width: 40px;
            height: 55px;
            padding-top: 35px;
            box-sizing: border-box;
        }
        .header01 .menu-btn01 .menu-btn01-in .menu-btn01-txt-close {
            display: none;
        }
        .header01 .menu-btn01 .menu-btn01-in.open .menu-btn01-txt-close {
            display: block;
        }
        .header01 .menu-btn01 .menu-btn01-in.open .menu-btn01-txt-open {
            display: none;
        }
        .header01 .menu-btn01 .menu-btn01-in .menu-btn01-bar01 {
            position: absolute;
            display: block;
            width: 17px;
            height: 1.2px;
            top: 18px;
            left: 11px;
            background-color: #1b4584;
            -webkit-transition: 600ms;
            transition: 600ms;
        }
        .header01 .menu-btn01 .menu-btn01-in .menu-btn01-bar02 {
            position: absolute;
            display: block;
            width: 17px;
            height: 1.2px;
            top: 24px;
            left: 11px;
            background-color: #1b4584;
            -webkit-transition: 600ms;
            transition: 600ms;
        }
        .header01 .menu-btn01 .menu-btn01-in .menu-btn01-bar03 {
            position: absolute;
            display: block;
            width: 17px;
            height: 1.2px;
            top: 30px;
            left: 11px;
            background-color: #1b4584;
            -webkit-transition: 600ms;
            transition: 600ms;
        }
        .header01 .menu-btn01 .menu-btn01-in.open .menu-btn01-bar01 {
            top: 22px;
            -webkit-transform: rotateZ( -135deg );
            transform: rotateZ( -135deg );
        }
        .header01 .menu-btn01 .menu-btn01-in.open .menu-btn01-bar02 {
            left: 35px;
            opacity: 0;
        }
        .header01 .menu-btn01 .menu-btn01-in.open .menu-btn01-bar03 {
            top: 22px;
            -webkit-transform: rotateZ( -225deg );
            transform: rotateZ( -225deg );
        }
    /*---- Search Button ----*/
    .header01 .search-btn01 {
        float: right;
        position: relative;
        text-align: center;
        font-size:1.3rem;
    }
        .header01 .search-btn01 .search-btn01-txt {
            display: inline-block;
            -webkit-transform: scale(0.6);
            transform: scale(0.6);
            -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
            letter-spacing:2px;
        }
        .header01 .search-btn01 .search-btn01-in {
            display: block;
            width: 36px;
            height: 50px;
            padding-top: 35px;
            box-sizing: border-box;
        }
        .header01 .search-btn01 .search-btn01-in::before {
            position: absolute;
            content: "";
            width: 10px;
            top: 29px;
            left: 18px;
            border-top: 1.5px solid #1b4584;
            -webkit-transform: rotateZ( 40deg );
            transform: rotateZ( 40deg );
            border-radius: 100%;
            box-sizing: border-box;
        }
        .header01 .search-btn01 .search-btn01-in::after {
            position: absolute;
            content: "";
            width: 15.5px;
            height: 15.5px;
            top: 17px;
            left: 8px;
            border: 1.5px solid #1b4584;
            border-radius: 100%;
            background-color: #fff;
            box-sizing: border-box;
        }
    /*---- Language Select ----*/
    .header01 .lang-select01 {
        position: relative;
        float: right;
        margin: 16px 9px 0 0;
    }
    .header01 .lang-select01::after {
        position: absolute;
        top: 50%;
        right: 2px;
        display: block;
        width: 4px;
        height: 4px;
        margin-top: -4px;
        content: '';
        border-right: 1px solid #999999;
        border-bottom: 1px solid #999999;
        -webkit-transform: rotateZ( 45deg );
        -ms-transform: rotateZ( 45deg );
        transform: rotateZ( 45deg );
    }
        .header01 .lang-select01-in {
            position: relative;
            width: 75px;
            height: 22px;
            padding: 0 25px 0 3px;
            font-size:1.2rem;
            color: #999999;
            line-height: 20px;
            text-indent: -9999px;
            background: #ffffff;
            border-bottom: 1px solid #999999;
            box-sizing: border-box;
        }
            .header01 .lang-select01-in:focus { outline: none; }
    .header01 .lang-select01-label {
        position: absolute;
        top: 0;
        width: 75px;
        height: 22px;
        padding: 0 25px 0 3px;
        font-size:1.2rem;
        color: #999999;
        line-height: 22px;
        box-sizing: border-box;
        pointer-events: none;
    }
    /*---- Web Site Top Button ----*/
    .header01 .website-top01 {
        display: none;
        float: right;
        margin: 16px 10px 0 0;
        padding: 5px 15px 5px 15px;
        font-size:1.2rem;
        color: #ffffff;
        background: #002d9a;
        border: 1px solid #ffffff;
        border-radius: 100px;
    }
/*---- Event Template Menu ----*/




.header01-event-wrap{
	position: absolute;
	left: 0;
	top: 61px;
	z-index: 10;
	width: 100%;
	background-color: #003399;
}
.header01-event {
    position: relative;
    border-bottom: 1px solid #e0e0e0;
}
.header01-event-in {
    width: 100%;
    height: 0;
    overflow: hidden;
    background: #ffffff;
}
.header01-event-open-btn {
    display: block;
    font-size:1.2rem;
    text-align: center;
    line-height: 25px;
    background: #dddddd;
}
    .header01-event-open-btn > span {
        position: relative;
        padding: 0 15px;
    }
        .header01-event-open-btn > span::before {
            position: absolute;
            top: 50%;
            right: 0;
            display: block;
            width: 7px;
            height: 0;
            margin-top: -1px;
            content: '';
            border-top: 1px solid #333333;
        }
        .header01-event-open-btn > span::after {
            position: absolute;
            top: 50%;
            right: 3px;
            display: block;
            width: 0;
            height: 7px;
            margin-top: -4px;
            content: '';
            border-right: 1px solid #333333;
        }
        .header01-event-open-btn.is-on > span::after { display: none; }
.header01-event-list-in {
    position: relative;
    display: block;
    padding: 15px 25px 15px 20px;
    font-size:1.4rem;
    color: #1a4381;
    border-bottom: 1px solid #e0e0e0;
}
    .header01-event-list-in::after {
        position: absolute;
        top: 50%;
        right: 15px;
        display: block;
        width: 7px;
        height: 7px;
        margin-top: -4px;
        content: '';
        border-right: 1px solid #1b4584;
        border-bottom: 1px solid #1b4584;
        -webkit-transform: rotateZ( -45deg );
        -ms-transform: rotateZ( -45deg );
        transform: rotateZ( -45deg );
    }
.header01-event-close-btn {
    display: block;
    padding: 15px 0;
    text-align: center;
}
    .header01-event-close-btn > img {
        width: 18px;
        height: 25px;
    }

/* Footer
----------------------------------------------------*/
#footer { background: #eeeeee; }
#footer .footer-breadcrumb01 {
    padding: 7px 10px;
    font-size:1.2rem;
    background: #cccccc;
}
    #footer .footer-breadcrumb01 > li {
        position: relative;
        display: inline-block;
        padding-right: 15px;
    }
        #footer .footer-breadcrumb01 > li:last-child { padding-left: 0; }
        #footer .footer-breadcrumb01 > li::before {
            position: absolute;
            top: 50%;
            right: 5px;
            display: block;
            width: 4px;
            height: 4px;
            content: "";
            margin-top: -3px;
            border-right: 1px solid #929292;
            border-bottom: 1px solid #929292;
            -webkit-transform: rotateZ( -45deg );
            -ms-transform: rotateZ( -45deg );
            transform: rotateZ( -45deg );
        }
        #footer .footer-breadcrumb01 > li:last-child::before { display: none; }
#footer .footer-nav01 {
    overflow: hidden;
    line-height: 1.4;
    text-align: center;
    background: url(/sp/common/images/cmn_bg_foot01.gif) no-repeat center;
    background-size: 1px 12px;
}
    #footer .footer-nav01-in {
        position: relative;
        display: block;
        float: left;
        width: 50%;
        padding: 20px 0;
        font-size:1.3rem;
        color: #666666;
        box-sizing: border-box;
    }
#footer .footer-nav02 { padding: 27px 10px 0 10px; }
    #footer .footer-nav02-in {
        font-size:1.2rem;
        border-top: 1px solid #e0e0e0;
    }
        #footer .footer-nav02-in:last-child { border-bottom: 1px solid #e0e0e0; }
    #footer .footer-nav02-in a {
        position: relative;
        display: block;
        padding: 10px 2px;
        letter-spacing: 2px;
    }
    #footer .footer-nav02-in a::after {
        position: absolute;
        top: 50%;
        right: 10px;
        display: block;
        width: 7px;
        height: 7px;
        margin-top: -5px;
        content: '';
        border-right: 1px solid #767676;
        border-bottom: 1px solid #767676;
        -webkit-transform: rotateZ( -45deg );
        -ms-transform: rotateZ( -45deg );
        transform: rotateZ( -45deg );
    }
/*---- WEB Ticket Store Button ----*/
#footer .footer-buy-ticket01 { padding: 8px 10px 25px 10px; }
    #footer .footer-buy-ticket-btn01 {
        position: relative;
        display: block;
        width: 100%;
        height: 47px;
        font-size:1.8rem;
        line-height: 47px;
        color: #ffffff;
        text-align: center;
        background: #1b4584;
    }
        #footer .footer-buy-ticket-btn01::before {
            position: absolute;
            top: 17px;
            left: 20px;
            display: block;
            width: 24px;
            height: 14px;
            content: '';
            background: url(/sp/common/images/cmn_ico_link02.png);
            background-size: 100% auto;
        }
        #footer .footer-buy-ticket-btn01::after {
            position: absolute;
            top: 50%;
            right: 10px;
            display: block;
            width: 7px;
            height: 7px;
            margin-top: -4px;
            content: '';
            border-right: 1px solid #ffffff;
            border-bottom: 1px solid #ffffff;
            -webkit-transform: rotateZ( -45deg );
            -ms-transform: rotateZ( -45deg );
            transform: rotateZ( -45deg );
        }
/*---- Social Button ----*/
#footer .footer-social01 {
    display: table;
    margin: 0 auto;
    text-align: center;
}
    #footer .footer-social-ttl01 {
        display: table-cell;
        vertical-align: middle;
        font-size:1.2rem;
        color: #666666;
        text-align: right;
        line-height: 1.2;
    }
#footer .footer-social-btn01-list-wrap {
    display: table-cell;
    overflow: hidden;
}
    #footer .footer-social-btn01-list {
        display: inline-block;
        font-size:0;
    }
    #footer .footer-social-btn01-list-in { display: inline-block; }
    #footer .footer-social-btn01 {
        display: inline-block;
        width: 37px;
        margin-left: 5px;
    }
/*---- PC Ver Display ----*/
#footer .display-pc01 {
    position: relative;
    display: block;
    width: 150px;
    margin: 25px auto 0 auto;
    padding: 6px 0;
    font-size:1.2rem;
    background: #ffffff;
    border: 1px solid #cccccc;
    box-sizing: border-box;
}
    #footer .display-pc01::after {
        position: absolute;
        top: 50%;
        left: 15px;
        display: block;
        width: 13px;
        height: 13px;
        margin-top: -6px;
        content: '';
        background: url(/sp/common/images/cmn_ico_foot01.gif) no-repeat;
        background-size: 100% auto;
    }
    #footer .display-pc01 span { padding-left: 43px; }
#footer .footer-link01 {
    margin-top: 25px;
    text-align: center;
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) { /* for Chrome */
    #footer .footer-link01 {
        transform: scale(0.9);
        transform-origin: 0 0;
        width: 111.139%;
    }
}
    #footer .footer-link01-in {
        display: inline;
        font-size:1.2rem;
    }
        #footer .footer-link01-in::before {
            padding: 0 5px;
            content: '｜';
            color: #777777;
        }
        #footer .footer-link01-in:first-child::before { display: none; }
        #footer .footer-link01-text { color: #777777; }
/*---- Language Select ----*/
#footer .lang-select02 {
    position: relative;
    width: 150px;
    height: 26px;
    margin: 30px auto 0 auto;
    font-size:1.2rem;
    color: #999999;
}
    #footer .lang-select02::after {
        position: absolute;
        top: 50%;
        right: 8px;
        display: block;
        width: 5px;
        height: 5px;
        margin-top: -5px;
        content: '';
        border-right: 1px solid #999999;
        border-bottom: 1px solid #999999;
        -webkit-transform: rotateZ( 45deg );
        -ms-transform: rotateZ( 45deg );
        transform: rotateZ( 45deg );
    }
    #footer .lang-select02-label {
        position: absolute;
        top: 0;
        width: 100%;
        text-align: center;
        line-height: 26px;
        pointer-events: none;
    }
    #footer .lang-select02-in {
        position: relative;
        width: 100%;
        height: 100%;
        font-size:1.4rem;
        line-height: 26px;
        text-indent: -9999px;
        background: #eeeeee;
        border-bottom: 1px solid #999999;
        box-sizing: border-box;
    }
        #footer .lang-select02-in:focus { outline: none; }
/*---- legal ----*/
#footer .legal01 {
    padding: 30px 10px 75px 10px;
    color: #656565;
    text-align: center;
}
    #footer .legal01 p {
        transform: scale(0.7);
        transform-origin: 0 0;
        width: 142.86%;
    }

/* Page Top
----------------------------------------------------*/
.pagetop01 {
    position: fixed;
    bottom: 50px;
    right: 10px;
    display: none;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background: rgba(119, 119, 119, 0.3);
    z-index: 999999;
    -webkit-transition: 400ms;
    transition: 400ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.pagetop01::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 14px;
    height: 14px;
    margin: -3px 0 0 -7px;
    content: "";
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotateZ( -45deg );
    -ms-transform: rotateZ( -45deg );
    transform: rotateZ( -45deg );
}
#snsBlock.opened + #all-wrap .pagetop01 {
    bottom: 80px;
}

/* Global Navigation
----------------------------------------------------*/
#global-nav {
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 100%;
    padding-left: 43px;
    z-index: 1;
    box-sizing: border-box;
}
#global-nav .global-nav01 {
    width: 100%;
    box-sizing: border-box;
    padding: 8px 10px 15px 10px;
}
#global-nav .buy-ticket01 {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    font-size:1.6rem;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    background: #1b4584;
}
    #global-nav .buy-ticket01::before {
        position: absolute;
        top: 13px;
        left: 20px;
        display: block;
        width: 24px;
        height: 14px;
        content: '';
        background: url(/sp/common/images/cmn_ico_link02.png);
        background-size: 100% auto;
    }
    #global-nav .buy-ticket01::after {
        position: absolute;
        top: 50%;
        right: 12px;
        display: block;
        width: 7px;
        height: 7px;
        margin-top: -4px;
        content: '';
        border-right: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
        -webkit-transform: rotateZ( -45deg );
        -ms-transform: rotateZ( -45deg );
        transform: rotateZ( -45deg );
    }
#global-nav .buy-ticket01-in {
    width: 101px;
    height: auto;
    margin-top: 10px;
}
#global-nav .global-nav-list02-link {
    position: relative;
    display: block;
    margin-top: 2px;
    padding: 12px 10px 12px 33px;
    font-size:1.4rem;
    color: #1a4381;
    border-bottom: 1px solid #e0e0e0;
}
    #global-nav .global-nav-list02-link::after {
        position: absolute;
        top: 50%;
        right: 7px;
        display: block;
        width: 7px;
        height: 7px;
        margin-top: -4px;
        content: '';
        border-right: 1px solid #1b4584;
        border-bottom: 1px solid #1b4584;
        -webkit-transform: rotateZ( -45deg );
        -ms-transform: rotateZ( -45deg );
        transform: rotateZ( -45deg );
    }
    #global-nav .global-nav-list02-link.top::before {
        position: absolute;
        top: 50%;
        left: 4px;
        display: block;
        width: 19px;
        height: 18px;
        margin-top: -9px;
        content: '';
        background: url(/sp/common/images/cmn_ico_nav01.gif) no-repeat center;
        background-size: 100% auto;
    }
    #global-nav .global-nav-list02-link.history::before {
        position: absolute;
        top: 50%;
        left: 4px;
        display: block;
        width: 15px;
        height: 19px;
        margin-top: -9px;
        content: '';
        background: url(/sp/common/images/cmn_ico_nav15.gif) no-repeat center;
        background-size: 100% auto;
    }
#global-nav .global-nav-list02-ttl {
    position: relative;
    display: block;
}
    #global-nav .global-nav-list02-ttl::before {
        position: absolute;
        top: 50%;
        right: 2px;
        display: block;
        width: 11px;
        height: 0;
        content: '';
        border-top: 1px solid #1b4584;
    }
    #global-nav .global-nav-list02-ttl::after {
        position: absolute;
        top: 50%;
        right: 7px;
        display: block;
        width: 0;
        height: 11px;
        margin-top: -5px;
        content: '';
        border-right: 1px solid #1b4584;
    }
    #global-nav .global-nav-list02-ttl.is-on::after { display: none; }
#global-nav .global-nav-list02-ttl-in {
    position: relative;
    display: block;
    margin-top: 2px;
    padding: 12px 20px 12px 33px;
    font-size:1.4rem;
    color: #1a4381;
    border-bottom: 1px solid #e0e0e0;
}
    #global-nav .global-nav-list02-ttl-in.attraction::before {
        position: absolute;
        top: 50%;
        left: 1px;
        display: block;
        width: 23px;
        height: 14px;
        margin-top: -7px;
        content: '';
        background: url(/sp/common/images/cmn_ico_nav02.gif) no-repeat center;
        background-size: 100% auto;
    }
    #global-nav .global-nav-list02-ttl-in.event::before {
        position: absolute;
        top: 50%;
        left: 4px;
        display: block;
        width: 20px;
        height: 19px;
        margin-top: -10px;
        content: '';
        background: url(/sp/common/images/cmn_ico_nav03.gif) no-repeat center;
        background-size: 100% auto;
    }
    #global-nav .global-nav-list02-ttl-in.area::before {
        position: absolute;
        top: 50%;
        left: 3px;
        display: block;
        width: 22px;
        height: 18px;
        margin-top: -9px;
        content: '';
        background: url(/sp/common/images/cmn_ico_nav04.gif) no-repeat center;
        background-size: 100% auto;
    }
    #global-nav .global-nav-list02-ttl-in.park::before {
        position: absolute;
        top: 50%;
        left: 4px;
        display: block;
        width: 20px;
        height: 17px;
        margin-top: -9px;
        content: '';
        background: url(/sp/common/images/cmn_ico_nav05.gif) no-repeat center;
        background-size: 100% auto;
    }
    #global-nav .global-nav-list02-ttl-in.ticket::before {
        position: absolute;
        top: 50%;
        left: 2px;
        display: block;
        width: 24px;
        height: 13px;
        margin-top: -7px;
        content: '';
        background: url(/sp/common/images/cmn_ico_nav06.gif) no-repeat center;
        background-size: 100% auto;
    }
    #global-nav .global-nav-list02-ttl-in.schedule::before {
        position: absolute;
        top: 50%;
        left: 5px;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
        content: '';
        background: url(/sp/common/images/cmn_ico_nav07.gif) no-repeat center;
        background-size: 100% auto;
    }
    #global-nav .global-nav-list02-ttl-in.service::before {
        position: absolute;
        top: 50%;
        left: 6px;
        display: block;
        width: 15px;
        height: 20px;
        margin-top: -10px;
        content: '';
        background: url(/sp/common/images/cmn_ico_nav08.gif) no-repeat center;
        background-size: 100% auto;
    }
    #global-nav .global-nav-list02-ttl-in.access::before {
        position: absolute;
        top: 50%;
        left: 5px;
        display: block;
        width: 16px;
        height: 18px;
        margin-top: -9px;
        content: '';
        background: url(/sp/common/images/cmn_ico_nav09.gif) no-repeat center;
        background-size: 100% auto;
    }
    #global-nav .global-nav-list02-ttl-in.tour::before {
        position: absolute;
        top: 50%;
        left: 2px;
        display: block;
        width: 23px;
        height: 22px;
        margin-top: -11px;
        content: '';
        background: url(/sp/common/images/cmn_ico_nav10.gif) no-repeat center;
        background-size: 100% auto;
    }
    #global-nav .global-nav-list02-ttl-in.food::before {
        position: absolute;
        top: 50%;
        left: 8px;
        display: block;
        width: 14px;
        height: 21px;
        margin-top: -11px;
        content: '';
        background: url(/sp/common/images/cmn_ico_nav11.gif) no-repeat center;
        background-size: 100% auto;
    }
    #global-nav .global-nav-list02-ttl-in.shop::before {
        position: absolute;
        top: 50%;
        left: 6px;
        display: block;
        width: 16px;
        height: 20px;
        margin-top: -10px;
        content: '';
        background: url(/sp/common/images/cmn_ico_nav12.gif) no-repeat center;
        background-size: 100% auto;
    }
    #global-nav .global-nav-list02-ttl-in.club::before {
        position: absolute;
        top: 50%;
        left: 5px;
        display: block;
        width: 19px;
        height: 21px;
        margin-top: -11px;
        content: '';
        background: url(/sp/common/images/cmn_ico_nav13.gif) no-repeat center;
        background-size: 95% auto;
    }
    #global-nav .global-nav-list02-ttl-in.group::before {
        position: absolute;
        top: 50%;
        left: 5px;
        display: block;
        width: 20px;
        height: 17px;
        margin-top: -11px;
        content: '';
        background: url(/sp/common/images/cmn_ico_nav14.gif) no-repeat center;
        background-size: 95% auto;
    }
#global-nav .accordion-content {
    height: 0;
    overflow: hidden;
}
    #global-nav .global-nav-list02:first-child { padding-top: 3px; }
#global-nav .global-nav-list02-in.link {
    position: relative;
    display: block;
    padding: 15px 20px 15px 15px;
    font-size:1.4rem;
    color: #666666;
    border-bottom: 1px solid #e0e0e0;
}
    #global-nav .global-nav-list02-in.link::after {
        position: absolute;
        top: 50%;
        right: 7px;
        display: block;
        width: 7px;
        height: 7px;
        margin-top: -4px;
        content: '';
        border-right: 1px solid #969696;
        border-bottom: 1px solid #969696;
        -webkit-transform: rotateZ( -45deg );
        -ms-transform: rotateZ( -45deg );
        transform: rotateZ( -45deg );
    }
#global-nav .global-nav-list02-in.sub-ttl {
    display: block;
    padding: 19px 9px 10px 9px;
    font-size:1.3rem;
    color: #343434;
    border-bottom: 1px solid #cccccc;
}
#global-nav .global-nav-list03-in {
    position: relative;
    display: block;
    padding: 13px 20px 13px 10px;
    font-size:1.4rem;
    color: #303030;
    line-height: 1.4;
    border-bottom: 1px solid #e0e0e0;
}
    #global-nav .global-nav-list03-in::after {
        position: absolute;
        top: 50%;
        right: 7px;
        display: block;
        width: 7px;
        height: 7px;
        margin-top: -4px;
        content: '';
        border-right: 1px solid #303030;
        border-bottom: 1px solid #303030;
        -webkit-transform: rotateZ( -45deg );
        -ms-transform: rotateZ( -45deg );
        transform: rotateZ( -45deg );
    }
#global-nav .global-nav-list03-ttl {
    position: relative;
    display: block;
    padding: 13px 20px 13px 10px;
    font-size:1.4rem;
    color: #303030;
    line-height: 1.4;
    border-bottom: 1px solid #e0e0e0;
}
    #global-nav .global-nav-list03-ttl::before {
        position: absolute;
        top: 50%;
        right: 2px;
        display: block;
        width: 11px;
        height: 0;
        margin-top: 0px;
        content: '';
        border-top: 1px solid #303030;
    }
    #global-nav .global-nav-list03-ttl::after {
        position: absolute;
        top: 50%;
        right: 7px;
        display: block;
        width: 0;
        height: 11px;
        margin-top: -5px;
        content: '';
        border-right: 1px solid #303030;
    }
        #global-nav .global-nav-list03-ttl.is-on::after { display: none; }
#global-nav .global-nav-close01 {
    position: relative;
    display: block;
    width: 100%;
    height: 45px;
    margin-top: 15px;
    text-align: center;
    font-size:1.3rem;
}
#global-nav .global-nav-close01-bar01 {
    position: absolute;
    display: block;
    width: 14px;
    height: 1.2px;
    top: 17px;
    left: 50%;
    margin-left: -7px;
    background: #1a4381;
    -webkit-transform: rotateZ( -135deg );
    transform: rotateZ( -135deg );
}
#global-nav .global-nav-close01-bar02 {
    position: absolute;
    display: block;
    width: 14px;
    height: 1.2px;
    top: 17px;
    left: 50%;
    margin-left: -7px;
    background: #1a4381;
    -webkit-transform: rotateZ( -225deg );
    transform: rotateZ( -225deg );
}
#global-nav .global-nav-close01-txt {
    display: inline-block;
    padding-top: 47px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    line-height: 1.0;
}

/* SNS
----------------------------------------------------*/
#snsBlock {
    position: fixed;
    left: 0;
    bottom: -138px;
    width: 100%;
    -webkit-transition: bottom .4s ease-in-out;
    z-index: 9999;
}
#snsBlock.opened {
    bottom: 0;
}
#snsBlock .snsBlockSw {
    display: block;
    width: 210px;
    height: 46px;
    margin-left: 10px;
    overflow: hidden;
    background: url("/sp/common/images/sns_sw.png") no-repeat;
    text-indent: -9999px;
}
#snsBlock.opened .snsBlockSw {
    background-position: left bottom;
}
#snsBlock .snsBlockInner {
    border-top: 8px solid #002f9b;
    background-color: #222222;
}
#snsBlock ul {
    display: block;
    padding: 24px 0;
    text-align: center;
}
#snsBlock ul li {
    display: inline-block;
    width: 86px;
    height: 86px;
    margin: 0 24px;
}
#snsBlock ul li a,
#snsBlock ul li a img {
    display: block;
    width: 100%;
    height: auto;
}

@media only screen and ( max-width: 639px ) {
    #snsBlock {
        bottom: -69px;
    }
    #snsBlock.opened {
        bottom: 0;
    }
    #snsBlock .snsBlockSw {
        width: 105px;
        height: 23px;
        background-size: 105px 46px;
    }
    #snsBlock.opened .snsBlockSw {
        background-position: left bottom;
    }
    #snsBlock .snsBlockInner {
        border-top-width: 4px;
    }
    #snsBlock ul {
        padding: 12px 0;
    }
    #snsBlock ul li {
        width: 43px;
        height: 43px;
        margin: 0 12px;
    }
}




.img-full {
    width: 100%;
    height: auto;
}
html body header{
    background:#FFF;
}
html body footer#footer ol.footer-breadcrumb01 li{
    font-size:1.2rem;
    line-height: 1.6;
}
.legal01 p{
	line-height: 1.6;
}
.headerBack{
	float:left;
}

.historyBackBtn{
    float: left;
    display: inline-block;
    padding: 8px 5px 0px 10px;
    position:relative;
}
.historyBackBtn a{
    display: block;
    padding: 10px 16px 11px 28px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
}
.historyBackBtn a::before {
    position: absolute;
    top: 50%;
    left: 22px;
    display: block;
    width: 7px;
    height: 7px;
    margin-top: -1px;
    content: '';
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    -webkit-transform: rotateZ( 135deg );
    -ms-transform: rotateZ( 135deg );
    transform: rotateZ( 135deg );
}
.map #content{
	padding-top:51px;
}
.map .historyBackBtnWrap{
	background:#FFF;
	height:51px;
}
.map .historyBackBtnWrap:after{
	clear: both;
	display: block;
	content: "";
}
#footer .sns-multiple {
	display: block;
	margin-top: 5px;
}
#footer .sns-multiple .footer-social-btn01 {
	width: 100%;
	max-width: 205px;
}
/* EOF */
