/*
========================================
File Name :         base.css
Description :       ベース用
Version :           1.0
Since :             2016-01-19
Last Up Date :      2016-01-19
========================================
*/
@charset "UTF-8";
@import url(/pc/common/css/notosansjapanese.css);
/*-----------------------------------------------------------
===  [ 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: 200;
}
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: 100%;
    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::-webkit-input-placeholder {
    color: #bababa;
    font-weight: 100;
}
input:-ms-input-placeholder {
    color: #bababa;
    font-weight: 100;
}
input::-moz-placeholder {
    color: #bababa;
    font-weight: 100;
}
textarea::-webkit-input-placeholder {
    color: #bababa;
    font-weight: 100;
}
textarea:-ms-input-placeholder {
    color: #bababa;
    font-weight: 100;
}
textarea::-moz-placeholder {
    color: #bababa;
    font-weight: 100;
}
input,
select {
    vertical-align: middle;
}
input,
textarea {
    font-size: 1em;
}
object,
embed {
    vertical-align: top;
    outline: none;
}
br { letter-spacing: normal; }
dfn,
cite {
    font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    line-height: 1.0;
}
em,
address,
dfn {
    font-style: normal;
}
sub,
sup {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.0;
    font-size: 10px;
}
sup { vertical-align: 0.3em;
}
sub { vertical-align: -0.1em; }
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd,
th,
td,
caption,
address,
figcaption,
small,
label,
time {
    line-height: 1.6;
}
/* ***************************************************************************** */


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

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

　目次

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

　01. base layout

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

/** -------------------------------------------------------
 ** 01. base layout
 ** ------------------------------------------------------- */
/* Web Fonts
----------------------------------------------------*/

/* Html
----------------------------------------------------*/
html {
    font-size: 62.5%; /* root10px 以下 rem指定*/
}
/* Body
----------------------------------------------------*/
body {
    position: relative;
    padding: 0;
    margin: 0;
    color: #333;
    background: #fff;
    font-family: "Noto Sans Japanese", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Malgun Gothic","Yoon Gothic", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    min-width:950px;
}
/* -- Link -- */
a:link {
    color:#333333;
    text-decoration: none;
}
a:visited {
    color:#333333;
    text-decoration: none;
}
a:hover {
    color:#333333;
    text-decoration: none;
}
a:active {
    color:#333333;
    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;
    font-family: "Noto Sans Japanese", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Malgun Gothic","Yoon Gothic", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
textarea {
    font-family: "Noto Sans Japanese", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Malgun Gothic","Yoon Gothic", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
button {
    color: #333;
}
button:disabled {
    opacity: 0.1;
}

/* Header
----------------------------------------------------*/
.header01 {
    background: #ffffff;
    border-bottom: 1px solid #e0e0e0;
}
.header01 .header01-in { overflow: hidden; }
.header01 .logo01 {
    float: left;
    margin: 14px 0 0 7px;
}
.header01-btns {
    float: right;
    margin-top: 31px;
}
.header01-hours {
    position: relative;
    display: inline-block;
    padding: 0 13px 0 30px;
    font-size: 1.0rem;
    line-height: 20px;
    vertical-align: middle;
    background: #ffdc00;
    border-radius: 30px;
    opacity: 0;
}
    .header01-hours::before {
        position: absolute;
        top: 50%;
        left: 14px;
        display: block;
        width: 12px;
        height: 12px;
        margin-top: -6px;
        content: "";
        background: url(/pc/common/images/cmn_img_head03.gif);
    }
.header01-nav-list {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
}
.header01-nav-list li {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}
    .header01-nav-list li:first-child { margin-left: 0; }
.header01-nav-btn {
    position: relative;
    padding-left: 9px;
    font-size: 1.1rem;
}
    .header01-nav-btn::before {
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 4px;
        height: 4px;
        margin-top: -3px;
        content: '';
        border-right: 1px solid #4c4c4c;
        border-bottom: 1px solid #4c4c4c;
        -ms-transform: rotate( -45deg );
        -webkit-transform: rotateZ( -45deg );
        -ms-transform: rotateZ( -45deg );
        transform: rotateZ( -45deg );
    }
.header01-search {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
}
.header01-search-btn {
    position: relative;
    display: block;
    padding-left: 17px;
    font-size: 1.1rem;
    vertical-align: middle;
}
    .header01-search-btn::before {
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 12px;
        height: 10px;
        margin-top: -5px;
        content: "";
        background: url(/pc/common/images/cmn_img_head02.gif);
    }
.header01-lang {
    position: relative;
    display: inline-block;
    width: 125px;
    margin-left: 20px;
    text-align: center;
    vertical-align: middle;
}
    .header01-lang::after {
        position: absolute;
        top: 50%;
        right: 12px;
        display: block;
        width: 3px;
        height: 3px;
        margin-top: -3px;
        content: '';
        border-right: 1px solid #4c4c4c;
        border-bottom: 1px solid #4c4c4c;
        -ms-transform: rotate( 45deg );
        -webkit-transform: rotateZ( 45deg );
        -ms-transform: rotateZ( 45deg );
        transform: rotateZ( 45deg );
    }
.header01-lang-in {
    width: 100%;
    height: 21px;
    opacity: 0;
}
    .header01-lang-in:focus { outline: none; }
    .header01-lang-in::-ms-expand { display: none; }
.header01-lang-label {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 1px 15px 1px 0;
    font-size: 1.2rem;
    color: #666666;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    pointer-events: none;
}

/* Header 02
----------------------------------------------------*/
#header.header02 {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 88px;
    background: #ffffff;
}
    .header02 .header02-in a {
        font-weight: 200;
        color: #333333;
    }
.header02 .header02-in {
    position: relative;
    overflow: hidden;
    font-size: 0;
}
    .header02 .header02-in a:link { color: #333333; }
    .header02 .header02-in a:visited { color: #333333; }
    .header02 .header02-in a:hover {
        color: #333333;
        text-decoration: underline;
    }
    .header02 .header02-in a:active { color: #333333; }
.header02 .logo02 {
    float: left;
    margin-top: 6px;
}
    .header02 .logo02 a { width: 100%; }
    .header02 .logo02 img {
        width: 100%;
        height: auto;
    }
.header02.is-small .header02-in { padding-bottom: 5px; }
.header02.is-small .logo02 { margin-top: 3px; }
.header02.is-small .header02-topicpath,
.header02.is-small .header02-btns,
.header02.is-small nav {
    display: none;
}
.header02-topicpath {
    position: absolute;
    top: 16px;
    left: 138px;
    opacity: 0;
    overflow: hidden;
}
.header02-topicpath-list {
    float: left;
    margin-right: 6px;
    font-size: 1.0rem;
}
    .header02-topicpath-list a {
        position: relative;
        padding-right: 11px;
    }
    .header02-topicpath a::before {
        position: absolute;
        top: 50%;
        right: 0;
        display: block;
        width: 4px;
        height: 4px;
        margin-top: -3px;
        content: '';
        border-right: 1px solid #666666;
        border-bottom: 1px solid #666666;
        -ms-transform: rotate( -45deg );
        -webkit-transform: rotateZ( -45deg );
        -ms-transform: rotateZ( -45deg );
        transform: rotateZ( -45deg );
    }
    .header02-topicpath-list a:link { color: #333333; }
    .header02-topicpath-list a:visited { color: #333333; }
    .header02-topicpath-list a:hover {
        color: #333333;
        text-decoration: underline;
    }

.header02-btns {
    float: right;
    margin-top: 20px;
}
.header02-nav-list {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
}
    .header02-nav-list li {
        display: inline-block;
        margin-left: 10px;
        vertical-align: middle;
    }
    .header02-nav-list li:first-child { margin-left: 0; }
.header02-nav-btn {
    position: relative;
    padding-left: 9px;
    font-size: 1.1rem;
}
    .header02-nav-btn::before {
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 4px;
        height: 4px;
        margin-top: -3px;
        content: '';
        border-right: 1px solid #4c4c4c;
        border-bottom: 1px solid #4c4c4c;
        -ms-transform: rotate( -45deg );
        -webkit-transform: rotateZ( -45deg );
        -ms-transform: rotateZ( -45deg );
        transform: rotateZ( -45deg );
    }
.header02-search {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
}
.header02-search-btn {
    position: relative;
    display: block;
    padding-left: 17px;
    font-size: 1.1rem;
    vertical-align: middle;
}
    .header02-search-btn::before {
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 12px;
        height: 10px;
        margin-top: -5px;
        content: "";
        background: url(/pc/common/images/cmn_img_head02.gif);
    }
.header02-lang {
    position: relative;
    display: inline-block;
    width: 125px;
    margin-left: 20px;
    text-align: center;
    vertical-align: middle;
}
    .header02-lang::after {
        position: absolute;
        top: 50%;
        right: 12px;
        display: block;
        width: 3px;
        height: 3px;
        margin-top: -3px;
        content: '';
        border-right: 1px solid #4c4c4c;
        border-bottom: 1px solid #4c4c4c;
        -ms-transform: rotate( 45deg );
        -webkit-transform: rotateZ( 45deg );
        -ms-transform: rotateZ( 45deg );
        transform: rotateZ( 45deg );
    }
.header02-lang-in {
    width: 100%;
    height: 21px;
    opacity: 0;
}
    .header02-lang-in:focus { outline: none; }
    .header02-lang-in::-ms-expand { display: none; }
.header02-lang-label {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 1px 15px 1px 0;
    font-size: 1.2rem;
    color: #666666;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    pointer-events: none;
}

/* Header 03
----------------------------------------------------*/
.header03 {
    padding: 10px 0 19px;
    background: #ffffff;
    border-bottom: 1px solid #e0e0e0;
}
.header03-in {
    width: 344px;
    overflow: hidden;
}
.logo03 {
    float: right;
}
.header03-btn {
    margin-top: 15px;
}
.header03-btn-link {
    position: relative;
    display: block;
    width: 108px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #e0e0e0;
}
    .header03-btn-link::before {
        position: absolute;
        top: 50%;
        left: 15px;
        display: block;
        width: 4px;
        height: 4px;
        margin-top: -3px;
        content: '';
        border-top: 1px solid #4c4c4c;
        border-left: 1px solid #4c4c4c;
        -ms-transform: rotate( -45deg );
        -webkit-transform: rotateZ( -45deg );
        -ms-transform: rotateZ( -45deg );
        transform: rotateZ( -45deg );
    }

/* Global Nav
----------------------------------------------------*/
.global-nav01-trigger-list {
    display: table;
    width: 100%;
    margin-top: 5px;
    table-layout: fixed;
}
    .global-nav01-trigger-list > li {
        position: relative;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }
        .global-nav01-trigger-list > li::before {
            position: absolute;
            top: 50%;
            left: 0;
            display: block;
            width: 1px;
            height: 10px;
            margin-top: -8px;
            content: "";
            background: #e0e0e0;
        }
        .global-nav01-trigger-list > li:first-child::before { display: none; }
    .global-nav01-trigger-list > li.attraction {
        width: 121px;
    }
    .global-nav01-trigger-list > li.event {
        width: 86px;
    }
    .global-nav01-trigger-list > li.area {
        width: 96px;
    }
    .global-nav01-trigger-list > li.park {
        width: 125px;
    }
    .global-nav01-trigger-list > li.tour {
        width: 107px;
    }
    .global-nav01-trigger-list > li.food {
        width: 124px;
    }
    .global-nav01-trigger-list > li.shop {
        width: 112px;
    }
    .global-nav01-trigger-list > li.ticket {
        width: 169px;
    }
.global-nav01-trigger-list .global-nav01-trigger-btn {
    position: relative;
    display: block;
    padding: 10px 0 15px 0;
    font-size: 1.3rem;
    font-weight: 400;
    color: #1b4584;
    text-decoration: none;
    box-sizing: border-box;
}
    .global-nav01-trigger-list .global-nav01-trigger-btn.is-on {
        color: #ffffff;
        background: #1b4584;
    }
        .global-nav01-trigger-btn.is-on::after {
            position: absolute;
            bottom: -3px;
            left: 0;
            display: block;
            width: 100%;
            height: 5px;
            content: "";
            background: #1b4584;
        }
.global-nav01-trigger-btn-amp {
    font-size: 1.0rem;
    vertical-align: middle;
}
.global-nav01-wrap {
    position: absolute;
    top: -9999px;
    width: 100%;
    padding-bottom: 29px;
    background: url(/pc/common/images/cmn_bg_nav01.png) repeat-x center bottom;
    z-index: 99;
}
.global-nav01 {
    width: 100%;
    height: 0;
    background: #1b4584;
    overflow: hidden;
}
.global-nav01-in {
    padding: 40px 0;
}
.global-nav01-in p,
.global-nav01-in a {
    color: #ffffff;
}
.global-nav01-heading01 {
    position: relative;
    padding-left: 50px;
}
    .global-nav01-attraction .global-nav01-heading01::before {
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 39px;
        height: 25px;
        margin-top: -12px;
        content: "";
        background: url(/pc/common/images/cmn_ico_nav_attraction01.gif) no-repeat;
    }
    .global-nav01-event .global-nav01-heading01::before {
        position: absolute;
        top: 50%;
        left: 9px;
        display: block;
        width: 32px;
        height: 28px;
        margin-top: -14px;
        content: "";
        background: url(/pc/common/images/cmn_ico_nav_event01.gif) no-repeat;
    }
    .global-nav01-area .global-nav01-heading01::before {
        position: absolute;
        top: 50%;
        left: 9px;
        display: block;
        width: 21px;
        height: 35px;
        margin-top: -17px;
        content: "";
        background: url(/pc/common/images/cmn_ico_nav_area01.gif) no-repeat;
    }
    .global-nav01-park .global-nav01-heading01::before {
        position: absolute;
        top: 50%;
        left: 9px;
        display: block;
        width: 26px;
        height: 26px;
        margin-top: -13px;
        content: "";
        background: #ffffff;
        border-radius: 50%;
    }
    .global-nav01-ticket .global-nav01-heading01::before {
        position: absolute;
        top: 50%;
        left: 6px;
        display: block;
        width: 30px;
        height: 18px;
        margin-top: -9px;
        content: "";
        background: url(/pc/common/images/cmn_ico_nav_ticket01.gif) no-repeat;
    }
    .global-nav01-tour .global-nav01-heading01::before {
        position: absolute;
        top: 50%;
        left: 9px;
        display: block;
        width: 26px;
        height: 26px;
        margin-top: -13px;
        content: "";
        background: #ffffff;
        border-radius: 50%;
    }
    .global-nav01-food .global-nav01-heading01::before {
        position: absolute;
        top: 50%;
        left: 10px;
        display: block;
        width: 23px;
        height: 34px;
        margin-top: -17px;
        content: "";
        background: url(/pc/common/images/cmn_ico_nav_food01.gif) no-repeat;
    }
    .global-nav01-shop .global-nav01-heading01::before {
        position: absolute;
        top: 50%;
        left: 14px;
        display: block;
        width: 21px;
        height: 28px;
        margin-top: -14px;
        content: "";
        background: url(/pc/common/images/cmn_ico_nav_shop01.gif) no-repeat;
    }
.global-nav01-heading01-txt {
    display: inline-block;
    font-size: 2.8rem;
    vertical-align: middle;
}
.global-nav01-heading01-btn {
    display: inline-block;
    margin-left: 25px;
    font-size: 1.0rem;
    font-weight: 100;
    line-height: 1.0;
    vertical-align: middle;
    border: 1px solid #cccccc;
}
.global-nav01-heading01-btn-in {
    position: relative;
    display: block;
    padding: 5px 20px 5px 10px;
}
    .global-nav01-heading01-btn-in::after {
        position: absolute;
        top: 50%;
        right: 6px;
        display: block;
        width: 4px;
        height: 4px;
        margin-top: -3px;
        content: '';
        border-right: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
        -ms-transform: rotate( -45deg );
        -webkit-transform: rotateZ( -45deg );
        -ms-transform: rotateZ( -45deg );
        transform: rotateZ( -45deg );
    }
.global-nav01-heading02 {
    position: relative;
    padding-bottom: 20px;
    font-size: 1.4rem;
    font-weight: bold;
}
.global-nav01-heading03 {
    position: relative;
    padding-bottom: 3px;
    font-size: 1.4rem;
    font-weight: bold;
}
.global-nav01-heading04 {
    font-size: 1.2rem;
    font-weight: bold;
}
.global-nav01 .global-nav01-list01-link {
    position: relative;
    display: block;
    margin-top: 12px;
    padding-left: 10px;
    font-size: 1.2rem;
    line-height: 1.4;
}
    .global-nav01 .global-nav01-list01-link::before {
        position: absolute;
        top: 0.5em;
        left: 0;
        display: block;
        width: 3px;
        height: 3px;
        content: '';
        border-right: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
        -ms-transform: rotate( -45deg );
        -webkit-transform: rotateZ( -45deg );
        -ms-transform: rotateZ( -45deg );
        transform: rotateZ( -45deg );
    }
.global-nav01 .global-nav01-list01-link-maintxt {
    font-size: 1.2rem;
    line-height: 1.4;
}
.global-nav01 .global-nav01-list01-link-subtxt {
    font-size: 1.0rem;
    font-weight: 100;
    line-height: 1.4;
}
.global-nav01 .global-nav01-list02-link {
    position: relative;
    display: block;
    padding: 13px 0 13px 48px;
}
    .global-nav01 .global-nav01-list02-link::before {
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 3px;
        height: 3px;
        content: '';
        border-right: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
        -ms-transform: rotate( -45deg );
        -webkit-transform: rotateZ( -45deg );
        -ms-transform: rotateZ( -45deg );
        transform: rotateZ( -45deg );
    }
.global-nav01 .global-nav01-list02-link-maintxt {
    font-size: 1.2rem;
    line-height: 1.4;
}
.global-nav01 .global-nav01-list02-link-subtxt {
    margin-top: 2px;
    font-size: 1.0rem;
    font-weight: 100;
    line-height: 1.4;
}
.global-nav01 .global-nav01-list03-link {
    position: relative;
    display: block;
    padding: 13px 0 13px 70px;
}
    .global-nav01 .global-nav01-list03-link::before {
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 3px;
        height: 3px;
        content: '';
        border-right: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
        -ms-transform: rotate( -45deg );
        -webkit-transform: rotateZ( -45deg );
        -ms-transform: rotateZ( -45deg );
        transform: rotateZ( -45deg );
    }
.global-nav01 .global-nav01-list03-link-maintxt {
    font-size: 1.2rem;
    line-height: 1.4;
}
.global-nav01 .global-nav01-list03-link-subtxt {
    margin-top: 2px;
    font-size: 1.0rem;
    font-weight: 100;
    line-height: 1.4;
}

/* Global nav 02
----------------------------------------------------*/
.global-nav02-list {
    display: table;
    width: 100%;
    table-layout: fixed;
}
    .global-nav02-list > li {
        position: relative;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }
        .global-nav02-list > li::before {
            position: absolute;
            top: 50%;
            left: 0;
            display: block;
            width: 1px;
            height: 10px;
            margin-top: -8px;
            content: "";
            background: #e0e0e0;
        }
        .global-nav02-list > li:first-child::before { display: none; }
    .global-nav02-list > li.attraction {
        width: 111px;
    }
    .global-nav02-list > li.event {
        width: 76px;
    }
    .global-nav02-list > li.area {
        width: 86px;
    }
    .global-nav02-list > li.park {
        width: 125px;
    }
    .global-nav02-list > li.tour {
        width: 127px;
    }
    .global-nav02-list > li.food {
        width: 124px;
    }
    .global-nav02-list > li.shop {
        width: 112px;
    }
    .global-nav02-list > li.ticket {
        width: 169px;
    }
.global-nav02-list .global-nav02-btn {
    position: relative;
    display: block;
    padding: 5px 0 14px;
    font-size: 1.3rem;
    font-weight: 400;
    color: #1b4584;
    text-decoration: none;
    box-sizing: border-box;
}
.global-nav02-list .global-nav02-btn:hover::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 5px;
    content: "";
    background: #1b4584;
}
/* Attraction
----------------------------------------------------*/
.global-nav01-attraction-in {
    margin-top: 30px;
    overflow: hidden;
}
.global-nav01-attraction-left { float: left; }
.global-nav01-attraction-left-in {
    float: left;
    padding-left: 18px;
    border-left: 1px solid #e0e0e0;
}
.global-nav01-attraction-left-in:first-child {
    padding-left: 0;
    border-left: none;
}
    .global-nav01-attraction-left-in.area { width: 208px; }
    .global-nav01-attraction-left-in.type { width: 177px; }
    .global-nav01-attraction-left-in.enjoy { width: 230px; }
.global-nav01-attraction-right {
    float: left;
    width: 261px;
    padding: 0 0 17px 25px;
    border-left: 1px solid #ffffff;
}
.global-nav01-attraction-service-btn { border-bottom: 1px solid #ffffff; }
    .global-nav01-attraction-service-btn.single::after {
        position: absolute;
        top: 50%;
        left: 11px;
        display: block;
        width: 30px;
        height: 27px;
        margin-top: -13px;
        content: "";
        background: url(/pc/common/images/cmn_ico_nav_attraction02.gif) no-repeat;
    }
    .global-nav01-attraction-service-btn.child::after {
        position: absolute;
        top: 50%;
        left: 11px;
        display: block;
        width: 30px;
        height: 24px;
        margin-top: -12px;
        content: "";
        background: url(/pc/common/images/cmn_ico_nav_attraction03.gif) no-repeat;
    }
    .global-nav01-attraction-service-btn.reserve::after {
        position: absolute;
        top: 50%;
        left: 11px;
        display: block;
        width: 30px;
        height: 28px;
        margin-top: -14px;
        content: "";
        background: url(/pc/common/images/cmn_ico_nav_attraction04.gif) no-repeat;
    }
.global-nav01-attraction-other-list { margin-top: 30px; }
    .global-nav01-attraction-other-list > li { margin-top: 10px; }
    .global-nav01-attraction-other-list > li:first-child { margin-top: 0; }
.global-nav01 .global-nav01-attraction-other-btn {
    position: relative;
    display: block;
    padding-left: 10px;
    font-size: 1.2rem;
}
    .global-nav01 .global-nav01-attraction-other-btn::before {
        position: absolute;
        top: 7px;
        left: 0;
        display: block;
        width: 3px;
        height: 3px;
        content: '';
        border-right: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
        -ms-transform: rotate( -45deg );
        -webkit-transform: rotateZ( -45deg );
        -ms-transform: rotateZ( -45deg );
        transform: rotateZ( -45deg );
    }

/* Event
----------------------------------------------------*/
.global-nav01-event-in {
    margin-top: 30px;
    overflow: hidden;
}
.global-nav01-event-list {
    float: left;
    width: 174px;
    margin-left: 17px;
}
    .global-nav01-event-list:first-child { margin-left: 0; }
.global-nav01-event-btn {
    display: block;
    width: 100%;
    text-align: center;
}
.global-nav01-event-btn-maintxt {
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 1.2;
}
.global-nav01-event-btn-subtxt {
    margin-top: 7px;
    font-size: 1.0rem;
    font-weight: 100;
}

/* Area
----------------------------------------------------*/
.global-nav01-area-in {
    margin-top: 30px;
    overflow: hidden;
}
.global-nav01-area-list {
    float: left;
    width: 174px;
    margin-left: 17px;
}
    .global-nav01-area-list:nth-child(5n+1){ margin-left: 0; }
    .global-nav01-area-list:nth-child(n+6){ margin-top: 35px; }
.global-nav01-area-btn { text-align: center; }
.global-nav01-area-btn-txt {
    padding-top: 10px;
    font-size: 1.2rem;
    line-height: 1.2;
}

/* Park
----------------------------------------------------*/
.global-nav01-park-in {
    margin-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
}
.global-nav01-park-list {
    float: left;
    width: 174px;
    margin-left: 17px;;
}
    .global-nav01-park-list:first-child { margin-left: 0; }
.global-nav01-park-btn { text-align: center; }
.global-nav01-park-btn-txt {
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 1.2;
}
.global-nav01-park-wisdom { margin-top: 15px; }
.global-nav01-park-wisdom-btn {
    position: relative;
    display: inline-block;
    padding: 5px 0 5px 50px;
}
    .global-nav01-park-wisdom-btn::before {
        position: absolute;
        top: 50%;
        left: 4px;
        display: block;
        width: 38px;
        height: 29px;
        margin-top: -15px;
        content: "";
        background: url(/pc/common/images/cmn_ico_nav_park07.gif) no-repeat;
    }

/* Tour
----------------------------------------------------*/
.global-nav01-tour-in {
    margin-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
}
.global-nav01-tour-left {
    float: left;
    width: 365px;
    overflow: hidden;
}
.global-nav01-tour-left-list {
    float: left;
    margin-left: 17px;
}
    .global-nav01-tour-left-list:first-child { margin-left: 0; }
.global-nav01-tour-left-btn {
    display: block;
    text-align: center;
}
.global-nav01-tour-left-txt {
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 1.2;
}

/* Food
----------------------------------------------------*/
.global-nav01-food-in {
    margin-top: 30px;
    overflow: hidden;
}
.global-nav01-food-restaurant {
    float: left;
    width: 150px;
}
.global-nav01-food-feature {
    float: left;
    width: 220px;
    padding-left: 40px;
    border-left: 1px solid #ffffff;
}
.global-nav01-food-feature-list + .global-nav01-heading04 { margin-top: 20px; }
.global-nav01-food-feature-btn { border-bottom: 1px solid #ffffff; }
    .global-nav01-food-feature-btn.tabenori::after {
        position: absolute;
        top: 50%;
        left: 12px;
        display: block;
        width: 27px;
        height: 27px;
        margin-top: -13px;
        content: "";
        background: url(/pc/common/images/cmn_ico_nav_food02.gif) no-repeat;
    }
    .global-nav01-food-feature-btn.guide::after {
        position: absolute;
        top: 50%;
        left: 12px;
        display: block;
        width: 27px;
        height: 36px;
        margin-top: -18px;
        content: "";
        background: url(/pc/common/images/cmn_ico_nav_food03.gif) no-repeat;
    }
    .global-nav01-food-feature-btn.kidsmenu::after {
        position: absolute;
        top: 50%;
        left: 12px;
        display: block;
        width: 27px;
        height: 26px;
        margin-top: -13px;
        content: "";
        background: url(/pc/common/images/cmn_ico_nav_food04.gif) no-repeat;
    }
    .global-nav01-food-feature-btn.foodcart::after {
        position: absolute;
        top: 50%;
        left: 12px;
        display: block;
        width: 27px;
        height: 26px;
        margin-top: -13px;
        content: "";
        background: url(/pc/common/images/cmn_ico_nav_food05.gif) no-repeat;
    }
.global-nav01-food-information {
    float: left;
    width: 227px;
    margin-left: 35px;
    padding-left: 35px;
    border-left: 1px solid #ffffff;
}
.global-nav01-food-information-list + .global-nav01-food-information-list { padding-top: 25px; }
.global-nav01-food-recommend {
    float: left;
    width: 160px;
    margin-left: 36px;
    padding-left: 34px;
    border-left: 1px solid #ffffff;
}
.global-nav01-food-recommend-img {
    display: block;
    margin-top: 10px;
}

/* Shop
----------------------------------------------------*/
.global-nav01-shop-in {
    margin-top: 30px;
    overflow: hidden;
}
.global-nav01-shop-search {
    float: left;
    width: 150px;
}
.global-nav01-shop-feature {
    float: left;
    width: 220px;
    padding-left: 40px;
    border-left: 1px solid #ffffff;
}
.global-nav01-shop-feature-list + .global-nav01-heading04 { margin-top: 25px; }
.global-nav01-shop-information {
    float: left;
    width: 227px;
    margin-left: 35px;
    padding-left: 35px;
    border-left: 1px solid #ffffff;
}
.global-nav01-shop-information-list + .global-nav01-shop-information-list { padding-top: 25px; }
.global-nav01-shop-recommend {
    float: left;
    width: 160px;
    margin-left: 36px;
    padding-left: 34px;
    border-left: 1px solid #ffffff;
}
.global-nav01-shop-recommend-img {
    display: block;
    margin-top: 10px;
}

/* Ticket
----------------------------------------------------*/
.global-nav01-ticket-in {
    margin-top: 30px;
    overflow: hidden;
}
.global-nav01-ticket-in-left {
    float: left;
    width: 670px;
    overflow: hidden;
}
.global-nav01-ticket-in-left-in { overflow: hidden; }
.global-nav01-ticket-list {
    float: left;
    width: 350px;
    margin-right: 30px;
    padding-right: 35px;
    border-right: 1px solid #ffffff;
}
.global-nav01-ticket-list-in {
    width: 350px;
    border-top: 1px solid #e0e0e0;
}
    .global-nav01-ticket-list-in:first-child {
        margin-top: 5px;
        border-top: none;
    }
.global-nav01-ticket-list-btn.studio::after {
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    width: 38px;
    height: 24px;
    margin-top: -12px;
    content: "";
    background: url(/pc/common/images/cmn_ico_nav_ticket02.gif) no-repeat;
}
.global-nav01-ticket-list-btn.year::after {
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    width: 40px;
    height: 26px;
    margin-top: -13px;
    content: "";
    background: url(/pc/common/images/cmn_ico_nav_ticket03.gif) no-repeat;
}
.global-nav01-ticket-list-btn.express::after {
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    width: 41px;
    height: 20px;
    margin-top: -10px;
    content: "";
    background: url(/pc/common/images/cmn_ico_nav_ticket04.gif) no-repeat;
}
.global-nav01-ticket-list-btn.other::after {
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    width: 45px;
    height: 31px;
    margin-top: -16px;
    content: "";
    background: url(/pc/common/images/cmn_ico_nav_ticket05.gif) no-repeat;
}
.global-nav01-ticket-other {
    float: left;
    width: 218px;
    padding-right: 35px;
    border-right: 1px solid #ffffff;
}
.global-nav01-ticket-history-list + .global-nav01-heading04 { margin-top: 30px; }
.global-nav01 .global-nav01-ticket-caution {
    float: left;
    width: 650px;
    margin-top: 30px;
    padding: 15px;
    font-size: 1.2rem;
    color: #e80000;
    line-height: 1.4;
    background: #ffffff;
    border: 1px solid #e80000;
    box-sizing: border-box;
}
.global-nav01-ticket-caution > a {
    display: block;
    color: #1b4584;
}
.global-nav01-ticket-in-right {
    width: 230px;
    float: right;
}

/* Contents title
----------------------------------------------------*/
.content-header01 {
    position: fixed;
    top: 90px;
    z-index: 10;
    width: 100%;
    min-width:950px;
    padding: 4px 0 17px;
    background: #444444;
    border-top: 1px solid #e0e0e0;
}
.content-header01-topicpath {
    padding-top: 11px;
    overflow: hidden;
}
.content-header01-topicpath-list {
    float: left;
    margin-right: 6px;
    color: #ffffff;
}
    .content-header01-topicpath-list .content-header01-topicpath-link {
        position: relative;
        padding-right: 11px;
        font-weight: 200;
        color: #ffffff;
    }
    .content-header01-topicpath-list .content-header01-topicpath-link::before {
        position: absolute;
        top: 50%;
        right: 0;
        display: block;
        width: 4px;
        height: 4px;
        margin-top: -3px;
        content: '';
        border-right: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
        -ms-transform: rotate( -45deg );
        -webkit-transform: rotateZ( -45deg );
        -ms-transform: rotateZ( -45deg );
        transform: rotateZ( -45deg );
    }
.content-header01-title {
    padding: 8px 0 17px;
    font-size: 2.4rem;
    color: #ffffff;
}
.content-header01-title.is-small { padding: 0 0 8px; }
.content-header01-nav {
    width: 100%;
    overflow: hidden;
}
.content-header01-nav-list {
    float: left;
    margin-right: 14px;
    width: 142px;
}
.content-header01-nav-list-link { color: #ffffff; }
.content-header01-nav-list-link:hover { color: #ffffff; }
.content-header01-nav-thumb {
    display: block;
    float: left;
    margin-top: 5px;
}
.content-header01-nav-caption {
    margin-left: 44px;
    color: #ffffff;
}
.content-header01-nav-list:first-child { margin-left: 0; }

/* Content
----------------------------------------------------*/
#content {
    margin-top: 234px;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 160%;
    vertical-align: baseline;
}

/* Footer
----------------------------------------------------*/
.footer-topicpath01 {
    padding: 7px 0;
    background: #cccccc;
}
#footer.footer01 {
    padding: 0;
    background: #f0f0f0;
    border-top: 1px solid #cccccc;
}
.footer01-link-list01 {
    padding: 57px 0 17px 0;
    font-size: 0;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}
.footer01-link-list01 > li {
    display: inline-block;
    font-size: 1.1rem;
}
    .footer01-link-list01 > li::before { content: "｜"; }
    .footer01-link-list01 > li:first-child::before { content: none; }
.footer01 .footer01-link-list01-btn {
    padding: 0 3px;
    font-weight: 200;
    color: #666666;
}
    .footer01 .footer01-link-list01-btn:hover { text-decoration: underline; }
.footer01-link {
    margin-top: 40px;
    overflow: hidden;
}
.footer01-link-btn {
    position: relative;
    display: table;
    float: left;
    border-left: 1px solid #cccccc;
    table-layout: fixed;
}
    .footer01-link-btn::after {
        position: absolute;
        top: 50%;
        right: 15px;
        display: block;
        width: 4px;
        height: 4px;
        margin-top: -2px;
        content: '';
        border-right: 1px solid #4c4c4c;
        border-bottom: 1px solid #4c4c4c;
        -ms-transform: rotate( -45deg );
        -webkit-transform: rotateZ( -45deg );
        -ms-transform: rotateZ( -45deg );
        transform: rotateZ( -45deg );
    }
.footer01-link-btn.small { width: 291px; }
.footer01-link-btn.normal { width: 316px; }
.footer01-link-btn.wide { width: 331px; }
    .footer01-link-btn:first-child { border-left: none; }
    .footer01-link-btn:hover {
        color: #666666;
        text-decoration: underline;
    }
.footer01-link-img {
    display: table-cell;
    width: 54px;
    padding-left: 20px;;
    vertical-align: middle;
}
    .footer01-link-btn:first-child .footer01-link-img { padding-left: 0; }
.footer01-link-txt {
    display: table-cell;
    width: 200px;
    padding-left: 12px;
    font-size: 1.2rem;
    color: #666666;
    line-height: 1.4;
    vertical-align: middle;
}
.footer01-sitemap-wrap {
    margin-top: 30px;
    overflow: hidden;
}
.footer01-sitemap {
    float: left;
    width: 200px;
    margin-right: 37px;
}
.footer01-sitemap-in { box-sizing: border-box; }
.footer01-sitemap-in.top { height: 180px; }
.footer01-sitemap-in.top.border {
    height: 150px;
    margin-bottom: 30px;
    border-bottom: 1px solid #cccccc;
}
.footer01-sitemap-in.top.h145 {
	height:145px;
}
.footer01-sitemap-in.middle { height: 140px; }
.footer01-sitemap-in.single { height: 35px; }
.footer01 .footer01-sitemap-heading {
    font-size: 1.1rem;
    font-weight: bold;
    color: #666666;
    line-height: 1.9;
}

.footer01 .footer01-sitemap-link {
    font-size: 1.1rem;
    font-weight: 200;
    color: #666666;
    line-height: 1.9;
}
    .footer01 .footer01-sitemap-link:hover { text-decoration: underline; }
.footer01-sitemap-btn-list { margin-top: 20px; }
.footer01-sitemap-btn-list > li + li { margin-top: 4px; }
.footer01 .footer01-sitemap-btn {
    position: relative;
    display: block;
    width: 100%;
    font-size: 1.2rem;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    background: #1b4584;
}
    .footer01 .footer01-sitemap-btn::after {
        position: absolute;
        top: 50%;
        right: 15px;
        display: block;
        width: 4px;
        height: 4px;
        margin-top: -2px;
        content: '';
        border-right: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
        -ms-transform: rotate( -45deg );
        -webkit-transform: rotateZ( -45deg );
        -ms-transform: rotateZ( -45deg );
        transform: rotateZ( -45deg );
    }
    .footer01 .footer01-sitemap-btn:hover {
        text-decoration: none;
        opacity: 0.6;
    }
.footer01-sitemap-sns {
    float: left;
    width: 242px;
}
.footer01-sitemap-sns-list {
    margin-top: 10px;
    overflow: hidden;
}
.footer01-sitemap-sns-list > li { float: left; }
.footer01-sitemap-sns-list > li img {
    margin-right:5px;
}
.footer01-sitemap-company {
    float: left;
    width: 387px
}
.footer01-sitemap-company-list {
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
}
    .footer01-sitemap-company-list > li {
        float: left;
        border-left: 1px solid #cccccc;
    }
    .footer01-sitemap-company-list > li:first-child { border-left: none; }
.footer01 .footer01-sitemap-company-btn {
    position: relative;
    display: table;
    height: 40px;
    font-size: 1.1rem;
    color: #666666;
    line-height: 1.4;
    box-sizing: border-box;
}
    .footer01-sitemap-company-list > li:nth-child(n+2) .footer01-sitemap-company-btn { padding-left: 15px; }
    .footer01 .footer01-sitemap-company-btn.w100 { width: 100px; }
    .footer01 .footer01-sitemap-company-btn.w135 { width: 135px; }
    .footer01 .footer01-sitemap-company-btn::after {
        position: absolute;
        top: 50%;
        right: 15px;
        display: block;
        width: 4px;
        height: 4px;
        margin-top: -2px;
        content: '';
        border-right: 1px solid #898989;
        border-bottom: 1px solid #898989;
        -ms-transform: rotate( -45deg );
        -webkit-transform: rotateZ( -45deg );
        -ms-transform: rotateZ( -45deg );
        transform: rotateZ( -45deg );
    }
    .footer01 .footer01-sitemap-company-btn:hover { text-decoration: underline; }
.footer01 .footer01-sitemap-company-btn > span {
    display: table-cell;
    vertical-align: middle;
}


/*-20160905-*/
.footer01-sitemap-company-list .w150 {
    width: 150px !important;
}
.footer01-sitemap-company-list .w190 {
    width: 190px !important;
}

.footer01-sitemap-partner {
    float: left;
    width: 282px
}
.footer01-sitemap-partner-list {
    margin-top: 10px;
    overflow: hidden;
}
.footer01-sitemap-partner-list > li {float: left;}

.footer01-sitemap .h60 {
    height: 60px !important;
}
.footer01-sitemap .h80 {
    height: 80px !important;
}
.footer01-sitemap .h120 {
    height: 120px !important;
}
/*-20160905-*/

.footer01-link-list02 {
    padding: 40px 0 18px 0;
    font-size: 0;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}
.footer01-link-list02 > li {
    display: inline-block;
    padding-left: 13px;
}
    .footer01-link-list02 > li:first-child { padding-left: 0; }
.footer01 .footer01-link-list02-btn {
    position: relative;
    padding-left: 10px;
    font-size: 1.1rem;
    font-weight: 200;
    color: #666666;
}
    .footer01 .footer01-link-list02-btn::before {
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 4px;
        height: 4px;
        margin-top: -3px;
        content: '';
        border-right: 1px solid #4c4c4c;
        border-bottom: 1px solid #4c4c4c;
        -ms-transform: rotate( -45deg );
        -webkit-transform: rotateZ( -45deg );
        -ms-transform: rotateZ( -45deg );
        transform: rotateZ( -45deg );
    }
    .footer01 .footer01-link-list02-btn:hover { text-decoration: underline; }
.footer01-link-list03 {
    font-size: 0;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}
.footer01-link-list03 > li {
    display: inline-block;
    font-size: 1.1rem;
}
    .footer01-link-list03 > li::before { content: "｜"; }
    .footer01-link-list03 > li:first-child::before { content: none; }
.footer01 .footer01-link-list03-btn {
    padding: 0 3px;
    color: #666666;
    line-height: 50px;
}
    .footer01 .footer01-link-list03-btn:hover { text-decoration: underline; }
.footer01-legal-wrap {
    padding: 15px 0 50px 0;
    font-size: 1.0rem;
    color: #666666;
    line-height: 1.2;
    overflow: hidden;
}
.footer01-legal-left {
    float: left;
    width: 550px;
}
.footer01-legal-right {
    float: right;
    width: 350px;
    text-align: right;
}

/* Footer 02
----------------------------------------------------*/
.footer02 {
    background: #f0f0f0;
    border-top: 1px solid #cccccc;
}
.footer02-link-list {
    font-size: 0;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}
.footer02-link-list > li {
    display: inline-block;
    font-size: 1.1rem;
}
    .footer02-link-list > li::before { content: "｜"; }
    .footer02-link-list > li:first-child::before { content: none; }
.footer02 .footer02-link-list-btn {
    padding: 0 3px;
    color: #666666;
    line-height: 50px;
}
.footer02-legal-wrap {
    padding: 15px 0 200px 0;
    font-size: 1.0rem;
    color: #666666;
    line-height: 1.2;
    overflow: hidden;
}
.footer02-legal-left {
    float: left;
    width: 550px;
}
.footer02-legal-right {
    float: right;
    width: 350px;
    text-align: right;
}
.footer01-sitemap-sns-list > li img.sns-multiple {
    margin-top: 5px;
}

/* Pagetop
----------------------------------------------------*/
.pagetop01 {
    display: none;
    position: fixed;
    bottom: 50px;
    width: 100%;
}
.pagetop01 .l-in { position: relative; }
.pagetop01-btn {
    position: absolute;
    bottom: 0;
    right: -76px;
    display: block;
}
/* EOF */
