@charset "UTF-8";
/*
 * cmn_layout.css
 *
 *  version --- 1.0
 *  updated --- 2012/3/30
 */

/* !HTML5 elements
---------------------------------------------------------- */

header, footer, nav, section, aside, article
{ display: block;}

/* !Reseting
---------------------------------------------------------- */
body {
    font-family: "Cinzel", Garamond , "Times New Roman", "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-size: 12px;
    -webkit-text-size-adjust: none;
    line-height: 1.5;
    color: #000;
    background: #fff;
    overflow: hidden!important;
}
a{
    color: #000;
}
body.fontS{ font-size: 10px; }
body.fontM{ font-size: 12px; }
body.fontL{ font-size: 14px; }
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ vertical-align: top; max-width: 100%;}
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
q:after, q:before
{ content:'';}
a, input
{ /* outline: none; */ }
abbr, acronym
{ border: 0;}

/* !Clearfix
---------------------------------------------------------- */
.clearfix {
    display: block;
    min-height: 1%;
}
.clearfix:after {
    clear: both;
    content:".";
    display: block;
    height: 0;
    visibility: hidden;
}
* html .clearfix {
    height: 1%;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
}
/* !Layout
---------------------------------------------------------- */
html { overflow-y: scroll;}

@media print {
    html,
    html body { *zoom: 0.65;}
}

/* !common
---------------------------------------------------------- */
.hdm{
    color: #fff;
    text-align: center;
    font-size: 32px;
    letter-spacing: 5px;
    line-height: 34px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hdm span{
    font-size: 14px;
    display: block;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .hdm{
        color: #fff;
        text-align: center;
        font-size: 26px;
        letter-spacing: 2px;
        line-height: 1.5;
        margin-bottom: 15px;
    }
    .hdm span{
        font-size: 12px;
    }
}

.jspHorizontalBar, .jspVerticalBar, .jspTrack {
    background: #eeeeee;
}
.jspDrag {
    background: #b9b9b9;
}
.jspDrag:hover{
    background: #b9b9b9;
}
.jspDrag:active{
    background: #b9b9b9;
}



/* !wrapper
---------------------------------------------------------- */

#wrapper {
    margin: 0 auto;
    position: relative;
    min-width: 1200px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    #wrapper {
        min-width: 320px;
        overflow-x: hidden;
    }
}
.inner{
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.pageinner{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 767px) {
    .inner{
        width: 100%;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }
    .pageinner{
        width: 100%;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }
}

/* !header
---------------------------------------------------------- */
#header{
    width: 100%;
    height: 65px;
    background: rgba(202, 119, 243, 0.9);
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}
.headerlogo{
    width: 80px;
    margin: 0 auto;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
}
#header ul{
    padding-top: 15px;
    text-align: center;
}
#header li{
    border-right: 1px solid rgba(255, 255, 255, 0.6);
    display: inline-block;
    vertical-align: top;
}
#header li:nth-child(3) {
    margin-right: 100px;
}
#header li:nth-child(3n) {
    border-right: none;
}
#header li a{
    width: 105px;
    letter-spacing: 1px;
    line-height: 1.4;
    display: block;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
}
#header li a span{
    font-size: 12px;
    display: block;
}

@media screen and (max-width: 767px) {
    #spheader{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        width: 100%;
        background: rgba(202, 119, 243, 0.9);
        overflow: hidden;
    }
    .splogo{
        float: left;
        padding: 10px;
        width: 100px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .sp-menu{
        position: absolute;
        top: 8px;
        right: 10px;
        cursor: pointer;
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 20px;
        text-indent: -9999px;
        border-width: 1px;
        border-style: solid;
        background: none;
        border-color: #fff;
        z-index: 99999;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .sp-menu .tx_p1{
        display: inline-block;
        width: 22px;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        position: absolute;
        top: 12px;
        right: 8px;
        color: #fff;
    }
    .sp-menu .tx_p1:before{
        width: 22px;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        content: "";
        display: block;
        clear: both;
        position: absolute;
        top: 6px;
        right: 0;
    }
    .sp-menu .tx_p1:after{
        width: 22px;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        content: "";
        display: block;
        clear: both;
        position: absolute;
        top: 12px;
        right: 0;
    }
    .sp-menu.on span{
        position: absolute;
        top: 17px;
        right: 8px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
    }
    .sp-menu.on span:before{
        content: "";
        clear: both;
        position: absolute;
        top: 0px;
        right: 0px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        opacity:0;
    }
    .sp-menu.on span:after{
        content: "";
        display: block;
        clear: both;
        position: absolute;
        top: 0px;
        left: 0px;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
    }
}


/* !mainvisual
---------------------------------------------------------- */

#mainvisual{
    width: 100%;
    height: 100vh;
    position: relative;
    background: url("../img/bg_mainvisual.jpg") no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
}
#mainvisual .logo{
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    width: 60%;
    max-width: 550px;
    margin: 0 auto;
}
#mainvisual .top_info{
    width: 100%;
    padding: 10px 0;
    background: rgba(202, 119, 243, 0.9);
    position: absolute;
    bottom: 0;
}
#mainvisual .top_info .info_box{
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
#mainvisual .top_info .info_box li{
    width: 30%;
    margin-right: 2%;
    border-right: 1px solid #ffffff60;
    color: #fff;
    font-size: 20px;
    text-align: left;
    padding-left: 30px;
    line-height: 20px;
    letter-spacing: 1.5px;
}
#mainvisual .top_info .info_box li:last-child{
    border-right: none;
    margin-right: 0;
}
#mainvisual .top_info .info_box li a{
    display: block;
    color: #fff;
}
#mainvisual .top_info .info_box li span{
    display: block;
    font-size: 0.6em;
}



@media screen and (max-width: 767px) {
    #mainvisual .logo{
        position: absolute;
        top: 40%;
        left: 0;
        right: 0;
        width: 60%;
        max-width: 550px;
        margin: 0 auto;
    }
    #mainvisual .top_info .info_box li{
        width: 46%;
        padding-left: 10px;
        margin-right: 0;
    }
}












/* !contents
---------------------------------------------------------- */

#contents{

}
@media screen and (max-width: 767px) {
    #contents{

    }
}
/* !navbar
---------------------------------------------------------- */
#navbar{
    background: url("../img/bg_nav.jpg") repeat-x 0 0;
    height: 55px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#navbar li{
    float: left;
    width: 20%;
    border-left: 1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
#navbar li a{
    padding-top: 8px;
    padding-bottom: 10px;
    height: 55px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    color: #625729;
    text-decoration: none;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#navbar li:last-child a{
    border-right: 1px solid #fff;
}
#navbar li a span{
    font-size: 12px;
    display: block;
}


/* !MENU - !navbarCollapse
---------------------------------------------------------- */

#navbarCollapse{
    width: 100%;
    position: fixed;
    height: 100%;
    top: 57px;
    left:0;
    padding: 20px 20px;
    z-index: 99999;
    overflow: scroll;
    background: rgba(202, 119, 243, 0.9);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    display: none;
}

#navbarCollapse li{
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#navbarCollapse li a{
    display: block;
    padding: 12px 10px;
    background-size: 24px;
    font-size: 15px;
    color: #fff;
    background: url(../img/ico02.png) no-repeat right 10px center;
    -webkit-background-size: 30px;
    background-size: 30px;
    border-bottom: 1px dotted #fff;
}
.scroll-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    text-align: center;
    display: none;
}
#navbarCollapse .sp_tel,.sp_open{
    margin-top: 15px;
    text-align: center;
}
.sp_tel a,.sp_open span{
    display: inline-block;
    width: 260px;
    padding: 15px 0;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
}


#navToggle01 {
    width: 100%;
    font-size: 0;
    line-height: 0;
    text-align: left;
    padding: 5px 7.5px 5px;
    background: #edeee8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#navToggle01 a {
    display: inline-block;
    vertical-align: top;
    width: calc(20% - 5px);
    height: 60px;
    margin: 0 2.5px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#navToggle01 a:nth-child(1){
    background: url("../img/btmenu1.png") no-repeat top center #ff88bf;
    -webkit-background-size: 56px 60px;
    background-size: 56px 60px;
}

#navToggle01 a:nth-child(2){
    background: url("../img/btmenu2.png") no-repeat top center #ff88bf;
    -webkit-background-size: 56px 60px;
    background-size: 56px 60px;
}
#navToggle01 a:nth-child(3){
    background: url("../img/btmenu3.png") no-repeat top center #ff88bf;
    -webkit-background-size: 56px 60px;
    background-size: 56px 60px;
}
#navToggle01 a:nth-child(4){
    background: url("../img/btmenu4.png") no-repeat top center #ff88bf;
    -webkit-background-size: 56px 60px;
    background-size: 56px 60px;
}

#navToggle01 a:nth-child(5){
    background: url("../img/btmenu5.png") no-repeat top center #ff88bf;
    -webkit-background-size: 56px 60px;
    background-size: 56px 60px;
}


/* !nav-list
---------------------------------------------------------- */
.nav-list03{
    margin-top: 30px;
}
.nav-list03 ul{
    margin-left: -10px;
}
.nav-list03 li{
    float: left;
    width: 14.28%;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footerlogo img{
    display: inline-block;
    width: 240px;
}
.nav-list03 a{
    text-align: center;
    border: 2px solid #ccc;
    border-radius: 5px;
    margin: 0 5px;
    display: block;
    font-size: 14px;
    color: #333;
    background: #FFF;
    padding: 10px 15px;
    position: relative;
}

.nav-list03 a.on{
    background: #ce88f1;
    color: #fff;
}

.nav-list03 a:hover{
    text-decoration: none;
    background: #ce88f1;
    color: #fff;
}
.nav-list03 .Saturday a{
    color: #0090ff;
    border-color: #0090ff;
}
.nav-list03 .Sunday a{
    color: #ff0000;
    border-color: #ff0000;
}


@media screen and (max-width: 767px) {
    .nav-list03 ul{
        margin-left: -10px;
        margin-top: -10px;
    }
    .nav-list03 li{
        float: left;
        width: 50%;
        padding-left: 10px;
        padding-top: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .nav-list03 li.last{
        display: none;
    }
    .nav-list03 a{
        font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
        margin: 0 5px;
        display: block;
        font-size: 12px;
        padding: 10px 10px;
        position: relative;
    }
    .nav-list03 a i{
        height: 38px;
        position: absolute;
        right: 0;
        top: 0;
        line-height: 38px;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        color: #fff;
    }
}
/* !mainimg
---------------------------------------------------------- */
#mainimg{
    text-align: center;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* !teaser
---------------------------------------------------------- */
#teaser {
    background: url("../img/teaser.jpg") no-repeat center center;
    height: 300px;
    position: relative;
}
.teaser-txt {
    color: #7500af;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    font-size: 60px;
    line-height: 1.2;
    font-family: 'Alex Brush', cursive;
}
.teaser-txt span{
    font-size: 16px;
    font-weight: bold;
    display: block;
    text-align: center;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 767px) {
    #teaser {
        margin-top: 57px;
        background: url("../img/teaser.jpg") no-repeat center center;
        -webkit-background-size: cover;
        background-size: cover;
        height: 160px;
        position: relative;
    }
    .teaser-txt {
        color: #7500af;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 2;
        font-size: 60px;
        line-height: 1.2;
        font-family: 'Alex Brush', cursive;
    }
    .teaser-txt span{
        font-size: 16px;
        font-weight: bold;
        display: block;
        text-align: center;
        font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }

}
/* !side
---------------------------------------------------------- */
#side{

}

.side-nav ul{
    margin-top: 30px;
}
.side-nav ul li+li{
    margin-top: 15px;
}

.side-nav ul li a{
    display: block;
}
.side-nav ul li a img{
    border: 1px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.side-nav ul li a img:hover{
    border: 1px solid #292f33;
    box-sizing: content-box;
}























.side-news{
    margin-top: 16px;
    background: #eceaeb;
}
.all-news{
    height: 530px;
    overflow-y:scroll;
    background: #eee;
    border-top: none;
}
.side-news-box{
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.side-news-box li .listbox{
    padding: 20px 0;
    border-bottom: 1px dotted #636262;
}
.side-news-box .listbox .img{
    float: left;
    width: 70px;
}
.side-news-box .listbox .des{
    overflow: hidden;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.side-news-box .listbox .name{
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    color: #000;
}
.side-news-box .listbox .size{
    font-size: 12px;
    color: #d93f41;
}
.side-news-box .listbox .txt{
    font-size: 12px;
    color: #636262;
    line-height: 1.5;
}
.side-news-box .listbox .btn a{
    display: block;
    font-size: 12px;
    text-align: center;
    color: #636262;
    padding: 3px 0;
    border: 1px solid #000;
    border-radius: 2px;
}

.order-link .link-img+.link-img{
    margin-top: 18px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .diary-box{
        height: 320px;
        overflow-y: scroll;
        padding: 10px 5px;
        background: #eeeeee;
    }
}

/* !schedule
---------------------------------------------------------- */
.top .schedule{
    padding: 80px 0 30px;
    position: relative;
}
.schedule .bg{
    width: 100%;
    background: rgba(202, 119, 243, 0.9);
    top: 0;
    padding: 300px 50% 2%;
    position: absolute;
    z-index: -1;
}
.schedule-box{
    padding: 0 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.schedule-box .listbox{
    border: 2px solid #9000db;
    background: #fff;
}
.schedule-box .listbox .img{
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    z-index: 9;
}

.schedule-box .img:after {
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    opacity: 0.75;
    z-index: 1;
    -webkit-transform: skew(-45deg) scaleX(0);
    transform: skew(-45deg) scaleX(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.schedule-box .img .img_staff{
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.schedule-box .img:hover:after {
    -webkit-transform: skew(-45deg) scaleX(1);
    transform: skew(-45deg) scaleX(1);
    transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.swiper-button-next{
    width: 30px;
    height: 30px;
    background: url("../img/arrowR.png") no-repeat 0 0;
    -webkit-background-size: 100%;
    background-size: 100%;
    margin-top: -15px;
}
.swiper-button-prev{
    width: 30px;
    height: 30px;
    background: url("../img/arrowL.png") no-repeat 0 0;
    -webkit-background-size: 100%;
    background-size: 100%;
    margin-top: -15px;
}

.schedule-box .listbox .img .new{
    position: absolute;
    top: 5px;
    left: 5px;
    max-width: 52px;
    width: 30%;
}
.schedule-box .listbox .des{
    padding: 12px 0 0;
    text-align: center;
}
.schedule-box .listbox .name{
    color: #9000db;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 2px;
    padding-bottom: 12px;
}
.schedule-box .listbox .name span{
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
    color: #a9a9a9;

}
.schedule-box .listbox .tag{
    margin: 5px 0 10px;
    text-align: center;
}
.schedule-box .listbox .tag img{
    width: 70%;
}
.schedule-box .listbox .time{
    color: #fff;
    padding: 4px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #9000db;
}
.schedule-box .btn a{
    width: 280px;
    height: 50px;
    display: block;
    color: #fff;
    padding: 14px 0;
    letter-spacing: 2px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 50px auto;
    background: -webkit-linear-gradient(top, #d66af5 0%, #9f75e5);
    background: -o-linear-gradient(top, #d66af5 0%, #9f75e5);
    background: linear-gradient(top, #d66af5 0%, #9f75e5);
    transition: all 0.5s;
    position: relative;
    font-feature-settings: "palt";
}
.schedule-box .btn a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(255,255,255,0.1);
    transition: all 0.3s;
}
.schedule-box .btn a:hover{
    color: #9000db;
    background: none;
}
.schedule-box .btn a:hover:before{
    opacity: 0 ;
    transform: scale(0.5,0.5);
}
.schedule-box .btn a:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    border: 1px solid #9000db;

    transform: scale(1.2,1.2);
}
.schedule-box .btn a:hover:after{
    opacity: 1;
    transform: scale(1,1);
}

@media screen and (max-width: 767px) {
    .top .schedule{
        padding: 40px 0 0;
        position: relative;
    }
    .schedule .bg{
        width: 100%;
        background: rgba(202, 119, 243, 0.9);
        top: 0;
        padding: 200px 50% 2%;
        position: absolute;
        z-index: -1;
    }
    .schedule-box{
        padding: 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .schedule-box .listbox{
        border: 1px solid #9000db;
    }
    .swiper-button-next{
        width: 30px;
        height: 30px;
        background: url("../img/arrowR.png") no-repeat 0 0;
        -webkit-background-size: 100%;
        background-size: 100%;
        margin-top: -15px;
        right: 5px;
    }
    .swiper-button-prev{
        width: 30px;
        height: 30px;
        background: url("../img/arrowL.png") no-repeat 0 0;
        -webkit-background-size: 100%;
        background-size: 100%;
        margin-top: -15px;
        left: 5px;
    }
    .schedule-box .listbox .img .new{
        position: absolute;
        top: 5px;
        left: 5px;
        max-width: 52px;
        width: 30%;
    }
    .schedule-box .listbox .des{
        padding: 8px 0 0;
        text-align: center;
    }
    .schedule-box .listbox .name{
        color: #9000db;
        font-weight: bold;
        font-size: 14px;
        letter-spacing: 2px;
        padding-bottom: 8px;
    }
    .schedule-box .listbox .time{
        color: #fff;
        padding: 4px;
        font-size: 14px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: #9000db;
    }
    .schedule-box .btn a{
        width: 240px;
        height: auto;
        display: block;
        color: #fff;
        padding: 10px 0;
        letter-spacing: 2px;
        font-size: 14px;
        text-align: center;
        text-decoration: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 50px auto;
        background: -webkit-linear-gradient(top, #d66af5 0%, #9f75e5);
        background: -o-linear-gradient(top, #d66af5 0%, #9f75e5);
        background: linear-gradient(top, #d66af5 0%, #9f75e5);
        transition: all 0.5s;
        position: relative;
        font-feature-settings: "palt";
    }

}



/* !pageTop
---------------------------------------------------------- */
.pageTop{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
#spmenu .ht01{
    position: relative;
    height: 60px;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    padding-top: 13px;
    margin-bottom: 0;
    color: #ffffff;
    background: #616161;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#spmenu em{
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
    font-size: 22px;
    line-height: 22px;
}
#spmenu span{
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    color: #c1b07b;
}
#spmenu ul li{
    float: left;
    width: 50%;
}
#spmenu ul li{
    border-bottom:  1px solid #9f75e5;
    background: -webkit-linear-gradient(top, #d66af5 0%, #9f75e5);
}
#spmenu ul li a{
    color: #fff;
    display: block;
    font-size: 12px;
    padding: 15px 0 15px 10px;
    background: url("../img/ico02.png") no-repeat right 10px center;
    -webkit-background-size: 30px;
    background-size: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#spmenu ul li:nth-child(2n) a{
    border-left: 1px solid #d66af5;
}

.up {
    margin: 0;
    padding: 10px 0 10px;
    text-align: center;
}

.up a{
    text-decoration: none;
    width: 180px;
    height: 40px;
    font-size: 12px;
    font-family: "FontA";
    line-height: 20px;
    color: #fff;
    padding-top: 14px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    z-index: 2;
    background: #ff88bf;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.up a:after{
    position: absolute;
    z-index: 3;
    top: 8px;
    left: calc(50% - 3px);
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}





/* !footer
---------------------------------------------------------- */

#footer{
    background: url("../img/bg_footer.jpg") repeat-x top center;
    position: relative;
    padding: 65px 0 30px;
    text-align: center;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.footerlinks{
    text-align: center;
    position: relative;
}
.footerlinks a{
    display: inline-block;
    padding: 0 25px;
    border-right: 1px solid #fff;
    line-height: 1;
    color: #fff;
    font-size: 16px;
}
.footerlogo{
    text-align: center;
    padding: 35px 0;
}
.copyright{
    font-size: 14px;
    line-height: 1.8;
    color: #fff;
    text-align: center;
}


/*.out-links{*/
/*text-align: center;*/
/*margin-bottom: 15px;*/
/*}*/
/*.out-links a{*/
/*display: inline-block;*/
/*text-align: center;*/
/*color: #fff;*/
/*}*/
/*.out-links a:last-child{*/
/*margin-left: 50px;*/
/*}*/
/*.link .out-links a{*/
/*display: inline-block;*/
/*text-align: center;*/
/*color: #fff;*/
/*}*/
/*.link .footer-box .out-links a{*/
/*display: inline-block;*/
/*text-align: center;*/
/*color: #fff;*/
/*}*/


/*.reservation{*/
/*margin: 5px 0;*/
/*}*/
/*.reservation span{*/
/*display: inline-block;*/
/*font-size: 13px;*/
/*padding: 3px 20px;*/
/*color: #666666;*/
/*background: #fff;*/
/*}*/
.footertel{
    font-size: 16px;
    color: #fff;
}
.footertel a{
    font-size: 16px;
    color: #fff;
}
.footertel span{
    margin-left: 80px;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .pageTop{
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 2;
        width: 50px;
    }
    #footer{
        margin-top: 40px;
        padding: 40px 0 27%;
    }
    .footerlogo{
        text-align: center;
        padding: 10px 0;
    }
    .footerlogo img{
        width: 200px;
    }
    .copyright{
        font-size: 12px;
        line-height: 1.8;
    }
    .footertel{
        font-size: 12px;
    }
    .footertel a{
        font-size: 12px;
    }
    .footertel span{
        display: block;
        margin-left: 0;
    }

}




















