@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+Mandaic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Familjen+Grotesk:ital,wght@0,400..700;1,400..700&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+Mandaic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Familjen+Grotesk:ital,wght@0,400..700;1,400..700&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+Mandaic&display=swap');

body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    position: relative;
    color: #000;
    line-height: 1.6;
}



.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.wrapper {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
}

.wrapper::after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

@media (max-width: 680px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}

/* -------------------------------------------
è¦‹å‡ºã—
-------------------------------------------*/


ul.note {
    display: block;
    list-style: none;
    padding: 0;
    margin: 10px 0 10px 0;
    text-align: left;
}

ul.note li {
    display: inline-block;
    position: relative;
    margin: 0 0 5px 0 !important;
    padding: 0 0 0 1.2em;
    font-size: 14px;
    line-height: 1.4;
}

ul.note li::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    margin: 0;
    content: "※";
}

p.note {
    display: block;
    margin: 0 auto;
    padding: 0px;
    font-size: 14px;
    line-height: 1.6;
}


@media (max-width: 680px) {

    .mds {
        display: block;
        position: relative;
        color: #000;
        font-family: courier, sans-serif;
        font-weight: normal;
        text-align: center;
        font-size: 20px;
        letter-spacing: 0;
        margin: 0 0 1em 0;
        padding: 0;
        z-index: auto;
    }


    ul.note {
        display: block;
        list-style: none;
        padding: 0;
        margin: 0px 0 0px 0;
        text-align: left;
    }
}

/* -------------------------------------------
ãƒ†ãƒ¼ãƒ–ãƒ«ã€€ãƒŽãƒ¼ãƒžãƒ«
-------------------------------------------*/

.tbl {
    border-collapse: collapse;
    width: 100%;
    margin: 0;
}

.tbl tr {
    border-bottom: 1px solid #F9F4F1;
    width: 100%;
    padding: 0;
    margin: 0;
}

.tbl th,
.tbl td {
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
    padding: 5px 15px;
    font-family: sans-serif;

}

.tbl tr:nth-child(1) th {
    background-color: #000;
}

.tbl tr:nth-child(2) th {
    background-color: #D2AA72;
    color: #000;
}

.tbl tr:nth-child(2) th + th {
    background-color: #E1847E;
    color: #000;
}

.tbl td span {
    display: inline-block;
    font-size: 12px;
    line-height: 1.5;
    padding: 0;
}

.tbl td {
    font-size: 20px;
    text-align: center;
}

.tbl td:nth-last-of-type(1) {
    color: #B21B3D;
    font-weight: 800;
}


@media (max-width: 680px) {
    .tbl {
        margin: 10px 0;
        padding: 0;
    }


    .tbl th {
        font-size: 14px;
        white-space: nowrap;
        padding: 10px;
    }

    .tbl td {
        font-size: 14px;
        padding: 10px;
    }
}



/* -------------------------------------------
ãƒªãƒ³ã‚¯
-------------------------------------------*/


a.btn {
    position: relative;
    display: block;
    width: 100%;
    max-width: 480px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
    margin: 20px auto 10px auto;
    padding: 10px 30px;
    background-color: rgba(0, 0, 0, 0);
    color: #000;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: 2px solid rgba(0, 0, 0, 0.23);
}

a.btn::before {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 10px;
    height: 10px;
    margin: -5px 0 0 0;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}

a.btn:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

a.btn_detail {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 380px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    margin: 50px 0 30px 0;
    padding: 20px 30px;
    color: #75161f;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 10px;
    vertical-align: middle;
    background: rgba(255, 255, 255, 0.2);
    border: 5px solid #75161f;

}

a.btn_detail::before {
    display: inline-block;
    width: 0px;
    height: 0px;
    margin: 0 10px 0 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #75161f;
    border-bottom: 5px solid transparent;
    content: "";
    vertical-align: middle;
    line-height: 1;
}

a.btn_detail:hover {
    border: 5px solid #b4303c;
    background: rgba(255, 255, 255, 1);
    color: #b4303c;
}

a.btn_detail:hover::before {
    display: inline-block;
    width: 0px;
    height: 0px;
    margin: 0 10px 0 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #b4303c;
    ;
    border-bottom: 5px solid transparent;
    content: "";
    vertical-align: middle;
    line-height: 1;
}




a.btn_pagetop {
    position: fixed;
    bottom: 130px;
    right: 30px;
    display: block;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 50px 0 0 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 25px;
    background: rgba(0, 0, 0, 0.2);
    color: #000;
    z-index: 10;
    overflow: hidden;
}


a.btn_pagetop::before {
    position: absolute;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    display: block;
    width: 14px;
    height: 14px;
    margin: -5px 0 0 -7px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
}

a.btn_pagetop:hover {
    background: rgba(0, 0, 0, 0.4);
}



@media (max-width: 680px) {

    a.btn {
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        max-width: 100%;
        margin: 20px auto;
    }

    a.btn_detail {
        margin: 30px 0 40px 0;
    }

    a.btn_pagetop {
        bottom: 60px;
        right: 10px;
    }

}


/* -------------------------------------------
ã‚¿ã‚¤ãƒˆãƒ«
-------------------------------------------*/




header {


}

header h1 {
    position: absolute;
    top: 30px;
    left: 30px;
    color: #fff;
    z-index: 10;
    margin: 0;

}

header .mainttl {
    display: block;
    padding: 0;
    margin: 0 auto;
    width: 30%;
    max-width: 420px;
}

header .mainttl img {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
}

header h1 .illust_beer {
    position: absolute;
    top: 34%;
    right: -20%;
    display: block;
    padding: 0;
    margin: 0;
    width: 16%;
    height: auto;
}

header .leadmain {
    display: block;
    padding: 0;
    margin: 0 auto;
    width: 20%;
    max-width: 280px;
    height: auto;
}


p.btn_hotel {
    position: absolute;
    top: 45%;
    left: 0;
    display: block;
    width: 24%;
    max-width: 280px;
    margin: 0;
    padding: 0;
}

p.btn_hotel a {
    display: block;
    padding: 0;
    margin: 0;
}

p.btn_hotel a img {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

p.btn_hotel a:hover {
    opacity: 0.6;
}

@media (max-width: 1024px) {}

@media (max-width: 480px) {}




/* -------------------------------------------
ãƒŠãƒ“ã‚²ãƒ¼ã‚·ãƒ§ãƒ³
-------------------------------------------*/

.gnav {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    border-top: 2px solid #000;
    border-bottom: 4px solid #000;
}

.gnav ul {
    display: block;
    width: 90%;
    max-width: 960px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    text-align: center;
    font-size: 0;
    box-sizing: border-box;
}

.gnav ul li {
    display: inline-block;
    padding: 0;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 16px;
}

.gnav ul li a {
    display: block;
    padding: 10px 30px;
    margin: 0;
    font-size: 16px;
    line-height: 1.2;
    font-style: normal;
    text-decoration: none;
    color: #000;
    font-family: courier;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.gnav ul li a:hover {
    color: #ccc;
}

@media (max-width: 680px) {

    .gnav ul li a {
        padding: 6px 15px;
        font-size: 16px;

    }
}


/* -------------------------------------------
ã‚³ãƒ³ãƒ†ãƒ³ãƒ„
-------------------------------------------*/

#contents {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;

}


/* -------------------------------------------
ã‚®ãƒ£ãƒ©ãƒªãƒ¼
-------------------------------------------*/

#gallery {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 50px 0;

}

#gallery .mds::before {
    width: 8em;
    margin: 0 0 0 -4em;
}


#gallery ul {
    display: block;
    padding: 0;
    margin: 0 -20px 0 0;
    list-style: none;
    font-size: 0;
    box-sizing: border-box;
}

#gallery ul li {
    display: inline-block;
    padding: 0 20px 20px 0;
    margin: 0;
    text-align: center;
    vertical-align: top;
    box-sizing: border-box;
    width: 16.66%;
    font-size: 16px;
}

#gallery ul li a {
    display: block;
    padding: 0;
    margin: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#gallery ul li a:hover {
    opacity: 0.6;
}

#gallery ul li a img {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

@media (max-width: 680px) {
    #gallery {
        margin: 30px 0;

    }

    #gallery ul li {
        width: 33.33%;
        font-size: 14px;
    }
}


/* -------------------------------------------
food menu
-------------------------------------------*/

#foodmenu {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}


#foodmenu img.mainimg_grill {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 50px 0;
}



#foodmenu .grill {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 50px 0;
}

#foodmenu .stand {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 80px 0;
}

#foodmenu .grill img.pola {
    position: absolute;
    top: 4%;
    left: -2%;
    display: block;
    width: 22%;
    height: auto;
    padding: 0;
    margin: 0 0 20px 0;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

#foodmenu .stand img.pola {
    position: absolute;
    top: 0%;
    left: -5%;
    display: block;
    width: 22%;
    height: auto;
    padding: 0;
    margin: 0 0 20px 0;
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
    z-index: 0;
}

#foodmenu .grill .ttlimg {
    display: block;
    width: 80%;
    max-width: 590px;
    height: auto;
    padding: 0;
    margin: 0 auto 0px auto;
}

#foodmenu .stand .ttlimg {
    display: block;
    width: 80%;
    max-width: 590px;
    height: auto;
    padding: 0;
    margin: 0 auto 50px auto;
}

#foodmenu .ttlimg img {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}



@media (max-width: 680px) {
    #foodmenu img.mainimg_grill {
        margin: 20px 0;
    }

    #foodmenu .grill {
        margin: 30px 0;
    }

    #foodmenu .stand {
        margin: 30px 0;
    }

    #foodmenu .grill .ttlimg {
        display: block;
        width: 60%;
    }

    #foodmenu .stand .ttlimg {
        width: 60%;
        height: auto;
        padding: 0;
        margin: 0 auto 20px auto;
    }


}










#foodmenu ul.col2 {
    display: block;
    padding: 0;
    margin: 20px -20px 20px 0;
    list-style: none;
    font-size: 0;
    box-sizing: border-box;
}

#foodmenu ul.col2 li {
    display: inline-block;
    padding: 0 20px 20px 0;
    margin: 0;
    text-align: center;
    vertical-align: bottom;
    box-sizing: border-box;
    width: 50%;
    font-size: 18px;
}

#foodmenu .stand ul.col2 {
    margin: 40px -20px 20px 0;
}

#foodmenu .stand ul.col2 li {
    width: 40%;
}

#foodmenu .stand ul.col2 li:nth-last-child(1) {
    width: 60%;
}

#foodmenu ul.col2 li figure {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

#foodmenu ul.col2 li img {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 20px 0;
}

#foodmenu ul.col2 li figure figcaption {
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
}

#foodmenu ul.col2 li figure figcaption.t_left {
    text-align: left;
}

#foodmenu ul.col2 li figure figcaption span {
    font-size: 14px;
}

#foodmenu ul.col2 li figure img.kiri {
    position: absolute;
    bottom: 5%;
    left: -5%;
    display: block;
    width: 120%;
    height: auto;
    padding: 0;
    margin: 0 0 20px 0;
    z-index: 1;
}

#foodmenu ul.col2 li figure .illust_fork {
    position: absolute;
    top: -30%;
    left: -30%;
    display: block;
    width: 60%;
    height: auto;
    padding: 0;
    margin: 0;
}

#foodmenu .stand .illust_knife {
    position: absolute;
    top: -3%;
    right: -7%;
    display: block;
    width: 22%;
    height: auto;
    padding: 0;
    margin: 0;
    z-index: 20;
}

@media (max-width: 680px) {

    #foodmenu ul.col2 {
        display: block;
        padding: 0;
        margin: 20px -20px 20px 0;
        list-style: none;
        font-size: 0;
        box-sizing: border-box;
    }

    #foodmenu ul.col2 li {
        padding: 0 20px 0px 0;
        vertical-align: middle;
    }

    #foodmenu .stand ul.col2 {
        margin: 20px -20px 0px 0;
    }

    #foodmenu .stand ul.col2 li {
        width: 50%;
    }


    #foodmenu .stand ul.col2 li:nth-last-child(1) {
        width: 50%;
    }

    #foodmenu ul.col2 li figure figcaption {
        font-size: 14px;
        line-height: 1.3;
    }

    #foodmenu ul.col2 li figure img.kiri {
        position: absolute;
        bottom: 14%;
        left: 5%;
        display: block;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0 0 20px 0;
        z-index: 1;
    }

}




#foodmenu ul.col3 {
    display: block;
    padding: 0;
    margin: 0 -20px 0 0;
    list-style: none;
    font-size: 0;
    box-sizing: border-box;
}

#foodmenu ul.col3 li {
    display: inline-block;
    padding: 20px 20px 20px 0;
    margin: 0;
    text-align: center;
    vertical-align: bottom;
    box-sizing: border-box;
    width: 33.33%;
    font-size: 18px;
}

#foodmenu ul.col3 li a {
    display: block;
    padding: 0;
    margin: 0;
    color: #000;
    text-decoration: none;
}

#foodmenu ul.col3 li a:hover {
    opacity: 0.6;
}

#foodmenu ul.col3 li figure {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 5%;
    margin: 0;
    border: 1px solid #000;
}

#foodmenu ul.col3 li figure img {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 20px 0;
}

#foodmenu ul.col3 li figure img.kiri {
    position: absolute;
    bottom: 15%;
    left: -7.5%;
    display: block;
    width: 115%;
    height: auto;
    padding: 0;
    margin: 0 0 20px 0;
}

#foodmenu ul.col3 li figure figcaption {
    display: block;
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 18px;
    line-height: 1.6;
}

#foodmenu ul.col3 li figure figcaption span {
    position: absolute;
    right: 5%;
    bottom: 5%;
    display: block;
    padding: 0;
    margin: 0;
    text-align: right;
    font-size: 14px;
    line-height: 1.6;
}

#foodmenu ul.col3 li figure img.fukidashi {
    position: absolute;
    top: -18%;
    right: 7.5%;
    display: block;
    width: 20%;
    height: auto;
    padding: 0;
    margin: 0 0 20px 0;
}


@media (max-width: 680px) {


    #foodmenu ul.col3 {
        margin: 15px -5px 0 0;
    }

    #foodmenu ul.col3 li {
        padding: 0px 5px 5px 0;
        vertical-align: top;
        width: 50%;
        font-size: 14px;
    }

    #foodmenu ul.col3 li figure img {
        margin: 0 0 10px 0;
    }

    #foodmenu ul.col3 li figure img.kiri {
        bottom: 3.6em;
        left: -3.5%;
        width: 105%;
        padding: 0;
        margin: 0;
    }

    #foodmenu ul.col3 li figure figcaption {
        font-size: 14px;
        line-height: 1.4;
    }

    #foodmenu ul.col3 li figure figcaption span {
        position: relative;
        right: inherit;
        bottom: inherit;
        display: block;
        text-align: right;
        font-size: 12px;
    }

    #foodmenu ul.col3 li figure img.fukidashi {
        position: absolute;
        top: -3%;
        right: -2%;
        display: block;
        width: 20%;
        height: auto;
        padding: 0;
        margin: 0 0 20px 0;
    }


}

#foodmenu ul.col3 li figure div.close{
    position: relative;
	
}

#foodmenu ul.col3 li figure div.close img{
    position: relative;	
}

#foodmenu ul.col3 li figure div.close div.end{
    position: absolute;
	top: 0%;
	left:0%;
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
	background: rgba(0,0,0,0.5);
	display: flex;
	align-items: center;
	justify-content: center;
}

#foodmenu ul.col3 li figure div.close div.end p{	
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 130%;
}


@media (max-width: 680px) {
	
	#foodmenu ul.col3 li figure div.close div.end p{
		font-size: 100%;
	}

}



#foodmenu .food {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 50px 0;
}

#foodmenu .food .ttlimg {
    position: relative;
    display: block;
    width: 80%;
    max-width: 360px;
    height: auto;
    padding: 0;
    margin: 0 auto 40px auto;
}


#foodmenu .food .ttlimg img {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

#foodmenu .food .ttlimg .illust_cap {
    position: absolute;
    top: 5%;
    right: -36%;
    display: block;
    width: 30%;
    height: auto;
    padding: 0;
    margin: 0;
}


#foodmenu .food img.mainimg {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 30px 0;
}




#foodmenu .food ul {
    display: block;
    padding: 0;
    margin: 0 -30px 0 0;
    list-style: none;
    font-size: 0;
    box-sizing: border-box;
}

#foodmenu .food ul li {
    display: inline-block;
    padding: 0 30px 30px 0;
    margin: 0;
    text-align: center;
    vertical-align: top;
    box-sizing: border-box;
    width: 25%;
    font-size: 16px;
    line-height: 1.6;
}

#foodmenu .food ul li a {
    display: block;
    padding: 0;
    margin: 0;
    color: #000;
    text-decoration: none;
}

#foodmenu .food ul li a:hover {
    opacity: 0.6;
}

#foodmenu .food ul li figure {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
}

#foodmenu .food ul li figure img {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 5% 0;
}



#foodmenu .food ul li.colw {
    width: 50%;
}


@media (max-width: 1024px) {
    #foodmenu .food ul li {
        width: 33.33%;
        font-size: 14px;
    }
}


@media (max-width: 680px) {

    #foodmenu .food {
        margin: 30px 0 0 0;
    }

    #foodmenu .food .ttlimg {
        width: 50%;
        margin: 0 auto 10px auto;
    }

    #foodmenu .food img.mainimg {
        margin: 20px 0;
    }


    #foodmenu .food ul {
        display: block;
        padding: 0;
        margin: 0 -10px 0 0;
    }

    #foodmenu .food ul li {
        padding: 0 10px 20px 0;
        width: 50%;
        font-size: 12px;
        line-height: 1.4;
    }

    #foodmenu .food ul li br {
        display: none;
    }


}



/* -------------------------------------------
text-menu
-------------------------------------------*/


#foodmenu .text-menu {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0px 0 0px 0;
}

#foodmenu .text-menu_02 {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: -40px 0 0px 0;
}

#foodmenu .text-menu .text-menu_col,
#foodmenu .text-menu_02 .text-menu_col {
    display: block;
    padding: 0;
    margin: 0;
}

#foodmenu .text-menu .text-menu_col .textmenu,
#foodmenu .text-menu_02 .text-menu_col .textmenu{
    display: block;
    padding: 0;
    margin: 0 0 30px 0;
    vertical-align: top;
    list-style: none;
    font-size: 14px;
}

#foodmenu .text-menu .text-menu_col .textmenu li,
#foodmenu .text-menu_02 .text-menu_col .textmenu li{
    position: relative;
    display: inline-block;
    padding: 0 0 0 20px;
    margin: 0 20px 10px 0;
    font-size: 16px;
}

#foodmenu .text-menu .text-menu_col .textmenu li::before,
#foodmenu .text-menu_02 .text-menu_col .textmenu li::before{
    position: absolute;
    top: 2px;
    left: 0;
    content: "â—";
    display: block;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #000;
}

@media (max-width: 680px) {

    #foodmenu .text-menu,
	#foodmenu .text-menu_02 {
        margin: 0px 0 0 0;
    }

    #foodmenu .text-menu .text-menu_col,
	#foodmenu .text-menu_02 .text-menu_col {
        padding: 0;
    }
	
	 #foodmenu .text-menu .text-menu_col .textmenu,
	#foodmenu .text-menu_02 .text-menu_col .textmenu {
        margin: 0 0 20px 0;
    }

    #foodmenu .text-menu .text-menu_col .textmenu li,
	#foodmenu .text-menu_02 .text-menu_col .textmenu li {
        padding: 0 0 0 16px;
        margin: 0 10px 6px 0;
        font-size: 14px;
    }

    #foodmenu .text-menu .text-menu_col .textmenu li::before,
	#foodmenu .text-menu_02 .text-menu_col .textmenu li::before {
        position: absolute;
        top: 2px;
        left: 0;
        content: "â—";
        display: block;
        padding: 0;
        margin: 0;
        font-size: 12px;
        color: #000;
    }
}




/* -------------------------------------------
ãƒ‰ãƒªãƒ³ã‚¯
-------------------------------------------*/


#foodmenu .drink {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 50px 0;
}

#foodmenu .drink img.mainimg {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 30px 0 0 0 0;
}

#foodmenu .drink .ttlimg {
    position: relative;
    display: block;
    width: 80%;
    max-width: 520px;
    height: auto;
    padding: 0;
    margin: -10px auto 40px auto;
}


#foodmenu .drink .ttlimg img {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

#foodmenu .drink .ttlimg .illust_cup {
    position: absolute;
    top: 28%;
    right: -50%;
    display: block;
    width: 40%;
    height: auto;
    padding: 0;
    margin: 0;
}

#foodmenu .drink .drink_col {
    display: block;
    padding: 0 22% 0 0;
    margin: 0;
    background: url(../img/img_beer_kiri.jpg) right top no-repeat;
    background-size: 17%;
}

#foodmenu .drink .drink_col .mds_line {
    font-size: 32px;
    line-height: 1.4;
    font-weight: normal;
    border-bottom: 2px solid #000;
    margin: 0 0 20px 0;
    padding: 0 0 6px 0;
}

#foodmenu .drink .drink_col .mds_line span {
    font-size: 18px;
    float: right;
    margin: 16px 0 0 0;
}

#foodmenu .drink .drink_col .drinkmenu {
    display: block;
    padding: 0;
    margin: 0 0 30px 0;
    vertical-align: top;
    list-style: none;
    font-size: 14px;
}

#foodmenu .drink .drink_col .drinkmenu li {
    position: relative;
    display: inline-block;
    padding: 0 0 0 20px;
    margin: 0 20px 10px 0;
    font-size: 16px;
}

#foodmenu .drink .drink_col .drinkmenu li::before {
    position: absolute;
    top: 2px;
    left: 0;
    content: "â—";
    display: block;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #000;
}

#foodmenu .drink .drink_col .drinkmenu li .icon_new {
    position: relative;
    display: inline-block;
    padding: 5px 8px;
    margin: -3px 6px 0 0;
    font-size: 10px;
    line-height: 1.2;
    color: #fff;
    background: #b21b3d;
    vertical-align: top;
}

@media (max-width: 680px) {

    #foodmenu .drink {
        margin: 30px 0 0 0;
    }

    #foodmenu .drink .ttlimg {
        width: 50%;
        margin: 0 auto 20px auto;
    }

    #foodmenu .drink .drink_col {
        padding: 0 30% 0 0;
        background: url(../img/img_beer_kiri.jpg) right top no-repeat;
        background-size: 24%;
    }

    #foodmenu .drink .drink_col .mds_line {
        font-size: 20px;
    }

    #foodmenu .drink .drink_col .mds_line span {
        font-size: 14px;
        display: block;
        float: none;
        margin: 2px 0 0 0;

    }


    #foodmenu .drink .drink_col .drinkmenu {
        margin: 0 0 20px 0;
    }

    #foodmenu .drink .drink_col .drinkmenu li {
        padding: 0 0 0 16px;
        margin: 0 10px 6px 0;
        font-size: 14px;
    }

    #foodmenu .drink .drink_col .drinkmenu li::before {
        position: absolute;
        top: 2px;
        left: 0;
        content: "â—";
        display: block;
        padding: 0;
        margin: 0;
        font-size: 12px;
        color: #000;
    }

    #foodmenu .drink .drink_col .drinkmenu li .icon_new {
        position: relative;
        display: inline-block;
        padding: 3px 5px;
        margin: -3px 6px 0 0;
        font-size: 10px;
    }


}





/* -------------------------------------------
äºˆç´„
-------------------------------------------*/

#reserve {
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 8px 0 10px 0;
    margin: 0 auto;
    text-align: center;
    background: #C39C4D;
    z-index: 50;
    color: #fff;
}


#reserve {
    animation-name: fadein;
    animation-duration: 2s;
}

@keyframes fadein {
    from {
        opacity: 1;
        transform: translateY(200px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#reserve p {
    display: inline-block;
    font-size: 17px;
    line-height: 1.6;
    padding: 0;
    margin: 0;
}

#reserve ul {
    display: table;
    width: 100%;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    text-align: center;
    color: #fff;
}

#reserve ul li {
    display: table-cell;
    width: 33.33%;
    box-sizing: border-box;
    padding: 6px 10px;
    margin: 0;
    text-align: center;
    color: #fff;
}

#reserve ul li:nth-of-type(1) {
    border-left: none;
}

#reserve ul li a.btn_res {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
    margin: 0;
    padding: 10px 30px;
    background-color: #fff;
    color: #000000;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #ffffff;
    border-radius: 0 10px;
}
#reserve ul li a.btn_res:hover {
        opacity: 0.7;
}

#reserve ul li:nth-of-type(2) a.btn_res {
    background-color: #ede4d1;
    color: #000;
}
#reserve ul li:nth-of-type(3) a.btn_res {
    background-color: #A40000;
    color: #fff;
}
#reserve ul li a.btn_res span {
    display: inline-block;
    background: #3c3c3c;
    margin: 2px 10px 0 0;
    padding: 3px 5px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    vertical-align: top;
}

#reserve ul li a.btn_res.member span {
    background: #b83033;
    color: #fff;
}



#reserve ul li.tel a{
    position: relative;
    display: inline-block;
    width: 50%;
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    padding: 7px 10px 10px 60px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 0;
    border: 2px solid #fff;
    pointer-events: none;
}
#reserve ul li.tel a .num{
    font-size: 28px;
    font-weight: 600;
}
#reserve ul li.tel a::before{
    content:"";
    background: url(../img/icon_tel_w.png) no-repeat center center;
    background-size: 25px;
    width: 55px;
    height: 55px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    position: absolute;
}


@media (max-width: 480px) {
    #reserve {
        padding: 7px 10px 0px 10px;
    }
    #reserve ul li {
        padding: 6px 4px;
        width: auto;
	    vertical-align: middle;
    }
    #reserve ul li a.btn_res {
        font-size: 15px;
        padding: 10px 10px;
    }
    #reserve ul li.tel {
	    display: block;
        padding: 6px 0;
	}
	#reserve p {
    	font-size: 14px;
        line-height: 1.4;
    }
    
    #reserve ul li.tel a{
    	width: 84%;
        background: #ede4d1;
        color: #000;
        border: none;
        border-radius: 0 10px;
        padding: 0px 30px 4px 60px;
        pointer-events: auto;
        margin: 5px 0 5px;
        font-size: 12px;
    }
    #reserve ul li.tel a::before{
	    content:"";
	    background: url(../img/icon_tel.png) no-repeat center center;
	    background-size: 25px;
    }
    #reserve ul li.tel a .num {
	    font-size: 20px;
	    display: block;
	}
    


}


/* -------------------------------------------
お問い合わせフォーム
-------------------------------------------*/

.btn_form {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
    margin: 0;
    padding: 10px 30px;
    background-color: #c39c4d;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 0 10px;
    color: #fff !important;
    margin: 20px 0 0;
}
.btn_form:hover {
	opacity: 0.7;
}

/* -------------------------------------------
ãŠå•ã„åˆã›
-------------------------------------------*/

#contact {
    display: block;
    width: 100%;
    position: relative;
    padding: 50px 0 150px;
    margin: 0 auto;
    text-align: center;
    color: #000;
    background: #fff;
}

#contact .hotelname {
    display: block;
    width: 100%;
    position: relative;
    text-align: center;

    padding: 0 0 20px 0;
    margin: 0 auto 50px auto;
    border-bottom: 1px solid #000;
}

#contact .hotelname:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: -5px;
    left: -5px;
}

#contact .hotelname:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: -5px;
    right: -5px;
}

s #contact .hotelname img {
    display: block;
    width: 100%;
    max-width: 400px;
    height: auto;
    padding: 0;
    margin: 0 auto;
}




#contact .column {
    display: block;
    padding: 0;
    margin: 0 -40px 50px 0;
    list-style: none;
    font-size: 0;
    box-sizing: border-box;
}

#contact .column .col {
    position: relative;
    display: inline-block;
    padding: 0 40px 0 0;
    margin: 0;
    text-align: left;
    vertical-align: top;
    box-sizing: border-box;
    width: 50%;
    font-size: 16px;
}

#contact .column .col .gaikan {
    display: block;
    width: 100%;

    height: auto;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 16px;
}

#contact .column .col p {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 16px;
}

#contact .column .col .tel_num {
    display: block;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    font-size: 42px;
    line-height: 1;
    font-weight: normal;
    font-family: courier;
    border-bottom: 1px solid #000;

}

#contact .column .col p.line {
    display: block;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #000;
}



#contact p br {
    display: none;
}


a.btn_map {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
    margin: 20px auto 10px auto;
    padding: 10px 30px 10px 50px;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: url(../img/icon_map.png) 20px center no-repeat #000;
    background-size: 16px;
    border-radius: 10px;
}

a.btn_map:hover {
    background-color: rgba(0, 0, 0, 0.6);
}


#contact copyright {
    clear: both;
    display: block;
    font-size: 12px;
    color: #999;
    padding: 50px 0;
    margin: 0;
}





@media (max-width: 680px) {

    #contact {
        padding: 30px 0 100px;
    }

    #contact .hotelname {
        margin: 0 auto 30px auto;
    }


    #contact .hotelname img {
        display: block;
        width: 80%;
        max-width: inherit;
        height: auto;
        padding: 0;
        margin: 0 auto;
    }

    #contact .column {
        margin: 0 0 30px 0;
    }

    #contact .column .col {
        position: relative;
        display: block;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    #contact .column .col .gaikan {
        padding: 0;
        margin: 0 0 20px 0;
    }

    #contact .column .col .tel_num {
        font-size: 28px;
    }


    a.btn_map {
        display: block;
    }

    a.btn_map:hover {
        background-color: rgba(0, 0, 0, 0.6);
    }


    #contact copyright {
        clear: both;
        display: block;
        font-size: 10px;
        color: #999;
        padding: 0;
        margin: 0;
    }


}


/* -------------------------------------------
SNS
-------------------------------------------*/

ul.sns {
    display: block;
    width: 100%;
    padding: 40px 0 0;
    margin: 0 -20px 0 0;
    list-style: none;
    font-size: 0;
    clear: both;
}

ul.sns li {
    display: inline-block;
    padding: 0 20px 0 0;
    margin: 0;
    vertical-align: top;
}

ul.sns li.insta {
    width: 28%;
}

ul.sns li.insta a.wrap_bnr {
    display: block;
    padding: 5%;
    border: 1px solid #ccc;
}

ul.sns li.insta a.wrap_bnr img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    display: block;
}

ul.sns li.line {
    width: 72%;
    padding: 0;
}

ul.sns li.line .wrap {
    display: block;
    padding: 20px;
    padding: 3.2%;
    background: #00C300;

}

ul.sns li.line img {
    width: 33.33%;
}


@media (max-width: 680px) {
    ul.sns {
        display: block;
        width: 100%;
        margin: 0 0 20px 0;
    }

    ul.sns li {
        padding: 0;
        margin: 0 0 20px 0;
    }

    ul.sns li.insta {
        width: 100%;
    }


    ul.sns li.line {
        padding: 0;
        width: 100%;
    }

    ul.sns li.line .wrap {
        display: block;
        padding: 20px;
        padding: 3.2%;
        background: #00C300;

    }

    ul.sns li.line img {
        display: block;
        width: 100%;
    }
}


.beer_point{
	position: absolute;
	top: 0%;
    right: 8%;
	width:18%;
	display: block;
	max-width: 265px;
}
.beer_point img{
	width: 100%;
}

.overlay {
	content: "";
	display: block;
	width: 0;
	height: 0;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
	opacity: 0;
	transition: opacity .5s;
}
.overlay.open {
	width: 100%;
	height: 100%;
	opacity: 1;
}
.menu-trigger {
	display: inline-block;
	width: 50px;
	height: 50px;
	vertical-align: middle;
	cursor: pointer;
	position: fixed;
	top: 30px;
	right: 30px;
	z-index: 250;
	transform: translateX(0);
	transition: transform .5s;
	background: rgba(255, 255, 255, 0.7);
}
.menu-trigger.active {
	transform: translateX(-250px);
}
.menu-trigger span {
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	left: 6px;
	width: 74%;
	height: 2px;
	background-color: #000;
}
.menu-trigger.active span {
	background-color: #000;
}
.menu-trigger span:nth-of-type(1) {
	top: 12px;
}
.menu-trigger.active span:nth-of-type(1) {
	transform: translateY(12px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(1) {
	top: 13px;
}

.menu-trigger span:nth-of-type(2) {
	top: 25px;
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 10px;
}
.menu-trigger.active span:nth-of-type(3) {
	bottom: 11px;
}

.menu-trigger p {
	position: absolute;
	bottom: -13px;
	font-size: 13px;
	left:0px;
	right:0;
	font-family: courier;
	background: #FFF;
	line-height:100%;
	padding: 0 3px;
}

.menu-trigger.active span:nth-of-type(3) {
	transform: translateY(-12px) rotate(45deg);
}
.menu-trigger.active p {
	display:none;
}

nav.submenu {
	width: 250px;
	height: 100%;
	padding-top: 100px;
	background-color: rgb(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 300;
	transform: translate(250px);
	transition: all .5s;
	font-family: courier;
}
nav.submenu.open {
	transform: translateZ(0);
}
nav.submenu li {
	color: #fff;
	text-align: center;
	padding: 10px 0;
}
nav.submenu li a {
	color: #fff;
	text-decoration: none;
    font-family: Impact, "Anton", "Noto Sans JP", sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
}

nav.submenu ul {
	list-style: none;
	margin:0;
	padding:0;
}

@media (max-width: 680px) {
	.menu-trigger {
		top: 15px;
		right: 15px;
	}
}






/* -------------------------------------------
見出し・テキスト
-------------------------------------------*/

main{
    overflow: hidden;
    padding: 0 0 110px;
}
h2.mds{
    font-family: Impact, "Anton", "Noto Sans JP", sans-serif;
    color: #A40000;
    font-size: 70px;
    text-align: center;
    letter-spacing: 2px;
    padding: 0 200px;
    position: relative;
    display: inline-block;
    font-weight: 500;
    line-height: 1.2;
}
h2.mds span{
    font-size: 16px;
    display: block;
}
h2.mds::before,
h2.mds::after{
    content: "";
    background: #A40000;
    position: absolute;
    width: 140px;
    height: 1px;
    top: 22px;
    bottom: 0;
    margin: auto;
}
h2.mds::before{
    left: 0;
}
h2.mds::after{
    right: 0;
}

span.week{
    color: #fff;
    position: relative;
    display: inline-block;
    z-index: 2;
    padding: 0 0 0.2em 0.25em;
    margin: 0 4px;
    font-weight: normal;
}
span.week::before{
    content: "";
    position: absolute;
    z-index: -1;
    background: #000;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
ruby {
    font-size: 1em;
}
ruby > rt {
    font-size: 50% !important;
}
.tac{text-align: center;}
.tal{text-align: left;}
.tar{text-align: right;}

.tsl{font-size:1.4em;}
.tsm{font-size:1.2em;}
.tss{font-size 0.8em;}

img{max-width: 100%;}


@media (max-width: 680px) {
    p{
        font-size: 16px;
    }
    h2.mds{
        font-size: 58px;
        padding: 0;
        display: block;
    }
    h2.mds::before, h2.mds::after {
        width: 20%;
    }
}


/* -------------------------------------------
ロゴフェードイン
-------------------------------------------*/

.logo_fadein{
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 999;
}
.logo_fadein p {
	position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    top: 40px;
	display: none;
	z-index: 9999;
	width: 35%;
    transform: scale(0);
    animation: zoomIn 1s ease-in-out forwards;
}
@keyframes zoomIn {
  to {
    transform: scale(1);
  }
}

@media (max-width: 1024px) {
    .logo_fadein p {
        width: 42%;
        height: fit-content;
        top: 0;
        bottom:0;
    }
}
@media (max-width: 680px) {
    .logo_fadein p {
        width: 64%;
    }
}


/* -------------------------------------------
メインイメージ
-------------------------------------------*/

#mainimg{
    width: 100%;
    position: relative;
}
.flexslider .slides li::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 280px;
    bottom: -2px;
    left: 0;
    z-index: 4;
    background: #FFF;
    background: linear-gradient(0deg,rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
}

#mainimg .beer{
    position: absolute;
    width: 14%;
    max-width: 210px;
    bottom: 5%;
    left: 0;
    z-index: 6;
}
#mainimg .sanba{
    position: absolute;
    width: 32%;
    max-width: 550px;
    bottom: 11%;
    right: 0;
    z-index: 6;
}
#mainimg .logo{
    width: 35%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 40px;
    z-index: 50;
}
#mainimg .lead_area{
    max-width: 940px;
    width: 90%;
    background: #fff;
    border-radius: 200px;
    display: block;
    text-align: center;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 7;
    padding: 60px;
}
#mainimg .lead_area p{
    font-size: 19px;
    line-height: 2;
    font-weight: 500;
}

@media (max-width: 1024px) {
    #mainimg .lead_area{
        position: relative;
        padding: 0 0 60px;
        margin: -60px auto 0;
    }
}

@media (max-width: 680px) {
    header h1 {
        top: 15px;
        left: 15px;
        font-size: 20px;
    }
    #mainimg .logo {
        width: 64%;
        top: 65px;
    }
    #mainimg .flexslider .slides li::before{
        height: 0;
    }
    #mainimg .flexslider .slides > li {
        height: 600px;
    }
    #mainimg .flexslider .slides img {
        position: absolute;
        top: 0;
        height: 100%;
        width: auto;
        aspect-ratio: 1600 / 1400;
        max-width: 100%;
        object-fit: cover;
    }
    #mainimg .flexslider .slides img.beer {
        position: absolute;
        top: auto;
        bottom: 0;
        height: auto;
        width: 17%;
        aspect-ratio: auto;
        max-width: 100%;
        object-fit: cover;
    }
    #mainimg .flexslider .slides img.sanba {
        position: absolute;
        top: auto;
        bottom: -5px;
        right: 0;
        height: auto;
        width: 55%;
        aspect-ratio: auto;
        max-width: 100%;
        object-fit: cover;
    }
    #mainimg .lead_area {
        position: relative;
        padding: 10px;
        margin: 0 auto;
    }
    #mainimg .lead_area p {
        font-size: 16px;
    }
}



/* -------------------------------------------
お知らせ
-------------------------------------------*/
#news{
    background: #fff;
    text-align: center;
    margin: 60px 0 0;
}
#news .topics_area {
    display: block;
    width: 100%;
    margin: 30px 0 0;
}
#news .parts-topics-list-large {
    margin-bottom: 40px;
    display: inline-block;
}
#news .parts-topics-list-large li {
    border-bottom: none;
    position: relative;
    padding: 0 0 0 55px;
}
#news .parts-topics-list-large li .title {
    line-height: 1.4;
    text-align: left;
    position: relative;
    padding: 0px 0 25px 30px;
    width: calc(100% - 100px);
    float: right;
}
#news .parts-topics-list-large li .title::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 10px;
    border: 5px solid transparent;
    border-left: 8px solid #BF9541;
}
#news .parts-topics-list-large li .label-topics {
    background: #bf9541;
    width: 50px;
    position: absolute;
    left: 0;
}
@media screen and (max-width: 767px) {
    #news .parts-topics-list-large li .label-topics {
        margin: 0 10px 5px 0;
        position: relative;
    }
    .parts-topics-list-large li .date {
        display: block;
    }
    #news .parts-topics-list-large li {
        text-align: left;
        padding: 0 20px 30px;
    }
    #news .parts-topics-list-large li .title {
        margin: 8px 0 0;
        padding: 0 0 0 20px;
        width: 100%;
    }
    #news .parts-topics-list-large li .title a {
        font-size: 16px;
    }
    #news .parts-topics-list-large li .title::before {
        top: 7px;
        left: 0;
    }

}


/* -------------------------------------------
イベント情報
-------------------------------------------*/
#event_info{
    background: #fff;
    text-align: center;
    margin: 0;
    padding: 80px 0;
}
#event_info .cont_nav {
    display: inline-block;
    width: 100%;
    margin: 0 0 50px;
}
#event_info .cont_nav ul{
    width: 100%;
}
#event_info .cont_nav ul li{
    width: calc((100% - 30px) / 4);
    margin: 0 10px 0 0;
    float: left;
}
#event_info .cont_nav ul li:last-child{
    margin: 0;
}
#event_info .cont_nav ul li a{
    color: #fff;
    display: block;
    text-decoration: none;
    border-radius: 0 10px;
    padding: 8px 6em 8px 40px;
    position: relative;
    text-align: left;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#event_info .cont_nav ul li:nth-child(1) a{
    background: #8FC31F;
}
#event_info .cont_nav ul li:nth-child(2) a{
    background: #F8AC2B;
}
#event_info .cont_nav ul li:nth-child(3) a{
    background: #6AC5F1;
}
#event_info .cont_nav ul li:nth-child(4) a{
    background: #FAD82F;
}
#event_info .cont_nav ul li a::before {
    position: absolute;
    top: 50%;
    left: 17px;
    display: block;
    width: 8px;
    height: 8px;
    margin: -5px 0 0 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(135deg);
    content: "";
}
#event_info .cont_nav ul li a:hover {
        opacity: 0.7;
}
#event_info .cont_nav ul li span.en{
    font-family: Impact, "Anton", "Noto Sans JP", sans-serif;
    font-size: 1.5em;
    letter-spacing: 1px;
}
#event_info .cont_nav ul li span.jp{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
    right: 20px;
    font-size: 14px;
}
@media (max-width: 680px) {
    #event_info{
        padding: 0 0 80px;
    }
    #event_info .cont_nav {
        margin: 0;
    }
    #event_info .cont_nav ul li {
        width: 100%;
        margin: 0 0 13px 0;
    }
}


#event_info .schedule{
    display: inline-block;
    margin: 30px 0;
}
#event_info .schedule .date{
    font-family: "Familjen Grotesk", sans-serif;
    font-size: 50px;
    font-weight: 800;
    display: inline-block;
    position: relative;
    padding: 0 40px 0 0;
}
#event_info .schedule .date span.held{
    font-size: 70px;
}
#event_info .schedule .date span.week{
    font-size: 0.5em;
    position: absolute;
    bottom: 26px;
    right: 0;
    padding: 0 0 0.05em 0.25em;
}
#event_info .schedule .date + .date{
    margin: 0 0 0 50px;
}
#event_info .schedule .date + .date::before{
    content: "";
    position: absolute;
    top: 54%;
    left: -30px;
    transform: translateY(-50%);
    border: 10px solid transparent;
    border-left: 15px solid #000;
}
#event_info .schedule .time {
    font-family: "Familjen Grotesk", sans-serif;
    font-size: 48px;
    font-weight: 800;
    display: block;
    position: relative;
    line-height: 1.2;
}
#event_info .schedule .time span.week_area{
    font-size: 0.6em;
    vertical-align: middle;
    display: inline-block;
    margin: 0 15px 0 0;
}
#event_info .schedule .time span.week{
    padding: 0 0 0.05em 0.25em;
}
#event_info .schedule .time span.lo{
    font-size: 0.5em;
}
#event_info .schedule .res{
    font-family: "Familjen Grotesk", sans-serif;
    display: block;
    position: relative;
    color: #fff;
    background: #A40000;
    font-size: 24px;
    margin: 30px 0 0;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 0 20px;
}
#event_info .schedule .res span.num{
    font-size: 46px;
    font-weight: 600;
    margin: 0 4px;
    vertical-align: sub;
}
#event_info .schedule .res span.week{
    color: #A40000;
    font-size: 0.8em;
}
#event_info .schedule .res span.week::before{
    background: #fff;
}

@media (max-width: 680px) {
    #event_info .schedule .date {
        font-size: 35px;
    }
    #event_info .schedule .date {
        float: left;
        margin: 0 0 0 20px;
    }
    #event_info .schedule .date + .date {
        float: right;
        margin: -25px 20px 0 0;
    }
    #event_info .schedule .date span.held {
        font-size: 58px;
    }
    #event_info .schedule .date span.week {
        bottom: 21px;
        font-size: 0.6em;
    }
    #event_info .schedule .time {
        font-size: 37px;
        margin: 30px 0 0;
        display: inline-block;
    }
    #event_info .schedule .time span.week_area {
        display: block;
        margin: 0 0 0 0;
    }
    #event_info .schedule .time span.lo{
        display: block;
        font-size: 0.6em;
    }
    #event_info .schedule .time span.week {
        font-size: 0.95em;
    }
    #event_info .schedule .res {
        font-size: 21px;
        padding: 0 20px 12px;
    }
    #event_info .schedule .res span.num {
        font-size: 36px;
    }
}



/* -------------------------------------------
料金
-------------------------------------------*/

#price{
    background: #DBEABA;
    text-align: center;
    margin: 0;
    padding: 70px 0;
    position: relative;
}
#price::before {
    content: "";
    position: absolute;
    width: 20%;
    max-width: 240px;
    height: auto;
    aspect-ratio: 4 / 6.2;
    background: url(../img/deco_flower01.png) no-repeat;
    background-size: 100%;
    top: -13%;
    right: 0;
    margin: auto;
    z-index:1;
}
#price::after {
    content: "";
    position: absolute;
    width: 26%;
    max-width: 230px;
    height: auto;
    aspect-ratio: 4 / 4.3;
    background: url(../img/deco_flower02.png) no-repeat;
    background-size: 100%;
    bottom: 3%;
    left: 0;
    margin: auto;
    z-index:1;
}

#price .tag{
    width: 100%;
    display: inline-block;
    margin: 30px 0;
}
#price .tag li{
    width: 280px;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    padding: 3px;
    display: inline-block;
    margin: 0 3px;
}
#price .tag li:nth-child(1){
    background: #E4007F;
}
#price .tag li:nth-child(2){
    background: #22AC38;
}

#price .price_list{
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 960px;
}
#price .price_list li{
    display: inline-block;
    padding: 40px 40px 25px;
    width: calc(100% / 3);
    color:#A40000;
    vertical-align: top;
    font-weight: 500;
    font-size: 20px;
    position: relative;
}
#price .price_list li:first-child::before{
    content: "";
    background: #A40000;
    width: 0.5px;
    height: 60%;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
}
#price .price_list li:last-child{
    border-left: 1px solid #A40000;
}
#price .price_list li p {
    margin: 0;
}
#price .price_list li span.box{
    border: 1px solid #A40000;
    display: inline-block;
    padding: 0 10px;
    margin: 0 15px 0 0;
}
#price .price_list li span.price{
    font-family: "Familjen Grotesk", sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 5px 10px 5px;
    display: inline-block;
}

@media (max-width: 680px) {
    #price::before {
        top: -5%;
    }
    #price::after {
        bottom: -2%;
    }
    #price .tag {
        margin: 0 0 30px;
    }
    #price .tag li {
        font-size: 18px;
        margin: 0 0 8px;
        
    }
    #price .price_list li {
        width: 100%;
        border-right: none;
        padding: 20px;
    }
    #price .price_list li p.mds_price{
        font-size: 18px;
    }
    #price .price_list li:first-child::before{
	    content: "";
	    background: #A40000;
	    height: 0.5px;
	    width: 100%;
	    right: 0;
	    bottom: 0;
	    display: block;
	    position: absolute;
	}
    #price .price_list li:last-child{
	    border-top: 1px solid #A40000;
	    border-left: none;
	}
}


/* -------------------------------------------
\カラム
-------------------------------------------*/

.column{
    display: block;
    margin: 0 -20px 0 0;
    box-sizing: border-box;
    clear: both;
}
.column .col.w50{
    width: 50%;
    padding: 0 20px 0 0;
    float: left;
}

@media (max-width: 680px) {
    .column .col.w50{
        width: 100% !important;
        padding: 0 20px 20px 0;
    }
}

/* -------------------------------------------
パララックス
-------------------------------------------*/
.img_food,
.img_drink{
    height: 300px;
    width: 100%;
    /* position: relative; */
    /* clip-path: inset(0); */
}
.img_food::before,
.img_drink::before{
    content: "";
    height: 100%;
    width: 100%;
    /* position: fixed; */
    top: 0;
    left: 0;
    
    display: block;
}
.img_food::before{
    background: url(../img/img_food.jpg) no-repeat center center;
    background-size: cover;
}
.img_drink::before{
    background: url(../img/img_drink.jpg) no-repeat center top 33%;
    background-size: cover;
}

@media (max-width: 680px) {
    .img_food,
    .img_drink{
        height: 240px;
    }
}


/* -------------------------------------------
フード
-------------------------------------------*/

#food{
    background: #FFE9A9 url(../img/bg_food.png) repeat top center;
    text-align: center;
    margin: 0;
    padding: 80px 0 100px;
}

.food_lead{
    width:100%;
    position: relative;
    background: #E50012;
    background: linear-gradient(90deg,rgba(229, 0, 18, 1) 0%, rgba(233, 83, 124, 1) 13%, rgba(164, 0, 0, 1) 65%, rgba(230, 0, 18, 1) 80%);
}
.food_lead .img_deco1{
    position: absolute;
    width: 40%;
    max-width: 600px;
    height: auto;
    aspect-ratio: 4 / 3.4;
    top: 15%;
    bottom: 0;
    left: 0;
    margin: auto;
}
.food_lead .img_deco2 {
    position: absolute;
    width: 18%;
    max-width: 200px;
    height: auto;
    aspect-ratio: 4 / 7.1;
    bottom: 3%;
    top: 0;
    right: 0;
    margin: auto;
}

.food_lead .message{
    text-align: center;
    padding: 80px 4% 70px 0;
    width: 62%;
    float: right;
    position: relative;
}
.food_lead .message img{
    width: 100%;
}
.food_lead .message img.img_lead2{
    width: 90%;
    margin-top: 20px;
}
.food_list {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.food_list li {
    float: left;
    margin: 0 20px 50px 0;
    display: inline-block;
    position: relative;
}
.food_list.col2 li {
    width: calc((100% - 20px) / 2);
}
.food_list.col2 li:nth-child(2n + 2) {
    margin-right: 0;
}
.food_list.col3 li {
    width: calc((100% - 40px) / 3);
}
.food_list.col3 li:nth-child(3n + 3) {
    margin-right: 0;
}
.food_list li p{
    margin: 5px 0;
    text-align: left;
    font-weight: 600;
    position: relative;
}
.food_list li p.ico{
    padding-left: 90px;
}
.food_list li figure {
    margin: 0;
    position: relative;
}
.food_list li figure img {
    width: 100%;
}

.food_list li.wide {
    width: 55%;
    margin-right: 5%;
}
.food_list li.sp {
    width: 40%;
    position: relative;
    margin: 0;
}
.food_list li.sp figure img{
    position: absolute;
    top: -60px;
    right: -2%;
}
.food_list li figure .ico_live_food01 {
    max-width: 330px;
    width: 90%;
    position: absolute;
    left: 15px;
    top: -15px;
}
.food_list li figure .ico_live_food03 {
    max-width: 330px;
    width: 90%;
    position: absolute;
    left: 15px;
    top: -15px;
}
.food_list li figure .ico_ajihen {
    width: 100px;
    position: absolute;
    right: -10px;
    top: -10px;
}
.food_list li p .ico_time {
    width: 100px;
    position: absolute;
    left: -10px;
    bottom: -10px;
}

@media (max-width: 680px) {
    #food h2.mds {
        margin: 0 0 20px;
    }
    .food_lead .message{
        padding: 50px 0%;
        width: 100%;
        float: none;
    }
    .food_lead .img_deco1 {
        top: auto;
        bottom: -64%;
        width: 44%;
    }
    .food_lead .img_deco2 {
        bottom: -100%;
    }
    
    .food_list.col3 li,
    .food_list.col3 li:nth-child(3n + 3),
    .food_list.col2 li,
    .food_list.col2 li:nth-child(2n + 2),
    .food_list li.wide,
    .food_list li.sp {
        width: 90%;
        float: none;
        margin: 0 auto 50px;
        display: block;
    }
    .food_list li.sp figure img {
        position: relative;
        top: 0;
    }
}

dl.other_menu {
    width: 100%;
    background: #fff;
    padding: 10px;
    display: inline-block;
}
dl.other_menu dt{
    width: 10em;
    background: #E4007F;
    color:#fff;
    padding: 3px 15px;
    float: left;
    text-align: center;
    box-sizing: border-box;
}
dl.other_menu dd{
    float: left;
    width: calc(100% - 10em);
    padding: 0;
    margin: 0;
    text-align: left;
}
dl.other_menu dd ul{
    margin: 3px 0;
}
dl.other_menu dd ul li{
    display: inline-block;
    margin: 0 0 0 30px;
    position: relative;
    padding: 0 0 0 20px;
}
dl.other_menu dd ul li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 5px;
}
dl.other_menu dd ul li.etc{
    padding: 0;
}
dl.other_menu dd ul li.etc::before {
    content: normal;
}

@media (max-width: 680px) {
    dl.other_menu dt{
        width: 100%;
    }
    dl.other_menu dd {
        width: 100%;
        padding: 10px 10px 0;
    }
    dl.other_menu dd ul li {
        margin: 0;
    }
}


/* -------------------------------------------
スイーツ
-------------------------------------------*/

#sweets{
    background: #F8C9CC;
    text-align: center;
    margin: 0;
    padding: 100px 0 80px;
    position: relative;
}
#sweets::before {
    content: "";
    position: absolute;
    width: 25%;
    max-width: 300px;
    height: auto;
    aspect-ratio: 1 / 01;
    background: url(../img/deco_flower05.png) no-repeat;
    background-size: 100%;
    top: -8%;
    right: -3%;
    margin: auto;
}
#sweets::after {
    content: "";
    position: absolute;
    width: 24%;
    max-width: 260px;
    height: auto;
    aspect-ratio: 4 / 4.3;
    background: url(../img/deco_flower02.png) no-repeat;
    background-size: 100%;
    top: -8%;
    left: 0;
    margin: auto;
}
#sweets h2.mds {
    margin-bottom: 40px;
}
.food_list li figure .ico_sweets01 {
    max-width: 380px;
    width: 90%;
    position: absolute;
    right: 15px;
    top: -90px;
}

@media (max-width: 680px) {
    #sweets {
        padding: 80px 0 80px;
    }
    #sweets h2.mds {
        margin-bottom: 55px;
    }
    #sweets::before {
        top: -4%;
    }
}

/* -------------------------------------------
オプション
-------------------------------------------*/

#option{
    background: url(../img/bg_option.png) repeat top center;
    text-align: center;
    margin: 0;
    padding: 180px 0 50px;
    position: relative;
}
#option::before {
    content: "";
    position: absolute;
    width: 46%;
    max-width: 540px;
    height: auto;
    aspect-ratio: 1 / 0.7;
    background: url(../img/deco_flower06.png) no-repeat;
    background-size: 100%;
    top: -18%;
    right: 0;
    margin: auto;
}
#option::after {
    content: "";
    position: absolute;
    width: 16%;
    max-width: 150px;
    height: auto;
    aspect-ratio: 1 / 1.7;
    background: url(../img/deco_flower07.png) no-repeat;
    background-size: 100%;
    bottom: -14%;
    left: 0;
    margin: auto;
    z-index: 5;
}
#option .mds_option{
    max-width: 460px;
    width: 70%;
    position: absolute;
    top: -5%;
    left: 8%;
    z-index: 5;
}
#option .mds_option img{
    width: 100%;
}

#option .menu_detail{
    text-align: left;
    margin: 0 0 0 10%;
}
#option .menu_detail p {
  color          : #000000;
  text-shadow    : 
       2px  2px 2px #ffffff,
      -2px  2px 2px #ffffff,
       2px -2px 2px #ffffff,
      -2px -2px 2px #ffffff,
       2px  0px 2px #ffffff,
       0px  2px 2px #ffffff,
      -2px  0px 2px #ffffff,
       0px -2px 2px #ffffff;
}


#option .food_list li figure .deco_option01{
    max-width: 360px;
    width: 47%;
    position: absolute;
    top: -32%;
    right: -25%;
    z-index: 5;
}

#option .food_list li:nth-child(1) figure {
    z-index: 10;
}
#option .food_list li ruby {
    font-size: 1em;
}
#option .food_list li figure {
    height: 22vw;
}
#option .food_list li figure img{
    width: 116%;
    max-width: 116%;
    margin: 0 0 0 -8%;
}
#option ul.note {
    text-align: right;
    margin: 2% 0 0;
}
#option ul.note li {
    font-size:13px;
}


@media (max-width: 1024px) {
    #option .food_list li {
        margin-bottom: 0;
    }
}

@media (max-width: 680px) {
    #option::before {
        top: -9%;
    }
    #option::after {
        bottom: -3%;
    }
    #option .mds_option {
        top: -1%;
    }
    #option .food_list li {
        margin-bottom: 50px;
    }
    #option .food_list li figure {
        height: 43vw;
    }
    #option .food_list li:nth-child(1) figure {
        z-index: 0;
    }
    #option .deco_option01 {
        max-width: 210px;
        top: -59%;
        right: -4%;
    }
    #option .menu_detail {
        margin: 0 auto;
        width: 90%;
    }
    #option ul.note {
        text-align: left;
        margin: 0;
    }
    #option .food_list li figure .deco_option01 {
	    width: 53%;
	    top: -60%;
	    right: -8%;
	}
}





/* -------------------------------------------
ドリンク
-------------------------------------------*/

#drink{
    background: #D9F0FC;
    text-align: center;
    margin: 0;
    position: relative;
}
#drink::before {
    content: "";
    position: absolute;
    width: 19%;
    max-width: 190px;
    height: auto;
    aspect-ratio: 1 / 2;
    background: url(../img/deco_flower08.png) no-repeat;
    background-size: 100%;
    top: -7%;
    right: -15px;
    margin: auto;
    z-index: 5;
}
#drink::after {
    content: "";
    position: absolute;
    width: 14%;
    max-width: 110px;
    height: auto;
    aspect-ratio: 1 / 3;
    background: url(../img/deco_flower09.png) no-repeat;
    background-size: 100%;
    bottom: 8%;
    left: 0;
    margin: auto;
}
#drink h2.mds{
        margin: 100px 0 50px;
}
.drink_list{
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}
.drink_list > li{
    display: block;
    float: left;
    margin: 0 20px 50px 0;
    text-align: left;
}
.drink_list.col3 > li{
    width: calc((100% - 40px) / 3);
}
.drink_list.col4 > li{
    width: calc((100% - 60px) / 4);
}
.drink_list.col3 > li:nth-child(3n + 3){
    margin-right: 0;
}
.drink_list.col4 > li:nth-child(4n + 4){
    margin-right: 0;
}
.drink_list > li h4{
    background: #A6D5F8;
    font-size: 18px;
    padding: 8px 20px;
    margin: 0 0 15px;
}
.drink_list > li ul.list{
    list-style: none;
    padding: 0;
    margin: 0 10px;
}
.drink_list > li ul.list li{
    width: 100%;
    margin: 0 0 12px;
    font-size: 16px;
    position: relative;
    padding: 0 0 0 20px;
    line-height: 1.4;
    text-align: left;
}
.drink_list > li ul.list li::before{
    content: "・";
    position: absolute;
    top: 0;
    left: 5px;
}
.drink_list > li ul.list li span{
	font-size: 14px;
}

@media (max-width: 680px) {
    #drink {
        padding: 10px 0 60px;
    }
    #drink::before {
        top: -2%;
    }

    #drink h2.mds {
        margin: 60px 0 50px;
    }
    .drink_list.col3 > li,
    .drink_list.col3 > li:nth-child(3n + 3),
    .drink_list.col4 > li,
    .drink_list.col4 > li:nth-child(4n + 4) {
        width: 90%;
        float: none;
        margin: 0 auto 50px;
        display: block;
    }
}


/* -------------------------------------------
イベント
-------------------------------------------*/

#event{
    background: #FFF799 url(../img/deco_flower05.png) no-repeat top 60% right;
    background-size:13%;
    text-align: center;
    margin: 0;
    padding: 80px 0 100px;
    position: relative;
}
#event::before {
    content: "";
    position: absolute;
    width: 21%;
    max-width: 240px;
    height: auto;
    aspect-ratio: 4 / 6.2;
    background: url(../img/deco_flower01.png) no-repeat;
    background-size: 100%;
    top: -4%;
    right: 0;
    margin: auto;
}
#event::after {
    content: "";
    position: absolute;
    width: 17%;
    max-width: 100px;
    height: auto;
    aspect-ratio: 1 / 1.7;
    background: url(../img/deco_flower07.png) no-repeat;
    background-size: 100%;
    bottom: -5%;
    left: 0;
    margin: auto;
    z-index: 5;
}
#event h2.mds {
    margin: 0 0 50px;
}
#event .img_sanba {
    position: absolute;
    left: 0;
    z-index: 20;
    width: 30%;
    max-width: 360px;
    top: -13%;
}
#event .event_box{
    background: #fff;
    box-sizing: border-box;
    position: relative;
    padding: 50px 40px 5px;
    margin: 0 0 10px;
}
#event .event_box h4{
    color: #fff;
    margin: 0;
    padding: 6px;
    font-size: 24px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#event .event_box.sanba{
    border: 3px solid #920783;
    color: #920783;
}
#event .event_box.sanba h4{
    background: #920783;
}
#event .event_box.sanba h4::before{
    content: "";
    background: url(../img/ico_spade.png) no-repeat center center;
    background-size: contain;
    display: inline-block;
    width: 18px;
    height: 24px;
    margin: 0px 10px -2px 0;
    line-height: 0;
}
#event .event_box.sanba span.week::before {
    background: #920783;
}
#event .event_box.sanba .line_box{
    border-top: 1px solid #920783;
    border-bottom: 1px solid #920783;
    padding: 20px 5px;
    margin: 25px 0 15px;
}
#event .event_box.sanba .txl{
    margin: 22px 0;
}
#event .event_box.sanba .ico_thanks{
    position: absolute;
    top: 8%;
    left: 30px;
    width: 120px;
}


#event .event_box.scratch{
    border: 3px solid #004098;
    color: #004098;
}
#event .event_box.scratch h4{
    background: #004098;
}
#event .event_box.scratch h4::before{
    content: "";
    background: url(../img/ico_circle.png) no-repeat center center;
    background-size: contain;
    display: inline-block;
    width: 18px;
    height: 24px;
    margin: 0px 10px -2px 0;
    line-height: 0;
}

#event .event_box.scratch .img_scratch{
    position: absolute;
    top: 20px;
    right: 0;
    width: 100px;
}
#event .event_box.salesgirl{
    border: 3px solid #e73e90;
    color: #e73e90;
}
#event .event_box.salesgirl h4{
    background: #e73e90;
    padding: 6px 40px;
}
#event .event_box.salesgirl span.week::before {
    background: #e73e90;
}
#event .event_box.salesgirl .img_salesgirl{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
}
#event .event_box.kids{
    background: #DAE24A;
    color: #00913A;
}
#event .event_box.kids .mds_kids{
    width: 68%;
    margin: -8px 0 0;
}
#event .event_box.kids .img_kids{
    position: absolute;
    top: 40px;
    right: -23px;
    width: 100px;
}

#event .event_box .txl{
    font-size: 24px;
    font-weight: 800;
    margin: 15px 0 10px;
}
#event .event_box .txm{
    font-size: 20px;
    font-weight: 600;
}
#event .event_box .txs{
    font-size: 16px;
    font-weight: 500;
}
#event .event_box span.week {
    font-size: 0.8em;
    vertical-align: text-bottom;
}
#event .event_box ul.note {
    text-align: center;
}

#event .mds_calender{
    color: #E4007F;
    font-family: Impact, "Anton", "Noto Sans JP", sans-serif;
    text-align: left;
    font-size: 54px;
    display: inline-block;
    width: 100%;
    font-weight: normal;
    margin: 30px 0 10px;
    letter-spacing: 1px;
}


@media (max-width: 680px) {
    #event {
        background: #FFF799 url(../img/deco_flower05.png) no-repeat top 60% right;
        background-size: 25%;
    }
    #event::after {
        bottom: 0;
    }
    #event .mds_calender {
        line-height: 1;
        border: none;
        padding: 0 0 20px;
    }
    #event .img_sanba {
        width: 28%;
        top: 4%;
    }
    #event .event_box {
        margin: 0 0 20px;
    }
    #event .event_box.sanba .ico_thanks {
        left: -18px;
        width: 90px;
    }
    #event .event_box.scratch .img_scratch {
        top: 40px;
        width: 80px;
    }
    #event .event_box.salesgirl .img_salesgirl {
        right: -10px;
        width: 80px;
    }
    #event .event_box.kids .mds_kids {
        width: 80%;
        margin: -2px 0 0;
    }
    #event .event_box.kids .img_kids {
        top: 25px;
        width: 80px;
    }

}


/* -------------------------------------------
注釈
-------------------------------------------*/
#annotation{
    text-align: center;
    margin: 0;
    padding: 40px 0;
}
#annotation ul.note li {
    line-height: 1.8;
}
#annotation ul.note li.imp {
    display: block;
    color: #A40000;
}


/* -------------------------------------------
アクセス
-------------------------------------------*/

#access{
    text-align: center;
    margin: 0;
    padding: 40px 0;
}
#access h2.mds {
    margin: 0 0 50px;
}
#access .access_box{
    padding: 0 30px;
}
#access .mds_res{
    background-color: #EBEFCB;
    padding: 2px 20px;
    display: inline-block;
    margin: 20px 0 0;
}
#access .tel span{
    font-family: "Familjen Grotesk", sans-serif;
    font-size: 50px;
    font-weight: 600;
}
#access .copy{
    margin: 50px 0 0;
    font-size: 12px;
}
#access .mds_card{
}
#access .card{
    border: 1px solid #ddd;
    margin-top: 40px;
    padding: 20px 0;
}

@media (max-width: 680px) {
    #access .access_box {
        padding: 20px 20px 0 0;
    }
    #access .tel span {
        font-size: 42px;
    }
    #access .card {
	    margin-top: 20px;
	    padding: 10px;
	}
}