@font-face {
    font-family: 'ShinGoPro';
    src: url('../fonts/ShinGoPro-Regular.otf');
}

@font-face {
    font-family: 'ArialRounded';
    src: url('../fonts/ARIAL_ROUNDED_MT_BOLD.TTF');
}

@import url('https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css');

body {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 400;
    max-width: 100%;
    overflow-x: hidden;
}

ul,
ol {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

a {
    color: #555;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 160, 233, 0.5);
}

.container {
    padding: 0;
}

@media screen and (min-width: 768px) {
    .container {
        width: 1080px;
    }
}

/* ========= common======= */

.row-0 {
    margin-left: 0px;
    margin-right: 0px
}

.row-0>div {
    padding-right: 0px;
    padding-left: 0px
}

.row-10 {
    margin-left: -5px;
    margin-right: -5px
}

.row-10>div {
    padding-right: 5px;
    padding-left: 5px
}

.row-20 {
    margin-left: -10px;
    margin-right: -10px
}

.row-20>div {
    padding-right: 10px;
    padding-left: 10px
}

.row-30 {
    margin-left: -15px;
    margin-right: -15px
}

.row-30>div {
    padding-right: 15px;
    padding-left: 15px
}

.row-40 {
    margin-left: -20px;
    margin-right: -20px
}

.row-40>div {
    padding-right: 20px;
    padding-left: 20px
}

.mt-30 {
    margin-top: 30px !important;
}

.pt-40 {
    padding-top: 40px;
}

.pt-90 {
    padding-top: 90px;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

/* ============ */
#loadBegin {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1200;
    background: #CAEDFE
}

#loadBegin .handle {
    -moz-perspective: 1000;
    -webkit-perspective: 1000;
    -o-perspective: 1000;
    -ms-perspective: 1000;
    height: 100%;
    width: 100%;
    background: #CAEDFE;
    position: fixed;
    z-index: 10000;
    -webkit-transition: all 0.6s;
    transition: all 0.6s
}

#loadBegin #load_in {
    opacity: 1;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px
}

#loadBegin .loaded #load_in {
    opacity: 0
}

#loadBegin .scale {
    opacity: 0
}

.loader_wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px
}

.loader_wrapper .txt {
    padding: 40px 0 0;
    margin: 0px 0 0 -83px
}

.red_inline_restaurant {
        color: red;
        font-size: 20px;
}

@media screen and (max-width: 767px) {
    .loader_wrapper .txt {
        margin-left: -40px
    }

    .loader_wrapper .txt img {
        width: 120px
    }
}

.load_egg {
    position: relative;
    width: 20px
}

.load_egg .ball {
    position: absolute;
    height: 50px;
    width: 40px;
    margin-bottom: -5px;
    background-color: #0088d0;
    -webkit-animation: egbounds 1s ease-in-out infinite;
    animation: egbounds 1s ease-in-out infinite;
    z-index: 2;
    top: -33px;
    left: -5px;
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%
}

@-webkit-keyframes egbounds {
    20% {
        -webkit-transform: translate(0, -40px);
        transform: translate(0, -40px)
    }

    35% {
        -webkit-transform: translate(0, -45px);
        transform: translate(0, -45px)
    }

    90% {
        -webkit-transform: translate(0, -50px);
        transform: translate(0, -50px)
    }

    95% {
        -webkit-transform: translate(0, -40px);
        transform: translate(0, -40px)
    }
}

@keyframes egbounds {
    20% {
        -webkit-transform: translate(0, -40px);
        transform: translate(0, -40px)
    }

    35% {
        -webkit-transform: translate(0, -45px);
        transform: translate(0, -45px)
    }

    90% {
        -webkit-transform: translate(0, -50px);
        transform: translate(0, -50px)
    }

    95% {
        -webkit-transform: translate(0, -40px);
        transform: translate(0, -40px)
    }
}

.load_egg .shadow {
    position: absolute;
    -webkit-animation: egbounds-shadow 1s infinite;
    animation: egbounds-shadow 1s infinite;
    width: 50px;
    height: 16px;
    border-radius: 33px / 12px;
    background-color: #005AA2;
    left: -10px
}

@-webkit-keyframes egbounds-shadow {
    70% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.5
    }

    100% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        opacity: 0.4
    }
}

@keyframes egbounds-shadow {
    70% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.5
    }

    100% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        opacity: 0.4
    }
}

.index_hero_area {
    width: 100%;
    height: 100vh;
    text-align: center
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-loading .slick-list {
    background: #fff url("../libs/slick/ajax-loader.gif") center center no-repeat
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

@font-face {
    font-family: "slick";
    src: url("../libs/slick/fonts/slick.eot");
    src: url("../libs/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../libs/slick/fonts/slick.woff") format("woff"), url("../libs/slick/fonts/slick.ttf") format("truetype"), url("../libs/slick/fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir="rtl"] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir="rtl"] .slick-next:before {
    content: "←"
}

.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: 25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    text-shadow: #fff 2px 2px 0px, #fff -2px 2px 0px, #fff 2px -2px 0px, #fff -2px -2px 0px
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #00a0e9;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #00a0e9;
    opacity: 0.75
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline
}

.bx-wrapper .bx-pager.bx-default-pager a {
    text-indent: -9999px;
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    outline: 0;
    border-radius: 20px;
    border: #00AAEB 2px solid
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #00AAEB;
    border: #00AAEB 2px solid
}

.bx-wrapper .bx-prev {
    background-position: 0 center;
    background-image: url(../images/prev.png);
    background-repeat: no-repeat;
    position: relative;
    left: 10px
}

.bx-wrapper .bx-next {
    right: 10px;
    background-position: 0 center;
    background-image: url(../images/next.png);
    background-repeat: no-repeat;
    position: relative
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 center;
    background-image: url(../images/prev.png);
    background-repeat: no-repeat
}

.bx-wrapper .bx-next:hover {
    background-position: 0 center;
    background-image: url(../images/next.png);
    background-repeat: no-repeat
}

.bx-wrapper .bx-controls-direction {
    width: 1080px;
    margin: 0 auto
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 36%;
    margin-top: 0px;
    outline: 0;
    width: 40px;
    height: 80px;
    text-indent: -9999px;
    z-index: 400;
    background-color: #000;
    border-radius: 0px;
    filter: Alpha(Opacity=80);
    opacity: 0.2
}

.bx-wrapper .bx-controls-direction a:hover {
    background-color: #00a0e9;
    opacity: 0.8
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}

.bx-wrapper .bx-controls-auto {
    text-align: center
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png) -86px -11px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0
}

.caption {
    margin-bottom: 30px;
    clear: both
}

.caption strong {
    display: block
}

.caption.cap_red {
    color: #EB4962
}

.caption.cap_orange {
    color: #f08200
}

.caption.cap_s {
    font-size: 12px;
}

.caption.cap_margin {
    margin-bottom: 40px
}

.caption.cap_nm {
    margin: 0
}

.btn_area {
    text-align: center
}

.btn_m {
    line-height: 1;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    text-decoration: none !important;
    position: relative
}

.btn_m.btn_border {
    border: 3px solid #ccc;
    padding: 12px 70px 12px 12px;
    font-size: 18px;
    font-weight: bold;
    transition: all .3s linear
}

.btn_m.btn_border:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 31px;
    position: absolute;
    top: 0;
    right: 10px
}

.btn_m.btn_border_blue {
    border-color: #0b7fc6;
    color: #0b7fc6
}

.btn_m.btn_border_blue:hover {
    color: #fff;
    background: #0b7fc6
}

.btn_n {
    display: block;
    color: #fff !important;
    font-weight: bold;
    text-decoration: none !important;
    position: relative;
    line-height: 1;
    background-repeat: no-repeat
}

.btn_n:hover {
    transition: .15s opacity linear;
    opacity: .7;
    filter: alpha(opacity=70)
}

.btn_n:after {
    transition: all .3s ease;
    content: "";
    background: url(../images/btn/ico_btn-right-n.png);
    position: absolute;
    display: block;
    width: 28px;
    height: 28px;
    right: 22px;
    top: 50%;
    margin-top: -14px
}

@media screen and (max-width: 767px) {
    .btn_n:after {
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
        margin-top: -10px
    }
}

.btn_n:hover:after {
    right: 15px
}

.btn_n.btn_blue {
    background-color: #00a0e9
}

.btn_n.btn_orange {
    background-color: #fdb41e
}

.btn_n.btn_mid_blue {
    background-color: #164e98
}

.btn_n.btn_f_l {
    font-size: 24px;
    padding: 38px 0 38px 124px;
    background-position: 34px center
}

@media screen and (max-width: 767px) {
    .btn_n.btn_f_l {
        font-size: 18px;
        padding: 18px 45px 18px 50px;
        background-position: 14px center;
        background-size: 25px !important;
        line-height: 1.2
    }
}

.btn_n.btn_f_n {
    font-size: 18px;
    padding: 21px 0 21px 65px;
    background-position: 20px center
}

@media screen and (max-width: 767px) {
    .btn_n.btn_f_n {
        font-size: 16px;
        padding: 18px 45px 18px 50px;
        background-position: 14px center;
        background-size: 25px;
        line-height: 1.2
    }
}

.btn_n.ico_shop {
    background-image: url(../images/btn/ico_btn-shop.png)
}

.btn_n.ico_res {
    background-image: url(../images/btn/ico_btn-res.png)
}

.btn_n.ico_at {
    background-image: url(../images/btn/ico_btn-asb.png)
}

.btn_n.ico_sc {
    background-image: url(../images/btn/ico_btn-sc.png)
}

.btn_n.ico_fish {
    background-image: url(../images/btn/ico_btn-fish.png)
}

.btn_n.ico_mm {
    background-image: url(../images/btn/ico_btn-mm.png)
}

.btn_n.ico_asb {
    background-image: url(../images/btn/ico_btn-asb.png);
    background-size: 80px
}

.btn_n.ico_fish-l {
    background-image: url(../images/btn/ico_btn-fish-l.png);
    background-size: 80px
}

.btn_n.size_long {
    width: 80%;
    margin: 0 auto;
    display: block;
    padding-left: 140px
}

@media screen and (max-width: 767px) {
    .btn_n.size_long {
        width: 100%;
        font-size: 14px;
        padding: 18px 45px 18px 50px
    }
}

.btn_n.size_s {
    width: 340px
}

@media screen and (max-width: 767px) {
    .btn_n.size_s {
        width: 100%
    }
}

.btn_ico_m {
    text-align: left;
    border: 4px solid #ccc;
    padding: 10px 12px 10px 82px;
    font-size: 18px;
    font-weight: bold;
    transition: all .3s linear;
    text-decoration: none !important;
    border-color: #0b7fc6;
    color: #0b7fc6;
    width: 520px;
    display: block;
    background-position: 13px center;
    background-repeat: no-repeat;
    position: relative
}

.btn_ico_m:after {
    transition: all .3s linear;
    content: "";
    display: block;
    background: url(../images/btn/ico_btn-ra.png);
    width: 12px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px
}

.btn_ico_m:hover {
    color: #fff;
    background-color: #0b7fc6
}

.btn_ico_m:hover:after {
    background-image: url(../images/btn/ico_btn-ra_on.png);
    right: 15px
}

@media screen and (max-width: 767px) {
    body .btn_ico_m.webticket {
        margin-bottom: 35px;
        background-size: auto 30px;
        padding: 10px 12px 10px 46px;
    }

    .btn_ico_m {
        font-size: 12px;
        border-width: 3px;
        width: 100%;
        padding-left: 44px;
        padding-right: 25px;
        background-size: 30px;
        background-position: 8px center
    }

    .btn_ico_m:after {
        width: 6px;
        height: 10px;
        background-size: 6px 10px;
        margin-top: -5px
    }
}

.btn_ico_m.webticket:hover {
    background-image: url(../images/btn/icon-price_on.svg);
}

.btn_ico_m.webticket {
    background-image: url(../images/btn/icon-price.svg);
    background-size: auto 40px;
    padding: 10px 12px 10px 68px;
}

.btn_ico_m.webticket.lang:hover {
    background-image: none;
}

.btn_ico_m.webticket.lang {
    background-image: none;
}

.btn_ico_m.ico_group {
    background-image: url(../images/btn/ico_btn-group.png)
}

.btn_ico_m.ico_group:hover {
    background-image: url(../images/btn/ico_btn-group_on.png)
}

.btn_ico_m.ico_contact {
    background-image: url(../images/btn/ico_btn-contact.png)
}

.btn_ico_m.ico_contact:hover {
    background-image: url(../images/btn/ico_btn-contact_on.png)
}

.btn_ico_m.ico_onepoint {
    background-image: url(../images/btn/ico_btn-onepoint.png)
}

.btn_ico_m.ico_onepoint:hover {
    background-image: url(../images/btn/ico_btn-onepoint_on.png)
}

.btn_ico_m.ico_car {
    background-image: url(../images/btn/ico_btn-car.png)
}

.btn_ico_m.ico_car:hover {
    background-image: url(../images/btn/ico_btn-car-on.png)
}

.cont_btn {
    margin-bottom: 60px
}

@media screen and (max-width: 767px) {
    .cont_btn {
        margin-bottom: 20px
    }
}

.btn_right {
    overflow: hidden
}

.btn_right .btn_n {
    float: right
}

@media screen and (max-width: 767px) {
    .btn_right .btn_n {
        float: none;
        margin: 0 auto;
        width: 100%
    }
}

.page_low_btn {
    margin-top: 50px
}

.low_btn_area {
    background: #CAEDFE;
    padding: 60px 0
}

.low_btn_area .inner {
    overflow: hidden;
    width: 1080px;
    margin: 0 auto
}

@media screen and (max-width: 767px) {
    .low_btn_area {
        padding: 20px 0 10px
    }

    .low_btn_area .inner {
        width: auto
    }

    .low_btn_area .btns {
        margin-bottom: 10px
    }
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block .alert-warning {
    display: block;
    margin-top: 5px !important;
    margin-bottom: 10px;
    padding: 0;
    color: #a94442;
    background: none;
    border: none;
}

/* ============================= header =================================================*/
header {
    width: 100%;
}

header .header-pc {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

header .header-pc .container-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    flex-direction: row;
    padding: 0;
    width: 1060px !important;
    margin-right: auto;
    margin-left: auto;
}

header .header-pc .logo-top img {
    width: 142px;
}

header .header-pc .logo-lang img {
    width: 52px;
}

header .header-pc .logo-lang #drop_lang_pc {
    cursor: pointer;
    display: block;
}

header .header-pc .logo-lang .dropdown-menu .lang-item a {
    font-size: 12px;
    color: #0B7FC5;
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

header .header-pc .logo-lang .dropdown-menu .lang-item a:before {
    margin: 0 5px 0 0;
    content: "\f0da";
    font-family: FontAwesome;
    text-decoration: none !important;
}

header .header-pc nav ul {
    display: flex;
    align-items: center;
    list-style: none;
    height: 100px;
    margin: 0;
    padding: 0;
}

/* header .header-pc nav ul li{
    margin-right: 25px;
} */
/* header .header-pc nav ul li:last-child{
    margin-right: 0;
} */
header .header-pc nav ul li .menu-map {
    margin-right: 20px;
}

header .header-pc nav ul li .menu-compass {
    margin-right: 20px;
}

header .header-pc nav ul li:first-child {
    margin-left: 50px;
    margin-right: 25px;
}

header .header-pc nav ul li:last-child {
    margin-right: 50px;
    margin-left: 25px;
}

header .header-pc nav ul li a {
    display: flex;
    align-items: center;
    color: #0B7FC5;
    text-decoration: none;
}

header .header-pc nav ul li a .icon {
    margin-right: 10px;
}

header .header-pc nav ul li a .label {
    font-size: 16px;
    color: #0B7FC5;
}

header .header-mb {
    display: none;
}

header .header-mb .head-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    background: #fff;
    padding: 0 15px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 99;
}

header .header-mb .head-top .icon {
    height: 100%;
    width: 105px;
}

header .header-mb .head-top .icon img {
    height: 100%;
    width: 30px;
}

header .header-mb .head-top .icon.lang {
    text-align: right;
}

header .header-mb .head-top .icon.lang #drop_lang_mb {
    display: block;
}

header .header-mb .head-top .icon.lang .dropdown-menu .dropdown-item {
    font-size: 10px;
    color: #0B7FC5;
}

header .header-mb .head-top .icon.lang .dropdown-menu .dropdown-item:before {
    margin: 0 5px 0 0;
    content: "\f0da";
    font-family: FontAwesome;
    text-decoration: none !important;
}

header .header-mb .head-top .logo img {
    width: 76px;
}

header .header-mb .head-top a.ticket {
    display: inline-block;
    padding-right: 5px;
    margin-right: 5px;
    height: 100%;
    width: 60px;
    border-right: solid 1px #2978B6;
    border-left: solid 1px #2978B6;
}

header .header-mb .head-top .ticket img {
    height: 100%;
    width: 48px;
}

/* drawer menu-left for sp
=================================*/
.header-mb nav.left-nav {
    height: 100%;
    width: 250px;
    background: #fff;
    padding: 30px 10px;
    left: 0;
    top: 0;
    z-index: 999;
    position: fixed;
    overflow-y: auto;
    overflow-x: visible;
    transform: translate(-250px, 0);
}

/* overlay layer */
.ssm-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 999;
    -webkit-overflow-scrolling: touch;
}

/* prevent scroll when nav is open */
.is-navOpen {
    overflow: hidden;
}

/* drawer menu-right for sp
=================================*/
.header-mb nav.right-nav {
    height: 100%;
    width: 250px;
    background: #fff;
    padding: 30px 10px;
    right: -250px;
    top: 0;
    z-index: 999;
    position: fixed;
    overflow-y: auto;
    overflow-x: visible;
    transform: translate(0px, 0) !important;
}

.header-mb nav.right-nav.ssm-right-nav-visible {
    transform: translate(-250px, 0) !important;
}

.ssm-right-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 999;
    -webkit-overflow-scrolling: touch;
}

.is-right-navOpen {
    overflow: hidden;
}

.header-mb nav li {
    list-style: none;
}

.header-mb nav a {
    font-size: 16px;
    line-height: 25px;
    color: #0B7FC5;
    display: block;
    border-bottom: 1px solid #0B7FC5;
    padding: 12px 0;
    position: relative;
    text-align: left;
    border-radius: 0;
}

.header-mb nav a:hover {
    color: #0B7FC5;
    text-decoration: none;
}

.header-mb nav a::before {
    content: '□';
    font-family: ShinGoPro;
    vertical-align: middle;
}

.header-mb nav a::after {
    content: '\f107';
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 1px solid #0B7FC5;
}

.header-mb nav .body-menu {
    padding: 10px;
    border-bottom: 1px solid #0B7FC5;
}

.header-mb nav .body-menu ul {
    margin: 0;
    padding-left: 15px;
    list-style-image: url('../images/dotted.svg');
}

.header-mb nav .body-menu ul a {
    color: #000;
    font-size: 14px;
    line-height: 1.7;
    display: block;
    margin: 10px 0;
}

/* Reponsive */
@media screen and (max-width: 1024px) {
    header .header-pc {
        display: none;
    }

    header .header-mb {
        display: block;
    }
}

/* ============================= footer =================================================*/
.list-social>a.item>img {
    width: 35px;
    height: 35px;
}

.onto-top-blink {
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 130px;
    right: 30px;
    z-index: 99;
    animation-name: move;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.onto-top-blink img {
    width: 100px;
    height: 104px;
}

footer .footer {
    height: 100px;
    background: #004D9F;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .footer .list-social {
    margin-left: 50px;
}

footer .footer .list-social .item {
    margin-right: 20px;
}

footer .footer .copyright {
    text-align: center;
    color: #fff;
    font-size: 12px;
}

footer .footer .copyright .top {
    font-size: 18px;
}

.wrap-site-map {
    background: #004D9F;
}

.wrap-site-map .container {
    padding: 30px 50px;
    width: 1060px !important;
}

.wrap-site-map ul .title {
    font-size: 14px;
    color: #65C7CF;
}

.wrap-site-map ul {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    list-style: none;
}

.wrap-site-map ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

@media screen and (max-width: 1024px) {
    footer .footer {
        flex-direction: column;
        height: auto;
        padding: 15px 0;
    }

    footer .footer .list-social {
        margin-left: 0;
        margin-top: 8px;
    }

    footer .footer .list-social .item {
        margin-right: 10px;
    }

    footer .footer .list-social .item img {
        height: 30px;
        width: auto;
    }

    footer .footer .copyright {
        text-align: center;
        color: #fff;
        font-size: 6px;
    }

    footer .footer .copyright .top {
        font-size: 9px;
    }

    .wrap-site-map {
        display: none;
    }
}

@media screen and (max-width: 730px) {
    .wrap-site-map {
        display: none;
    }
}

/* ==================================== index ======================== */
.wrap-banner {
    height: 900px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.wrap-banner .bg_video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}

.wrap-banner .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 782px;
    justify-content: center;
}

.wrap-banner .content .text {
    color: #fff;
    font-size: 36px;
    margin-bottom: 15px;
}

.wrap-banner .content .img-text {
    margin-bottom: 25px;
}

.wrap-banner .content .img-text img {
    /* width: 580px; */
}

.wrap-banner .content .logo-egg {
    margin-bottom: 15px;
}


.wrap-banner .time-open .container .time img {
    margin-top: -5px;
}

.wrap-banner .time-open .container {
    /* height: 118px; */
    background: #0B7FC5;
    padding: 0 120px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.wrap-banner .time-open .time {
    border-bottom: 1px solid #fff;
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
    text-align: center;
    color: #fff;
    padding: 10px 130px;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: bold;
    font-family: "Rounded Mplus 1c";
}

.wrap-banner .time-open .note {
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 5px;
    font-weight: bold;
}

.wrap-time-open-year .container {
    padding: 0;
    padding-bottom: 30px;
}

.wrap-time-open-year .head {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background: #C6B198;
    font-size: 18px;
    color: #fff !important;
    cursor: pointer;
}

.wrap-time-open-year .head .icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.wrap-time-open-year .head .icon img {
    width: 100%;
}

.wrap-time-open-year .body {
    background: #F1F1F1;
    padding: 30px;
}

.wrap-time-open-year .body .list-time {
    display: flex;
    justify-content: center;
}

.wrap-time-open-year .list-time .item {
    display: flex;
    font-size: 16px;
}

.wrap-time-open-year .list-time .item .label {
    width: 140px;
}

.wrap-time-open-year .list-time .item p {
    margin-bottom: 15px;
}

.wrap-time-open-year .body pre {
    white-space: pre-wrap;
    /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
}

.wrap-slide-photo {
    padding-bottom: 15px;
}

.wrap-slide-photo .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: transparent;
    margin: 5px;
    border: 1px solid #0B7FC5;
}

.wrap-slide-photo .owl-theme .owl-dots .owl-dot {
    outline: none;
}

.wrap-slide-photo .owl-theme .owl-dots .owl-dot.active span,
.wrap-slide-photo .owl-theme .owl-dots .owl-dot:hover span {
    background: #0B7FC5;
}

.wrap-news {
    background-image: url('../images/bg-news.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.wrap-default .title-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
    /* font-family: 'ArialRounded'; */
}

.wrap-default .title-slide .icon {
    margin-right: 17px;
}

.wrap-default .title-slide .black {
    color: #000;
}

.wrap-default .container {
    padding-top: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #000;
    position: relative;
}

.wrap-default .slide-body {
    display: flex;
    justify-content: space-between;
}

.wrap-default .slide-body img {
    width: 100%;
}

.wrap-default .slide-body .pengin {
    width: 150px;
}

.wrap-default .slide-body .flip img {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.wrap-news.wrap-default .slide-body .slide {
    width: 700px;
}

.wrap-news.wrap-default .slide-body .slide::after {
    content: "";
    background: url('../images/pegin-new.png');
    background-size: 100% auto;
    position: absolute;
    top: -90px;
    left: -72px;
    width: 100px;
    height: 100px;
}

.wrap-default .slide-body .slide .owl-stage-outer {
    padding-bottom: 20px;
}

.wrap-default .slide-body .slide .owl-item {
    width: 220px;
    /* height: 300px; */
    background: #fff;
    border-radius: 10px;
    border: 1px solid #CBCBCB;
}

.wrap-news.wrap-default .slide-body .slide .owl-item {
    box-shadow: 1px 1px 2px #CBCBCB;
}

.wrap-news.wrap-default .slide-body .slide .owl-item a {
    color: #000;
    text-decoration: none;
}

.wrap-default .slide-body .slide .item .img {
    height: 220px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url('../images/default-image.png');
}

.wrap-default .slide-body .slide .item .img img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.wrap-default .slide-body .slide .item .content {
    font-size: 12px;
    padding: 10px;
    line-height: 1.2;
    font-family: "Rounded Mplus 1c", sans-serif;
    min-height: 62px;
}

.wrap-default .slide-body .slide .item .content b {
    font-size: 14px;
}

.wrap-default .slide-body .owl-theme .owl-nav {
    position: relative;
}

.wrap-default .slide-body .owl-nav button {
    outline: none;
}

.wrap-default .slide-body .owl-nav button:hover {
    background: none;
}

.wrap-news.wrap-default .slide-body .owl-nav button.owl-prev {
    position: absolute;
    top: -326px;
    left: -52px;
    font-size: 50px;
    color: #fff;
}

.wrap-news.wrap-default .slide-body .owl-nav button.owl-next {
    position: absolute;
    top: -326px;
    right: -52px;
    font-size: 50px;
    color: #fff;
}

.wrap-facebook.wrap-default .slide-body .slide {
    width: 460px;
}

.wrap-default .slide-body .seiuchi {
    width: 291px;
}

.wrap-default .slide-body .owl-nav button.owl-prev {
    position: absolute;
    top: -219px;
    left: -52px;
    font-size: 50px;
    color: #231815;
}

.wrap-default .slide-body .owl-nav button.owl-next {
    position: absolute;
    top: -219px;
    right: -52px;
    font-size: 50px;
    color: #231815;
}

.wrap-default .link-open {
    position: absolute;
    top: 36px;
    right: 0;
}

.wrap-default .link-open a {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
}

.wrap-default .link-open .icon {
    margin-right: 10px;
}

.wrap-default .link-open .icon img {
    width: 35px;
}

.wrap-default .link-open .arrow {
    margin-left: 10px;
}

.wrap-instagram.wrap-default .slide-body {
    justify-content: center;
}

.wrap-instagram.wrap-default .slide-body .slide {
    width: 940px;
}

.wrap-instagram.wrap-default .slide-body .slide .owl-item {
    height: 220px;
}

.wrap-instagram.wrap-default .slide-body .slide .item .img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.wrap-instagram.wrap-default .slide-body .slide .item .img img {
    border-radius: 10px;
}

.wrap-instagram.wrap-default .slide-body .owl-nav button.owl-next {
    top: -182px;
    right: -60px;
}

.wrap-instagram.wrap-default .slide-body .owl-nav button.owl-prev {
    top: -182px;
    left: -60px;
}

.wrap-youtube.wrap-default .slide-body {
    justify-content: center;
}

.wrap-youtube.wrap-default .slide-body .slide {
    width: 940px;
}

.wrap-youtube.wrap-default .slide-body .owl-nav button.owl-next {
    top: -205px;
}

.wrap-youtube.wrap-default .slide-body .owl-nav button.owl-prev {
    top: -205px;
}

.wrap-youtube.wrap-default .slide-body .slide .owl-item {
    height: 260px;
    margin: 0 auto;
    padding: 0;
    display: inline-block;
    overflow: hidden;
    border-radius: 10px;
    z-index: 2;
    position: relative;
}

.wrap-youtube.wrap-default .slide-body .slide .video {
    background: #000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -99;
}

.wrap-youtube.wrap-default .slide-body .slide .video,
.video-foreground iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wrap-youtube.wrap-default .slide-body .item {
    display: flex;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.wrap-youtube.wrap-default .slide-body .item .icon-play {
    width: 60px;
}

.wrap-youtube.wrap-default .slide-body .item .title {
    position: absolute;
    right: 15px;
    bottom: 15px;
    color: #fff;
    font-size: 12px;
}

.modal-youtube .modal-dialog {
    max-width: 1060px;
    padding: 0 15px;
}

.modal-youtube .modal-header {
    padding: 5px 10px;
}

.modal-youtube .modal-body {
    position: relative;
    height: 600px;
}

.wrap-bottom {
    background-image: url('../images/bg-bottom.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: relative;
    overflow: hidden;
}

.wrap-bottom .list-dis img,
.wrap-bottom .seiuchi img {
    width: 100%;
}

.wrap-bottom .container {
    padding: 80px 160px 25px 160px;
    position: relative;
}

.wrap-bottom .container::before {
    content: '';
    background-image: url('../images/seiuchi_bottom.png');
    width: 360px;
    height: 339px;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: -217px;
}

.wrap-bottom .container::after {
    content: '';
    background-image: url('../images/seiuchi_bottom.png');
    width: 360px;
    height: 339px;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    right: -217px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.wrap-bottom .list-dis .item {
    margin-bottom: 30px;
}

.wrap-bottom .list-dis .item a {
    display: block;
    box-shadow: 2px 2px 9px #303030;
}


.wrap-bottom .seiuchi {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    display: none;
    cursor: pointer;
}

.wrap-bottom .seiuchi .talk {
    width: 60px;
    position: absolute;
    top: -20px;
    left: 0;
}

.wrap-bottom .open-map-page {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
}

.wrap-bottom .open-map-page a {
    cursor: pointer;
}

.wrap-bottom .open-map-page .icon {
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 20px;
    margin-left: 10px;
}

.onto-top-blink {
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 130px;
    right: 30px;
    z-index: 99;
    animation-name: move;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.onto-top-blink img {
    width: 100px;
    height: 104px;
}

footer .footer {
    height: 100px;
    background: #004D9F;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .footer .list-social {
    margin-left: 50px;
}

footer .footer .list-social .item {
    margin-right: 20px;
}

footer .footer .list-social .item img {
    width: 35px;
    height: 35px;
}

footer .footer .copyright {
    text-align: center;
    color: #fff;
    font-size: 12px;
}

footer .footer .copyright .top {
    font-size: 18px;
}

.wrap-site-map {
    background: #004D9F;
}

.wrap-site-map .container {
    padding: 30px 50px;
}

.wrap-site-map ul .title {
    font-size: 14px;
    color: #65C7CF;
}

.wrap-site-map ul {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    list-style: none;
}

.wrap-site-map ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

.wrap-menu-sp {
    padding: 30px 23px;
    display: none;
}

.wrap-menu-sp .item {
    margin-bottom: 16px;
    padding: 0 5px;
}

.wrap-menu-sp .item a {
    color: #666666;
    height: 130%;
    border-radius: 5px;
    background-image: url(../images/bg-menu-sp.png);
    background-repeat: repeat-x;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.wrap-menu-sp .item a span {
    display: block;
    width: 71%;
    text-align: center;
    font-size: 3.8vw;
    margin-top: -1px;
    font-weight: bold;
}

.wrap-menu-sp .item.watch a span {
    font-size: 2.1vw;
}

.wrap-menu-sp .item.phone a span {
    font-size: 3.2vw;
}

.wrap-menu-sp .item a::before {
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    top: -1px;
    left: 3%;
    width: 26%;
    height: 100%;
    content: "";
}

.wrap-menu-sp .item.price a::before {
    background-image: url(../images/bt-sp-price.svg);
}

.wrap-menu-sp .item.map a::before {
    background-image: url(../images/bt-sp-map.svg);
}

.wrap-menu-sp .item.compass a::before {
    background-image: url(../images/bt-sp-compass.svg);
}

.wrap-menu-sp .item.watch a::before {
    background-image: url(../images/bt-sp-watch.svg);
}

.wrap-menu-sp .item.car a::before {
    background-image: url(../images/bt-sp-car.svg);
}

.wrap-menu-sp .item.phone a::before {
    background-image: url(../images/bt-sp-phone.svg);
}


.owl-nav .fa-angle-left:before {
    content: '';
    background-image: url('../images/icon-slide-black.svg');
    height: 34px;
    width: 18px;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

.owl-nav .fa-angle-right:before {
    content: '';
    background-image: url('../images/icon-slide-black.svg');
    height: 34px;
    width: 18px;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";

}

.wrap-news .owl-nav .fa-angle-left:before {
    background-image: url('../images/icon-slide-white.svg');
}

.wrap-news .owl-nav .fa-angle-right:before {
    background-image: url('../images/icon-slide-white.svg');
}

/* Reponsive */

@media screen and (max-width: 1024px) {
    .wrap-bottom .container {
        max-width: 730px;
    }

    .wrap-youtube.wrap-default .slide-body .item .title {
        bottom: 8px;
        right: 8px;
    }

    .wrap-default .slide-body .item {
        position: relative;
    }

    .wrap-default .slide-body .item.new::after {
        content: url('../images/pegin-new-mb.svg');
        display: block;
        width: 35px;
        right: 7px;
        bottom: 34px;
        position: absolute;
    }

    .container {
        width: 100%;
    }

    .wrap-time-open-year .container {
        padding-bottom: 15px;
    }

    header .header-pc {
        display: none;
    }


    header .header-mb {
        display: block;
    }

    .wrap-banner .content .text {
        font-size: 15px;
    }

    .wrap-banner .time-open {
        padding: 0 15px;
    }

    .wrap-banner .time-open .container {
        padding: 0 15px;
        /* height: 63px; */
        background-color: rgba(0, 0, 0, 0);
    }

    .wrap-banner .time-open .container .time,
    .wrap-banner .time-open .container .note {
        background-color: #0B7FC5;
    }

    .wrap-banner {
        height: 568px;
    }

    .wrap-banner .content {
        height: 505px;
        margin-top: 50px;
    }

    .wrap-banner .time-open .time {
        padding: 7px 0;
    }

    .wrap-banner .time-open .time {
        font-size: 11px;
        /* letter-spacing: -1px; */
    }

    .wrap-banner .time-open .note {
        font-size: 10px;
        padding: 4px;
        letter-spacing: 2px;
        line-height: 11px;
    }

    .wrap-time-open-year {
        padding: 0 15px;
    }

    .wrap-time-open-year .body {
        padding: 15px;
    }

    .wrap-time-open-year .body pre {
        font-size: 10px;
        margin-bottom: 0;
        white-space: pre-wrap;
        /* Since CSS 2.1 */
        white-space: -moz-pre-wrap;
        /* Mozilla, since 1999 */
        white-space: -pre-wrap;
        /* Opera 4-6 */
        white-space: -o-pre-wrap;
        /* Opera 7 */
        word-wrap: break-word;
    }

    .wrap-time-open-year .list-time .item {
        font-size: 9px;
    }

    .wrap-time-open-year .head {
        font-size: 12px;
        font-weight: bold;
        height: 33px;
        letter-spacing: 1px;
    }

    .wrap-time-open-year .head .icon {
        height: 10px;
        width: 10px;
    }

    .wrap-slide-photo .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 2.5px;
    }

    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 5px;
    }

    /*.wrap-slide-photo .item a{
        display: block;
        height: 153px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }*/
    .wrap-default {
        padding: 0 15px;
    }

    .wrap-news.wrap-default .slide-body .pengin {
        display: none;
    }

    .wrap-news.wrap-default .slide-body .slide {
        width: 80vw;
    }

    .wrap-default .slide-body {
        justify-content: center;
    }

    .wrap-default .slide-body .slide .owl-item {
        height: auto;
    }

    .wrap-default .slide-body .slide .item .img {
        height: 130px;
    }

    .wrap-news.wrap-default .slide-body .slide::after {
        content: url('../images/pegin-new-mb.svg');
        display: none;
        left: 26vw;
        top: 100px;
    }

    .wrap-default .title-slide {
        font-size: 17px;
    }

    .wrap-default .title-slide .icon {
        width: 30px;
        margin-right: 8px;
    }

    .wrap-news.wrap-default .slide-body .owl-nav button.owl-next {
        top: -160px;
        right: -30px;
        font-size: 25px;
    }

    .wrap-news.wrap-default .slide-body .owl-nav button.owl-prev {
        top: -160px;
        left: -30px;
        font-size: 25px;
    }

    .wrap-default .slide-body .seiuchi {
        display: none;
    }

    .wrap-facebook.wrap-default .slide-body .slide {
        width: 80vw;
    }

    .wrap-facebook.wrap-default .slide-body .slide .item .img {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .wrap-facebook.wrap-default .slide-body .owl-nav button.owl-next {
        top: -150px;
        right: -30px;
        font-size: 25px;
    }

    .wrap-facebook.wrap-default .slide-body .owl-nav button.owl-prev {
        top: -150px;
        left: -30px;
        font-size: 25px;
    }

    .wrap-default .link-open {
        display: table;
        left: 50%;
        transform: translateX(-50%);
        top: auto;
        bottom: 20px;
        font-size: 6px;
    }

    .wrap-default .link-open a {
        font-weight: bold;
    }

    .wrap-default .link-open .icon {
        width: 17px;
        margin-right: 5px;
    }

    .wrap-default .link-open .icon img {
        width: 100%;
    }

    .wrap-instagram.wrap-default .slide-body .slide {
        width: 80vw;
    }

    .wrap-instagram.wrap-default .slide-body .slide .owl-item {
        height: auto;
    }

    .wrap-instagram.wrap-default .slide-body .owl-nav button.owl-next {
        top: -117px;
        right: -30px;
        font-size: 25px;
    }

    .wrap-instagram.wrap-default .slide-body .owl-nav button.owl-prev {
        top: -117px;
        left: -30px;
        font-size: 25px;
    }

    .wrap-youtube.wrap-default .slide-body .slide {
        width: 80vw;
    }

    .wrap-youtube.wrap-default .slide-body .owl-nav button.owl-next {
        top: -140px;
        right: -30px;
        font-size: 25px;
    }

    .wrap-youtube.wrap-default .slide-body .owl-nav button.owl-prev {
        top: -140px;
        left: -30px;
        font-size: 25px;
    }

    .wrap-youtube.wrap-default .slide-body .slide .owl-item {
        height: 170px;
    }

    .wrap-banner .content .logo-egg img {
        width: 70px;
    }

    .wrap-banner .content .logo-banner img {
        width: 150px;
    }

    .wrap-menu-sp {
        display: block;
    }

    footer .footer {
        flex-direction: column;
        height: auto;
        padding: 15px 0;
    }

    footer .footer .list-social {
        margin-left: 0;
        margin-top: 8px;
    }

    footer .footer .list-social .item {
        margin-right: 10px;
    }

    footer .footer .list-social .item img {
        height: 30px;
        width: auto;
    }

    footer .footer .copyright {
        text-align: center;
        color: #fff;
        font-size: 6px;
    }

    footer .footer .copyright .top {
        font-size: 9px;
    }

    .wrap-bottom .open-map-page {
        display: none;
    }

    .wrap-bottom .seiuchi {
        display: block;
    }

    .wrap-bottom .onto-top-blink {
        display: none !important;
    }

    .wrap-bottom .seiuchi {
        width: 30%;
    }

    .wrap-bottom .list-dis .item {
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .wrap-bottom .list-dis .item.col-lg-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .wrap-time-open-year .list-time .item .label {
        width: 100px;
    }

    .wrap-youtube.wrap-default .slide-body .item .icon-play {
        width: 30px;
    }

    .modal-youtube .modal-body {
        height: 300px;
    }

    .wrap-banner .time-open .container .time img {
        height: 10.6px;
        margin-top: -2px;
    }

    footer .footer .copyright img {
        width: 170px;
    }

    .wrap-banner .content .img-text {
        margin: 0px auto 12.5px;
        width: 84.5%;
    }

    .wrap-banner .content .img-text img {
        width: 100%;
    }

    .wrap-bottom .container::after,
    .wrap-bottom .container::before {
        display: none;
    }

    .owl-nav .fa-angle-left:before {
        height: 17px;
        width: 9px;
        background-size: 100% 100%;
    }

    .owl-nav .fa-angle-right:before {
        height: 17px;
        width: 9px;
        background-size: 100% 100%;
    }

    .wrap-bottom {
        background-repeat: no-repeat;
        background-size: 200% auto;
        background-position: center bottom;
    }
}

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

    .wrap-bottom .onto-top-blink {
        right: 3%;
    }

    .wrap-banner .time-open .time {
        padding: 5px 60px;
    }
}


@media screen and (max-width: 730px) {
    .wrap-bottom .container {
        padding: 40px 10%;
    }

    .wrap-site-map {
        display: none;
    }

    .wrap-bottom .seiuchi {
        width: 48%;
    }

    .wrap-default .slide-body .slide .item .content {
        font-size: 8px;
    }

    .wrap-default .slide-body .slide .item .content b {
        font-size: 8px;
        margin-bottom: 2px;
    }

    .modal-youtube .modal-dialog {
        padding: 0;
    }

    .wrap-banner .time-open .time {
        padding: 5px 0px;
    }
}



@media screen and (min-width: 768px) {
    .wrap-menu-sp .item {
        margin-bottom: 26px;
    }
}

#collapseSiteMap {
    font-size: 62.5%;
    line-height: 2;
}


/* トップページ スライドショー */
.wrap-slide-photo .slide {
    padding-top: 20px;
}

.slide-bottom-bnr {
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin: 0 auto 40px;
    flex-direction: row;
}

.wrap-slide-photo .owl-item {
    opacity: 0.5;
}

.wrap-slide-photo .owl-item.active.center {
    opacity: 1;
}

@media screen and (max-width: 1024px) {
    .slide-bottom-bnr {
        width: 90%;
    }
}

.slide-bottom-bnr a {
    flex-basis: 48%;
}

.slide-bottom-bnr a img {
    max-width: 100%;
}

.wrap-slide-photo .owl-thumbs {
    width: 60%;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    margin: 20px auto 20px;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .wrap-slide-photo .owl-thumbs {
        width: 100%;
        margin: 5px auto 10px;
    }
}

.wrap-slide-photo .owl-thumbs-item {
    appearance: none;
    -webkit-appearance: none;
    border: none;
    background: transparent;
    opacity: 0.5;
    cursor: pointer;
    max-width: 100%;
}

.wrap-slide-photo .owl-thumbs-item.active {
    opacity: 1;
}

.wrap-slide-photo .owl-thumbs-item img {
    width: 100%;
    max-width: 100%;
}

/* トップページ ホバー時挙動 */
.owl-hover {
    background: rgba(0, 0, 0, 0);
    transition: all .3s;
}

#fb-feed .bk-hover-filter {
    display: block;
}

#fb-feed .bk-hover-filter::after,
#instagram-feed .bk-hover-filter::after {
    border-radius: 9px;
}

.bk-hover-filter,
#fb-feed .bk-hover-filter {
    position: relative;
}

.bk-hover-filter::after,
#fb-feed .bk-hover-filter::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0);
    content: "";
    transition: all .3s;
}

@media screen and (min-width: 768px) {
    .owl-hover:hover {
        background: rgba(0, 0, 0, 0.3);
        border-radius: 9px;
    }

    .owl-hover a div.img {
        z-index: -1;
        position: relative;
    }

    .bk-hover-filter:hover::after,
    #fb-feed .bk-hover-filter:hover::after {
        background: rgba(0, 0, 0, 0.3);
    }
}

/* ================================= page access ======================*/
.bottom_access {
    background-image: url(../images/access/bg_foot-access.jpg)
}

.page_access #map_frame {
    width: 100%;
    height: 500px;
    margin-bottom: 20px
}

.page_access .map_caption {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 60px
}

.page_access .map_caption span {
    margin-right: 15px;
    color: #00479d
}

.page_access .tab_btn_list {
    margin-bottom: 30px;
    text-align: center;
    overflow: hidden
}

.page_access .tab_btn_list ul {
    overflow: hidden;
    *zoom: 1;
}

.page_access .tab_btn_list ul>li {
    margin-right: 10px;
    float: left;
}

.page_access .tab_btn_list ul>li:last-child {
    margin-right: 0;
}

.page_access .tab_btn_list a {
    text-align: left;
    border: 3px solid #ccc;
    padding: 10px 12px 10px 60px;
    letter-spacing: 0.1em;
    font-size: 18px;
    font-weight: bold;
    transition: all .3s linear;
    text-decoration: none !important;
    border-color: #0b7fc6;
    color: #0b7fc6;
    width: 340px;
    display: block;
    background-position: 7px center;
    background-repeat: no-repeat
}

.page_access .tab_btn_list a:hover,
.page_access .tab_btn_list a.select_tab {
    color: #fff;
    background-color: #0b7fc6
}

.page_access .tab_btn_list a.tab_pa {
    background-image: url(../images/access/ico_btn-p.png)
}

.page_access .tab_btn_list a.tab_pa.select_tab,
.page_access .tab_btn_list a.tab_pa:hover {
    background-image: url(../images/access/ico_btn-p-on.png)
}

.page_access .tab_btn_list a.tab_car {
    background-image: url(../images/access/ico_btn-car.png)
}

.page_access .tab_btn_list a.tab_car.select_tab,
.page_access .tab_btn_list a.tab_car:hover {
    background-image: url(../images/access/ico_btn-car-on.png)
}

.page_access .tab_btn_list a.tab_bus {
    background-image: url(../images/access/ico_btn-bus.png)
}

.page_access .tab_btn_list a.tab_bus.select_tab,
.page_access .tab_btn_list a.tab_bus:hover {
    background-image: url(../images/access/ico_btn-bus-on.png)
}

.page_access .tab_block {
    margin-bottom: 100px
}

.page_access .tab_block .ac_txt {
    margin-left: 20px;
    margin-bottom: 20px
}

.page_access .tab_block .ac_el li {
    font-weight: bold;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-right: 30px
}

.page_access .tab_block .ac_el li img {
    margin-right: 10px
}

.page_access .tab_block .caption {
    margin-bottom: 0
}

.page_access .tab_block .pa_img {
    margin: 0 0 0 -10px;
    overflow: hidden;
    *zoom: 1
}

.page_access .tab_block .pa_img>li {
    float: left;
    margin: 0 0 0 10px
}

.page_access .tab_block .pa_img li img {
    width: 340px
}

.page_access .tab_block .box a {
    color: #00a0e9;
    text-decoration: underline
}

.page_access .access_list .headding_m {
    font-size: 18px;
    margin-bottom: 10px
}

.page_access .access_list dd {
    padding-left: 20px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: #d2d2d2 1px dotted
}

.page_access .access_list dd .ttl {
    font-weight: bold
}

.page_access .access_list dd .ttl span {
    color: #fdb41e
}

.page_access .access_list dd a {
    text-decoration: underline;
    color: #0b7fc6
}

.page_access .access_list dd:last-child {
    border: none
}

.page_access .dr_park .headding_m {
    font-size: 18px;
}

.page_access .dr_park .box a {
    text-decoration: underline;
    color: #0b7fc6
}

.page_access .dr_park .dr_map iframe {
    width: 100%;
    height: 500px
}

.page_access .cont_image img {
    width: 100%;
}

.g_map.google_iframe {
    width: 100%;
    height: 500px;
    margin-bottom: 20px;
}
.g_map.google_iframe iframe {
    width: 100%;
    height: 100%;
}
.foreign_map iframe {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1200px) {
    .page_access .tab_btn_list ul li {
        float: none;
        margin: 0 0 5px
    }

    .page_access .tab_btn_list a {
        letter-spacing: 0;
        font-size: 12px;
        width: 100%;
        padding: 5px 5px 5px 35px;
        display: block;
        background-position: 7px center;
        background-repeat: no-repeat;
        background-size: 20px
    }
}

@media screen and (max-width: 1200px) {
    .page_access .tab_block {
        margin-bottom: 30px
    }

    .page_access .tab_block .pa_img {
        margin: 0
    }

    .page_access .tab_block .pa_img li {
        margin-bottom: 10px;
        float: none
    }

    .page_access .tab_block .pa_img li img {
        width: auto;
        max-width: 100%;
        margin: 0 auto;
        display: block
    }
}

@media screen and (max-width: 767px) {
    .page_access #map_frame {
        height: 300px
    }

    .page_access .map_caption {
        font-size: 14px;
        margin-bottom: 30px
    }

    .page_access .tab_btn_list {
        margin-bottom: 10px;
        text-align: center;
        overflow: hidden
    }

    .page_access .tab_btn_list ul {
        margin: 0
    }

    .page_access .tab_btn_list ul li {
        float: none;
        margin: 0 0 5px
    }

    .page_access .tab_btn_list a {
        letter-spacing: 0;
        font-size: 12px;
        width: 100%;
        padding: 5px 5px 5px 35px;
        display: block;
        background-position: 7px center;
        background-repeat: no-repeat;
        background-size: 20px
    }

    .page_access .tab_btn_list a:hover,
    .page_access .tab_btn_list a.select_tab {
        color: #fff;
        background-color: #0b7fc6
    }

    .page_access .tab_block {
        margin-bottom: 30px
    }

    .page_access .tab_block .pa_img {
        margin: 0
    }

    .page_access .tab_block .pa_img li {
        margin-bottom: 10px;
        float: none
    }

    .page_access .tab_block .pa_img li img {
        width: auto;
        max-width: 100%;
        margin: 0 auto;
        display: block
    }

    .page_access .access_list .headding_m {
        font-size: 16px;
        margin-bottom: 8px
    }

    .page_access .access_list dd {
        padding-left: 0;
        margin-bottom: 10px;
        padding-bottom: 10px;
        line-height: 1.5;
        font-size: 11px;
    }

    .page_access .dr_park .headding_m {
        font-size: 16px;
    }

    .page_access .dr_park .dr_map iframe {
        width: 100%;
        height: 300px
    }

    .g_map.google_iframe {
        height: 300px;
    }
}

.headding_page {
    text-align: center;
    padding: 50px 0 105px;
}

@media screen and (max-width: 767px) {
    .headding_page {
        padding: 20px 0 35px;
    }

    .headding_page img {
        width: 300px;
    }
}

.headding_blue {
    font-size: 30px;
    font-weight: bold;
    color: #0b7fc6;
    border-bottom: #0b7fc6 2px solid;
    padding: 2px 0 10px 38px;
    letter-spacing: 0.1em;
    margin: 0 0 25px;
    background: url(../images/common/ico_headding-l.png) no-repeat left top
}

@media screen and (max-width: 767px) {
    .headding_blue {
        padding-left: 25px;
        font-size: 18px;
        letter-spacing: 0;
        background-size: 24px !important;
        margin: 0 0 15px;
        line-height: 1.3;
        background-position: left 1px
    }
}

.headding_blue.ico_pin {
    background-image: url(../images/access/ico_headding-pin.png);
    background-size: 36px 36px
}

.headding_blue.ico_pa {
    background-image: url(../images/access/ico_headding-p.png);
    background-size: 36px 36px
}

.headding_blue.ico_car {
    background-image: url(../images/access/ico_headding-car.png);
    background-size: 36px 36px
}

.headding_blue.ico_bus {
    background-image: url(../images/access/ico_headding-bus.png);
    background-size: 36px 36px
}

.headding_blue.ico_kindly {
    background-image: url(../images/facility_guide/kindly/ico_head-kindly.png);
    background-size: 36px 32px;
    color: #f08200;
    border-color: #f08200
}

.headding_blue small {
    color: #0b7fc6;
    letter-spacing: 0;
    margin-left: 5px;
    font-size: 15px;
    font-weight: bold
}

.headding_m {
    border-left: 4px solid #b3d465;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 15px;
    padding-left: 15px
}

@media screen and (max-width: 767px) {
    .headding_m {
        padding-left: 7px;
        font-size: 16px;
        line-height: 1.3
    }
}

.headding_s {
    font-size: 22px;
    font-weight: bold;
    color: #00479d;
    margin: -5px 0 10px
}

@media screen and (max-width: 767px) {
    .headding_s {
        font-size: 16px;
        line-height: 1.6;
        margin: 0 0 4px
    }
}

.headding_point {
    font-size: 18px;
    font-weight: bold;
    color: #00479d;
    margin: 0 0 10px
}

.headding_point small {
    color: #EB4962;
    font-size: 12px;
    margin-left: 12px;
    font-weight: bold
}

.headding_point.head_under_dash {
    border-bottom: 1px dotted #00479d;
    padding-bottom: 7px;
    margin-bottom: 20px
}

@media screen and (max-width: 767px) {
    .headding_point {
        font-size: 15px;
        line-height: 1.6;
        margin: 0 0 4px
    }

    .headding_point small {
        display: block;
        margin-left: 0;
        margin-bottom: 10px
    }
}

.headding_point.point_s {
    font-size: 15px;
}

.s_contents {
    padding-top: 90px;
    margin-top: -90px
}

@media screen and (max-width: 767px) {
    .s_contents {
        margin-top: -55px;
        padding-top: 55px
    }
}

.lower_page_cont_area {
    padding-top: 80px;
    background-position: center top;
    background-repeat: no-repeat
}

@media screen and (max-width: 767px) {
    .lower_page_cont_area {
        padding-top: 60px;
        background-size: 140% auto;
        background-color: #FFF
    }
}

.lower_page_others {
    border-bottom: 1px solid #CAEDFE
}

@media screen and (max-width: 767px) {
    .lower_page_others {
        border-bottom: none
    }
}

.lower_bottom_bg {
    height: 400px;
    width: 100%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover
}

@media screen and (max-width: 767px) {
    .lower_bottom_bg {
        height: 150px;
        background-attachment: scroll;
        background-size: 140% auto
    }
}

.lower_cont_block {
    background: #ffffff;
    font-size: 14px;
    line-height: 1.7;
    padding: 40px 20px
}

@media screen and (max-width: 767px) {
    .lower_cont_block {
        margin: 0 10px;
        padding: 30px 10px;
        font-size: 13px;
    }
}

.o_txt_cont {
    margin-bottom: 30px
}

.o_txt_cont p {
    margin-bottom: 0
}

.o_txt_cont p.up_par {
    margin-bottom: 20px
}

.low_txt_cont {
    margin-bottom: 15px
}

.caption_headding {
    margin-bottom: 0
}

.caption_headding p {
    margin-bottom: 0
}

.fig_up_cap {
    margin-bottom: 10px
}

.fig_low_cap {
    margin-bottom: 10px
}

.nmb_list {
    margin-bottom: 20px
}

.cont_image {
    margin-bottom: 20px
}

.cont_image.cont_image_el {
    margin-bottom: 5px
}

@media screen and (max-width: 767px) {
    .cont_image img {
        width: 100%
    }
}

.notfound_img {
    text-align: center;
    margin: 20px 0
}

.notfound_img img {
    width: 600px
}

@media screen and (max-width: 767px) {
    .notfound_img img {
        width: 100%
    }
}

.box {
    padding: 20px;
    border-style: solid;
    margin-bottom: 40px
}

@media screen and (max-width: 767px) {
    .box {
        padding: 10px;
        margin-bottom: 20px
    }
}

.box.box_w_l {
    border-width: 10px
}

@media (min-width: 992px) {
    .beppu-img {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .box.box_w_l {
        border-width: 5px
    }

    .beppu-img {
        width: 100%;
    }
}

.box.box_w_m {
    border-width: 2px
}

.box.box_w_s {
    border-width: 1px
}

.box.box_right_blue {
    border-color: #CAEDFE
}

.box.box_orange {
    border-color: #fdb41e
}

.box p {
    margin-bottom: 0
}

@media screen and (min-width: 768px) {
    .box.box_size_m {
        width: 80%
    }

    .box.box_size_s {
        width: 50%
    }
}


/* page application */

.page_application {
    background-image: url("../images/summer/bk_img.jpg")
}

.page_application .application_h1 {
    border: 2px solid #2ecbdb;
    width: 51%;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    margin: 30px auto;
    background-color: #fff
}

.page_application .summer_wrap {
    width: 75%;
    margin: 0 auto;
    padding-bottom: 60px;
    padding-top: 100px
}

.page_application .appli_contact {
    width: 100%;
    max-width: 1080px;
    border: 20px solid #ceecf1;
    background: #fff;
    padding: 30px;
    margin: auto
}

.page_application .appli_contact h2.appli_h2 {
    font-size: 20px
}

.page_application .appli_contact p {
    font-size: 12px
}

.page_application .appli_contact .select_box {
    width: 95%;
    border: 1px solid;
    border-radius: 10px;
    padding: 10px
}

.page_application .appli_contact .select_box p {
    font-size: 20px;
    margin: 0
}

.page_application .appli_contact .select_box span {
    font-size: 20px;
    font-weight: normal
}

.page_application .appli_contact .select_box em {
    font-size: 14px
}

.page_application .appli_contact span.required {
    background: #f47c6c;
    color: #fff;
    border-radius: 5px;
    padding: 3px 5px;
    font-size: 12px;
    margin: 0 5px
}

.page_application .appli_contact h3.furi {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #9D9D9D
}

.page_application .appli_contact .furigana {
    width: 40%;
    display: inline-block
}

.page_application .appli_contact .furigana_2 {
    width: 40%;
    display: inline-block
}

.page_application .appli_contact .furigana_3 {
    width: 40%;
    display: inline-block
}

.page_application .appli_contact .furigana_4 {
    width: 40%;
    display: inline-block
}

.page_application .appli_contact .furigana_5 {
    width: 40%;
    display: inline-block
}

.page_application .appli_contact .furigana_6 {
    width: 40%;
    display: inline-block
}

.page_application .appli_contact .tosi {
    width: 18%;
    display: inline-block
}

.page_application .appli_contact .tosi_2 {
    width: 18%;
    display: inline-block
}

.page_application .appli_contact .tosi_3 {
    width: 18%;
    display: inline-block
}

.page_application .appli_contact .tosi_4 {
    width: 18%;
    display: inline-block
}

.page_application .appli_contact .tosi_5 {
    width: 18%;
    display: inline-block
}

.page_application .appli_contact .tosi_6 {
    width: 18%;
    display: inline-block
}

.page_application .appli_contact .zip {
    width: 40%
}

.page_application .appli_contact .addr {
    width: 60%
}

.page_application .appli_contact .tell {
    width: 40%
}

.page_application .appli_contact .tel {
    width: 40%
}

.page_application .appli_contact .email {
    width: 40%
}

.page_application .appli_contact .menu_2 {
    width: 40%;
    display: inline-block
}

.page_application .appli_contact .menu_3 {
    width: 40%;
    display: inline-block
}

.page_application .appli_contact .name_famliy span {
    font-size: 12px;
    position: relative;
    vertical-align: top;
    top: 3px
}

.page_application .appli_contact .name_famliy .input_name {
    width: 40%
}

.page_application .btn_complete {
    margin-top: 20px;
    padding: 15px 80px;
    font-size: 20px
}

.page_application .form_cmmplete {
    padding-bottom: 60px;
    width: 95%;
    margin: 130px auto 0
}

.page_application .form_cmmplete .thenk_box {
    text-align: center
}

.page_application .form_cmmplete h2.thenk_text {
    width: 35%;
    margin: 0 auto;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #F0F175 60%)
}

.page_application .addBtn {
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .page_application .application_h1 {
        width: 60%
    }

    .page_application .summer_wrap {
        width: 95%;
        margin: 0 auto
    }

    .page_application .form_cmmplete h2.thenk_text {
        width: 65%;
        font-size: 3.9vw
    }
}

@media screen and (max-width: 480px) {
    .page_application .application_h1 {
        width: 85%;
        font-size: 4vw
    }

    .page_application .appli_contact .name_famliy .input_name {
        width: 100%
    }

    .page_application .appli_contact .furigana {
        width: 100%
    }

    .page_application .appli_contact .tosi {
        width: 50%
    }

    .page_application .appli_contact .furigana_2 {
        width: 100%
    }

    .page_application .appli_contact .tosi_2 {
        width: 50%
    }

    .page_application .appli_contact .furigana_3 {
        width: 100%
    }

    .page_application .appli_contact .tosi_3 {
        width: 50%
    }

    .page_application .appli_contact .furigana_4 {
        width: 100%
    }

    .page_application .appli_contact .tosi_4 {
        width: 50%
    }

    .page_application .appli_contact .furigana_5 {
        width: 100%
    }

    .page_application .appli_contact .tosi_5 {
        width: 50%
    }

    .page_application .appli_contact .furigana_6 {
        width: 100%
    }

    .page_application .appli_contact .tosi_6 {
        width: 50%
    }

    .page_application .appli_contact .zip {
        width: 100%
    }

    .page_application .appli_contact .addr {
        width: 100%
    }

    .page_application .appli_contact .tell {
        width: 100%
    }

    .page_application .appli_contact .tel {
        width: 100%
    }

    .page_application .appli_contact .email {
        width: 100%
    }

    .page_application .appli_contact .menu_2 {
        width: 100%
    }

    .page_application .appli_contact .menu_3 {
        width: 85%
    }

    .page_application .appli_contact h2.appli_h2 {
        font-size: 18px
    }

    .page_application .appli_contact img.balloon {
        display: none
    }

    .page_application .form_cmmplete {
        padding-bottom: 50px;
        margin: 50px auto 0
    }

    .page_application .form_cmmplete .thenk_box h3 {
        width: 95%;
        margin: 30px auto;
        font-size: 4vw
    }
}

/* asobeach */
.asb_hero .mov_area {
    height: 100vh;
    overflow: hidden;
    position: relative
}

.asb_hero .mov_area .hero_mov {
    width: 125%;
    min-width: 100%;
    min-height: 100%;
    width: auto
}

.asb_hero .hero_cont_area {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    top: 0;
    left: 0
}

.asb_hero .hero_cont_area h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -275px
}

@media screen and (max-width: 767px) {
    .asb_hero {
        background: url(../images/asobeach/img_asb-sp.jpg) no-repeat center center;
        background-size: cover
    }

    .asb_hero .mov_area .hero_mov {
        display: none
    }

    .asb_hero .hero_cont_area {
        background: none
    }

    .asb_hero .hero_cont_area h1 {
        margin: -47px 0 0 -150px
    }

    .asb_hero .hero_cont_area h1 img {
        width: 300px
    }
}

.asobeach_about {
    background: url(../images/asobeach/bg_notice.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    position: relative
}

.asobeach_about .inner {
    background: rgba(0, 160, 233, 0.5);
    padding: 180px 0
}

.asobeach_about h1 {
    margin: 0 0 60px
}

.asobeach_about .th_el {
    position: absolute
}

.asobeach_about .th_el.th01 {
    left: 20px;
    top: 20px
}

.asobeach_about .th_el.th02 {
    right: 20px;
    top: 30px
}

.asobeach_about .th_el.th03 {
    left: 20px;
    bottom: 40px
}

@media screen and (max-width: 767px) {
    .asobeach_about {
        background-attachment: scroll
    }

    .asobeach_about .inner {
        padding: 100px 0
    }

    .asobeach_about img {
        width: 300px
    }

    .asobeach_about h1 {
        margin: 0 0 15px
    }
}

.asobeach_dol {
    height: 800px;
    position: relative;
    background: url(../images/asobeach/bg_dol.jpg) no-repeat center center;
    background-size: cover
}

.asobeach_dol .hand {
    position: absolute;
    right: 0;
    top: 200px
}

.asobeach_azarashi {
    position: relative;
    background: url(../images/asobeach/bg_azarashi.jpg) no-repeat center center;
    background-size: cover;
    margin: 50px 0 65px
}

.asobeach_azarashi .p_inner {
    height: 520px;
    width: 1080px;
    margin: 0 auto;
    position: relative;
    overflow: hidden
}

.asobeach_azarashi .p_inner .az {
    position: absolute;
    left: -30px;
    top: -30px;
    opacity: 0
}

.asobeach_azarashi .p_inner .az img {
    width: 550px
}

.asobeach_azarashi .p_inner .lead {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 230px
}

@media screen and (max-width: 767px) {
    .asobeach_azarashi .p_inner {
        width: auto;
        height: auto;
        padding: 70px 0
    }

    .asobeach_azarashi .p_inner .az {
        display: none
    }

    .asobeach_azarashi .p_inner .lead {
        position: static;
        text-align: center;
        margin-bottom: 0
    }

    .asobeach_azarashi .p_inner .lead img {
        width: 300px
    }
}

.ani_slide_area {
    background: url(../images/asobeach/bg_ani-slide.jpg) no-repeat center center;
    background-size: cover;
    padding: 80px 0
}

.ani_slide_area .asb_slider_block {
    margin: 0 auto;
    width: 1080px;
    border: 8px solid #00a0e9;
    border-radius: 10px
}

.ani_slide_area .asb_slider_block img {
    width: 100%;
    border-radius: 5px
}

.ani_slide_area .slick-dots {
    bottom: -45px
}

.ani_slide_area h1 {
    text-align: center;
    margin: 0px 0 35px
}

@media screen and (max-width: 767px) {
    .ani_slide_area {
        padding: 40px 0 50px
    }

    .ani_slide_area .asb_slider_block {
        width: 95%;
        border-width: 3px
    }

    .ani_slide_area h1 {
        margin: 0 0 15px
    }

    .ani_slide_area h1 img {
        width: 224px
    }

    .ani_slide_area .slick-dots {
        bottom: -39px
    }
}

.art_slide_area {
    background: url(../images/asobeach/bg_art-slide.jpg) no-repeat center center;
    background-size: cover;
    padding: 80px 0
}

.art_slide_area .asb_slider_block {
    margin: 0 auto;
    width: 1080px;
    border: 8px solid #00a0e9;
    border-radius: 10px
}

.art_slide_area .asb_slider_block img {
    width: 100%;
    border-radius: 5px
}

.art_slide_area .slick-dots {
    bottom: -45px
}

.art_slide_area h1 {
    text-align: center;
    margin: 0px 0 35px
}

@media screen and (max-width: 767px) {
    .art_slide_area {
        padding: 40px 0 50px
    }

    .art_slide_area .asb_slider_block {
        width: 95%;
        border-width: 3px
    }

    .art_slide_area h1 {
        margin: 0 0 15px
    }

    .art_slide_area h1 img {
        width: 256px;
        max-width: 100%
    }

    .art_slide_area .slick-dots {
        bottom: -39px
    }
}

.asobeach_ani {
    position: relative;
    margin-top: 50px;
    height: 550px;
    overflow: hidden
}

.asobeach_ani h1 {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -169px;
    z-index: 50
}

.asobeach_ani .ani_left {
    background: url(../images/asobeach/bg_ani.jpg) no-repeat center center;
    background-size: cover;
    height: 100%;
    float: left;
    width: 50%;
    text-align: center;
    position: relative
}

.asobeach_ani .ani_left h2 {
    margin: 0;
    padding-top: 200px
}

.asobeach_ani .ani_right {
    float: right;
    width: 50%;
    height: 100%;
    background: blue
}

.asobeach_ani .ani_right .slides {
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.asobeach_ani .ani_right .slides.slide01 {
    background-image: url(../images/asobeach/slide_ani01.jpg)
}

.asobeach_ani .ani_right .slides.slide02 {
    background-image: url(../images/asobeach/slide_ani02.jpg)
}

.asobeach_ani .ani_right .slides.slide03 {
    background-image: url(../images/asobeach/slide_ani03.jpg)
}

.asobeach_ani .ani_right .slides.slide04 {
    background-image: url(../images/asobeach/slide_ani04.jpg)
}

.asobeach_art {
    position: relative;
    height: 550px;
    overflow: hidden
}

.asobeach_art h1 {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -169px;
    z-index: 50
}

.asobeach_art .art_right {
    background: url(../images/asobeach/bg_ani.jpg) no-repeat center center;
    background-size: cover;
    height: 100%;
    float: right;
    width: 50%;
    text-align: center;
    position: relative
}

.asobeach_art .art_right h2 {
    margin: 0;
    padding-top: 200px
}

.asobeach_art .art_left {
    float: left;
    width: 50%;
    height: 100%;
    background: blue
}

.asobeach_art .art_left .slides {
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.asobeach_art .art_left .slides.slide01 {
    background-image: url(../images/asobeach/slide_ani01.jpg)
}

.asobeach_art .art_left .slides.slide02 {
    background-image: url(../images/asobeach/slide_ani02.jpg)
}

.asobeach_art .art_left .slides.slide03 {
    background-image: url(../images/asobeach/slide_ani03.jpg)
}

.asobeach_art .art_left .slides.slide04 {
    background-image: url(../images/asobeach/slide_ani04.jpg)
}

.asb_container {
    background: #fff
}

.asb_slides {
    height: 100%
}

.asb_slides .slick-list {
    height: 100%
}

.asb_slides .slick-track {
    height: 100%
}

.asobeach_bg_first {
    width: 100%;
    background: url(../images/asobeach/bg_first.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    height: 500px
}

.asobeach_bg_first img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    z-index: 1;
    mix-blend-mode: multiply
}

@media screen and (max-width: 767px) {
    .asobeach_bg_first {
        height: 300px
    }
}

.asobeach_bg_first .overlay {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none
}

.asobeach_bg_first .overlay svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.asobeach_lead_center {
    text-align: center;
    color: #00a0e9;
    font-weight: bold;
    font-size: 30px;
    padding: 120px 0
}

@media screen and (max-width: 767px) {
    .asobeach_lead_center img {
        width: 300px
    }
}

.asobeach_noti {
    background: url(../images/asobeach/bg_asb-foot.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0
}

.asobeach_noti .notice_area {
    text-align: center;
    padding: 60px 120px;
    background: rgba(255, 255, 255, 0.8);
    width: 1080px;
    border-radius: 20px;
    margin: 0 auto;
    overflow: hidden
}

.asobeach_noti .notice_area .notice_img {
    float: right
}

.asobeach_noti .notice_area .txt_area {
    margin-top: 50px;
    float: left;
    text-align: left
}

.asobeach_noti .notice_area .txt_area .ttl {
    margin-bottom: 35px
}

.asobeach_noti .notice_area .caption {
    font-size: 12px;
    font-weight: bold;
    margin: 20px 0 0
}

@media screen and (max-width: 767px) {
    .asobeach_noti {
        padding: 60px 5px
    }

    .asobeach_noti .notice_area {
        width: 100%;
        padding: 30px 15px
    }

    .asobeach_noti .notice_area .notice_img {
        float: none;
        margin-bottom: 25px
    }

    .asobeach_noti .notice_area .notice_img img {
        width: 250px
    }

    .asobeach_noti .notice_area .txt_area {
        float: none;
        width: 280px;
        margin: 0 auto
    }

    .asobeach_noti .notice_area .txt_area .ttl {
        margin-bottom: 15px
    }

    .asobeach_noti .notice_area .txt_area img {
        width: 280px
    }
}

/* page summer */

.page_summer_sleep h2.color {
    color: red
}

.page_summer_sleep {
    background-image: url("../images/summer/bk_img.jpg")
}

.page_summer_sleep img.top {
    width: 100%;
}

.page_summer_sleep img.top_sp {
    width: 100%;
    display: none
}

.page_summer_sleep img.top_2 {
    width: 100%
}

.page_summer_sleep img.top_2_sp {
    width: 100%;
    display: none
}

.page_summer_sleep .top_down {
    position: relative
}

.page_summer_sleep .top_down .c_btn {
    width: 100%;
    max-width: 405px;
    position: absolute;
    bottom: 20%;
    left: 50%;
    margin-left: -203px;
    cursor: pointer
}

.page_summer_sleep .top_down .c_btn_lead {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 5px;
    left: 0;
    color: white;
    font-size: 20px;
    line-height: 1.2;
    padding: 5px 0;
    background: rgba(21, 25, 86, 0.8)
}

.page_summer_sleep .summer_wrap {
    width: 100%;
    max-width: 1080px;
    display: table;
    margin: 0 auto
}

.page_summer_sleep .summer_wrap h2 {
    font-size: 32px;
    border: 2px solid #2ecbdb;
    background-color: #fff
}

.page_summer_sleep .summer_wrap h2.schedule_h2 {
    width: 230px;
    text-align: center;
    margin: 100px auto 30px
}

.page_summer_sleep .summer_wrap h2.event_h2 {
    width: 230px;
    margin: 0 auto 30px;
    text-align: center
}

.page_summer_sleep .summer_wrap .schedule_img_box {
    width: 95%;
    display: table;
    margin: 0 auto 30px
}

.page_summer_sleep .summer_wrap .schedule_img_box img {
    width: 50%;
    float: left
}

.page_summer_sleep .summer_wrap .schedule_box {
    display: none
}

.page_summer_sleep .summer_wrap .event_box {
    width: 100%;
    display: table;
    margin-bottom: 30px
}

.page_summer_sleep .summer_wrap .event_box img {
    width: 50%;
    float: left
}

.page_summer_sleep .application .application_box {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    border: 5px solid #bfebef;
    background-color: #fff;
    padding: 10px 70px;
    margin-bottom: 30px;
    text-align: center
}

.page_summer_sleep .application .application_box h3 {
    font-size: 17px
}

.page_summer_sleep .application .application_box span {
    font-size: 17px
}

.page_summer_sleep .application .application_box img {
    width: 100%;
    max-width: 405px;
    cursor: pointer
}

.page_summer_sleep .application .application_box .btn_lead {
    font-size: 16px
}

@media screen and (max-width: 767px) {
    .page_summer_sleep .top_down .c_btn {
        width: 100%;
        max-width: 215px;
        position: absolute;
        bottom: 21%;
        left: 50%;
        margin-left: -107px;
        margin-bottom: -25px
    }

    .page_summer_sleep .top_down .c_btn_lead {
        bottom: -100px;
        font-size: 16px
    }

    .page_summer_sleep .summer_wrap .schedule_img_box {
        display: none
    }

    .page_summer_sleep .summer_wrap .schedule_box {
        width: 95%;
        border: 5px solid #bfebef;
        background-color: #fff;
        display: block;
        margin: 0 auto 30px
    }

    .page_summer_sleep .summer_wrap .schedule_box .schedule {
        width: 100%;
        margin-bottom: 30px
    }

    .page_summer_sleep .summer_wrap .schedule_box .schedule h3 {
        text-align: center;
        margin-bottom: 20px
    }

    .page_summer_sleep .summer_wrap .definition dl {
        display: table;
        width: 90%;
        margin: 0 auto 20px;
        padding-bottom: 20px;
        border-bottom: 1px dotted #000
    }

    .page_summer_sleep .summer_wrap .definition dl:last-child {
        border: none
    }

    .page_summer_sleep .summer_wrap .definition dt {
        clear: left;
        float: left;
        font-size: 23px;
        color: #30cadd
    }

    .page_summer_sleep .summer_wrap .definition dd {
        float: left;
        font-size: 17px;
        margin-left: 20px;
        width: 75%
    }

    .page_summer_sleep .summer_wrap .definition dd span {
        font-size: 23px
    }

    .page_summer_sleep .summer_wrap .event_box {
        width: 95%;
        margin: 0 auto
    }

    .page_summer_sleep .summer_wrap .event_box img {
        float: none;
        width: 100%;
        margin-bottom: 30px
    }
}

@media screen and (max-width: 480px) {
    .page_summer_sleep img.top {
        display: none
    }

    .page_summer_sleep img.top_sp {
        display: block;
    }

    .page_summer_sleep img.top_2 {
        display: none
    }

    .page_summer_sleep img.top_2_sp {
        display: block
    }

    .page_summer_sleep .top_down .c_btn {
        width: 100%;
        max-width: 215px;
        position: absolute;
        bottom: -20%;
        left: 50%;
        margin-left: -107px;
        margin-bottom: -25px
    }

    .page_summer_sleep .summer_wrap .definition dd {
        width: 100%;
        margin: 0 auto;
        font-size: 15px
    }

    .page_summer_sleep .summer_wrap .definition dd span {
        font-size: 18px;
        margin-top: 10px;
        display: block;
        text-align: center
    }

    .page_summer_sleep .summer_wrap .definition dt {
        float: none;
        text-align: center
    }

    .page_summer_sleep .application .application_box {
        padding: 10px 10px
    }
}


/* page tiket  */
.bottom_ticket_annual {
    background-image: url(../images/ticket_annual/bg_foot-ticket_annual.jpg)
}

.page_ticket_annual .img_pass {
    margin-bottom: 50px
}

.page_ticket_annual .ben_wrapper {
    background: url(../images/ticket_annual/bg_card.jpg) no-repeat right bottom;
    margin-bottom: 30px
}

.page_ticket_annual .ben_block {
    margin-bottom: 40px
}

.page_ticket_annual .ben_block .ico_ben_no {
    color: #ee5d8a;
    font-weight: bold;
    font-size: 18px;
    background: url(../images/ticket_annual/bg_egg.png) no-repeat center top;
    width: 74px;
    text-align: center;
    line-height: 91px;
    padding-top: 5px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px
}

.page_ticket_annual .ben_block .cont {
    display: inline-block;
    vertical-align: top
}

.page_ticket_annual .ben_block .cont .ttl {
    color: #0068b7;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 5px
}

.page_ticket_annual .ben_block .cont .ttl span {
    font-size: 24px;
}

.page_ticket_annual .ben_block .cont .s_ttl {
    color: #555;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.2
}

.page_ticket_annual .ben_block .cont .box_el {
    background: #fdb41e;
    color: #fff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 18px;
    padding: 5px 12px;
    font-weight: bold;
    margin-bottom: 3px
}

@media screen and (max-width: 767px) {
    .page_ticket_annual .ben_block .cont .box_el {
        font-size: 12px;
    }
}

.page_ticket_annual .ben_block .cont .box_el.el_green {
    background: #b4d26a
}

.page_ticket_annual .ben_block .cont .caption {
    margin: 5px
}

.page_ticket_annual .ben_cap_ttl {
    margin: 0 0 10px 100px;
    color: #ee5d8a;
    font-size: 24px;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
}

.page_ticket_annual .term_img {
    margin-bottom: 40px
}

.page_ticket_annual .pass_price {
    margin-bottom: 30px;
    position: relative
}

.page_ticket_annual .pass_price .comment {
    position: absolute;
    right: 90px;
    top: 0
}

@media screen and (max-width: 767px) {
    .page_ticket_annual .img_pass {
        margin-bottom: 30px
    }

    .page_ticket_annual .img_pass img {
        width: 100%
    }

    .page_ticket_annual .ben_wrapper {
        background: none
    }

    .page_ticket_annual .ben_block {
        margin-bottom: 20px
    }

    .page_ticket_annual .ben_block .ico_ben_no {
        font-size: 13px;
        width: 50px;
        background-size: 50px;
        line-height: 62px;
        padding-top: 5px;
        display: inline-block;
        vertical-align: top;
        margin-right: 10px
    }

    .page_ticket_annual .ben_block .cont {
        width: 76%
    }

    .page_ticket_annual .ben_block .cont .ttl {
        font-size: 18px;
    }

    .page_ticket_annual .ben_block .cont .ttl span {
        font-size: 18px;
    }

    .page_ticket_annual .ben_block .cont .s_ttl {
        font-size: 14px;
    }

    .page_ticket_annual .ben_cap_ttl {
        text-align: center;
        margin: 0 0 10px;
        font-size: 14px;
    }

    .page_ticket_annual .term_img img {
        width: 100%
    }

    .page_ticket_annual .pass_price {
        margin-bottom: 10px;
        position: relative
    }

    .page_ticket_annual .pass_price img {
        width: 100%
    }

    .page_ticket_annual .pass_price .comment_cap {
        margin-top: 10px;
        font-weight: bold;
        font-size: 14px;
    }

    .page_ticket_annual .pass_price .comment_cap span {
        color: #ee5d8a
    }
}

.visible-xs {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.gallery_image_block {
    overflow: hidden
}

.gallery_image_block .g_image_el {
    margin-bottom: 10px
}

.gallery_image_block .image_inner img {
    width: 100%
}

.g_lower {
    background: #eaf8ff
}

.g_lower .lower_cont_block {
    background: transparent
}

.bottom_group {
    background-image: url(../images/guide/group/bg_foot-group.jpg)
}

.bottom_recruit {
    background: #eaf8ff;
    margin-top: -20px;
    padding: 30px 0
}

.bottom_recruit .lower_cont_block {
    background: transparent;
    overflow: hidden
}

.bottom_recruit .recruit_img {
    width: 178px;
    flex-shrink: 0;
}

.bottom_recruit .recruit_wrap {
    display: flex;
    align-items: flex-start;
}

.bottom_recruit .recruit_cont {
    flex: 1;
    background: #FFF;
    text-align: center
}

.bottom_recruit .recruit_cont .recruit_no {
    font-size: 25px;
    font-weight: bold;
    color: #0b7fc6;
    padding: 90px 0
}

@media screen and (max-width: 767px) {
    .bottom_recruit {
        margin-top: -40px;
        padding: 0
    }

    .bottom_recruit .recruit_cont {
        width: 100%;
        float: none
    }

    .bottom_recruit .recruit_cont .recruit_no {
        font-size: 18px;
        padding: 25px 0
    }
}

/* page info news */
.page_info .headding_blue {
    margin-bottom: 10px
}

.page_info .info_area {
    margin-bottom: 40px
}

.info_list .info_block a {
    display: block
}

.info_list .info_block a:hover {
    background: #fff9e3;
    text-decoration: none;
}

.info_list .info_el {
    overflow: hidden
}

.info_list .info_el .wrapper {
    border-bottom: #d2d2d2 1px dotted;
    overflow: hidden;
    padding: 20px 60px 20px 0;
    background: url(../images/info/sc_arrow.png) no-repeat 96% center;
    transition: all .2s ease
}

.info_list .info_el .wrapper:hover {
    background-position: 96.6% center
}

.info_list .info_el .post_th img {
    width: 100%;
    height: auto;
    opacity: 1 !important
}

.info_list .info_el .post_cont p {
    margin-bottom: 0
}

.info_list .info_el .post_cont .date {
    font-weight: bold;
    font-size: 12px;
    color: #0b7fc6;
    margin-bottom: 10px
}

.info_list .info_el .post_cont .ttl {
    font-weight: bold;
    font-size: 18px;
    color: #333;
    margin: 0 0 10px
}

.info_list .info_el .post_cont .ttl.headding_m {
    line-height: 1.4;
    margin-bottom: 15px
}

@media screen and (max-width: 767px) {
    .info_list .info_el .post_cont .ttl.headding_m {
        margin-bottom: 15px
    }
}

.info_list .info_el .post_cont .excerpt {
    color: #555;
    line-height: 1.8
}

.info_list .info_el .post_content p {
    margin-bottom: 15px
}

@media screen and (max-width: 767px) {
    .info_list .info_el .wrapper {
        padding: 10px 15px 10px 0;
        background-size: 15px;
        background-position: 97% center;
        margin-right: 0;
    }

    .info_list .info_el .wrapper .post_th {
        padding-right: 0
    }

    .info_list .info_el .wrapper .post_cont .ttl {
        font-size: 14px;
        line-height: 1.3
    }
}

.info_single_block .info_block .info_el .post_cont a {
    display: inline
}

.info_single_block .info_block img {
    max-width: 100%;
    height: auto
}

@media screen and (max-width: 767px) {
    .info_single_block .post_cont {
        margin-bottom: 20px
    }

    .info_single_block .post_th img {
        display: block;
        max-width: 100%;
        margin: 0 auto;
        width: auto !important
    }
}

.info_archive {
    margin-bottom: 40px
}

.info_archive .arc_list {
    margin: 0 0 0 -1%;
    overflow: hidden;
    *zoom: 1
}

.info_archive .arc_list>li {
    float: left;
    margin: 0 0 1% 1%
}

.info_archive .arc_list li {
    width: 24%
}

.info_archive .arc_list li a {
    text-align: center;
    text-decoration: none !important;
    padding: 13px 0;
    line-height: 1;
    transition: all .3s linear;
    display: block;
    width: 100%;
    border: 4px solid #00479d;
    color: #00479d;
    font-weight: bold
}

.info_archive .arc_list li a:after {
    content: "年"
}

.info_archive .arc_list li a:hover {
    color: #fff;
    background: #00479d
}

@media screen and (max-width: 767px) {
    .info_archive .arc_list li {
        width: 49%
    }

    .info_archive .arc_list li a {
        font-size: 12px;
        border-width: 3px
    }
}

.sidebar .sidebar_page_list li {
    border-bottom: #d2d2d2 1px dotted
}

.sidebar .sidebar_page_list li a {
    color: #0b7fc6;
    font-weight: bold;
    display: block;
    font-size: 18px;
    padding: 15px 0
}

.sidebar .sidebar_page_list li a:hover {
    background: #fff9e3;
    text-decoration: none
}

@media screen and (max-width: 767px) {
    .sidebar {
        margin-top: 30px
    }

    .sidebar .sidebar_page_list li a {
        padding: 10px 0;
        font-size: 15px;
    }
}

@media screen and (min-width: 768px) {
    .page_facility_guide .f_guide_el:nth-child(3n+1) {
        clear: both;
    }

    .pc {
        display: block;
    }

    .sp {
        display: none;
    }
}

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

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    body .paging .pagenext {
        padding-right: 15px;
        text-align: right;
    }

    body .paging .pageprev {
        padding-left: 15px;
        text-align: left;
    }
}

.paging {
    /* margin-top: 40px; */
    text-align: center;
    padding: 0 10px;
    clear: both;
}

.paging::after,
.sns-link::after {
    display: block;
    clear: both;
    content: "";
}

.paging .pageprev,
.paging .top-back,
.paging .pagenext {
    position: relative;
    float: left;
}

.paging .pageprev,
.paging .pagenext {
    width: 32.5%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.paging .top-back {
    width: 35%;
}

.paging .pagenext {
    padding-right: 10px;
}

.paging .pageprev {
    padding-left: 10px;
}

.paging .pageprev::after,
.paging .pagenext::after {
    display: inline-block;
    position: absolute;
}

.paging .pagenext::after {
    content: ">";
    right: 0px;
}

.paging .pageprev::after {
    content: "<";
    left: 0px;
}

.sns-link {
    margin-top: 20px;
    /* float: right; */
}

.line-it-button,
.fb-like.fb_iframe_widget,
#twitter-widget-0 {
    display: block;
    float: left;
    margin-right: 10px;
}

.fb_iframe_widget span {
    display: block !important;
}

.company_table {
    margin-bottom: 60px;
    width: 100%;
}

.company_table th,
.company_table td {
    border-bottom: 2px solid #fff;
    border-right: none;
    border-left: none;
    border-top: none;
    vertical-align: top
}

.company_table th {
    width: 20%;
    font-weight: bold;
    color: #fff;
    background: #0068b7;
    text-align: center
}

.company_table td {
    background: #E2E2E2;
    padding: 10px 30px
}

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

    .company_table th,
    .company_table td {
        vertical-align: middle
    }

    .company_table th {
        width: 35%;
        font-size: 12px;
    }

    .company_table td {
        padding: 7px 10px;
        font-size: 11px;
    }
}

.report {
    padding-bottom: 50px;
    text-align: center;
}

.report ul {
    padding: 0px;
    margin: 0px;
}

.report ul li {
    display: block;
}

.pirvacy_area dd {
    margin-bottom: 35px;
    line-height: 1.6
}

.page_sitemap .lower_section {
    overflow: hidden
}

.page_sitemap .link_list_inner .p_page {
    color: #1458a1;
    font-weight: bold;
    font-size: 18px;
}

.page_sitemap .link_list_inner .c_page_list li a {
    color: #555;
    font-size: 14px;
    font-weight: normal
}

.page_sitemap .link_list_inner .c_page_list li a:hover {
    color: #0b7fc6
}

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

    .page_sitemap .sitemap_left,
    .page_sitemap .sitemap_right {
        float: none;
        width: 100%
    }

    .page_sitemap .link_list_inner .p_page {
        font-size: 15px;
    }

    .page_sitemap .link_list_inner .c_page_list li a {
        font-size: 12px;
    }
}

.sitemap_left {
    float: left;
    width: 50%
}

.sitemap_right {
    float: right;
    width: 50%
}

.page_facility_guide {
    background-image: url(../images/facility_guide/index/bg_keyv-facility_guide.jpg)
}

.bottom_facility_guide {
    background-image: url(../images/facility_guide/index/bg_foot-facility_guide.jpg)
}

.page_facility_guide .f_guide_el {
    margin-bottom: 20px
}

.page_facility_guide .f_guide_el a {
    display: block;
    text-decoration: none !important
}

.page_facility_guide .f_guide_el a img {
    width: 100%;
    border-radius: 16px
}

.page_facility_guide .f_guide_el a .ttl {
    color: #0b7fc6;
    font-weight: bold;
    font-size: 24px;
    margin: 6px 0 0
}

.page_facility_guide .f_guide_el a .txt {
    color: #555;
    min-height: 70px
}

.page_facility_guide .f_guide_el a:hover {
    background: #fff9e3
}

.page_facility_guide .f_guide_el a:hover img {
    transition: all .15s linear;
    opacity: .8
}

@media screen and (max-width: 767px) {
    .page_facility_guide .f_guide_el a .ttl {
        font-size: 18px;
    }
}

.bottom_map {
    background-image: url(../images/facility_guide/map/bg_foot-map.jpg)
}

@media screen and (max-width: 767px) {
    .page_map #main_contents {
        position: absolute;
        -webkit-transform: scale(0.25);
        transform: scale(0.25);
        top: -140px;
        bottom: 0;
        left: -340px
    }

    .page_map #wrap {
        position: relative;
        width: 100%;
        height: 370px;
        width: 320px;
        margin: 0 auto
    }
}

.page_restaurant .serif {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
}

.page_restaurant .res_btn_area {
    margin-bottom: 40px
}

.page_restaurant .res_btn_area ul {
    text-align: center
}

.page_restaurant .res_btn_area ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin: 0 50px
}

.page_restaurant .head_restaurant_name {
    text-align: center;
    color: #00479d;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px
}

.page_restaurant .res_top {
    margin-bottom: 40px
}

.page_restaurant .res_top .res_inner {
    overflow: hidden
}

.page_restaurant .res_top .res_inner .res_th {
    float: left
}

.page_restaurant .res_top .res_inner .res_cont {
    float: right;
    width: 520px;
    color: #00479d;
    margin-top: 50px
}

.page_restaurant .res_top .res_inner .res_cont .res_txt {
    margin: 0 0 45px;
    font-size: 30px;
}

.page_restaurant .res_top .res_inner .res_cont p {
    line-height: 2
}

.page_restaurant .res_top .res_inner .res_cont.res_cont_l {
    float: none;
    text-align: center;
    width: 100%
}

.page_restaurant .res_top .res_inner .res_cont.res_cont_l .res_txt {
    margin: 0 0 30px;
    font-weight: bold
}

.page_restaurant .res_top .res_inner .res_cont.res_cont_l .low_ttl {
    line-height: 2;
    margin-bottom: 30px
}

.page_restaurant .res_top .res_inner .res_cont.res_cont_l p {
    color: #555
}

.page_restaurant .res_info_block {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #00479d
}

.page_restaurant .res_info_block dt,
.page_restaurant .res_info_block dd {
    float: left;
    margin-bottom: 10px
}

.page_restaurant .res_info_block dt {
    clear: both;
    width: 120px
}

.page_restaurant .res_info_block dd span {
    margin-right: 40px
}

.page_restaurant .res_info_block dd span em {
    margin-left: 5px;
    color: #00479d;
    font-weight: bold;
    font-size: 18px;
    font-style: normal;
    vertical-align: sub
}

.page_restaurant .res_info_block dd:before {
    content: "："
}

.page_restaurant .res_info_block .caption {
    margin-bottom: 0
}

.page_restaurant .res_menu_block .ttl_menu {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: #00479d 1px dotted;
    color: #00479d;
    font-size: 18px;
}

.page_restaurant .res_menu_block .menu_el {
    clear: both;
    margin-bottom: 35px;
    overflow: hidden
}

.page_restaurant .res_menu_block .menu_el .menu_th {
    float: left
}

.page_restaurant .res_menu_block .menu_el .menu_cont {
    float: right;
    width: 675px
}

.page_restaurant .res_menu_block .menu_el .menu_cont .ttl {
    font-weight: bold;
    color: #00479d;
    font-size: 24px;
    margin-bottom: 10px;
    background: url(../images/facility_guide/restaurant/ico_ttl-f.png) no-repeat left center;
    background-size: 14px;
    padding: 0 0 0 20px
}

.page_restaurant .res_menu_block .menu_el .menu_cont p {
    margin-bottom: 15px
}

.page_restaurant .res_menu_block .menu_el .menu_cont p .og {
    color: #fdb41e
}
/*20200529編集*/
.page_restaurant .res_contact_block {
    clear: both;
    margin-bottom: 80px;
    /*border: 2px solid #00479d;*/
    text-align: center;
    line-height: 1;
    padding: 18px 0 8px;
    font-weight: bold;
    color: #00479d;
    font-size: 30px;
}
/*20200529編集ここまで*/
.page_restaurant .res_contact_block strong {
    font-size: 30px;
}

.page_restaurant .res_contact_block div {
    margin-bottom: 10px
}

@media screen and (max-width: 767px) {
    .page_restaurant .res_btn_area ul li {
        margin: 0 10px;
        width: 40%
    }

    .page_restaurant .res_btn_area ul li img {
        width: 100%
    }

    .page_restaurant .head_restaurant_name {
        font-size: 20px;
    }

    .page_restaurant .res_top {
        margin-bottom: 0
    }

    .page_restaurant .res_top .res_inner .res_th {
        float: none
    }

    .page_restaurant .res_top .res_inner .res_th img {
        width: 100%
    }

    .page_restaurant .res_top .res_inner .res_th_l img {
        max-width: 100%
    }

    .page_restaurant .res_top .res_inner .res_cont {
        float: none;
        width: 100%;
        margin-top: 20px
    }

    .page_restaurant .res_top .res_inner .res_cont .res_txt {
        font-size: 20px;
        margin: 0 0 20px
    }

    .page_restaurant .res_top .res_inner .res_cont.res_cont_l {
        text-align: left
    }

    .page_restaurant .res_top .res_inner .res_cont.res_cont_l .res_txt {
        margin-bottom: 10px
    }

    .page_restaurant .res_info_block {
        padding: 10px
    }

    .page_restaurant .res_info_block dt,
    .page_restaurant .res_info_block dd {
        float: none;
        margin-bottom: 5px;
        width: 100%
    }

    .page_restaurant .res_info_block dt {
        border-bottom: 1px solid #00479d;
        padding-bottom: 5px
    }

    .page_restaurant .res_info_block dd {
        margin-bottom: 15px
    }

    .page_restaurant .res_info_block dd:before {
        content: ""
    }

    .page_restaurant .res_info_block dd span {
        display: block
    }

    .page_restaurant .res_menu_block .menu_el {
        margin-bottom: 20px
    }

    .page_restaurant .res_menu_block .menu_el .menu_th {
        float: none;
        text-align: center;
        margin-bottom: 10px
    }

    .page_restaurant .res_menu_block .menu_el .menu_th img {
        max-width: 100%
    }

    .page_restaurant .res_menu_block .menu_el .menu_cont {
        float: none;
        width: 100%
    }

    .page_restaurant .res_contact_block {
        font-size: 14px;
        margin-bottom: 40px
    }

    .page_restaurant .res_contact_block strong {
        margin-top: 5px;
        font-size: 20px;
        display: block
    }

    .red_inline_restaurant {
        color: red;
        font-size: 10px;
    }
}

.page_shop .shop_top {
    height: 590px;
    margin-bottom: 23px;
    position: relative
}

.page_shop .shop_top.shop_1f {
    background: url(../images/facility_guide/shop/bg_shop-1f.png) no-repeat
}

.page_shop .shop_top.shop_2f {
    background: url(../images/facility_guide/shop/bg_shop-2f_1_n.png) no-repeat
}

.page_shop .shop_top .shop_ttl {
    padding: 160px 0 0 30px
}

.page_shop .shop_top .ico_floor {
    position: absolute;
    top: 10px;
    right: 20px
}

.page_shop .shop_top_sp img {
    width: 100%
}

.page_shop .shop_low_txt {
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
    text-align: center;
    color: #236cb5;
    background: url(../images/facility_guide/shop/bg_shop-txt.png) no-repeat center top;
    padding: 30px 0 10px
}

.page_shop .cap_shop {
    margin-top: 10px;
    text-align: center
}

.page_shop .ttl_reco {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center
}

.page_shop .shop_low_section {
    padding-top: 30px
}

@media screen and (max-width: 767px) {
    .page_shop .shop_top {
        background-size: cover !important;
        height: 350px
    }

    .page_shop .shop_low_txt {
        font-size: 13px;
        text-align: left;
        background: none
    }

    .page_shop .ttl_reco {
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: center
    }

    .page_shop .ttl_reco img {
        width: 100%
    }

    .page_shop .cap_shop {
        text-align: left
    }
}

.product_block {
    overflow: hidden
}

.product_block .product_el .inner {
    text-align: center
}

.product_block .product_el .inner .ttl {
    margin-top: 10px;
    font-size: 17px;
    font-weight: bold;
    color: #0068b7;
    line-height: 1.2
}

.product_block .product_el .inner .price {
    font-weight: bold;
    color: #00a0e9;
    margin-bottom: 10px;
    font-size: 14px;
}

.product_block .product_el .inner p {
    text-align: left;
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .product_block .product_el .inner img {
        max-width: 100%
    }

    .product_block .product_el .inner .price {
        margin-bottom: 0
    }

    .product_block .product_el .inner p {
        font-size: 12px;
    }
}

.blueBack {
    width: calc(100vw) !important;
    display: block !important;
    position: relative !important;
    margin-left: -50vw !important;
    left: 50% !important;
    background-color: #EDF6F9;
}

.blueBack .lower_cont_block {
    background: rgba(255, 255, 255, 0.0);
}

.pd_title {

    text-align: center;
    font-weight: bold;
    color: #00a0e9;
    margin-bottom: 40px;
}

.pd_title.org {
    color: #f08200;
}

.pd_title span {
    border-bottom: 3px #00a0e9 solid;
    padding-bottom: 8px;
}

.pd_title.org span {
    border-bottom: 3px #f08200 solid;
    padding-bottom: 8px;
}

.clearfix {
    clear: both;
}

.pdSelectBtn01 {
    width: 48%;
    height: auto;
    float: left;
    display: inline-block;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 10px;
    margin-bottom: 20px;
}

.pdSelectBtn01 a {
    width: 100%;
    height: auto;
    float: left;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: #f08200 4px solid;
    color: #f08200;
    font-weight: bold;
    transition-property: all;
    transition: 0.2s ease;
    background-image: url(../images/facility_guide/shop/pelican.png), url(../images/facility_guide/shop/down_orange.png);
    background-size: 40px 40px, 30px 30px;
    background-position: 30px center, 96% center;
    background-repeat: no-repeat, no-repeat;
}

.pdSelectBtn01 a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
    text-decoration: none;
    background-position: 30px center, 96% 15px;
}

.pdSelectBtn02 {
    width: 48%;
    height: auto;
    float: left;
    display: inline-block;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 10px;
    margin-bottom: 20px;
}

.pdSelectBtn02 a {
    width: 100%;
    height: auto;
    float: left;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: #00a0e9 4px solid;
    color: #00a0e9;
    font-weight: bold;
    transition-property: all;
    transition: 0.2s ease;
    background-image: url(../images/facility_guide/shop/otter.png), url(../images/facility_guide/shop/down_sky.png);
    background-size: 40px 40px, 30px 30px;
    background-position: 30px center, 96% center;
    background-repeat: no-repeat, no-repeat;
}

.pdSelectBtn02 a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
    text-decoration: none;
    background-position: 30px center, 96% 15px;
}

.product_block .product_el .inner .image.hlimit {
    height: 214px;
    overflow: hidden;
}

.product_block .product_el .inner .image.hlimit img {
    max-width: 100%;
    height: auto;
}

.product_block .product_el .inner p.hlimit {
    min-height: 72px;
}

.page_shop.type02 {}

.page_shop.type02 .shop_top.shop_1f {
    background: url(../images/facility_guide/shop/bg_shop-1f_1703_05.png) no-repeat;
}

.page_shop.type02 .shop_top {
    height: 720px;
}

.page_shop .shop_top .ico_floor.peli {
    top: -25px;
    right: 10px;
}

.thumType00 {
    width: 320px;
    height: 214px;
    position: absolute;
    display: none;

}

.thumType01 {
    width: 320px;
    height: 214px;
    position: absolute;
    background-image: url(../images/facility_guide/shop/thum01.png);
    background-size: 320px 214px;
    background-position: center center;
    background-repeat: no-repeat;
}

.thumType02 {
    width: 320px;
    height: 214px;
    position: absolute;
    background-image: url(../images/facility_guide/shop/thum02.png);
    background-size: 320px 214px;
    background-position: center center;
    background-repeat: no-repeat;
}

.thumType03 {
    width: 320px;
    height: 214px;
    position: absolute;
    background-image: url(../images/facility_guide/shop/thum03.png);
    background-size: 320px 214px;
    background-position: center center;
    background-repeat: no-repeat;
}

.thumType04 {
    width: 320px;
    height: 214px;
    position: absolute;
    background-image: url(../images/facility_guide/shop/thum04.png);
    background-size: 320px 214px;
    background-position: center center;
    background-repeat: no-repeat;
}

.disnon {
    display: none;
}

.content_tab {
    clear: left;
    width: 100%;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;

}

#foodtab01 {
    display: none;
    float: left;
    height: auto;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 100%;
    border-bottom: #f08200 1px dashed;
    border-top: #f08200 0px dashed;
}

#goodstab01 {
    display: none;
    float: left;
    height: auto;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 100%;
    border-bottom: #00a0e9 1px dashed;
    border-top: #00a0e9 0px dashed;
}

#foodtab02 {
    display: none;
    float: left;
    height: auto;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 100%;
    border-bottom: #f08200 1px dashed;
    border-top: #f08200 0px dashed;
}

#goodstab02 {
    display: none;
    float: left;
    height: auto;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 100%;
    border-bottom: #00a0e9 1px dashed;
    border-top: #00a0e9 0px dashed;
}

.disnonSns {
    display: none !important;
}

@media screen and (max-width:767px) {
    .pdSelectBtn01 {
        width: 100%;
        height: auto;
        float: left;
        display: inline-block;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .pdSelectBtn01 a {
        border: #f08200 3px solid;
        background-position: 10px center, 96% center;
    }

    .pdSelectBtn01 a:hover {
        background-position: 10px center, 96% center;
    }

    .pdSelectBtn02 {
        width: 100%;
        height: auto;
        float: left;
        display: inline-block;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .pdSelectBtn02 a {
        border: #00a0e9 3px solid;
        background-position: 10px center, 96% center;
    }

    .pdSelectBtn02 a:hover {
        background-position: 10px center, 96% center;
    }

    .product_block .product_el .inner .image {}

    .product_block .product_el .inner p {
        height: auto;
    }

    .thumType01 {
        width: 100%;
        height: 214px;
        position: relative;
        margin-bottom: -214px;
    }

    .thumType02 {
        width: 100%;
        height: 214px;
        position: relative;
        margin-bottom: -214px;
    }

    .thumType03 {
        width: 100%;
        height: 214px;
        position: relative;
        margin-bottom: -214px;
    }

    .thumType04 {
        width: 100%;
        height: 214px;
        position: relative;
        margin-bottom: -214px;
    }

    .product_block .product_el .inner .image.hlimit img {
        max-width: 320px;
        height: auto;
    }

    .product_block .product_el .inner p.hlimit {
        height: auto;
    }
}

.bottom_aquarium {
    background-image: url(../images/facility_guide/aquarium/bg_foot-aquarium.jpg);
}

.ttl_aq {
    text-align: center;
    color: #fdb41e;
    font-weight: bold;
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 20px
}

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

.aquarium_th_list {
    overflow: hidden
}

.aquarium_th_list .aquarium_el {
    text-align: center;
    margin-bottom: 25px
}

.aquarium_th_list .aquarium_el img {
    width: 100%;
    display: block;
    margin-bottom: 7px
}

.aquarium_th_list .aquarium_el .ttl {
    font-weight: bold;
    font-size: 18px;
    color: #00479d
}

.page_aquarium .aq_section {
    margin-bottom: 40px
}

.bottom_kindly {
    background-image: url(../images/facility_guide/kindly/bg_foot-kindly.jpg)
}

.page_kindly .lead_area {
    margin-top: 20px;
    margin-bottom: 60px;
    text-align: center;
    background: url(../images/facility_guide/kindly/bg_ttl-txt.png) no-repeat center 10px
}

.page_kindly .lead_area .kindly_top {
    font-size: 40px;
    font-weight: bold;
    margin: 0 0 40px;
    color: #f08200
}

.page_kindly .lead_area .kindly_top img {
    margin-right: 5px
}

.page_kindly .lead_area .kindly_lead {
    color: #535353;
    font-size: 24px;
    line-height: 1.8
}

.page_kindly .kindly_block {
    overflow: hidden;
    margin-bottom: 80px
}

.page_kindly .kindly_block .kindly_el .el_img {
    width: 100%;
    display: block;
    margin-bottom: 15px
}

.page_kindly .kindly_block .kindly_el .ttl {
    color: #f08200;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px
}

.page_kindly .kindly_block .kindly_el .ttl img {
    margin-right: 5px
}

.page_kindly .equip_block {
    overflow: hidden
}

.page_kindly .equip_block .equip_el {
    overflow: hidden;
    margin-bottom: 30px
}

.page_kindly .equip_block .equip_el .e_th {
    float: left
}

.page_kindly .equip_block .equip_el .cont {
    float: right;
    width: 340px
}

.page_kindly .equip_block .equip_el .cont .ttl {
    font-weight: bold;
    color: #f08200;
    font-size: 24px;
    margin-bottom: 4px
}

.page_kindly .equip_block .equip_el .cont .ttl:before {
    content: "\f10c";
    font-family: FontAwesome;
    font-size: 15px;
    vertical-align: text-top;
    margin-right: 5px
}

.page_kindly .btn_map {
    margin-bottom: 10px
}

.page_kindly .equip_cap {
    border-color: #f08200;
    border-width: 6px;
    padding: 35px;
    overflow: hidden
}

.page_kindly .equip_cap .th {
    float: left;
    margin-top: 5px;
    margin-right: 38px
}

.page_kindly .equip_cap .txt {
    float: left;
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    .page_kindly .lead_area {
        margin-bottom: 30px
    }

    .page_kindly .lead_area .kindly_top {
        font-size: 24px;
        margin-bottom: 20px
    }

    .page_kindly .lead_area .kindly_top img {
        margin-top: 3px;
        width: 25px
    }

    .page_kindly .lead_area .kindly_lead {
        color: #535353;
        font-size: 12px;
        line-height: 1.8
    }

    .page_kindly .kindly_block {
        margin-bottom: 30px
    }

    .page_kindly .kindly_block .kindly_el {
        margin-bottom: 15px
    }

    .page_kindly .kindly_block .kindly_el .ttl {
        font-size: 20px;
        margin-bottom: 0
    }

    .page_kindly .kindly_block .kindly_el .ttl img {
        height: 20px;
        margin-top: 6px
    }

    .page_kindly .btn_map {
        margin-bottom: 10px
    }

    .page_kindly .btn_map img {
        display: block;
        max-width: 100%;
        margin: 0 auto
    }

    .page_kindly .equip_block .equip_el {
        margin-bottom: 20px
    }

    .page_kindly .equip_block .equip_el .e_th {
        float: none;
        text-align: center;
        margin-bottom: 5px
    }

    .page_kindly .equip_block .equip_el .cont {
        float: none;
        width: auto
    }

    .page_kindly .equip_block .equip_el .cont .ttl {
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 0
    }

    .page_kindly .equip_block .equip_el .cont .ttl:before {
        font-size: 12px;
    }

    .page_kindly .equip_cap {
        border-width: 3px;
        padding: 14px
    }

    .page_kindly .equip_cap .txt {
        float: none;
        font-size: 12px;
    }
}


.page_animals {
    /* padding-top: 0; */
}

.page_animals .page_top_animals {
    background-size: cover
}

.page_animals .page_top_animals .headding_page {
    padding: 180px 0 195px;
    margin: 0
}

@media screen and (max-width: 767px) {
    .page_animals .page_top_animals .headding_page {
        padding: 85px 0 75px
    }
}

.page_animals .lower_cont_block {
    padding: 40px 0
}

@media screen and (max-width: 767px) {
    .page_animals .lower_cont_block {
        padding-top: 20px
    }
}

.page_animals .animal_block {
    overflow: hidden;
    margin-bottom: 20px
}

@media screen and (max-width: 767px) {
    .page_animals .animal_block {
        margin-bottom: 10px;
        border-bottom: dashed 2px #00a0e9;
        padding: 20px 0 10px
    }

    .page_animals .animal_block.bt {
        border-top: dashed 2px #00a0e9
    }
}

.page_animals .animal_block .an_el {
    float: left
}

@media screen and (min-width: 768px) {
    .page_animals .animal_block .an_el {
        width: auto
    }
}

@media screen and (max-width: 767px) {
    .page_animals .animal_block .an_el {
        margin-bottom: 10px
    }

    .page_animals .animal_block .an_el img {
        width: 100%
    }
}

.page_animals .bx-viewport {
    max-width: 1600px;
    min-height: 600px;
    max-height: 600px
}

@media screen and (max-width: 767px) {
    .page_animals .bx-viewport {
        min-height: 300px;
        max-height: 300px;
        max-width: 100%
    }
}

.page_animals .animal_slide_area {
    height: 560px;
    min-width: 1080px
}

.page_animals .animal_slide_area .slides {
    height: 560px;
    background-repeat: no-repeat;
    background-size: 1600px 560px;
    background-position: center top
}

@media screen and (max-width: 767px) {
    .page_animals .animal_slide_area {
        height: 270px;
        min-width: 320px
    }

    .page_animals .animal_slide_area .slides {
        height: 270px;
        background-size: cover
    }
}

.page_fish .page_top_animals {
    /* background-image: url(../images/facility_guide/fish/bg_keyv-fish.jpg) */
}

.page_fish .mm_slide01 .slide01 {
    background-image: url(../images/facility_guide/fish/s01_ph01.jpg)
}

.page_fish .mm_slide01 .slide02 {
    background-image: url(../images/facility_guide/fish/s01_ph02.jpg)
}

.page_fish .mm_slide01 .slide03 {
    background-image: url(../images/facility_guide/fish/s01_ph03.jpg)
}

.page_fish .mm_slide01 .slide04 {
    background-image: url(../images/facility_guide/fish/s01_ph04.jpg)
}

.page_fish .mm_slide02 .slide01 {
    background-image: url(../images/facility_guide/fish/s02_ph01.jpg)
}

.page_fish .mm_slide02 .slide02 {
    background-image: url(../images/facility_guide/fish/s02_ph02.jpg)
}

.page_fish .mm_slide02 .slide03 {
    background-image: url(../images/facility_guide/fish/s02_ph03.jpg)
}

.page_fish .mm_slide03 .slide01 {
    background-image: url(../images/facility_guide/fish/s03_ph01.jpg)
}

.page_fish .mm_slide03 .slide02 {
    background-image: url(../images/facility_guide/fish/s03_ph02.jpg)
}

.page_fish .mm_slide03 .slide03 {
    background-image: url(../images/facility_guide/fish/s03_ph03.jpg)
}

.page_fish .mm_slide03 .slide04 {
    background-image: url(../images/facility_guide/fish/s03_ph04.jpg)
}

.page_fish .mm_slide04 .slide01 {
    background-image: url(../images/facility_guide/fish/s04_ph01.jpg)
}

.page_fish .mm_slide04 .slide02 {
    background-image: url(../images/facility_guide/fish/s04_ph02.jpg)
}

.page_fish .mm_slide04 .slide03 {
    background-image: url(../images/facility_guide/fish/s04_ph03.jpg)
}

.page_fish .mm_slide04 .slide04 {
    background-image: url(../images/facility_guide/fish/s04_ph04.jpg)
}

.page_fish .bx-wrapper {
    position: relative;
    margin: 0 auto 8px;
    padding: 0;
    *zoom: 1;
    width: 100%;
    overflow: hidden
}

.page_fish .bx-wrapper img {
    max-width: 100%;
    display: block;
    min-height: 360px
}

.page_fish .bx-viewport {
    width: 100% !important;
    margin: 0 auto !important;
    overflow: visible !important;
    max-height: 400px;
    min-height: 400px;
    overflow-x: hidden;
    max-width: 1152px
}

.page_fish #bx-pager {
    position: relative;
    z-index: 10000;
    top: -72px;
    left: 25px
}

.page_fish .bx-wrapper .bx-viewport {
    border: solid #fff 0px;
    left: 0px;
    background: #fff
}

.page_fish .bx-wrapper .bx-pager,
.page_fish .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 20px;
    width: 100%
}

@media (max-width: 634px) {
    .bx-wrapper .bx-pager {
        bottom: 25px;
    }
}

.page_mammalian .page_top_animals {
    background-image: url(../images/facility_guide/mammalian/bg_keyv-mammalian.jpg)
}

.page_mammalian .mm_slide01 .slide01 {
    background-image: url(../images/facility_guide/mammalian/s01_ph01.jpg)
}

.page_mammalian .mm_slide01 .slide02 {
    background-image: url(../images/facility_guide/mammalian/s01_ph02.jpg)
}

.page_mammalian .mm_slide01 .slide03 {
    background-image: url(../images/facility_guide/mammalian/s01_ph03.jpg)
}

.page_mammalian .mm_slide01 .slide04 {
    background-image: url(../images/facility_guide/mammalian/s01_ph04.jpg)
}

.page_mammalian .mm_slide02 .slide01 {
    background-image: url(../images/facility_guide/mammalian/s02_ph01.jpg)
}

.page_mammalian .mm_slide02 .slide02 {
    background-image: url(../images/facility_guide/mammalian/s02_ph02.jpg)
}

.page_mammalian .mm_slide02 .slide03 {
    background-image: url(../images/facility_guide/mammalian/s02_ph03.jpg)
}

.page_mammalian .mm_slide02 .slide04 {
    background-image: url(../images/facility_guide/mammalian/s02_ph04.jpg)
}

.page_mammalian .mm_slide03 .slide01 {
    background-image: url(../images/facility_guide/mammalian/s03_ph01.jpg)
}

.page_mammalian .mm_slide03 .slide02 {
    background-image: url(../images/facility_guide/mammalian/s03_ph02.jpg)
}

.page_mammalian .mm_slide03 .slide03 {
    background-image: url(../images/facility_guide/mammalian/s03_ph03.jpg)
}

.page_mammalian .mm_slide03 .slide04 {
    background-image: url(../images/facility_guide/mammalian/s03_ph04.jpg)
}

.page_mammalian .bx-wrapper {
    position: relative;
    margin: 0 auto 8px;
    padding: 0;
    *zoom: 1;
    width: 100%;
    overflow: hidden
}

.page_mammalian .bx-wrapper img {
    max-width: 100%;
    display: block;
    min-height: 360px
}

.page_mammalian .bx-viewport {
    width: 100% !important;
    margin: 0 auto !important;
    overflow: visible !important;
    max-height: 400px;
    min-height: 400px;
    overflow-x: hidden;
    max-width: 1152px
}

.page_mammalian #bx-pager {
    position: relative;
    z-index: 10000;
    top: -72px;
    left: 25px
}

.page_mammalian .bx-wrapper .bx-viewport {
    border: solid #fff 0px;
    left: 0px;
    background: #fff
}

.page_mammalian .bx-wrapper .bx-pager,
.page_mammalian .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 20px;
    width: 100%
}

.bottom_backyard {
    background-image: url(../images/facility_guide/backyard/bg_foot-backyard.jpg)
}

.page_backyard .top_mov {
    position: relative;
    height: 340px;
    overflow: hidden
}

.page_backyard .top_mov .ttl_mov {
    position: relative;
    z-index: 2
}

.page_backyard .top_mov #bycm {
    position: absolute;
    height: 590px;
    width: auto;
    top: -160px;
    left: 0
}

.page_backyard .bn_mesh {
    background-image: url(../images/index/mesh.png);
    background-repeat: repeat;
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0
}

.page_backyard .lead_txt {
    margin: 10px 0 20px
}

.page_backyard .backyard_th {
    overflow: hidden;
    margin-bottom: 30px
}

.page_backyard .backyard_th img {
    width: 100%
}

@media screen and (max-width: 767px) {
    .page_backyard .top_mov {
        height: auto;
        background: url(../images/facility_guide/backyard/bg_sp-backyard.jpg) no-repeat center center
    }

    .page_backyard .top_mov #bycm,
    .page_backyard .top_mov .bn_mesh {
        display: none
    }

    .page_backyard .top_mov .ttl_mov img {
        width: 100%
    }

    .page_backyard .low_txt img {
        width: 100%
    }

    .page_backyard .lead_txt_sp {
        margin: 30px 0;
        font-size: 14px;
        line-height: 1.8;
        color: #00479d;
        font-weight: bold
    }

    .page_backyard .lead_txt_sp span {
        color: #ee5d8a;
        font-weight: bold
    }
}

.backyard_table {
    border: 5px solid #CAEDFE;
    margin-bottom: 30px;
    width: 100%;
}

.backyard_table th,
.backyard_table td {
    font-size: 18px;
    font-weight: bold;
    color: #00479d;
    padding: 15px 15px;
    vertical-align: top
}

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

    .backyard_table th,
    .backyard_table td {
        font-size: 15px;
        line-height: 1.6
    }
}

.backyard_table th {
    width: 20%;
    padding-left: 35px
}

.backyard_table td .caption {
    font-size: 12px;
    color: #555;
    font-weight: normal;
    margin-bottom: 0
}

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

    .backyard_table th,
    .backyard_table td {
        width: 98%;
        margin: 0 auto;
        display: block
    }

    .backyard_table th {
        padding: 5px 10px
    }

    .backyard_table td {
        padding: 0 10px 10px;
        color: #555;
        font-size: 14px;
    }
}

.page_show .show_container {
    margin-bottom: 60px
}

.page_show .page_low_btn {
    margin-bottom: 30px
}

@media screen and (max-width: 767px) {
    .page_show .show_container {
        margin-bottom: 45px
    }
}

.bottom_show {
    background-image: url(../images/facility_guide/show/bg_foot-show.jpg)
}

.show_image_block {
    margin-bottom: 10px;
    overflow: hidden
}

.show_image_block .show_image_el {
    margin-bottom: 10px
}

@media screen and (max-width: 767px) {
    .show_image_block .show_image_el .image_inner img {
        width: 100%
    }
}

.show_info_block {
    overflow: hidden
}

.show_info_block .show_info_el {
    float: left;
    color: #00479d;
    font-weight: bold;
    margin-top: 10px;
    font-size: 18px;
}

.show_info_block .show_info_el .show_time {
    border: 2px solid #00479d;
    padding: 10px;
    line-height: 1;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle
}

.show_info_block .show_info_el .time_el {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-left: 15px
}

.show_info_block .show_info_el .caption {
    font-size: 14px;
    font-weight: normal;
    margin-top: 5px
}

.show_info_block .btn_show_right {
    float: right
}

@media screen and (max-width: 767px) {
    .show_info_block .show_info_el {
        float: none;
        margin-bottom: 10px;
        font-size: 13px;
    }

    .show_info_block .show_info_el .show_time {
        display: block;
        text-align: center;
        margin-bottom: 5px
    }

    .show_info_block .show_info_el .time_el {
        margin-left: 0
    }

    .show_info_block .btn_show_right {
        float: none
    }
}

.page_show_schedule {
    background-image: url(../images/facility_guide/show_schedule/bg_keyv-show_schedule.jpg)
}

.head_area_sc {
    overflow: hidden
}

.head_area_sc .head_el {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    background: #0b7fc6;
    line-height: 1;
    padding: 12px 0;
    float: left;
    text-align: center;
    background-repeat: no-repeat
}

.head_area_sc .time {
    width: 20%;
    background-image: url(../images/facility_guide/show_schedule/ico_time.png);
    background-position: 34% center;
    padding-left: 24px
}

.head_area_sc .at {
    width: 46%;
    border-left: 2px solid #fff;
    background-image: url(../images/facility_guide/show_schedule/ico_at.png);
    background-position: 34% center;
    padding-left: 40px
}

.head_area_sc .pl {
    width: 34%;
    border-left: 2px solid #fff;
    background-image: url(../images/facility_guide/show_schedule/ico_pl.png);
    background-position: 39% center;
    padding-left: 24px
}

@media screen and (max-width: 767px) {
    .head_area_sc .head_el {
        font-size: 12px;
        padding: 6px 0;
        background-image: none
    }
}

.perf_block {
    margin-bottom: 40px
}

.perf_block a {
    display: block;
    text-decoration: none !important;
    background: url(../images/info/sc_arrow.png) no-repeat 99% center
}

.perf_block a:hover {
    background-color: #fff9e3
}

.perf_block .show_el {
    border-bottom: #d2d2d2 1px dotted;
    padding: 10px 0;
    overflow: hidden
}

.perf_block .show_el .el_box {
    height: 80px;
    float: left
}

.perf_block .show_el .show_time {
    text-align: center;
    width: 20%;
    line-height: 80px;
    color: #0068b7;
    font-weight: bold;
    font-size: 18px;
}

.perf_block .show_el .show_time .show_no {
    color: #E60012
}

.perf_block .show_el .show_at {
    width: 46%;
    padding-left: 2px;
    padding-top: 4px
}

.perf_block .show_el .show_at .at_th {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-right: 15px
}

.perf_block .show_el .show_at .show_detail {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 300px
}

.perf_block .show_el .show_at .show_detail .ttl {
    color: #0068b7;
    font-weight: bold;
    font-size: 18px;
}

.perf_block .show_el .show_at .show_detail p {
    font-size: 12px;
    margin-bottom: 0;
    color: #555
}

.perf_block .show_el .show_place {
    width: 34%;
    padding-left: 2px;
    padding-top: 20px
}

.perf_block .show_el .show_place .cat_place {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    width: 100px;
    padding: 5px;
    margin-right: 5px
}

.perf_block .show_el .show_place .cat_place.p_2f {
    background-color: #E60012
}

.perf_block .show_el .show_place .cat_place.p_m2f {
    background-color: #fdb41e
}

.perf_block .show_el .show_place .cat_place.p_1f {
    background-color: #b3d465
}

.perf_block .show_el .show_place .p_name {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    color: #555
}

@media screen and (max-width: 767px) {
    .perf_block a {
        background-image: none
    }

    .perf_block .show_el .el_box {
        height: auto;
        padding: 5px 0
    }

    .perf_block .show_el .show_time {
        font-size: 13px;
        line-height: 1.5
    }

    .perf_block .show_el .show_at {
        padding: 0;
        text-align: center
    }

    .perf_block .show_el .show_at .at_th {
        text-align: center;
        margin-right: 0;
        display: block
    }

    .perf_block .show_el .show_at .at_th img {
        width: 80px
    }

    .perf_block .show_el .show_at .show_detail {
        width: auto;
        display: block
    }

    .perf_block .show_el .show_at .show_detail .ttl {
        font-size: 13px;
    }

    .perf_block .show_el .show_at .show_detail p {
        display: none
    }

    .perf_block .show_el .show_place {
        text-align: center
    }

    .perf_block .show_el .show_place .cat_place {
        font-size: 10px;
        width: 50px;
        padding: 3px;
        margin-bottom: 5px
    }

    .perf_block .show_el .show_place .p_name {
        display: block;
        font-size: 11px;
    }
}

div.bottom_info {
    margin-top: 0
}

@media screen and (max-width: 767px) {
    div.bottom_info {
        margin-top: 20px
    }
}

.table_bottom th,
.table_bottom td {
    border: none;
    vertical-align: top;
    border-bottom: 20px solid #eaf8ff
}

.table_bottom th {
    width: 16%;
    font-size: 18px;
    color: #0a80c6
}

.table_bottom td {
    background: #fff;
    padding: 10px 20px;
    font-weight: bold
}

.table_bottom td .info_a {
    font-size: 24px;
    color: #0a80c6
}

.table_bottom td .info_b {
    font-size: 18px;
    color: #fdb41e;
    display: block;
    margin-bottom: .8em
}

.table_bottom td .info_c {
    color: #ee5d8a;
    font-size: 18px;
    display: block;
    margin-top: 0.8em
}

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

    .table_bottom th,
    .table_bottom td {
        width: 100%;
        display: block
    }

    .table_bottom th {
        border-bottom: none;
        padding: 0 0 5px
    }

    .table_bottom td .info_a {
        font-size: 18px;
        color: #0a80c6
    }

    .table_bottom td .info_b {
        font-size: 15px;
        margin-bottom: .5em
    }

    .table_bottom td .info_c {
        font-size: 15px;
        margin-top: 0.5em
    }
}

.bottom_price {
    background-image: url(../images/guide/price/bg_foot-price.jpg)
}

.price_table {
    width: 80%;
    margin-top: 15px;
    margin-bottom: 40px
}

.price_table.table_cap_m {
    margin-bottom: 5px
}

.price_table.small_table {
    width: 26.5%
}

.price_table th,
.price_table td {
    text-align: center;
    padding: 14px 10px
}

.price_table th {
    font-size: 14px;
    color: #fff;
    padding: 14px 10px
}

.price_table th.th_p_a {
    background: #00479d
}

.price_table th.th_p_b {
    background: #0068b7
}

.price_table th.th_p_c {
    background: #00a0e9
}

@media screen and (min-width: 768px) {
    .price_table th br {
        display: none
    }
}

.price_table td {
    background: #f2f2f2;
    font-size: 24px;
    font-weight: bold
}

@media screen and (max-width: 767px) {
    .price_table {
        width: 100%;
        margin-top: 7px
    }

    .price_table.small_table {
        width: 33%
    }

    .price_table th,
    .price_table td {
        padding: 8px 4px;
        width: 33.3%
    }

    .price_table th {
        font-size: 11px;
    }

    .price_table td {
        font-size: 14px;
    }
}

.price_table.long_table br {
    display: block !important
}

.price_table.long_table th {
    width: 20%
}

@media screen and (max-width: 767px) {
    .price_table.long_table.visible-xs {
        display: table !important
    }

    .price_table.long_table th {
        width: 33%
    }

    .price_table.long_table td {
        width: 33%
    }
}

.bottom_group {
    background-image: url(../images/guide/group/bg_foot-group.jpg)
}

.bottom_one_point {
    background-image: url(../images/guide/one_point/bg_foot-one_point.jpg)
}

.bottom_faq {
    background-image: url(../images/help/faq/bg_foot-faq.jpg)
}

.faq_list {
    margin-left: -1%;
    overflow: hidden;
    margin-bottom: 30px
}

.faq_list li {
    width: 24%;
    margin-left: 1%;
    margin-bottom: 1%;
    float: left
}

.faq_list li a {
    text-align: center;
    text-decoration: none !important;
    padding: 13px 0;
    line-height: 1;
    transition: all .3s linear;
    display: block;
    width: 100%;
    border: 4px solid #00479d;
    color: #00479d;
    font-weight: bold
}

.faq_list li a:hover {
    color: #fff;
    background: #00479d
}

@media screen and (max-width: 767px) {
    .faq_list {
        margin-left: 0
    }

    .faq_list li {
        width: 100%;
        float: none;
        margin-left: 0
    }

    .faq_list li a {
        font-size: 12px;
        border-width: 3px
    }
}

.faq_block {
    margin-bottom: 70px
}

.faq_block .faq_element dt {
    color: #00479d;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    background: url(../images/help/faq/ico_q.png) no-repeat left center;
    padding: 8px 0 8px 40px;
    cursor: pointer;
    background-size: 30px
}

.faq_block .faq_element dt:hover {
    background-color: #fff9e3
}

.faq_block .faq_element dd {
    display: none;
    line-height: 1.7;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fff9e3;
    background-image: url(../images/help/faq/ico_a.png);
    background-repeat: no-repeat;
    background-position: 5px 20px;
    background-size: 24px 24px;
    padding-left: 60px
}

.faq_block .faq_element dd a {
    text-decoration: underline;
    color: #F18260
}

@media screen and (max-width: 767px) {
    .faq_block {
        margin-bottom: 30px
    }

    .faq_block .faq_element dt {
        font-size: 14px;
    }

    .faq_block .faq_element dd {
        padding-left: 40px;
        padding-right: 10px
    }
}

.bottom_contact {
    background-image: url(../images/help/contact/bg_foot-contact.jpg)
}

.contact_head_box {
    margin-bottom: 20px;
    padding: 20px;
    border: 6px solid #0b7fc6;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.contact_head_box .contact_el {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin: 0 15px
}

@media screen and (max-width: 767px) {
    .contact_head_box {
        padding: 10px;
        border-width: 3px;
        font-size: 15px;
    }

    .contact_head_box .contact_el {
        margin: 5px 0;
        display: block
    }
}

.contact_cap {
    margin-bottom: 40px
}

.contact_complete_head {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    color: #0b7fc6;
    margin-bottom: 20px
}

@media screen and (max-width: 767px) {
    .contact_complete_head {
        font-size: 20px;
        text-align: left
    }
}

.complete_txt {
    width: 545px;
    margin: 0 auto
}

@media screen and (max-width: 767px) {
    .complete_txt {
        width: 100%
    }
}

.thanks_img {
    text-align: center;
    margin-left: -190px;
    margin: 30px 0 0 -90px
}

.thanks_img img {
    width: 560px
}

@media screen and (max-width: 767px) {
    .thanks_img {
        margin: 30px 0 0 0
    }

    .thanks_img img {
        width: 100%
    }
}

.complete_btn {
    text-align: center;
    margin-top: 20px
}

.complete_btn a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 400px
}

@media screen and (max-width: 767px) {
    .complete_btn a {
        width: 100%
    }
}

.form_area {
    width: 800px;
    margin: 0 auto
}

.form_area .alert {
    margin-top: 20px
}

.form_area .form_table .wpcf7c-conf {
    background: transparent !important;
    border: none !important;
    box-shadow: none;
    font-weight: bold
}

.form_area .form_table th,
.form_area .form_table td {
    border: 0;
    padding: 10px 10px 20px
}

.form_area .form_table th {
    width: 270px;
    position: relative
}

.form_area .form_table th .ico {
    position: absolute;
    color: #fff;
    width: 45px;
    text-align: center;
    border-radius: 3px;
    font-size: 12px;
    right: 40px
}

.form_area .form_table th .ico_req {
    background: #fdb41e
}

.form_area .form_table td textarea {
    height: 200px
}

.form_area .form_table td .form-group {
    margin: 0
}

.form_area .form_table td .form-control:focus {
    background: #fbffee;
    border-color: #00a0e9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 160, 233, 0.6)
}

.form_area .form_table tr.last_tr th,
.form_area .form_table tr.last_tr td {
    vertical-align: top
}

.form_area .btn_c_area {
    text-align: center;
    margin-top: 30px
}

.form_area .btn_c_area input {
    border: 0;
    outline: 0;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    text-align: center;
    width: 300px;
    letter-spacing: .1em;
    padding: 16px 0;
    margin: 0 15px;
    border-radius: 0;
    color: #fff
}

.form_area .btn_c_area input:hover:hover {
    transition: .15s opacity linear;
    opacity: .7;
    filter: alpha(opacity=70)
}

.form_area .btn_c_area .btn_submit {
    background: #FF811A
}

.form_area .btn_c_area .btn_back {
    background: #444
}

.form_area .btn_c_area .form-group {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-bottom: 0
}

@media screen and (max-width: 1200px) {
    .form_area {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .form_area {
        width: 100%
    }

    .form_area .form_table th,
    .form_area .form_table td {
        display: block;
        width: 100%;
        padding: 0
    }

    .form_area .form_table th {
        padding-bottom: 5px
    }

    .form_area .form_table th .ico {
        right: 0
    }

    .form_area .form_table td {
        padding-bottom: 20px
    }

    .form_area .btn_c_area {
        text-align: center;
        margin-top: 30px
    }

    .form_area .btn_c_area input {
        border: 0;
        outline: 0;
        font-size: 14px;
        font-weight: bold;
        display: block;
        text-align: center;
        width: 100%;
        letter-spacing: .1em;
        padding: 10px 0;
        margin: 0;
        border-radius: 0;
        color: #fff
    }

    .form_area .btn_c_area input:hover:hover {
        transition: .15s opacity linear;
        opacity: .7;
        filter: alpha(opacity=70)
    }

    .form_area .btn_c_area .btn_submit {
        background: #FF811A
    }

    .form_area .btn_c_area .btn_back {
        background: #444
    }

    .form_area .btn_c_area .form-group {
        width: 100%;
        display: block;
        margin-top: 10px
    }
}

.btn_404list {
    text-align: center;
    margin-top: 40px
}

.btn_404list div {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin: 0 20px
}

.btn_404list div a {
    width: 350px
}

@media screen and (max-width: 767px) {
    .btn_404list {
        margin-top: 20px
    }

    .btn_404list div {
        margin: 0 0 10px;
        width: 100%;
        display: block
    }

    .btn_404list div a {
        width: 100%
    }
}


.c-tab__info--list .active, .c-tab__info--list .active a {
    color: #979797;
}

.u-text__asobeach-title-head {
    display: flex;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 2.5rem;
    text-align: center;
}

.c-tab__info--list li {
    cursor: pointer;
}

.js-accordion--body pre {
    color: #20B7E0;
}

.c-card__banner_img {
    display: block;
    width: 100%;
    /* height: 154px; */
    margin-bottom: 0.5rem;
}

.c-card__banner_img .c-card__banner--img {
    width: 100%;
    /* height: 154px; */
    object-fit: cover;
}

.more_about_banner {
    margin-bottom: 15px;
}

.more_about_banner .more_about_banner-img {
    width: 100%;
    height: 187px;
    object-fit: cover;
    border-radius: 15px;
}

.c-button__banner--iruka {
    margin-bottom: 15px;
    background-image: none!important;
}

.c-button__banner--iruka img {
    width: 100%!important;
    height: 227px;
    object-fit: cover;
    border-radius: 15px;
}

.l-main__mv {
    position: relative;
    background-image: none!important;
}

.l-main__mv .bg_video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}

.c-icon__play:focus {
    outline: none;
}

.c-icon__play .icon__pause, .c-icon__play .icon__play {
    display: none;
}

.c-table__show ul.u-link__all-y:hover {
    background: rgb(255,255,0,0.2)
}

@media screen and (max-width: 767px) {
    .u-background__base {
        background: none;
    }
}

.headernavi {
    align-items: flex-start!important;
}

.l-header__navwrap {
    margin-top: 80px!important;
}


@media (max-width: 768px) {
    .l-header__lang a {
        border-left: none!important;
        padding: 0!important;
    }

    .l-header__webticket {
        width: 70px!important;
    }
}

