@charset "UTF-8";
* {
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

body,
html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative
}

body {
    overflow: hidden;
    background: #000;
    color: #fff;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    font-size: 90%;
    line-height: 1.7em;
    background-image: url(../images/bg_top.jpg);
    background-size: cover;
    background-position: center
}

.table {
    display: table
}

.table_inner {
    display: table-cell;
    vertical-align: middle
}

.hover_opacity {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.hover_opacity:hover {
    opacity: .6
}

dd {
    margin: 0 0 0 20px
}

ul {
    padding: 0 0 0 20px
}

#ie {
    position: fixed;
    top: 10px;
    text-align: center;
    width: 100%;
    font-size: 150%;
    left: 0;
    z-index: 9999;
    padding: 10px;
    color: #000;
    background: #F9C
}

.fa {
    margin-right: 5px
}

h1 {
    font-size: 240%;
    margin-bottom: 40px;
    text-shadow: 1px 1px 5px #000;
    font-weight: bold;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "Times New Roman", serif;
}

h1 span {
    display: block;
    line-height: 1;
    padding-top: 15px;
    font-size: 60%;
    color: #30B485
}

.top h1 {
    font-size: 210%;
    margin-bottom: 30px
}

h2 {
    padding: 5px 10px;
    border-bottom: 1px solid;
    margin: 30px 0 20px;
    border-left: 10px solid;
    border-color: #26745E;
    font-weight: bold;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "Times New Roman", serif;
}

h3 {
    padding: 5px 20px;
    background: #1A6355;
    font-size: 130%;
    font-weight: 400;
    text-shadow: 1px 1px 2px #000;
    border-radius: 2px;
    margin: 0;
    display: inline-block;
    font-weight: bold;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "Times New Roman", serif;
}

h4 {
    font-size: 130%;
    margin: 25px 0 10px;
    border-left: 5px solid #26745E;
    padding-left: 10px;
    color: #FFF;
    text-shadow: 1px 1px 0 #000;
    font-weight: bold;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "Times New Roman", serif;
}

.clear_type {
    -webkit-transform-origin: 0 0;
    -webkit-transform: scale(1, 1.01);
    -moz-transform-origin: 0 0;
    -moz-transform: scale(1, 1.01);
    -ms-transform-origin: 0 0;
    -ms-transform: scale(1, 1.02);
    -o-transform-origin: 0 0;
    -o-transform: scale(1, 1.01)
}

.description_btn1,
.description_btn2 {
    padding: 1px 10px;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "Times New Roman", serif;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    margin: 2px;
    text-shadow: 1px 1px 5px #111
}

.description_btn1 {
    background: #51bba8;
    box-shadow: 0 5px 0 #3b766c
}

.description_btn2 {
    background: #5790b1;
    box-shadow: 0 5px 0 #375d72
}

#menu {
    width: 100%;
    height: 80px;
    background: #1a1a1a;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 8000;
    font-weight: bold;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "Times New Roman", serif;
}

#menu_inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    font-size: 80%
}

#nav {
    list-style: none;
    text-align: center;
    margin: 0 auto;
    padding: 0
}

#nav li {
    height: 80px;
    position: relative;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

#nav li.nav_attendtion {
    display: none
}

.menu_text {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}

.menu_text_top {
    font-size: 130%;
    display: block;
    padding: 0 0 5px;
    width: 80%;
    margin: 0 auto;
    border-bottom: 1px solid #51bba8
}

.menu_text_bottom {
    display: block;
    line-height: 1;
    font-size: 120%;
    padding: 10px 0 0
}

.menu_text.here {
    background: #f0709a;
    background-image: url(../images/cover_on.jpg);
    text-shadow: 0 0 10px #000
}

.menu_btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: #000;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.menu_btn:hover {
    opacity: 1
}

.btn_menu1,
.btn_menu2 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
    position: absolute;
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 5px #111;
    font-size: 120%;
    -webkit-transition: all .1s ease;
    transition: all .1s ease
}

.btn_menu1 {
    background: #51bba8;
    box-shadow: 0 10px 0 #3b766c;
    top: -10px
}

.btn_menu1:hover {
    top: 0
}

.btn_menu2 {
    background: #5790b1;
    box-shadow: 0 10px 0 #375d72;
    top: 35px
}

.btn_menu2:hover {
    top: 40px
}

.menu_btn.single .btn_menu1 {
    height: 100%;
    line-height: 80px
}

#pjaxContent {
    width: 100%;
    height: 100%;
    marign: 0;
    padding: 0
}

#contents {
    width: 100%;
    height: 100%;
    position: relative
}

#contents:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, .2)
}

#contents_inner {
    width: 100%;
    height: 100%;
    position: relative;
    max-width: 980px;
    margin: 0 auto
}

.float_section {
    padding: 0 50px;
    width: 50%;
    height: 100%;
    overflow: scroll;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    -webkit-overflow-scrolling: touch
}

.float_section_center {
    padding: 0 50px;
    width: 100%;
    height: 100%;
    overflow: scroll;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    -webkit-overflow-scrolling: touch
}

.float_section .section,
.float_section_center .section {
    padding: 80px 0 250px
}

.contents_center {
    width: 100%;
    height: 100%
}

.contents_center.top {
    width: 80%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    line-height: 2.2em
}

.logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9000
}

.logo img {
    width: 200px
}

.logo .copy {
    position: absolute;
    bottom: -5px;
    right: 30px;
    font-size: 9px
}

#bgm {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 8000
}

#audio_btn {
    position: fixed;
    bottom: 90px;
    right: 5px;
    z-index: 8500;
    color: #fff;
    font-weight: 700
}

#audio_btn input {
    padding: 5px 10px;
    color: #999;
    font-weight: 700;
    outline: 0;
    border: 2px solid;
    border-radius: 5px;
    background: rgba(0, 0, 0, .2)
}

#audio_btn input.active {
    color: #D3699E
}

#audio_btn input:hover {
    color: #fff
}

.housin {
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "Times New Roman", serif;
    font-weight: bold;
    background: #FFFAF2;
    color: #488378;
    border-radius: 10px;
    border: 3px solid #598F85;
    padding: 30px 20px;
    font-size: 130%;
    font-weight: 700;
    background-image: url(../images/logo_light.png);
    background-position: center;
    background-repeat: no-repeat;
    line-height: 1.6em;
    box-shadow: 5px 5px 0 #598F85;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 10px #fff;
    margin: 40px 0
}

.housin h2 {
    text-align: center;
    margin: 0 0 20px;
    border: none;
    font-weight: bold;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "Times New Roman", serif;
}

.club_article {
    margin: 0 0 50px;
    padding: 0 0 20px;
    border-bottom: 1px dashed #666
}

#bg_video {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background-sizse: cover
}

#mute_btn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #000;
    color: #fff;
    width: 50px;
    height: 50px;
    display: block;
    z-index: 8500;
    cursor: pointer;
    background-size: cover;
    background-position: center
}

#mute_btn.volumeon {
    background-image: url(../images/vol_on.jpg)
}

#mute_btn.muted {
    background-image: url(../images/vol_mute.jpg)
}

#menu_cover,
#menu_toggle_btn {
    display: none
}

.loader {
    width: 100%;
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 7500;
    background: #000
}

.loader .table {
    width: 100%;
    height: 100%;
    text-align: center
}

.vjs-control-bar {
    display: none!important
}

#map {
    position: absolute;
    bottom: 80px;
    left: 0;
    z-index: 9999;
    opacity: .3;
    font-weight: bold;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

#map:after {
    content: '園内マップ';
    position: absolute;
    top: -30px;
    left: 0;
    font-size: 160%;
    border-left: 5px solid #3A9797;
    background: rgba(0, 0, 0, .3);
    padding: 2px 5px
}

#map.hoverd,
#map.map_top,
#map:hover {
    opacity: 1
}

#map.hoverd:after,
#map:hover:after {
    top: -50px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#map area:hover {
    background: #3C9
}

#nav li.hoverd {
    background: #51bba8;
    background-image: url(../images/cover.jpg);
    text-shadow: 0 0 10px #000
}

#map_cover,
#map_cover_on {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none
}

#map_cover div,
#map_cover_on div {
    display: block;
    position: absolute;
    opacity: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 2px
}

#map_cover div {
    background: #51bba8;
    background-image: url(../images/cover.jpg);
    box-shadow: 4px 4px 0 #3b766c
}

#map_cover_on div {
    background: #f0709a;
    background-image: url(../images/cover_on.jpg);
    box-shadow: 4px 4px 0 #939
}

#map_cover div.hoverd,
#map_cover_on div.active {
    opacity: 1
}

.cover_text {
    position: absolute;
    top: -36px;
    width: 100px;
    font-size: 120%;
    text-shadow: 0 0 2px #000, 0 0 5px #000;
    padding-left: 5px
}

.cover_text.bottom {
    bottom: -40px;
    top: auto;
    padding-top: 10px
}

#map_cover .cover_text {
    border-left: 5px solid #51bba8
}

#map_cover_on .cover_text {
    border-left: 5px solid #f0709a
}

.cover_nentyou {
    left: 40px;
    top: 2px;
    width: 18px;
    height: 31px
}

.cover_nensyou {
    left: 186px;
    top: 2px;
    width: 19px;
    height: 31px
}

.cover_pool {
    left: 208px;
    top: 2px;
    width: 42px;
    height: 31px
}

.cover_hall {
    left: 0;
    top: 59px;
    width: 62px;
    height: 46px
}

.cover_syokuin {
    left: 110px;
    top: 47px;
    width: 37px;
    height: 59px
}

.cover_entei {
    left: 153px;
    top: 47px;
    width: 97px;
    height: 72px
}

.cover_nakaniwa {
    left: 81px;
    top: 47px;
    width: 24px;
    height: 59px
}

.contents_link_area {
    width: 100%;
    position: relative;
    line-height: 0;
    overflow: hidden;
    box-shadow: 0 0 20px #000;
    border-radius: 2px
}

.contents_link_area .table {
    width: 100%;
    height: 100%
}

.contents_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.contents_link_text {
    line-height: 1.6em;
    display: block;
    position: absolute;
    top: -20%;
    box-shadow: 0 20px 30px #555;
    left: 0;
    opacity: 0;
    background: rgba(0, 0, 0, .6);
    text-shadow: 10px 10px 20px #000;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 250%;
    font-weight: bold;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "Times New Roman", serif;
    ;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.contents_link_area:hover .contents_link_text {
    top: 0;
    opacity: 1
}

.description_pc {
    display: block
}

.description_sp {
    display: none
}

.gaiyou h2 {
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "Times New Roman", serif;
    ;
    font-weight: bold;
    border: none;
    padding: 0 0 0 10px;
    border-left: 5px solid
}

.gaiyou dd {
    font-size: 120%
}

.gyouzi_list li {
    display: inline-block;
    border-radius: 5px;
    padding: 5px 10px;
    margin-right: 10px;
    background: #303030;
    margin-bottom: 5px;
    border: 3px solid
}

.gyouzi_list .haru li {
    background: #FFF5FA;
    color: #B81062;
    text-shadow: 0 0 5px #fff;
    box-shadow: 2px 2px 0 #b81062
}

.gyouzi_list .natsu li {
    background: #F8FFF5;
    color: #5A975F;
    text-shadow: 0 0 5px #fff;
    box-shadow: 2px 2px 0 #5A975F
}

.gyouzi_list .aki li {
    background: #FFFDF5;
    color: #83620E;
    text-shadow: 0 0 5px #fff;
    box-shadow: 2px 2px 0 #83620E
}

.gyouzi_list .huyu li {
    background: #F5FCFF;
    color: #1D84A5;
    text-shadow: 0 0 5px #fff;
    box-shadow: 2px 2px 0 #1D84A5
}

.kagai_img {
    box-shadow: 0 0 20px #000;
    border-radius: 2px;
    margin-bottom: 10px;
    pointer-events: none
}

.kagai_title {
    display: block;
    text-align: center
}

.game_thumb {
    margin-bottom: 20px;
    border-radius: 50px;
    -wbkit-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.game_thumb:hover {
    opacity: .7
}

@-webkit-keyframes bg_anime {
    0% {
        background-position: left
    }
    100% {
        background-position: right
    }
}

@keyframes bg_anime {
    0% {
        background-position: left
    }
    100% {
        background-position: right
    }
}

@media screen and (max-width:900px) {
    #audio_btn,
    #bgm,
    #big-video-wrap {
        display: none!important
    }
    body {
        background-image: url(../images/bg_top.jpg);
        background-size: cover;
        background-position: center
    }
    #menu {
        width: 60%;
        height: 100%;
        z-index: 9900;
        overflow: scroll;
        left: -100%;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }
    #menu.active {
        left: 0
    }
    #nav li {
        border-top: 1px solid #222;
        border-bottom: 1px solid #51bba8
    }
    #nav li.nav_attendtion {
        height: auto;
        padding: 10px;
        display: block;
        text-align: left
    }
    #nav li.nav_attendtion h2 {
        padding: 0;
        border: none
    }
    .menu_btn {
        left: -100%
    }
    .menu_btn.active {
        left: 0;
        opacity: 1
    }
    .menu_text_top {
        border-bottom: 1px solid #555
    }
    #menu_cover {
        width: 100%;
        height: 100%;
        background: rgba(100, 200, 200, .6);
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 8000;
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        border: 0
    }
    #menu_toggle_btn {
        position: fixed;
        bottom: 10px;
        top: inherit;
        z-index: 8900;
        text-align: center;
        display: block
    }
    .float_section,
    .float_section_center {
        width: 70%;
        left: 50%;
        margin-left: -35%;
        padding: 80px 40px 100px;
        -webkit-overflow-scrolling: touch;
        overflow: auto!important
    }
    .float_section .section,
    .float_section_center .section {
        padding: 20px 0
    }
    .logo {
        z-index: 8900
    }
    .contents_center.top {
        width: 95%
    }
    #map {
        display: none
    }
    .top h1 {
        font-size: 200%;
        margin-bottom: 10px
    }
    .description_pc {
        display: none
    }
    .description_sp {
        display: block
    }
    .contents_center.top {
        line-height: 1.7em
    }
    .description_btn1,
    .description_btn2 {
        font-size: 80%
    }
    @media screen and (max-width:500px) {
        .float_section,
        .float_section_center {
            width: 100%;
            margin: 0;
            left: 0;
            padding: 80px 10px 100px
        }
    }
}