@charset "utf-8";


/*--------------------------*/
img {
  width: 100%;
  display: block;
  line-height: 0;
  font-size: 0;
}

.button-img {
  width: auto; /* または適切なサイズ */
  display: inline-block;
}


li {
  list-style: none;
}

body {
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", "MS UI Gothic", "Helvetica", "Arial", sans-serif !important;
  margin: 0;
  padding: 0;
}

/*  */

div#wrapper {
  background-image: url("../img/back.jpg");
  background-repeat: repeat;
}
img {
  max-width: 100%;
}
.main_inner {
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 5vw;
}
.inner {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.session{
  background-color: #fff;
}
.ticketing ul {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
}
.ticketing ul li {
  display: block;
  justify-content: center;
}
.ticketing ul li img {
  object-fit: contain;
  width: 100%;
  height: auto;
}
.ticketingContent {
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 2vw;
  position: relative;
}
ul.beerList {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0px;
  width: 100%;
  padding-left: 0px;
}
.genreBeer {
  width: 100%;
  position: relative;
  margin-top: 20px;
}
.ticketing {
  width: 100%;
}
ul.beerList li {
  width: 50%;
  padding: 2vw;
  box-sizing: border-box;
  text-align: center;
  vertical-align: bottom;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
ul.beerList li img:first-of-type {
  width: 49%;
margin: 0 auto;
}
.center {
  text-align: center;
}
p.text {
  margin-bottom: 15px;
}
.genreNoalcohol {
  position: relative;
}
.icon {
  width: 60px;
    height: 50px;
    position: absolute;
    bottom: -10.7vw;
    right: -13px;
}
.session {
  border-top: solid 1px #333;
  border-left: solid 1px #333;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  box-sizing: border-box;
  padding: 4vw 2vw 0vw;

}
.text-box {
  line-height: 0;
  padding: 5% 5%;
  display: block;
  text-align: left;
  height: 100%;
}
p.text-box-title {
  font-size: 3vw;
  line-height: 1.3;
}
p.text-box-text {
  line-height: 4vw;
  margin-bottom: 0.2vw;
  margin-top: 0.2vw;
  font-weight: bold;
  font-size: 3.1vw;
}
p.text-box-capacity {
  margin-left: 0.8em;
  font-size: 3vw;
  line-height: 1.2em;
}
.mgt_10 {
  margin-top: 3vw;
}
.mgt_50 {
  margin-top: 6vw;
}
li.itemlist {
  padding: 2vw;
}
.mainVisual {
  margin-bottom: 4vw;
}
.content {
  margin: 3vw;
  padding-bottom: 5vw;
}
.box_main {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  top: 0;
  transition-duration: 0.6s;
  display: none;
}
.box_main.is-in {
  display: block;
  position: fixed;
  top: 0px;
  z-index: 999;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  display: block;
  width: 100%;
}
.box_second {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  top: 0;
  transition-duration: 0.6s;
  display: none;
}
.box_second.is-in {
  display: block;
  position: fixed;
  top: 0px;
  z-index: 999;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  display: block;
  width: 100%;
}
.food_box {
  display: flex;
  justify-content: center;
  flex-direction: row;
  width: 93%;
  margin: 0 auto;
}
a.jump_point {
  height: 1px;
  display: block;
  padding-top: 43px;
  margin-top: -43px;
}
a.jump_point1 {
  height: 1px;
  display: block;
  padding-top: 48px;
  margin-top: -48px;
}
a.jump_point2 {
  height: 1px;
  display: block;
  padding-top: 20px;
  margin-top: -20px;
}

.pdb {
  margin: 3vw;
  padding-bottom: 5vw;
}
.mgt_20{
  margin-top: 20px;
}

p.test {
  margin: 0;
  padding: 0;
}
.mgb_10{
  margin-bottom: 5px;
}
/* sp横向き */
.box_three {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  top: 0;
  transition-duration: 0.6s;
  display: none;
}
.box_three.is-in {
  display: block;
  position: fixed;
  top: 0px;
  z-index: 999;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  display: block;
  width: 100%;
}

p.logo img {
  display: block; /* インライン要素の余白を防ぐ */
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  margin-top: 0;/* 追加項目 */
  max-width: 100%;


}
ul.shochuList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}

ul.shochuList li {
  width: 48%;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 10px;
}
p.shochu_img {
  /* width: 50%; */
  margin: 0 auto;
}
.mgt_20 {
  margin-top: 10px;
}
ul.beerList li img {
  position: relative;
}
.mgt_30{

  margin-top: 23px;
  padding-bottom: 10px;
  }
@media screen and (max-width: 928px) and (orientation: landscape)
{
  .session {
    border-top: solid 3px #333;
    border-left: solid 3px #333;
    border-right: solid 3px #333;
    border-bottom: solid 3px #333;


}
} 
  /* ipad air横向き */
  @media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: landscape){
    .session {
      border-top: solid 3px #333;
      border-left: solid 3px #333;
      border-right: solid 3px #333;
      border-bottom: solid 3px #333;
  }
  a.jump_point1 {
    height: 1px;
    display: block;
    padding-top: 36px;
    margin-top: -36px;
}
a.jump_point {
  height: 1px;
  display: block;
  padding-top: 10px;
  margin-top: -10px;
} 
    } 

/* ipad miniタテ向き */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
  .session {
    border-top: solid 3px #333;
    border-left: solid 3px #333;
    border-right: solid 3px #333;
    border-bottom: solid 3px #333;

}
a.jump_point {
  height: 1px;
  display: block;
  padding-top: 10px;
  margin-top: -10px;
}

a.jump_point1 {
  height: 1px;
  display: block;
  padding-top: 30px;
  margin-top: -30px;
}

  } 

/* ipad横向き */
 @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape){
    .session {
      border-top: solid 3px #333;
      border-left: solid 3px #333;
      border-right: solid 3px #333;
      border-bottom: solid 3px #333;

  }
  a.jump_point1 {
    height: 1px;
    display: block;
    padding-top: 30px;
    margin-top: -30px;
}
    } 

    /*スマホ横向き対応*/
 @media screen and (max-width:767px) and (orientation: landscape) {
  a.jump_point {
    height: 1px;
    display: block;
    padding-top: 15px;
    margin-top: -15px;
} 
a.jump_point1 {
  height: 1px;
  display: block;
  padding-top: 30px;
  margin-top: -30px;
}

} 


