@keyframes bodyFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes bodyFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

html {
    min-height: 100%;
}

body {
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    /*
    animation-name: bodyFadeIn;
    animation-delay: 0;
    animation-direction: normal;
    animation-duration: 0.8s;
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    */
}

#allWrap {
    position: relative;
    min-width: 320px;
    width: 100%;
    height: 100%;
}

#allWrap.topBody {
    position: relative;
    background-color: #fff;
}

#allWrap.companionBody {
    position: relative;
    background-color: #fff;
}

#allWrap.profileBody {
    position: relative;
    background-color: #fff;
}

#allWrap.systemBody {
    position: relative;
    background-color: #fff;
}

@media only screen and (max-width : 1080px) {}



#wrap-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

#content-wrap {}

#content-wrap.out {}


.head-fadeIn {
    opacity: 0;
    transition-duration: 0.6s;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.6s;
    -webkit-transition-timing-function: ease;
    transform-origin: center;
}

.head-fadeIn-move {
    opacity: 1;
    transform-origin: center;
}

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

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

#foot-fix {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
}

#footerTop {
    width: 100%;
    padding: 5px 0 5px 5px;
}

.breadcrumb_list {
    text-align: center;
    overflow: hidden;
    position: relative;
    margin: 0 0 30px 0;
}

.breadcrumb_list li {
    display: inline-block;
    margin: 0 5px;
}

.breadcrumb_list li.breadLogo {
    height: 24px;
    width: 61px;
}

.breadcrumb_list li.breadLogo a img {
    height: 100%;
}

.breadcrumb_list li a {
    display: block;
    color: #9f9f9f;
    font-size: 12px;
    line-height: 23px;
    padding: 0 2px;
}

.breadcrumb_list li b {
    display: block;
    color: #9f9f9f;
    font-size: 12px;
    line-height: 23px;
    padding: 0 2px;
}

.breadcrumb_list li span {
    display: block;
    color: #9f9f9f;
    font-size: 12px;
    line-height: 12px;
    padding: 0 2px;
}

#footerWrap {
    position: relative;
    width: 100%;
    z-index: 9000;
    background: #000;
    min-width: 320px;
    padding: 80px 0 0 0;
    margin-top: -200px;
}

#footerWrap:before {
    content: "";
    position: absolute;
    height: 80px;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    transform-origin: right bottom;
    transform: skewY(1.5deg)
}

#footer-inner {
    position: relative;
    background: #000;
}

#footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 10px 30px 10px;
}

#footer dt {
    width: 220px;
    position: relative;
    margin: 0 auto;
}

#footer dt img {
    width: 100%;
}

#footer dd.footerInfo {
    position: relative;
    font-size: 16px;
    color: #717171;
    text-align: center;
}

#footer dd.footerInfo ul {
    justify-content: center;
    margin-top: 10px;
}

#footer dd.footerInfo ul li {
    font-family: 'FunctionsPro', sans-serif;
    padding: 5px 0;
    color: #717171;
    display: block;
}

#footer dd.footerInfo ul li span.infomationTitle {
    font-family: 'FunctionsPro', sans-serif;
    display: inline-block;
    background: #1c1c1c;
    color: #717171;
    font-size: 16px;
    line-height: 1;
    padding: 2px 6px;
    margin: 0 5px 0 0;
}

#footer dd.footerInfo ul li a {
    font-family: 'FunctionsPro', sans-serif;
    color: #717171;
    display: inline-block;
    font-size: 18px;
    line-height: 1;
}

#footer dd.footerMenu {
    position: relative;
    margin-top: 10px;
}

#footer dd.footerMenu ul {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#footer dd.footerMenu ul li {
    position: relative;
    display: inline-block;
    color: #717171;
    width: 50%;
}

#footer dd.footerMenu ul li:nth-child(odd) {
    text-align: right;
}

#footer dd.footerMenu ul li:nth-child(even) {
    text-align: left;
}

#footer dd.footerMenu ul li a {
    position: relative;
    display: inline-block;
    padding: 5px 12px;
    color: #717171;
}

#footer dd.footerMenu ul li:nth-child(odd) a::after {
    content: "";
    position: absolute;
    background: #717171;
    width: 2px;
    height: 8px;
    top: 50%;
    right: 0px;
    transform: translate(0, -50%);
    opacity: 0.3;
}

#footer dd.footerMenu ul li a.active span {
    color: #9a8a65;
    text-decoration: underline;
}

#footer dd.footerMenu ul li a span {
    color: #717171;
    font-family: 'FunctionsPro', sans-serif;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 2px
}

#footer span.footerBorder {
    display: block;
    height: 3px;
    background-color: #181c1d;
    border-top: 1px solid #2a2a2a;
    width: auto;
    margin: 30px auto;
}

#footer dd#copyRight {
    text-align: center;
}

#footer dd#copyRight b {
    color: #717171;
    font-size: 10px;
    font-family: 'FunctionsPro', sans-serif;
    display: inline-block;
    line-height: 140%;
}

#footerBottomWrap {
    position: relative;
    background: #141414;
}

#footerBottom {
    position: relative;
    max-width: 1000px;
    padding: 10px 0;
}

#footerBottom .link {}

#footerBottom .link a {
    font-size: 10px;
    line-height: 1;
    color: #808080;
    display: block;
    padding: 3px 5px;
    margin: 0 0 0 10px;
}

.back {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.foot-fixArea {
    position: fixed;
    z-index: 8998;
    width: 100%;
    background: #000;
    height: 60px;
}

.foot-fix {
    position: relative;
    height: 100%;
    z-index: 1000;

}

.foot-fixArea .foot-fix a.pageTopBtn {
    display: block;
    transition: 0.3s ease;
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 0;
    right: 10px;
    background: #000;
    text-align: center;
    z-index: 1000;
}

.foot-fixArea .foot-fix a.pageTopBtn i {
    color: #fff;
    font-size: 30px;
    line-height: 60px;
    transition: 0.3s ease;
    padding-top: 3px;
}

.foot-fixArea .fix-tel {
    display: block;
}

.foot-fixArea .fix-tel a {
    display: block;
    width: 270px;
    padding: 10px 0 10px 10px;

}

.foot-fixArea .fix-tel a img {
    width: 100%;
}

@media all {
    .featherlight {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        text-align: center;
        cursor: pointer;
        overflow: auto;
    }

    .featherlight:last-of-type {
        background: rgba(0, 0, 0, 0.9);
        z-index: 10001;
        cursor: default;
    }

    .featherlight:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .login-triangle {
        width: 0;
        margin-left: auto;
        border: 12px solid transparent;
        border-bottom-color: #28d;
    }

    .featherlight .featherlight-content {
        position: relative;
        vertical-align: middle;
        display: inline-block;
        padding: 25px;
        width: 100%;
        max-width: 94%;
        margin: 0 auto;
        background: #f9f9f9;
        cursor: auto;
        border-radius: 5px;
        margin: 50px 0;
        padding: 80px 20px 30px 20px;
    }

    .featherlight .featherlight-inner {
        display: block;
    }

    .featherlight .featherlight-close-icon {
        position: absolute;
        top: 5px;
        right: 5px;
        line-height: 60px;
        width: 60px;
        font-size: 40px;
        cursor: pointer;
        text-align: center;
        font: Arial, sans-serif;
        background: none;
        color: #aaa;
        z-index: 2000;
    }

    .featherlight .featherlight-image {
        width: 100%
    }

    .featherlight-iframe .featherlight-content {
        border-bottom: 0;
        padding: 0;
    }

    .featherlight iframe {
        border: 0;
    }
}

.lightbox dl dt {
    overflow: hidden;
}

.lightbox dl dt img {
    width: 100%;
}

.lightbox dl dd.disTit {
    position: relative;
    margin: 20px 0;
}

.lightbox dl dd.disTit b {
    font-family: "Noto serif JP", serif;
    font-size: 28px;
    color: #000;
    display: inline-block;
    line-height: 120%;
}

.lightbox dl dd.disBody {
    padding: 10px 0 0 0;
    line-height: 140%;
    font-size: 14px;
    text-align: left;
}

.lightbox dl dd.eventBody {
    padding: 10px 0 0 0;
    line-height: 140%;
    font-size: 14px;
    text-align: left;
}

table.disTable {
    position: relative;
    border-collapse: separate;
    width: 100%;
    padding: 10px 0 0 0;
}

table.disTable tbody {
    width: 100%;
    height: 100%;
}

table.disTable tr {}

table.disTable tr th {
    padding: 20px 0 20px 0;
    font-size: 24px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 40%;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    background-color: #ececec;
}

table.disTable tr th.tht {
    padding: 10px 0;
    border-top: 1px solid #ccc;
}

table.disTable tr th.tht span {
    display: block;
    font-size: 14px;
}

table.disTable tr th span {
    font-size: 20px;
    display: block;
    line-height: 120%;
    letter-spacing: 0;
}

table.disTable tr td {
    text-align: center;
    padding: 15px 0 15px 0;
    line-height: 140%;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    display: block;
    width: 60%;
    display: table-cell;
}

table.disTable tr td span {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 120%;
    letter-spacing: 0;
    width: 100%;
    display: block;
    padding: 5px 0;
}

table.disTable tr td span b {
    display: block;
    font-size: 13px;
    color: #212121;
}

table.disTable tr td.tdt {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

table.disTable tr td.tdt span {
    font-size: 14px;
    display: block;
}

table.disTable tr td span.tdeco {
    position: relative;
    text-decoration: line-through;
}

table.disTable tr td a {
    text-align: left;
    line-height: 1;
    transition: 0.3s ease;
    display: inline-block;
}

.swiper-slide span.swiper-inner {
    display: block;
    background: rgb(255, 228, 218);
    background: -moz-linear-gradient(90deg, rgba(255, 228, 218, 1) 0%, rgba(255, 220, 236, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 228, 218, 1) 0%, rgba(255, 220, 236, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 228, 218, 1) 0%, rgba(255, 220, 236, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4da", endColorstr="#ffdcec", GradientType=1);
    padding: 3px;
    position: relative;
    /* box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.4) inset; */
}

.swiper-slide span.swiper-inner a {
    display: block;
    background: #fff;
    /* padding: 5px; */
}

.swiper-slide span.swiper-inner img {
    width: 100%;
}

#footSearch {
    position: fixed;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    bottom: 60px;
    z-index: 0;
    white-space: nowrap;
}

#footSearch ul {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* width: 794px; */
    width: 750px;
    min-width: 320px;
    margin: 0 auto 0 auto;
}

#footSearch li {
    text-align: center;
    display: inline-block;
    background: #fff;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

#footSearch li:first-child {
    border-radius: 29px 0 0 0;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
}

#footSearch li:last-child {
    border-radius: 0 29px 0 0;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
}

#footSearch li a {
    display: block;
    padding: 12px 18px;
    font-size: 18px;
    font-weight: 500;
    color: #ff8cbf;
    font-family: "Oswald", serif;
    line-height: 1;
    transition: 0.3s ease;
    position: relative;
    letter-spacing: 0;
    background: linear-gradient(45deg, #54d0ff, #9f92ff 20%, #ff7689 90%);
    background: -webkit-linear-gradient(45deg, #54d0ff, #9f92ff 20%, #ff7689 90%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

#footSearch li:first-child a {
    padding: 12px 18px 12px 24px;
}

#footSearch li:last-child a {
    padding: 12px 24px 12px 18px;
}

#footSearch li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -1px;
    width: 2px;
    height: 20px;
    background: #eee;
    transform: translate(0, -50%);
    border-radius: 1px;
}

#footSearch li:last-child a {
    border-right: none;
}

#footSearch li:last-child a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -1px;
    width: 2px;
    height: 20px;
    background: transparent;
    transform: translate(0, -50%);
}

#footSearch li a span {
    font-size: 11px;
    display: block;
    line-height: 1;
    color: #ff8cbf;
    transition: 0.3s ease;
    letter-spacing: 2px;
    font-weight: bold;
    padding-top: 3px;
}

#footSearch li.active a {
    display: block;
    color: #fff;
    background: #ff8cbf;
    background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
    -webkit-background-clip: unset;
}

#footSearch li.active:first-child a {
    background: linear-gradient(45deg, #54d0ff, #9f92ff 20%, #ff7689 90%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

#footSearch li.active:first-child a span {
    color: #ff8cbf;
}

#footSearch li.active:last-child a {
    border-radius: 0 29px 0 0;
}

#footSearch li:first-child a {
    color: #ff8cbf;
}

#footSearch li:first-child a span {
    color: #ff8cbf;
}

#footSearch li.active:first-child a span.active {
    color: #ff8cbf;
}

#footSearch li.active a span {
    color: #fff;
}

#footSchedule {
    position: fixed;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    bottom: 60px;
    z-index: 0;

}

#footSchedule ul {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 740px;
    min-width: 320px;
    margin: 0 auto 0 auto;
}

#footSchedule ul li {
    position: relative;
    display: inline-block;
    text-align: center;
}

#footSchedule ul li a {
    display: block;
    padding: 8px 15px;
    background: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#footSchedule ul li:first-child a {
    padding: 8px 15px 8px 25px;
    border-radius: 23px 0 0 0;
}

#footSchedule ul li:last-child a {
    padding: 8px 25px 8px 15px;
    border-radius: 0 23px 0 0;
}

#footSchedule ul li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -1px;
    width: 2px;
    height: 20px;
    background: #eee;
    transform: translate(0, -50%);
    border-radius: 1px;
}

#footSchedule ul li:last-child a::after {
    background: transparent;
}

#footSchedule ul li a:hover span,
#footSchedule ul li a:hover span b {
    color: #333;
}

#footSchedule ul li.active a {
    background: rgb(255, 138, 193);
    background: -moz-linear-gradient(90deg, rgba(255, 138, 193, 1) 0%, rgba(255, 153, 161, 1) 50%, rgba(255, 167, 131, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 138, 193, 1) 0%, rgba(255, 153, 161, 1) 50%, rgba(255, 167, 131, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 138, 193, 1) 0%, rgba(255, 153, 161, 1) 50%, rgba(255, 167, 131, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8ac1", endColorstr="#ffa783", GradientType=1);
}

#footSchedule ul li.active a span,
#footSchedule ul li.active a span b {
    color: #fff;
}

#footSchedule ul li a span {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    color: #8a8a8a;
    font-style: italic;
    transition: 0.3s ease;
    letter-spacing: 2px;
}

#footSchedule ul li a span.sun {
    color: #ff0000;
}

#footSchedule ul li a span.sat {
    color: #8080ff;
}

#footSchedule ul li a span b {
    display: block;
    font-family: "Roboto", sans-serif;
    color: #9f9f9f;
    font-size: 12px;
    font-style: italic;
    transition: 0.3s ease;
    letter-spacing: 2px;
}

#footSchedule ul li a span.sun b {
    color: #ff0000;
}

#footSchedule ul li a span.sat b {
    color: #8080ff;
}

#footSchedule ul li a:hover span.sun,
#footSchedule ul li a:hover span.sun b,
#footSchedule ul li a:hover span.sat,
#footSchedule ul li a:hover span.sat b {
    color: #333;
}