@charset "UTF-8";
/*----------------------------
 mainimg
----------------------------*/
.mainimg{
    position: relative;
    width: 1115px;
    height: 501px;
    margin: 0 auto 85px;
    overflow:hidden;
}
.mainimg:after{
    content:"";
    position: absolute;
    width: 100%;
    height: 223px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../img/index/index-main.png) 50% 0 no-repeat;
}
.mainimg li{
    position: absolute;
    display: block;
    width: 1099px;
    height: 493px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: 50% 50% no-repeat;
    background-size: cover;
    opacity:0;
/*
    -moz-animation: imgTrans 24s infinite;
    -webkit-animation: imgTrans 24s ease-in infinite;
    animation: imgTrans 24s infinite;
*/
}
/*
.mainimg .slide01{
    background-image: url(../img/index/index-mainimg01.jpg);
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.mainimg .slide02{
    background-image: url(../img/index/index-mainimg02.jpg);
    -moz-animation-delay: 8s;
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
}
.mainimg .slide03{
    background-image: url(../img/index/index-mainimg03.jpg);
    -moz-animation-delay: 16s;
    -webkit-animation-delay: 16s;
    animation-delay: 16s;
}
*/
@-webkit-keyframes imgTrans {
0% { opacity:0; }
15% { opacity:1; }
45% { opacity:1; }
60% { opacity:0; }
100% { opacity:0; }
}
@-moz-keyframes imgTrans {
0% { opacity:0; }
15% { opacity:1; }
45% { opacity:1; }
60% { opacity:0; }
100% { opacity:0; }
}
@keyframes imgTrans {
0% { opacity:0; }
15% { opacity:1; }
45% { opacity:1; }
60% { opacity:0; }
100% { opacity:0; }
}
.contents .inner{
    padding: 0 50px;
}
.contents > .inner > .lead{
    margin-bottom: 115px;
    line-height: 2.2;
    text-align: center;
}
.contents > .inner > .lead em{
    padding-bottom: 4px;
    font-style: normal;
    border-bottom: 2px dashed #BA0000;
}
@media screen and (max-width: 767px) {
    .mainimg{
        width: 112%;
        height: 0;
        margin: 0 -6%;
        padding-top: 44.9%;
        margin-bottom: 10%;
        background-size: 100% auto;
        background-size: cover;
    }
    .mainimg:after{
        height: 0;
        padding-top: 20%;
        background-size: 100% auto;
    }
    .mainimg li{
        width: 98.5%;
        height: 0;
        padding-top: 44.2%;
    }
    .contents > .inner > .lead{
        margin-bottom: 15%;
        text-align: left;
        font-size: 3.8vw;
    }
    .contents .inner{
        padding: 0 4.5%;
    }
}
/*----------------------------
 feature-box
----------------------------*/
.feature-box{
    margin-bottom: 120px;
}
.feature-ti{
    height: 100px;
    margin-bottom: 100px;
    padding-top: 13px;
    text-align: center;
    background: url(../img/index/index-bg01.png) 50% 50% no-repeat;
}
.feature-list{
    margin-bottom: 40px;
}
.feature-list li{
    position: relative;
    width: 320px;
    height: 335px;
    padding-top: 55px;
    background-color: #fff;
}
.feature-list .feature02,
.feature-list .feature05{
    margin-top: 35px;
}
.feature-list .feature01,
.feature-list .feature02,
.feature-list .feature03{
    margin-bottom: 135px;
}
.feature-list .num{
    position: absolute;
    width: 75px;
    height: 75px;
    top: -40px;
    left: 30px;
    background: 50% 50% no-repeat;
}
.feature-list .feature01 .num{
    background-image: url(../img/index/index-num01.png);
}
.feature-list .feature02 .num{
    background-image: url(../img/index/index-num02.png);
}
.feature-list .feature03 .num{
    background-image: url(../img/index/index-num03.png);
}
.feature-list .feature04 .num{
    background-image: url(../img/index/index-num04.png);
}
.feature-list .feature05 .num{
    background-image: url(../img/index/index-num05.png);
}
.feature-list .feature06 .num{
    background-image: url(../img/index/index-num06.png);
}
.feature-list .txt{
    margin-bottom: 30px;
}
.feature-list .txt em{
    font-style: normal;
}
.btn-more{
    display: block;
    width: 160px;
    height: 60px;
    margin: auto;
    background: url(../img/common/btn-more.png) no-repeat;
    -webkit-transition: inherit;
       -moz-transition: inherit;
        -ms-transition: inherit;
         -o-transition: inherit;
            transition: inherit;
}
.btn-more:hover{
    background-position: -180px 0;
}
@media screen and (max-width: 767px) {
    .feature-box{
        margin-bottom: 13%;
        }
    .feature-ti{
        height: auto;
        margin-bottom: 15%;
        padding: 3% 0 7%;
        font-size: 4.9vw;
        background-size: 100% auto;
    }
    .feature-list{
        margin: 0 5%;
    }
    .feature-list li{
        width: 100%;
        height: auto;
        padding: 15% 0;
    }
    .feature-list .feature01,
    .feature-list .feature02,
    .feature-list .feature03,
    .feature-list .feature04,
    .feature-list .feature05,
    .feature-list .feature06{
        margin: 0 0 13%;
    }
    .feature-list .num{
        display: block;
        width: 17%;
        height: 0;
        padding-top: 17%;
        top: -5%;
        left: 7%;
        background-size: auto 100%;
    }
    .feature-list .txt{
        margin-bottom: 12%; 
    }
    .feature-list .f16{
        font-size: 5vw; 
    }
    .feature-list .f23{
        font-size: 7.5vw;
    }
    .feature-list .art{
        margin: auto;
    }
    .feature01 .art{
        width: 58.4%;
    }
    .feature02 .art{
        width: 50.8%;
    }
    .feature03 .art{
        width: 44.3%;
    }
    .feature04 .art{
        width: 37.9%;
    }
    .feature05 .art{
        width: 32.5%;
    }
    .feature06 .art{
        width: 51.7%;
    }
    .btn-more{
        display: block;
        width: 31.25%;
        height: 0;
        padding-top: 12.5%;
        margin: 0 auto;
        background-size: 200% auto;
    }
    .btn-more:hover{
        background-position: 105% 0;
    }
}
/*----------------------------
 order-box
----------------------------*/
.order-box .order-inner{
    position: relative;
    margin: 4% 0 100px;
    padding: 80px 50px 50px 50px;
    background-color: #fff;
    flex-direction: row-reverse;
}
.order-box .order-inner:before{
    content: "";
    position: absolute;
    display: block;
    width: 99%;
    height: 97.5%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px dashed #4c4948;
}
.order-ti{
    position: absolute;
    display: inline-block;
    width: 100%;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.plan-ico{
    width: 152px;
    height: 152px;
    line-height: 1.44;
    background: url(../img/index/index-ico01.png) 50% 50% no-repeat;
}
.ie .plan-ico{
    padding: 13px 0 0;
}
.order-box .lead{
    padding-left: 15px;
    line-height: 1.57;
    color: #BA0000;
}
.order-box .left-box .flex-list{
    margin-bottom: 40px;
}
.order-box .place-list{
    padding: 30px 35px;
    background: url(../img/index/index-bg02.png) 0 0 no-repeat;
    background-size: auto 100%;
}
.order-box .place-list li{
    color: #fff;
}
.order-box .right-box .price{
    margin-bottom: 15px;
}
.order-box .att{
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
    .order-box .order-inner{
        margin-bottom: 14%;
        padding: 13% 6%;
    }
    .order-box .order-inner:before{
        width: 95%;
        height: 99%;
    }
    .order-ti{
        width: 72.5%;
        top: -1.5%;
        left: 0;
        right: 0;
        margin: auto;
    }
    .plan-ico{
        width: 25.8%;
        height: auto;
        padding: 6% 0;
        font-size: 4vw;
        background-size: 100% auto;
    }
    .order-box .lead{
        width: 73%;
        padding-left: 1%;
        font-size: 4vw;
    }
    .order-box .left-box{
        width: 100%;
    }
    .order-box .left-box .flex-list{
        margin-bottom: 6%;
        align-items: center;
    }
    .order-box .place-list{
        margin-bottom: 7.5%;
        padding: 5% 6%;
    }
    .order-box .place-list li{
        font-size: 4vw;
    }
    .order-box .right-box .price{
        margin-bottom: 6%;
    }
    .order-box .att{
        margin-top: 6%;
    }
}
/*----------------------------
 about-box
----------------------------*/
.about-box{
    padding: 175px 0 115px;
    background: url(../img/index/index-bg03.jpg);
    background-size: cover;
}
.about-inner{
    position: relative;
    padding-top: 110px;
    background-color: #fff;
}
.about-inner:before{
    content: "";
    position: absolute;
    width: 207px;
    height: 132px;
    top: -60px;
    right: 40px;
    background: url(../img/index/index-ph01.png) 50% 50% no-repeat;
}
.title-cover{
    position: absolute;
    width: 280px;
    height: 280px;
    top: -114px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 280px;
    background-color: #fff;
    z-index: 2;
}
.about-ti{
    width: 280px;
    height: 280px;
    padding-top: 70px;
}
.about-ti i{
    display: block;
    width: 280px;
    text-align: center;
}
.about-box .flex-list{
    position: relative;
    margin: 0 90px 50px;
    z-index: 5;
}
.about-box .flex-list ul.info{
    display: flex;
    flex-direction: column;
}
.about-box .flex-list .img{
    width: 408px;
}
.about-box .flex-list .img img {
    width: 100%;
}
.about-box .lead{
    width: 345px;
    line-height: 2;
}
.about-box .txt{
    width: 470px;
    line-height: 2.2;
}
.about-box .address{
    margin-bottom: 1em;
}
.about-box .tel{
    margin-bottom: 2em;
}
.about-box .tel .pc{
    display: block;
    width: 348px;
    height: 30px;
    background: url(../img/index/index-tel01.png) 50% 50% no-repeat;
}
.about-box .txt-box{
    width: 409px;
}
.about-box .info li{
    display: inline-block;
    margin-right: 2em;
}
.about-box .info dt{
    display: inline-block;
    width: 4em;
    color: #898989;
}
.about-box .info li:first-child dt{
    width: 5em;
}
.about-box .info dd{
    display: inline-block;
}
.about-box .gmap{
    width: 409px;
}
.att-txt{
    padding: 30px 80px;
    line-height: 1.8;
    color: #fff;
    background-color: #b90000;
}
#shop_event table,
#shop_event th,
#shop_event td {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}
#shop_event td a {
    pointer-events: none;
}
.calender_wrap .xo-event-calendar table.xo-month .month-dayname td div {
    text-align: center;
}
.calender_wrap .xo-event-calendar table.xo-month .month-dayname td {
    color: #000;
}
.calender_wrap .xo-event-calendar table.xo-month .month-event-space {
    height: 1.5em;
}
.calender_wrap .xo-event-calendar table.xo-month button span.nav-prev,
.calender_wrap .xo-event-calendar table.xo-month button span.nav-next {
    width: 9px;
    height: 9px;
}
.calender_wrap .xo-event-calendar table.xo-month .month-dayname td div.today {
    color: inherit;
    font-weight: normal;
}
.calender_wrap .xo-months .calendar-caption {
    font-weight: bold;
}
.calender_wrap .xo-event-calendar p.holiday-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.9rem;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
    font-weight: bold;
    color: #000;
}
.calender_wrap .xo-event-calendar p.holiday-title span {
    width: 52px;
    height: 28px;
    display: inline-block;
}
.calender_wrap .calender_title {
    font-size: 2.8rem;
    text-align: center;
    letter-spacing: .1em;
    margin-bottom: 0.4em;
}
.calender_wrap .xo-event-calendar table.xo-month button {
    width: 12px;
    height: 21px;
}
.calender_wrap .holiday-titles {
    margin-top: 2em;
}
@media screen and (min-width: 768px) {
    .calender_wrap {
        margin: 75px 90px 90px;
    }
    .calender_wrap .xo-months {
        display: flex;
        justify-content: space-between;
    }
    .calender_wrap .xo-months .xo-month-wrap {
        width: calc(50% - 50px);
    }
    .calender_wrap .xo-months .month-next {
        position: absolute;
        right: 0;
        top: .75em;
    }
    .calender_wrap .xo-months .calendar-caption {
        margin-left: -2.5em;
        font-size: 2rem;
        margin-left: -.5em;
    }
    .calender_wrap .xo-event-calendar table.xo-month>thead th,
    .calender_wrap .xo-event-calendar table.xo-month .month-dayname td {
        font-size: 1.9rem;
        line-height: 1.5;
    }
    .calender_wrap .xo-event-calendar table.xo-month .month-dayname-space {
        height: 4.5em;
    }
}
@media screen and (max-width: 767px) {
    .about-box{
        padding: 0 0 12%;
    }
    .about-inner{
        margin-top: 25%;
        padding-top: 19%;
    }
    .about-inner:before{
        width: 26%;
        height: 0;
        padding-top: 17.5%;
        top: -3%;
        right: 1%;
        background-size: 100% auto;
    }
    .title-cover{
        width: 48.2%;
        height: auto;
        padding-top: 48.2%;
        top: -5%;
        border-radius: 100%;
    }
    .about-ti{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        padding-top: 15%;
    }
    .about-ti i{
        width: 36%;
        height: auto;
        margin: auto;
    }
    .about-box .flex-list{
        margin: 0 5% 7%;
    }
    .about-box .lead{
        margin-bottom: 0.5em;
    }
    .about-box .flex-list .img{
        width: 49%;
    }
    .about-box .txt-box{
        width: 100%;
        margin-bottom: 1em;
    }
    .about-box .tel{
        margin-bottom: 1em;
    }
    .about-box .tel .sp{
        display: block;
        width: 100%;
        height: 0;
        padding-top: 7.5%;
        background: url(../img/index/index-tel01.png) 0 50% no-repeat;
        background-size: auto 100%;
    }
    .about-box .gmap{
        width: 100%;
        height: auto;
        padding-top: 47.4%;
    }
    .att-txt{
        padding: 5%;
        font-size: 3.2vw;
    }
    .calender_wrap {
        margin: 0 5% 7%;
    }
    .calender_wrap .xo-event-calendar p.holiday-title span {
        width: 26px;
        height: 14px;
    }
    .calender_wrap .xo-event-calendar p.holiday-title {
        font-size: 1.5rem;
    }
    .calender_wrap .xo-months .calendar-caption {
        font-size: 1.5rem;
    }
}
/*----------------------------
 lineup-box
----------------------------*/
.lineup-box .inner{
    padding: 100px 50px 85px;
    background: url(../img/common/line01.png) 50% 100% no-repeat;
}
.lineup-ti{
    margin-bottom: 40px;
}
.lineup-ti i{
    display: block;
}
.lineup-box .lead{
    margin-bottom: 50px;
    line-height: 2.5;
    text-align: center;
}
.lineup-box .lead em{
    padding-bottom: 4px;
    font-style: normal;
    border-bottom: 2px dashed #BA0000;
}
.lineup-box .lineup{
    width: 330px;
    margin-bottom: 50px;
}
.lineup-box .img{
    margin-bottom: 25px;
}
.lineup-box .txt-box{
    padding: 0 25px;
}
@media screen and (max-width: 767px) {
    .lineup-box .inner{
        padding: 16% 5% 10%;
        background-size: 90% auto;
    }
    .lineup-ti{
        margin-bottom: 8%;
    }
    .lineup-ti i{
        width: 18%;
        margin: auto;
    }
    .lineup-box .lead{
        margin-bottom: 11.2%;
        text-align: left;
    }
    .lineup-box .lineup{
        width: 100%;
        margin-bottom: 5%;
    }
    .lineup-box .img{
        margin-bottom: 1%;
    }
    .lineup-box .txt-box{
        padding: 0;
    }
}

/*----------------------------
 news-box
----------------------------*/
.news-box{
    padding: 95px 0 110px;
}
.news-box .flex-list{
    align-items: center;
    margin-bottom: 40px;
}
.news-ti{
    height: 65px;
}
.news-ti:before{
    content: "";
    display: inline-block;
    width: 45px;
    height: 57px;
    margin-right: 25px;
    justify-content: left;
    background: url(../img/common/news-ico01.png) 50% 50% no-repeat;
}
.news-box .btn-more{
    margin: 0;
}
.news-list li{
    padding: 1.5em 0;
    border-bottom: 1px dashed #4C4948;
}
.news-list li a{
    position: relative;
    display: block;
}
.news-list li a:after{
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 5px;
    border-right: 1px solid #4C4948;
    border-bottom: 1px solid #4C4948;
    transform: rotate(-45deg);
}
.news-list li dt,
.news-list li dd{
    display: inline-block;
}
.news-list li .date{
    padding-right: 2em;
}
.news-list li .ti{
    display: inline-block;
}
.news-list li .tag{
    display: inline-block;
    margin-left: 1em;
    padding: 0 0.5em;
    background-color: #b00000;
    color: #fff;
}
.ie .news-list li .tag{
    padding: 0.2em 0.5em 0;
}
@media screen and (max-width: 767px) {
    .news-box{
        padding: 11% 0 12.5%;
    }
    .news-box .flex-list{
        margin-bottom: 0;
    }
    .news-ti:before{
        width: 35px;
        height: 40px;
        margin-right: 15px;
        background-size: auto 100%;
    }
    .news-box .btn-more{
        margin: 0;
    }
    .news-box li a:after{
        display: none;
    }
    .news-list li dt{
        margin-bottom: 0.5em;
    }
    .news-list li dt,
    .news-list li dd{
        display: block;
    }
}
/*----------------------------
 bnr-box
----------------------------*/
.bnr-box{
    padding-bottom: 100px;
}
/* .bnr-list{
    padding-bottom: 100px;
    background: url(../img/common/line01.png) 50% 100% no-repeat;
} */
.bnr-list li{
    width: 495px;
    margin-bottom: 25px;
}
.bnr-list02{
    padding-top: 100px;
}
@media screen and (max-width: 767px) {
    .bnr-box{
        padding-bottom: 11%;
    }
    .bnr-list{
        padding-bottom: 10%;
        background-size: 100% auto;
    }
    .bnr-list li{
        width: 49.5%;
        margin-bottom: 3%;
    }
    .bnr-list .wide{
        width: 100%;
    }
    .bnr-list02{
        padding-top: 14%;
    }
    .bnr-list02 li{
        width: 49.5%;
    }
}