@charset "utf-8"; /* ■wrap
--------------------------------------------------- */
#wrapper {
    font-size: 0.9em;
}

section.pagetop {
    width: 100%;
    margin: 0 auto;
    padding: 0 2%;
}

.bold {
    font-size: 1em;
    font-weight: bold;
}

.pr {
    display: block;
    justify-content: center;
    align-items: center;
}

.box {
    margin-bottom: 2em;
}

.box p {
    margin-bottom: 0;
    text-align: center;
    line-height: 2;
}

.box img {
    width: 75%;
    margin: 0 auto;
    display: block;
}

m0 {
    margin-right: 0!important;
}

.s_img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.m_img {
    width: 20%;
    padding-top: 3em;
    margin: 0 auto!important;
}

.m_img img {
    padding-bottom: 2em;
}

.qr a {
    margin-bottom: 2em;
}

.qr img {
    width: 50%;
}

.w50 {
    width: 50%;
    display: block;
    margin: 0 auto!important;
}

.w85 {
    width: 85%;
    display: block;
    margin: 0 auto!important;
}
/*
.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.hr {
    border-bottom: 2px dashed #e3e3e3;
    padding-bottom: 3em;
}

.ff {
    font-size: 1.2em;
    font-weight: bold;
    color: #dc0000;
}
.sns_link {
    color: #3E78CF;
}

.sp_t {
    text-align: center;
}
*/

/* ■header
--------------------------------------------------- */
header {
    display: block;
    border-top: 10px solid #313131;
    background: #ffe100;
}

header:before {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background: #d60021;
    position: absolute;
}

.header_logo {
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: -10px;
    text-align: center;
}

.header_logo img {
    width: 280px;
    text-align: center;
}

/* ■content
--------------------------------------------------- */
#content {
    width: 100%;
}

#content_wrap:after {
    content: "";
    display: block;
    clear: both;
}

#content_wrap {
    display: inline-block;
}

#content_wrap {
    display: block;
}

#content_wrap {
    max-width: 100%;
    margin: 0 auto;
}

#main-content {
    width: 100%;
    margin: 0 auto;
    padding: 0 0%;
    float: none;
}

#sub-content {
    width: 100%;
    height: 1200px;
    background: pink;
}

/* wide */
.widearea #sub-content {
    display: none;
}

/* ■footer
--------------------------------------------------- */

footer{
    position:relative;
    display: flex;
    flex-direction:column;
    justify-content:center;
    width:100%;
    padding:0px 0 18px 0;
    border-top:4px solid #313131;
    background:#ffe100;
    font-size: 10px;
  }
  footer:before{
    content:"";
    display:block;
    width:100%;
    height:4px;
    margin:0 0 14px 0;
    padding:0;
    background:#d60021
  }
  
  .footer_note1{
    display: inline-block;
    margin:0 auto;
  }
  .footer_note1 > li{
    padding: 0 0 0 3em;
    text-indent: -3em;
  }
  .footer_note1 .sp_block:before{
    content:"\A";
    white-space:pre;
  }
  
  .footer_sponsor{
    display: inline-flex;
    flex-wrap:wrap;
    flex-direction:column;  
    align-items:center;
    margin:8px auto 0;
    padding: 0 0 0 0;
    text-indent:0;
  }
  
  .footer_sponsor ul{
    display: inline-flex;
    margin:0 0 8px 0;
  }
  .footer_sponsor ul li{
    margin:0 0 0 8px;
  }
  .footer_sponsor ul li:first-child{
    margin:0 0 0 0;
  }
  .sponsor_icon{
    display: inline-block;
    width:107px;
    margin:0;
    padding: 0;
  }
  .alcohol_caution{
    display: inline-flex;
    font-size:10px;
  }
  .alcohol_caution .icon{
    margin:0 8px 0 0;
  }

/* ■icon
--------------------------------------------------- */
.icon {
    display: inline-block;
}

.arrow--down,.arrow--next,.arrow--up,.icon--a,.icon--caution,.icon--q {
    width: 28px;
    height: 41px;
    background-image: url(../common/img/sprite-img_2023_03.png);
    background-position: 0 -333px;
}

.arrow--down,.arrow--next,.arrow--up,.icon--a,.icon--q {
    width: 38px;
    height: 38px;
    background-position: 0 -290px;
}

.arrow--down,.arrow--next,.arrow--up,.icon--a {
    background-position: -43px -290px;
}

.arrow--down,.arrow--next,.arrow--up {
    width: 17px;
    height: 17px;
    background-position: -132px -290px;
}

.arrow--down,.arrow--next {
    width: 19px;
    height: 19px;
    background-position: -86px -290px;
}

.arrow--next {
    width: 14px;
    height: 14px;
    background-size: 364px;
    background-position: -88px -232px;
}

/* ■h2
--------------------------------------------------- */
h2 {
    position: relative;
    width: 100%;
    margin: 0 0 12px;
    padding: 20px 0 12px;
    text-align: center;
    border-top: 4px solid #313131;
    background: #ffe100;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

h2:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    content: '';
    background: #d60021;
}

.sub_title {
    display: block;
    margin: 0;
    font-family: 'Century Gothic',sans-serif;
    font-size: 10px;
    color: #dc0000;
    font-weight: 300;
    line-height: 1.6;
}

#whats,#about,#event {
    display: block;
    margin: -65px 0 0 0;
    padding: 65px 0 0 0;
}

/* ■main_v
--------------------------------------------------- */
section.main_v {
    /*background: url(../common/img/top/bg_main_v_2023ff.jpg) center bottom no-repeat;*/
    background: url(../common/img/top/bg_main_v_2019.png) center bottom no-repeat;
    background-size: cover;
}

h1 {
    position: relative;
    width: 100%;
    margin: 0 auto
}

h1 img {
    display: block;
    width: 96%;
    max-width: 763px;
    margin: 0 auto;
}

/* ■navarea
--------------------------------------------------- */
section.navarea {
    display: none;
}

/* ■system
--------------------------------------------------- */
section.system {
    width: 96%;
    margin: 0 auto 10%;
    padding: 4% 3%;
    border-radius: 8px;
    background-color: #fff;
}

section.system img {
    width: 100%;
}

.section_img-item {
    display: table-cell;
    width: 308px;
    padding: 0 0px 0 24px;
}

.section_img-item:first-child {
    width: 284px;
    padding: 0 0 0 0;
}

.section_text p {
    margin: 0 0 0 0;
}

.section_text p+p {
    margin: 0 0 0 0;
    padding-top: 20px;
}

.section_text .text-indent {
    margin: 0 0 0 15px;
    text-indent: -15px;
}

.deposit_note{
margin:2em 0 0 1em;
text-indent: -1em;
font-size:0.9em;
line-height: 1.5;

}
.deposit_note li{
margin:0 0 .3em;
}

.what_deposit{
margin:0px 0 30px;
border: 1px solid #008cd6;
border-radius:4px;
}
.what_deposit .inner_title{
padding:8px 16px;
background: #008cd6;
color:#fff;
font-size: 16px;
letter-spacing: 0.05em;
}
.what_deposit p{
padding:0 16px;
}

/* ■menu_note
--------------------------------------------------- */
.menu_note{
margin:0 0 0 1em;
text-indent: -1em;
color:red;
line-height: 1.5;
}
.menu_note li{
margin:0 0 .3em;
}

/* ■brand_nav
--------------------------------------------------- */

.brand_nav-item a{
/*
display: flex;
flex-wrap:wrap;
*/
display:block;
position: relative;
}

/* brandnav 2025-08 */
.brand_nav{
  display: flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:flex-end;
  margin:15px 0 0 0;
}
.brand_nav-item{
  width:47%;
}
.brand_nav-item a{
color:rgb(7, 81, 154);
}
.brand_nav-item a img{
  display: block;
  margin:0 0 0.3em 0;
}
/* ■beerfood
--------------------------------------------------- */
section.beerfood {
    width: 96%;
    margin: 0 auto 10%;
    padding: 3% 3% 8%;
    border-radius: 8px;
    background-color: #fff;
    display: a;
}


/* wrapper */
.menu{
padding:25px 0 0 0;
}

/* small_title */
.small_title{
width:;
border-top: 6px solid #ffe100;
border-bottom: 2px solid #ebebeb;
}
.small_title span{
display:block;
margin:0 auto;
padding:20px 0 0 0;
width:156px;
vertical-align:middle;
}
.small_title h3{
padding:10px 0 15px 0px;
font-size: 20px;
vertical-align:middle;
color: #313131;
font-weight:700;
text-align:center;
}
.small_title h3 span{
display:block;
width:5em;
margin:0 auto 5px;
padding:.25em 0 0 0;
text-align: center;
background-color: #f54444;
border-radius:20px;
font-size: 16px;
color:#fff;
letter-spacing: .15em;
line-height: 1.4;
}
/*
.brand {padding: 25px 0;}
.brand_title {
    border-top: 6px solid #ffe100;
    border-bottom: 2px solid #ebebeb;
    margin-bottom: 1.5em;
}

.brand_title-logo {
    margin: auto 0;
	padding-top: 2em;
	
}

.brand_title img{
width: auto;
margin: 0 auto;
	display: block;
}

.brand_title-txt {
    line-height: 4em;
    font-weight: bold;
    text-align: center;
    font-size: 1.5em;
}
*/
/*
.brand_title {
    border-top: 6px solid #ffe100;
    border-bottom: 2px solid #ebebeb;
    margin-bottom: 1.5em;
}

.brand_title-logo {
    margin: auto 0;
	padding-top: 2em;
}

.brand_title img{
width: auto;
margin: 0 auto;
display: block;
}

.brand_title-txt {
    line-height: 4em;
    font-weight: bold;
    text-align: center;
    font-size: 1.5em;
}
*/

/* drink-wrapper */
.drink {
display: -ms-flexbox;
display: flex;
overflow: hidden;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.drink_list {
box-sizing: border-box;
border-bottom: 2px dashed #e3e3e3;
margin-bottom: 0;
}
.drink_list:nth-child(even) {}
.drink_list:nth-child(odd) {}

/* drink inner-item */
.drink_inner {
display: table;
}
.drink_img {
width: 40%;
padding-right: 10px;
padding-bottom: 1.5em;
}
.drink_img,.drink_info {
display: table-cell;
vertical-align: top
}
.drink_caption {
font-weight: 700
}
.drink_txt+.drink__price {
margin-top: 2em
}

/* food-title */
.brand_section-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-top: 30px;
    padding: 10px 20px;
    background: #ebebeb
}
/* food wrapper */
.food_list {
    border-bottom: 2px dashed #e3e3e3;
}
/* food item */
.food_inner {
    display: table
}
.food_img {
    width: 40%;
    padding-right: 10px;
    padding-bottom: 1.5em;
}

.food_img,.food_info {
    display: table-cell;
    vertical-align: top;
}
/* inner-title 2025-08 */
h4.item_name{
    display: flex;
    flex-wrap:nowrap;
}
h4.item_name span{
    display: block;
    box-sizing: content-box;
padding:15px 0 8px;
    align-content:center;
    min-height:2.4em;
font-size: 14px;
font-weight: 700;
line-height:120%;
}
h4.item_name span.item_icon{
width:1em;
margin-right:0.25em;
color: #ffe100;
}
/* inner-title 
h4.item_name{
display:table;
width:100%;
}
h4.item_name span{
display:table-cell;
padding:10px 0 0 0;
font-size: 14px;
font-weight: 700;
vertical-align:middle;
line-height:120%;
}
h4.item_name span.item_icon{
display:table-cell;
width:1em;
padding:25px 0.15em 15px 0px;
color: #ffe100;
vertical-align:top;
}
*/
/* inner-title(newmark) 2025-08 */
h4.item_name_new{
    display: flex;
    flex-wrap:nowrap;
    justify-content:space-between;
    width:100%;
}
h4.item_name_new span{
    display: block;
    box-sizing: content-box;
    width:calc(100% - 56px);
padding:15px 0 8px;
    align-content:center;
    min-height:2.4em;
font-size: 14px;
font-weight: 700;
line-height:120%;

}
h4.item_name_new span.item_icon{
    width:50px;
    margin-left:0px;
}
/* inner-title(newmark) 
h4.item_name_new{
display:table;
width:100%;
}
h4.item_name_new span{
display:table-cell;
padding:0px 0 0 0;
font-size: 14px;
font-weight: 700;
vertical-align:middle;
line-height:120%;
}
h4.item_name_new span.item_icon{
display:table-cell;
width:3.15em;
padding:5px 0.15em 15px 0;
color: #ffe100;
vertical-align:top;
}
*/
/* inner-title(フード価格用) */
.food_price{
width:7em;
width: auto;
text-align:right;
font-size:14px!important;
vertical-align:middle!important;
}

 /* foodタイトルと価格表記 */
 .food_title{
 display: flex;
 align-items:flex-start;
 width:100%;
 padding:15px 0 10px 0;
  }
 .food_title .item_icon{
display:table-cell;
width:1em;
padding:0px 0.15em 0px 0px;
font-size: 14px;
line-height:120%;
color: #ffe100;
}
 .food_title h4{
width:calc(100% - 1em - 10em);
font-size: 14px;
line-height:120%;
font-weight: 700;
 }
 .food_title .food_price{
 width:10em;
margin:0;
text-align:right;
font-size:14px!important;
font-weight:300!important;
vertical-align:top!important;
}
 .food_title .food_price span{
 display: block;
 text-align: right;
 }

/* __ */
.menu .totop {
    width: 100%;
}










/*
.brand_nav {
    overflow: hidden;
    padding: 0 13px 0 25px;
    background: #fff
}

.brand_nav-item {
    float: none;
    width: 140px;
}

.brand_nav-item>a {
    display: block;
    min-height: 130px;
    padding-top: 14px;
}

.brand_nav-item:nth-child(-n+6)>a {
    min-height: 120px
}

*/



/*
.drink {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.drink_list {
    box-sizing: border-box;
    border-bottom: 2px dashed #e3e3e3;
    margin-bottom: 1.5em;
}

.drink_list:nth-child(even) {
}

.drink_list:nth-child(odd) {
}

.drink_inner {
    display: table;
}

.drink_img {
    width: 40%;
    padding-right: 10px;
    padding-bottom: 1.5em;
}

.drink_img,.drink__info {
    display: table-cell;
    vertical-align: top
}

.drink_caption {
    font-weight: 700
}

.drink_txt+.drink__price {
    margin-top: 2em
}

.inner_title {
    margin-bottom: 0;
}

.inner_title:before {
    display: inline-block;
    content: '■';
    color: #ffe100;
}
*/
/*
.food_list {
    border-bottom: 2px dashed #e3e3e3;
}

.food_inner {
    display: table
}

.food .inner_title {
    padding-top: 1.5em;
}

.food_img {
    width: 40%;
    padding-right: 10px;
    padding-bottom: 1.5em;
}

.food_img,.food_info {
    display: table-cell;
    vertical-align: top;
}

.enjoy_body b,.food_caption {
    font-weight: 700
}

.food_txt+.food_price {
    margin-top: 1em;
    font-weight: bold;
    text-align: right;
    padding-right: 1em;
}

.inner_title+.food_price {
    right: 0;
    text-align: right;
    padding-right: 1em;
    font-weight: bold;
}

.food_price+.food_inner {
    padding-left: 1em;
}
*/
/* official
.official {
    overflow: hidden;
    padding: 25px;
}

.official_timeline {
    float: left;
    width: 438px
}

.official_timeline+.official_timeline {
    margin-left: 24px;
}

 */

.inner_img {
    display: inline;
    width: auto;
    vertical-align: middle;
    height: 70px;
    padding: 0 0.5em;
}

h4 .inner_img {
    display: inline;
    vertical-align: middle;
    height: 40px;
    padding: 0 0.5em;
    transform: translateY(-5px);
}

/* eventitem
.eventitem:after {
    content: "";
    display: block;
    clear: both;
}

.eventitem {
    display: inline-block;
}

.eventitem {
    display: block;
}

.eventitem {
    width: 924px;
    margin: 0 auto;
    padding-top: 25px;
}

.eventitem li {
    width: 308px;
    margin: 0 0 25px;
    padding: 0 12px;
    float: left;
}

.eventitem li a {
    display: block;
}

.eventitem li a:hover {
    color: #313131;
    text-decoration: underline;
}
 */
.section_img-title {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 5px;
    color: #313131
}

.section_img-title .icon {
    margin-right: 5px;
    vertical-align: middle
}

.section_img-txt {
    margin: 0 0 0 0;
    font-size: 14px;
    color: #313131;
}

/* official
.official {
    overflow: hidden;
    padding: 25px;
}

.official_timeline {
    float: left;
    width: 438px
}

.official_timeline+.official_timeline {
    margin-left: 24px;
}

.inner_title {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    line-height: 2;
    padding-bottom: 0.2em;
}

.inner_title:before {
    display: inline-block;
    content: '■';
    color: #ffe100;
}

.inner_img {
    display: inline;
    width: auto;
    vertical-align: middle;
    height: 70px;
    padding: 0 0.5em;
}
 */
 /*
.event h4 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 15px 8px 8px;
    background-color: #ebebeb;
}

h4 .inner_img {
    display: inline;
    vertical-align: middle;
    height: 30px;
    padding: 0 0.3em;
    transform: translateY(-5px);
}

.event p {
    padding-left: 0;
    padding-top: 0.5em;
}

.pad30 {
    padding-right: 1em;
    width: 35%;
    display: block;
    margin-left: auto;
    transform: translateY(-6em);
}
*/
/* ■map
--------------------------------------------------- */
section.map {
    width: 96%;
    margin: 0 auto 10%;
    padding: 4% 3%;
    border-radius: 8px;
    background-color: #fff;
}

/* ■pagetop
--------------------------------------------------- */
.totop {
    font-size: 12px;
    margin: 18px auto;
    text-align: right
}

.totop .icon {
    margin-right: 5px;
    vertical-align: middle
}

/* ■endinfo
--------------------------------------------------- */
.end-info{
  padding:1em 0;
  background:#f8efdb;
  }
.end-info__txt{
  font-size:12px;
  font-weight:700;
  margin:0 auto;
  text-align:center;
  color:#f10000;
  }
  
/* ■mmenu
--------------------------------------------------- */
nav:not(.mm-menu) {
    display: none;
}

.mm-menu {
    background: #eee;
    border-color: #FFF;
    color: #888;
}

.hover-item:hover {
    opacity: 0.6;
}

.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: rgba(0, 0, 0, .3);
}

.menu-btn {
    display: block;
    width: 87.5px;
    height: 22.5px;
    margin: -2px auto 0;
}

.menu-btn img {
    width: 87.5px;
    height: 22.5px!important;
}

header {
    height: 65px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}

#content {
    padding-top: 65px!important;
}

/* ■2020開催中止のお知らせ
--------------------------------------------------- */
section.whatsfest{
  position:relative;
  width:96%;
  margin:0 auto 10%;
  padding:0 3%;
  border-radius:8px;
  background-color:#fff;
}

.info_discontinued{
padding:20px 4% 30px;
}
.info_discontinued_tit{
font-size:14px;
font-weight: 700;
text-align: center;
color:#d65b00;
padding:0 0 0.5em;
border-bottom: 1px dotted #888;
}
.info_discontinued_tit span{
display: block;
}