@charset "UTF-8";

/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
}

.anchor{
    margin-top: -80px;
    padding-top: 80px;
}
section{
    margin-bottom: 150px;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
    section{
        margin-bottom: 80px;
    }
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    .anchor{
        margin-top: -40px;
        padding-top: 40px;
    }
    section{
        margin-bottom: 40px;
    }
}


/*******************************
hero Css
*******************************/
#hero .mainimg{
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 70px 40px 0 340px;
}

#hero .intro{
    width: 95%;
    max-width: 1156px;
    margin: 0 auto;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    z-index: 1;
}
#hero .intro .img{
    width: 30%;
    margin-top: -50%;
}
#hero .intro .txt{
    width: 70%;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 20px;
}
#hero .intro .txt p{
    width: 70%;
    text-align: center;
    line-height: 2;
}
#hero .intro .txt .illust{
    width: 30%;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
    #hero .mainimg {
        padding: 90px 20px 10px 20px;
    }
    #hero .intro {
        flex-wrap: wrap;
        align-items: flex-start;
    }
    #hero .intro .img {
        width: 45%;
        margin-top: 10px;
    }
    #hero .intro .txt{
        width: 55%;
        flex-wrap: wrap;
        padding: 10px 20px;
    }
    #hero .intro .txt p {
        width: 100%;
    }
    #hero .intro .txt .illust {
        width: 90%;
        margin-top: 15px;
    }
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    #hero .intro .txt p {
        font-size: 12px;
    }
}


/*******************************
anchor-link Css
*******************************/
.anchor-link{
margin: 80px auto 100px;
}
.anchor-link ul{
    margin-right: -20px;
    justify-content: center;
}
.anchor-link li{
    width: 192px;
    height: 172px;
    margin-bottom: 20px;
    padding-right: 20px;
}
.anchor-link li a{
    display: block;
    height: 100%;
    background-image: url("../img/top/menu.png");
    background-repeat: no-repeat;
    transition: none;
}
.anchor-link li a span{
    display: none;
}
.anchor-link li:nth-child(1) a{ background-position: left top;}
.anchor-link li:nth-child(1) a:hover{ background-position: left bottom;}
.anchor-link li:nth-child(2) a{ background-position: -210px top;}
.anchor-link li:nth-child(2) a:hover{ background-position: -210px bottom;}
.anchor-link li:nth-child(3) a{ background-position: -420px top;}
.anchor-link li:nth-child(3) a:hover{ background-position: -420px bottom;}
.anchor-link li:nth-child(4) a{ background-position: -630px top;}
.anchor-link li:nth-child(4) a:hover{ background-position: -630px bottom;}
.anchor-link li:nth-child(5) a{ background-position: -840px top;}
.anchor-link li:nth-child(5) a:hover{ background-position: -840px bottom;}


/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
    .anchor-link li {
        width: 172px;
        height: 152px;
    }
    .anchor-link li a{
        background-size: 893px auto;
    }
    
    .anchor-link li:nth-child(2) a{ background-position: -185px top;}
    .anchor-link li:nth-child(2) a:hover{ background-position: -185px bottom;}
    .anchor-link li:nth-child(3) a{ background-position: -371px top;}
    .anchor-link li:nth-child(3) a:hover{ background-position: -371px bottom;}
    .anchor-link li:nth-child(4) a{ background-position: -556px top;}
    .anchor-link li:nth-child(4) a:hover{ background-position: -556px bottom;}
    .anchor-link li:nth-child(5) a{ background-position: -741px top;}
    .anchor-link li:nth-child(5) a:hover{ background-position: -741px bottom;}
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
    .anchor-link ul {
        margin-right: -10px;
    }
    .anchor-link li {
        width: 102px;
        height: 92px;
        padding-right: 10px;
    }
    .anchor-link li a {
        background-size: 541px auto;
    }
    
    .anchor-link li:nth-child(2) a{ background-position: -112px top;}
    .anchor-link li:nth-child(2) a:hover{ background-position: -112px bottom;}
    .anchor-link li:nth-child(3) a{ background-position: -225px top;}
    .anchor-link li:nth-child(3) a:hover{ background-position: -225px bottom;}
    .anchor-link li:nth-child(4) a{ background-position: -337px top;}
    .anchor-link li:nth-child(4) a:hover{ background-position: -337px bottom;}
    .anchor-link li:nth-child(5) a{ background-position: -449px top;}
    .anchor-link li:nth-child(5) a:hover{ background-position: -449px bottom;}
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    .anchor-link {
        margin: 0 auto;
    }
}


/*******************************
sec-menu Css
*******************************/
.sec-menu .mainttl{
    margin: 80px auto;
}
section .head .img{
    max-width: 55%;
    text-align: left;
}
section .head .txt{
    width: 45%;
    padding: 20px 5%;
    text-align: left;
    background-image: url("../img/top/buffet_img02.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size:  auto 50%;
}
section .head .txt .ttl{
    margin-bottom: 30px;
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
    .sec-menu .mainttl{
        width: 90%;
        margin: 40px auto;
    }
    section .head .img{
        max-width: 95%;
    }
    section .head .txt{
        width: 90%;
        margin: 0 auto;
        padding: 20px 0 0;
        background-position: right bottom;
        background-size: auto 100%;
    }
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    section .head .txt{
        background-size: auto 50%;
    }
}


#buffet{
    padding-bottom: 160px;
    margin-bottom: 0;
    background: url("../img/top/illust_nami.png"),url("../img/top/illust_kamome.png");
    background-repeat: no-repeat;
    background-position: left bottom, right bottom;
}
#buffet .buffet-img{
    width: 90%;
    max-width: 1156px;
    margin: 60px auto;
}
#buffet .inline{
    position: relative;
    display: inline-block;
}
#buffet .inline .txt{
    position: absolute;
    text-align: left;
}
#buffet .kids{
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
#buffet .kids .inline .txt{
    top: 23%;
    left: 69%;
}
#buffet .alcohol{
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
#buffet .alcohol .inline .txt{
    top: 23%;
    left: 3%;
}
#buffet .alcohol .inline .txt ul li{
    margin-top: 15px;
}
#buffet .alcohol .inline .txt ul li img,
#buffet .alcohol .inline .txt ul li span{
    vertical-align: middle;
}
#buffet .alcohol .inline .txt ul li span{
    margin-left: 10px;
    font-size: 110%;
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
    #buffet{
        padding-bottom: 100px;
        background-size: 40% auto;
    }
    #buffet .head .txt .ttl{
        max-width: 160px;
    }
    #buffet .buffet-img{
        margin: 30px auto;
    }
    #buffet .buffet-img .item{
        width: 50%;
        margin-bottom: 0;
    }
    
    #buffet .inline .txt{
        position: static;
    }
    #buffet .alcohol .inline .txt ul li img{
        width: 70px;
    }
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){

}


#dinner .head .txt{
    background-image: url("../img/top/illust_04.png");
    background-size:  auto 35%;
}
/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
    #dinner .head .txt{
        background-position: right bottom;
    }
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    #dinner{
        margin-bottom: 80px;
    }
    #dinner .head .txt .ttl{
        max-width: 250px;
    }
}


/*******************************
sec-party Css
*******************************/
.sec-party .mainttl{
    margin-bottom: 40px;
    background-image: url("../img/top/party_illust01.png");
    background-repeat: no-repeat;
    background-position: center;
}
.sec-party .mainttl img{
    width: 45%;
    max-width: 553px;
}
.sec-party .flex{
    flex-wrap: nowrap;
    justify-content: center;
}
.sec-party .img{
}
.sec-party .txt{
    text-align: left;
    padding: 30px;
}
.sec-party .txt dt{
    margin-bottom: 10px;
}
.sec-party .txt dd{
    padding-bottom: 60px;
    margin-bottom: 30px;
    border-bottom: dotted 3px #fff;
    background-position: right 70%;
    background-repeat: no-repeat;
    background-size: 40% auto;
}
.sec-party .txt dd:nth-of-type(1){
    background-image: url("../img/top/party_illust02.png");
}
.sec-party .txt dd:nth-of-type(2){
    border-bottom: none;
    background-image: url("../img/top/party_illust03.png");
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    .sec-party .mainttl {
        margin-bottom: 0;
        background: none;
    }
    .sec-party .mainttl img {
        width: 90%;
    }
    .sec-party .flex {
        flex-wrap: wrap;
    }
    .sec-party .img {
        width: 75%;
    }
    .sec-party .txt {
        padding: 30px 30px 0;
    }
    .sec-party .txt dd {
        padding-bottom: 30px;
        background-size: contain;
    }
}

/*******************************
sec-learn Css
*******************************/
.sec-learn .head{
    align-items: center;
}
.sec-learn .head .img{
    text-align: right;
    width: 45%;
    position: relative;
}
.sec-learn .head .img:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #fff;
}
.sec-learn .head .img img{
    position: relative;
    z-index: 1;
}
.sec-learn .head .txt{
    background: none;
    padding: 20px 2%;
}
.sec-learn .head .txt,
.sec-learn .head .txt p{
    text-align: center;
}
.sec-learn .head .txt p{
    line-height: 2;
    margin: 30px auto;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
    .sec-learn .head .img {
        width: 100%;
    }
    .sec-learn .head .txt p {
        margin: 10px auto;
    }
}

/*******************************
sec-cafe Css
*******************************/
.sec-cafe .head{
    justify-content: flex-end;
}
.sec-cafe .head .img{
    order: 2;
}
.sec-cafe .head .txt{
    order: 1;
    background-image: url("../img/top/cafe_illust.png");
    background-size: auto;
}
.sec-business{
    width: 90%;
    margin: 50px auto 0;
    justify-content: center;
    align-items: center;
}
.sec-business p{
    margin-bottom: 20px;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
    .sec-cafe .head .img{
        order: 1;
    }
    .sec-cafe .head .txt{
        order: 2;
        background-size: auto 50%;
    }
    .sec-business p {
        text-align: center;
    }
    .sec-business .flex.col-3 .item {
        width: 33.333%;
        margin-bottom: 0;
    }
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    .sec-cafe .head .txt {
        background-size: auto 30%;
        background-position: right 20px;
    }
    .sec-cafe .head .txt .ttl {
        max-width: 180px;
    }
    .sec-business .flex.col-3 .item{
        width: auto;
        margin: 0 8px;
    }
    .sec-business .flex.col-3 .item img {
        width: auto;
        height: 66px;
    }
}



/*******************************
sec-group Css
*******************************/
.sec-group .mainttl{
    margin-bottom: 20px;
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    .sec-group .mainttl{
        max-width: 240px;
        margin: 0 auto 20px;
    }
}

/*******************************
sec-news Css
*******************************/
.sec-news .mainttl{
    margin-bottom: 40px;
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    .sec-news .mainttl {
        width: 90%;
        margin: 0 auto 20px;
    }
}

/*******************************
price Css
*******************************/
.price {
    background: url("../img/top/price_img.png") no-repeat;
	background-position: left -4px bottom 60%;
    background-size: 20% auto;
}
.price .mainttl{
    width: 90%;
    text-align: center;
    margin: 0 auto 20px;
}

.price .btn-reserve{
    display: inline-block;
    width: 65%;
    max-width: 604px;
    margin: 0 auto 50px;
}

.price .price_table02{
    width: 75%;
    max-width: 1044px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 40px;
}
.price .price_table02 p{
    margin: 20px 0 40px;
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    .price .mainttl {
        width: 80%;
    }
    .price .btn-reserve {
        margin: 0 auto 20px;
        max-width: 302px;
    }
    .price .price_table02 p {
        margin-top: 10px;
        font-size: 12px;
    }
}


/*******************************
access Css
*******************************/
.access{
    width: 90%;
    max-width: 1140px;
    margin: -10% auto 40px;
}
.access .mainttl{
    text-align: right;
    width: 65%;
    margin: 0 0 -2% auto;
}
.access .waku{
    position: relative;
    padding: 2%;
}
.access .waku:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/top/access_waku.png") no-repeat;
    background-size: cover;
}
.access .map{
    position: relative;
    padding-bottom: 39%;
    padding-top: 30px;
    width: 100%;
    height: 0;
    overflow: hidden;
}
.access .map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    .access{
        margin: -10% auto 20px;
    }
    .access .mainttl {
        width: 100%;
    }
    .access .waku:before{
        display: none;
    }
    .access .map{
        padding-bottom: 80%;
        padding-top: 30px;
    }
}


/*******************************
list style Css
*******************************/
/***左金額揃え***/
.list-sort{
    max-width: 400px;
    justify-content: space-between;
    background-image: linear-gradient(to right, #fff, #fff 2px, transparent 2px, transparent 4px);
    background-size: 8px 2px;
    background-repeat: repeat-x;
    background-position: center;
}
.list-sort .label{
    background: url(../img/common/bg01.jpg);
}
