@charset "UTF-8";

/*****************************************************

 CSS

ヘッダ、フッタ　　　各部共通部分

*****************************************************/

#headout{
  width: 100%;
  background-color: #98BF5F;
  position: fixed;
  top:0;
  z-index: 3;
}

#headout1{
  width: 100%;
  position: fixed;
  top:0;
  z-index: 3;

  background: linear-gradient(to top, #fff 0%, #fff 34%, #8FC150 34%, #8FC150 100%);
  border: #22AC38 solid;
  border-width: 0 0 2px 0;
}

#headout2{
  width: 100%;
  position: fixed;
  top:0;
  z-index: 3;

  background-color: #fff;
  background-image: url("../image/vg-headbg2.png");
  background-repeat:repeat-x;
  background-position:top center;
  background-size:914px 203px;

  border: #22AC38 solid;
  border-width: 0 0 2px 0;
  z-index: 3;
}

#headout2:before{
  content: "";
  position: absolute;
  top:-200px;
  left:calc(50% + 100px);
  width: 326px;
  height: 349px;
  background-image: url("../image/vl-head-lake.png");
  background-repeat: no-repeat;
  background-position:center;
  background-size: cover;
}


#headout3{
  width: 100%;
  position: fixed;
  top:0;
  z-index: 3;

  background-color: transparent;
  background-image: url("../image/vg-headbg2.png");
  background-repeat:repeat-x;
  background-position:top center;
  background-size:914px 203px;

  border-width: 0 0 2px 0;
  z-index: 3;
}

#headout3:before{
  content: "";
  position: absolute;
  top:-200px;
  left:calc(50% + 100px);
  width: 326px;
  height: 349px;
  background-image: url("../image/vl-head-lake.png");
  background-repeat: no-repeat;
  background-position:center;
  background-size: cover;
}

#header{
margin: 20px auto;
width: 1000px;/*940px*/
height: 120px;

padding:20px 20px;

display: flex;
justify-content: space-between;
align-items: center;
position: relative;
z-index: 3;
}

.header_up{
  display: block;
}

.header_logo{
  width:186px;
  height: 53px;

  background-image: url('../image/vl-headlogo.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.header_right{
  width: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header_menu1{
  position: relative;
  width: 129px;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;

  border: #fff solid;
  border-width: 0 1px 0 1px;

  background-image: url("../image/vl-head_menu1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 57px 21px;
}

.header_menu1 .menuivent2023{
  /*content: "";*/
  position: absolute;
  width: 127px;
  height: 32px;
  bottom: -32px;
  left: 0;
  background-image: url('../image/vg-iventmenu2023.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.header_menu1 .menuivent2024{
  /*content: "";*/
  position: absolute;
  width: 127px;
  height: 24px;
  bottom: -56px;
  left: 0;
  background-image: url('../image/vg-iventmenu2024.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.header_menu2{
  width: 129px;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: #fff solid;
  border-width: 0 1px 0 0;
}

.header_insta{
  margin: 0 14px 0 28px;
  width: 39px;
  height: 39px;

  background-image: url('../image/vl-head_insta.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.header_line{
  margin: 0 14px;
  width: 182px;/*179px*/
  height: 39px;

  background-image: url('../image/vl-head_line.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.header_insta_sp{
display: none;
}

.header_line_sp{
display:none;
}

@media(max-width:550px){
  #header{
    margin:0;
    padding: 2vw 1vw;
    width: 100vw;
    height: auto;
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .header_up{
    width: 100vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header_logo{
    width:33.4vw;/*186px;*/
    height:9.51vw;/* 53px;*/

    background-image: url('../image/vl-headlogo_sp.png');
  }

  .header_insta_sp{
    display: block;
    margin: 0 1vw 0 2vw;
    width:9vw; /*39px;*/
    height:9vw; /*39px;*/
  
    background-image: url('../image/vl-head_insta.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  
  .header_line_sp{
    display: block;
    margin: 0 1vw;
    width:43vw; /*41vw 179px;*/
    height:8.49vw;/*9vw; /*39px;*/
  
    background-image: url('../image/vg-head_line_sp.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }


  .header_insta{
    display: none;
  }
  
  .header_line{
    display: none;
  }

  .header_right{
    width: 100vw;
    padding: 3vw 12vw 0 12vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .header_menu1{
    position: relative;
    width: 19.2vw;/*18.8vw;129px;*/
    height: 7vw;/*5.44vw;39px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    border-width: 0;

    background-image: url('../image/vg-head_ivent_sp.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  

  /*
  .header_menu1:before{
    display: block;
    content: "";
    position: absolute;
    width:38vw;
    height:11.4vw;
    bottom:-12vw;
    left: -9.4vw;
    background-image: url('../image/vg-head_ivent2023_sp.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
*/


  .header_menu1 .menuivent2023{
    /*content: "";*/
    position: absolute;
    width:38vw;   /*127px;*/
    height:9.57vw; /*32px;*/
    bottom:-9.5vw;
    left:-9.4vw;
    background-image: url('../image/vg-iventmenu2023.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  
  .header_menu1 .menuivent2024{
    /*content: "";*/
    position: absolute;
    width:38vw;/* 127px;*/
    height:7.18vw;/* 24px;*/
    bottom:-16.5vw;/* -56px;*/
    left: -9.4vw;
    background-image: url('../image/vg-iventmenu2024.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  
  .header_menu2{
    width:16.2vw;/* 18.8vw;129px;*/
    height:6.8vw;/* 5.44vw;39px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    border: #fff solid;
    border-width:0;
  }
}


.headerbg2{
  margin: 300px 0 0 0;
  position:sticky;
  /*padding:200px 0 10px 0;150px 0 10px 0*/
  top:-400px;/*500px*/
  left:0;

  width: 100%;
  height: 624px;/*574*/

  background-image:url("../image/vl-headbg1.png");
  background-repeat:  repeat-x;
  background-position:  center top;
  background-size: 910px 624px;

  /*background: linear-gradient(to bottom,transparent 0%, transparent 20%, #A0BD6C 20%, #A0BD6C 100%) , url("../image/vl-headbg2.png") no-repeat center top 929px 574px;*/

  z-index: 0;
}

.headerbg2:before{
  position:absolute;
  content: "";
  bottom: -30px;
  left: calc(50% + 140px);
  width:326px;
  height: 349px;
  padding:0;
  background-image: url("../image/vl-head-lake.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.headerbg3{
  position:sticky;
  /*padding:200px 0 10px 0;150px 0 10px 0*/
  top:300px;/*500px*/
  left:0;

  width: 100%;
  height: 574px;/*574*/

  background-image:url("../image/vl-pagebg01.png");
  background-repeat:  repeat-x;
  background-position:  center top;
  background-size: 844px 574px;

  /*background: linear-gradient(to bottom,transparent 0%, transparent 20%, #A0BD6C 20%, #A0BD6C 100%) , url("../image/vl-headbg2.png") no-repeat center top 929px 574px;*/

  z-index: 3;
}


.headerbg{
  position:sticky;
  margin: 0;
  padding:0;
  top:500px;/*-330px*/
  left:0;
  right: auto;

  background-color:#F4BA41;
  width: 100%;
  height: auto;
  z-index: 4;

  display: flex;
  justify-content: center;
}

/******************************************************

Menu

*******************************************************/
.vl-top_menu{
  display: block;
  margin: 20px auto;
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  /*background-color: #98BF5F;*/

}

.vl-top_menu_sp{
  display: none;
}


.vl-top_menuitem{
  width: auto;
  padding:0;
  color:#1D1B85;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vl-rote90{
  display: block;
  transform: rotate(90deg);
}


@media(max-width:550px){
  .vl-top_menu{
    display: none;
    margin: 4vw auto 0 auto;
    width: 100vw;
    max-width: none;
    background-color: #fff;
    border: solid #A0BD6C;
    border-width: 0 0 2px 0;
  }

  .vl-top_menuitem_l{
    width: 46vw;
    padding:1.5vw 0vw 1.5vw 3vw;
    color:#1D1B85;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .vl-top_menuitem_r{
    width: 46vw;
    padding:1.5vw 3vw 1.5vw 0vw;
    color:#1D1B85;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }


  .txt-l{
    text-align: left;
  }

  .txt-r{
    text-align: right;
  }

  .vl-top_menu_sp{
    display: block;
    position: static;
    position: -webkit-sticky;
    top:-10vw;
    left: 0;
    margin: 24vw auto 0 auto;
    width: 100vw;
    max-width: none;
    background-color: #fff;
    border: solid #A0BD6C;
    border-width: 0 0 2px 0;

    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }



  #headout1{
    width: 100%;
    position: fixed;
    top:0;
    z-index: 3;
  
    background: linear-gradient(to top, #8FC150 0%, #8FC150 100%);
    border: #22AC38 solid;
    border-width: 0 0 2px 0;
  }

}











/*****************************************************

 CSS

section1

*****************************************************/
.vl-bsflm0{
  margin: 160px auto 0 auto;
  position: relative;
  width:100vw;
  height: auto;
  max-width:1000px;
  padding:0;
}

.vl-bsflm1{
  margin: 240px auto 0 auto;
  position: relative;
  width:100vw;
  height: auto;
  max-width:1000px;
  padding:0;
}

.vl-bsflm{
  margin:0 auto 0 auto;
  width:100vw;
  height: auto;
  max-width:1000px;
  padding:0;

}

.vl-bsflm_sp{
  margin: 0 auto;
  width:0;
  display: none;
}

@media(max-width:550px){
  .vl-bsflm0{
    margin: 0 auto 0 auto;
    position: relative;
    width:90vw;
    height: auto;
    max-width:none;
    padding:0;
    z-index: 1;
  }
  .vl-bsflm1{
    margin: 70vw auto 0 auto;
    position: relative;
    width:90vw;
    height: auto;
    max-width:none;
    padding:0;
    z-index: 1;
  }

  .vl-bsflm{
    margin:0 auto 0 auto;
    width:90vw;
    height: auto;
    max-width:none;
    padding:0;
    z-index: 1;
  }
  
  .vl-bsflm_sp{
    margin:-1vw auto 0 auto;
    width:90vw;
    height: auto;
    max-width:none;
    padding:0;
    z-index: 1;
  }
}



/************************************************************


section2
css


************************************************************/

.vg-sec2{
  margin:150px 0 0 0;/* 120px 0 0 0;*/
  padding:20px 0 60px 0;
  position: relative;
  width: 100%;
  height: auto;/*574*/

  background-color: #8FC150;
  background-image:url("../image/vl-headbg1.png");
  background-repeat:  repeat-x;
  background-position: bottom center;
  background-size:910px 624px;

  z-index: 1;
}

.vg-sec2:before{
  position:absolute;
  content: "";
  bottom: -30px;
  left: calc(50% + 140px);
  width:326px;
  height: 349px;
  padding:0;
  background-image: url("../image/vl-head-lake.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  z-index: -1;
}

.vg-sec2:after{
  position:absolute;
  content: "";
  bottom: -100px;
  left: calc(50% + 300px);
  width:114px;
  height: 146px;
  padding:0;
  background-image: url("../image/vl-atr4.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 114px 146px;

  z-index: -1;
}

.vg-sec2txtflm{
  margin: 0 auto;
  width:700px;
  height: auto;
}

.vg-sec2_ttl1{
  margin: 30px 0;
  width: 635px;
  height: 58px;
  background-image: url("../image/vl-top_ttl1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.vg-sec2_txt1{
  width: 100%;
  height: auto;
  color:#fff;
  font-size: 1rem;
  line-height: 2.4;
}

.vg-sec2_txt2{
  margin:0;
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.6;
  letter-spacing: 3px;
  color:#24469F;
}

@media(max-width:550px){
  .vg-sec2{
    margin:23vw 0 0 0;/*23vw 120px 0 0 0;*/
    padding:12vw 0 12vw 0;
    position: relative;
    width:100vw;
  
    background-image:url("../image/vg-sec2bg.png");
    background-repeat:  no-repeat;
    background-position: bottom center;
    background-size:100vw auto;
  }
  
  .vg-sec2:before{
    position:absolute;
    content: "";
    bottom: -10vw;
    left: 67vw;
    width:58vw;
    height: 62vw;
  }

  .vg-sec2:after{
    position:absolute;
    content: "";
    bottom: -18vw;
    left: 76vw;
    width:22.8vw;
    height:29.2vw;
    padding:0;
    background-image: url("../image/vl-atr4.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;

  }

  .vg-sec2txtflm{
    margin:4vw auto 0 auto;/*0 auto*/
    width:100%;
    height: auto;
  }
  
  .vg-sec2_txt2{
    margin:0;
    width: 100%;
    font-size: 1rem;
    font-weight: 700;
    line-height: 2.6;
    letter-spacing: 3px;
    text-align: center;
  }

  .vg-sec2_ttl1{
    margin: 3vw auto 5vw auto;
    width: 74.4vw;
    height:24.6vw;
    background-image: url("../image/vg-sec2_img1_sp.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .vg-sec2_txt1{
    width: 100%;
    height: auto;
    color:#fff;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 2.4;
    text-align: center;
  }

}


/*****************************************************

 CSS

section3

*****************************************************/

.vg-sec3{
  background-color: transparent;
}

.vg-sec3txtflm{
  margin: 0 auto;
  width:700px;
  height: auto;
}

.vg-sec3_txt2{
  margin:60px 0 0 0;
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.6;
  letter-spacing: 3px;
  color:#24469F;
}

.vg-sec3_img1{
  margin:20px auto 60px auto;
  width: calc(533vw / 10);
  max-width: 533px;
  height: auto;
}

.vg-sec3_img2{
  display: none;
}


.vg-sec3_img3{
  display: none;
}

.vg-sec3_btn{
  margin:20px auto;
  width: 338px;
  height: 49px;
  background-image: url("../image/vl-btnbg1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  color:#F29800;
  font-size: 1.1rem;
  font-weight: 700;

  display: flex;
  justify-content: center;
  align-items: center;
}

@media(max-width:550px){
  .vg-sec3txtflm{
    margin:6vw auto 0 auto;
    width:100vw;
  }

  .vg-sec3_txt2{
    margin:0;
    width: 100%;
    font-size: 1rem;
    font-weight: 700;
    line-height: 2.6;
    letter-spacing: 3px;
    text-align: center;
  }

  .vg-sec3_img1{
    margin:4vw auto 10vw auto;
    width: 82.6vw;
    height:auto;/* 40.8vw;*/
  }



  .vg-sec3_img2{
    display: block;
    margin:6vw auto;
    width: 86.2vw;
    height: 29.6vw;
    background-image: url("../image/vg-sec3_ttl2_sp.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;  
  }

  .vg-sec3_img3{
    display: block;
    margin:4vw auto;
    width: 61.2vw;
    height: 52.4vw;
    background-image: url("../image/vg-sec3_ttl3_sp.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .vg-sec3_btn{
    margin:8vw auto;
    width:75.4vw;
    height: 16.8vw;
    background-image: url("../image/vg-sec3_btnbg_sp.png");
    font-size: 1.2rem;
  }


}


/*****************************************************

 CSS

section4

*****************************************************/

.vg-sec4{
  margin:0 0 0 0;/* 120px 0 0 0;*/
  padding:30px 0 30px 0;
  position: relative;
  width: 100%;
  height: auto;/*574*/

  background-color: #DAEAC4;
  /*background-image:url("../image/vg-sec4bg.png");
  background-repeat:  repeat-x;
  background-position:center center;
  background-size:915px 595px;*/

  z-index: 1;
}

.vg-newsbg{
  margin:120px 0 0 0;/* 120px 0 0 0;*/
  padding:30px 0 30px 0;
  position: relative;
  width: 100%;
  height: auto;/*574*/
}

.vg-sec4:before{
  position:absolute;
  content: "";
  top: -30px;
  left: calc(50% - 400px);
  width:92px;
  height: 127px;
  padding:0;
  background-image: url("../image/vl-art5.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  
  z-index: -1;
}

.vg-sec4:after{
  position:absolute;
  content: "";
  top: 40%;
  left: calc(50% + 270px);
  width:125px;
  height: 122px;
  padding:0;
  background-image: url("../image/vl-art1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  z-index: -1;
}

.vg-sec4txtflm{
  margin: 0 auto;
  width:700px;
  height: auto;
}

.vg-sec4_txt2{
  margin:60px 0 0 0;
  width: 100%;
  font-size: 1rem;
  line-height: 2.6;
  letter-spacing: 3px;
  font-weight: 700;
  color:#24469F;
}

.vg-sec4_itemflx{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.vg-sec4_item{
  margin: 10px 10px;
  width: 200px;
  height: 290px;
  padding:10px 10px;
  border: 1px solid #333;
  background-color: #fff;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.vg-sec4_pimg{
  width: 100%;
  height: auto;
}

.vg-sec4_pttl{
  width: 100%;
  height: auto;
  padding:6px 0 4px 0;
  font-size: 0.9rem;
  font-weight: 700;
  background: linear-gradient(transparent 90%, #FCF157 10%);
}

.vg-sec4_pxt{
  width: 100%;
  height: auto;
  font-size: 0.8rem;
  padding:0;

  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; /* 任意の行数を指定 */
}

.vg-sec4_itembtm{
  width: 100%;
  display: flex;
  justify-content:flex-start;
  align-items: center;
}

.vg-sec4_btmitem1{
margin: 0 1px 0 0;
padding: 2px 3px;
border: 1px solid #089DE8;
color:#089DE8;
font-size: 0.7rem;

display: flex;
justify-content: center;
align-items: center;
}

.vg-sec4_btmitem2{
  margin: 0 1px 0 1px;
  padding: 2px 3px;
  border: 1px solid #22AC38;
  color:#22AC38;
  font-size: 0.7rem;
  
  display: flex;
  justify-content: center;
  align-items: center;
  }

.vg-sec4_btmitem3{
  margin: 0 0 0 1px;
  padding: 2px 3px;
  border: 1px solid #F29800;
  color:#F29800;
  font-size: 0.7rem;
  
  display: flex;
  justify-content: center;
  align-items: center;
  }

.vg-newsitemflm{
  position: relative;
  margin: 40px auto 40px auto;
  width:90vw;
  max-width: 704px;
  height: auto;
  border:#DE9413 1px solid;
  padding:5% 5%;
  border-radius: 6px;

}

.vg-newsitemhead{
  width: 100%;
  display: flex;
  justify-content:space-between;
  align-items: center;
  flex-wrap: wrap;
}

.vg-newsitemhead_img{
  width:306px;
  height: auto;
}

.vg-newsitemhead_tflm{
  width:306px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.vg-news3renmt{
  margin: 10px 0 0 0;
}

.vg-newsitemtxt{
  margin: 20px 0 0 0;
  width: 100%;
  height: 496px;
  overflow: hidden;
  line-height: 1.8;
  letter-spacing: 2px;
}


  @media(max-width:550px){
  .vg-sec4{
  margin:0;/* 120px 0 0 0;*/
  padding:14vw 0 10vw 0;
  position: relative;

  background-image:url("../image/vg-sec4bg_sp.png");
  background-repeat: no-repeat;
  background-position:center center;
  background-size:100% 100%;
}

.vg-sec4:before{
  position:absolute;
  content: "";
  top: -5vw;
  left:0;
  width:18.4vw;
  height:25.4vw;
}

.vg-sec4:after{
  position:absolute;
  content: "";
  top: 10%;
  left: 84vw;
  width:25vw;
  height:24.4vw;
}

.vg-sec4txtflm{
  margin: 0 auto;
  width:100vw;
  height: auto;
}

.vg-sec4_txt2{
  margin:0;
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.6;
  letter-spacing: 3px;
  text-align: center;
}

.vg-sec4_itemflx{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.vg-sec4_item{
  margin: 2vw 2vw;
  padding:2.6vw 2.6vw;
  width: 70.4vw;
  height: 109vw;
}



.vg-sec4_pttl{
  width: 100%;
  height: auto;
  padding:6px 0 4px 0;
  font-size: 1.4rem;
  font-weight: 700;
  background: linear-gradient(transparent 90%, #FCF157 10%);
}

.vg-sec4_pxt{
  width: 100%;
  height: auto;
  font-size: 1.1rem;
  line-height: 1.6;
  padding:0;

  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6; /* 任意の行数を指定 */
}

.vg-sec4_itembtm{
  width: 100%;
  display: flex;
  justify-content:flex-start;
  align-items: center;
}

.vg-sec4_btmitem1{
margin: 0 1px 0 0;
padding: 2px 3px;
border: 1px solid #089DE8;
color:#089DE8;
font-size: 0.9rem;

display: flex;
justify-content: center;
align-items: center;
}

.vg-sec4_btmitem2{
  margin: 0 1px 0 1px;
  padding: 2px 3px;
  border: 1px solid #22AC38;
  color:#22AC38;
  font-size: 0.9rem;
  
  display: flex;
  justify-content: center;
  align-items: center;
  }

.vg-sec4_btmitem3{
  margin: 0 0 0 1px;
  padding: 2px 3px;
  border: 1px solid #F29800;
  color:#F29800;
  font-size: 0.9rem;
  
  display: flex;
  justify-content: center;
  align-items: center;
  }


  .vg-newsitemhead_img{
    width:100%;
    height: auto;
  }
  
  .vg-newsitemhead_tflm{
    width:100%;
  }


.vg-news3renmt{
  margin: 2vw 0 0 0;
}
  
  }

/*****************************************************

 CSS

section5

*****************************************************/

.vg-sec5{
  margin:0 0 60px 0;/* 120px 0 0 0;*/
  padding:0 0 20px 0;
  position: relative;
  width: 100%;
  height: auto;/*574*/
}

.vg-sec5:before{
  position:absolute;
  content: "";
  bottom: 30px;
  left: calc(50% - 330px);
  width:143px;
  height: 139px;
  padding:0;
  background-image: url("../image/vl-top_art2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.vg-sec5:after{
  position:absolute;
  content: "";
  bottom: 30px;
  left: calc(50% + 200px);
  width:119px;
  height: 119px;
  padding:0;
  background-image: url("../image/vl-top_art3.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.vg-sec5txtflm{
  margin: 0 auto;
  width:500px;/*700px*/
  height: auto;
}

.vg-sec5txt1{
  margin: 0 auto;
  width:100%;
  font-size: 0.9rem;
  letter-spacing: 1px;
}


.vg-sec5_btn1{
  margin: 30px auto;
  width:379px;
  height: 98px;
  padding:0 10px 6px 0;
  background-image: url("../image/vg-sec5btnbg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
}

.vg-sec5_line{
  margin: 30px auto;
  width:312px;
  height: 99px;
  background-image: url("../image/vl-line.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media(max-width:550px){

  .vg-sec5{
    margin:0 0 10vw 0;/* 120px 0 0 0;*/
    padding:4vw 0 6vw 0;
  }
  
  .vg-sec5:before{
    position:absolute;
    content: "";
    bottom:0;
    left: 1vw;
    width:22.88vw;/*28.6vw;*/
    height:22.24vw;/*27.8vw;*/
  }
  
  .vg-sec5:after{
    position:absolute;
    content: "";
    bottom:0;
    left: 75vw;
    width:19.04vw;/*23.8vw;*/
    height:19.04vw;/*23.8vw;*/
  }
  
  .vg-sec5txtflm{
    margin: 0 auto;
    width:100vw;/*700px*/
    height: auto;
  }
  
  .vg-sec5txt1{
    margin: 0 auto;
    width:74vw;/*82vw*/
    font-size: 0.9rem;/**/
    line-height: 1.8;
    letter-spacing: 1px;
  }

  .vg-sec5_btn1{
    margin: 4vw auto;
    width:92.4vw;
    height: 27.2vw;
    padding:0 3vw 2vw 0;
    background-image: url("../image/vg-sec5_btnbg_sp.png");
  
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
  }
  
  .vg-sec5_line{
    margin: 4vw auto;
    width:62.4vw;
    height:19.8vw;
    background-image: url("../image/vg-sec5_line_sp.png");
  }

}


/*****************************************************

 CSS

section2
part2


*****************************************************/

.vl-top_ttl1{
  width: 635px;
  height: 58px;
  background-image: url("../image/vl-top_ttl1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.vl-top_txt1{
  position: relative;
  z-index: 2;
  width: 635px;
  padding:30px 0 0 0;
  height: auto;
  color:#fff;
  font-size: 1.2rem;
  line-height: 2.4;
}

.vl-top_txt2{
  margin:0;
  font-size: 1rem;
  line-height: 2.6;
  letter-spacing: 3px;
  color:#24469F;
  font-weight: 700;
}

.vl-tatelogo{
  position: fixed;/*absolute*/
  top:160px;
  left:calc(50% - 480px);
  width: 63px;
  height: 615px;
  background-image: url("../image/vl-tatelogo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  z-index: 3 !important;
}

.vl-art4{
  position: absolute;
  top:830px;
  left:calc(50% + 356px);/*470*/
  width:114px;
  height: 146px;
  background-image: url("../image/vl-atr4.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.vl-top_txt3{
  width: 635px;
  margin:0 auto;
  font-size: 1rem;
  line-height: 2.6;
  letter-spacing: 3px;
  color:#24469F;
  font-weight: 700;
}

.vl-top_logo{
  margin:20px auto;
  width: 311px;
  height: 154px;
  background-image: url("../image/vl-top_logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.vl-top_24{
  margin:20px auto -20px auto;
  width: 532px;
  height: 129px;
  background-image: url("../image/vl-top_24.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.vl-btnbg{
  margin:20px auto;
  width: 338px;
  height: 49px;
  background-image: url("../image/vl-btnbg1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  display: flex;
  justify-content: center;
  align-items: center;
}

.vl-btntxt {
  font-size: 1.4rem;
  font-weight: 700;
  display: inline-block;
  background: linear-gradient( #ED7364 0%, #F4BA41 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


@media(max-width:550px){
  .vl-tatelogo{
    position: fixed;/*absolute*/
    top:35vw;
    left:0;
    width: 12.6vw;
    height:123vw;  
  }
}



/*****************************************************

 CSS

ivent
page


*****************************************************/

.vg-ivent_img1{
  margin:240px auto 40px auto;
  width: 506px;
  height: 329px;

  background-image: url("../image/vg-ivent_img1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.vg-ivent_img2{
  margin:40px auto 40px auto;
  width: 487px;
  height: 163px;
  background-image: url("../image/vg-ivent_img2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.vg-ivent_img3{
  margin:40px auto 0 auto;
  width: 599px;
  height:89px;

  background-image: url("../image/vg-ivent_img3.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media(max-width:550px){
  .vg-ivent_img1{
    margin:10vw auto 4vw auto;/*58vw */
    width:82.6vw;
    height:40.8vw;
  
    background-image: url("../image/vg-sec3_ttl1_sp.png");
  }
  
  .vg-ivent_img2{
    margin:4vw auto 4vw auto;
    width: 86.2vw;
    height: 29.6vw;
    background-image: url("../image/vg-sec3_ttl2_sp.png");
  }
  
  .vg-ivent_img3{
    margin:4vw auto 0 auto;
    width: 61.2vw;
    height:52.4vw;
    background-image: url("../image/vg-sec3_ttl3_sp.png");
  }
}

.vg-iventbg{
  margin:-60px 0 -140px 0;/* 120px 0 0 0;*/
  padding:0;
  position: relative;
  width: 100%;
  height: auto;

  background-color:#DDE8C7;
}

.vg-ivent_icon6{
  margin:40px auto 40px auto;
  width: 609px;
  height:359px;

  background-image: url("../image/vg-ivent_icon6.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.vg-ivent_sicon{
  margin:40px auto 40px auto;
  width: 467px;
  height:52px;

  background-image: url("../image/vg-ivent_s2icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.vg-ivent_txtflm1{
  margin:80px auto 40px auto;
  width: 680px;
  height:auto;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 2px;
}

@media(max-width:550px){

  .vg-iventbg{
    margin: 0;/* 120px 0 0 0;*/
    padding:0;
  }

  .vg-ivent_icon6{
    margin:-0.5vw auto 4vw auto;
    width:71.6vw;
    height:102.8vw;
  
    background-image: url("../image/vg-ivent_s2icon_sp.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .vg-ivent_txtflm1{
    margin:6vw auto 4vw auto;
    width: 82vw;
    height:auto;
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 2px;
  }

  .vg-ivent_sicon{
    margin:6vw auto -0.3vw auto;
    width: 76.2vw;
    height:25.4vw;
  
    background-image: url("../image/vg-ivent_icon6_sp.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

}

/*****************************************************

 CSS

 ivent
section item

Google Maps

*****************************************************/

.vg-ivent_gmapsttl{
  margin:0 auto 40px auto;
  width: 238px;
  height:45px;

  background-image: url("../image/vg-ivent_gmapttl.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.vg-ivent_gmap{
  margin:0 auto 40px auto;

  width:100vw;
  height:44.1vw;

  max-width: 915px;
  max-height:404px;

  background-image: url("../image/vg-ivent_gmap.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.vg-ivent_park1{
  margin: 40px 0 0 0;
  text-align: center;
  font-size: 1.9rem;
  font-weight: 700;
}
.vg-ivent_park2{
  margin: 10px 0 30px 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
}

.vg-ivent_parks{
  margin:-4px 10px 0 0;
  padding:3px 3px;
  border-radius: 6px;
  border: #333 solid 1px;
  background-color: #fff;
  font-size: 1rem;
}

.vg-ivent_parkblue{
  font-weight: 700;
  font-size: 1rem;
  color:#383F6B;
  line-height: 1.8;
}

.vgj-ivent_parkflx{
  width: 100%;
  margin: 0 auto;
display: flex;
justify-content: center;
align-items: flex-start;
}


.vg-ivent_parkinfo{
  margin: 0;
  padding:0 10px;
  font-size: 1rem;
  color:#333;
  line-height: 1.8;
}

.vg-ivent_parkinfos{
  margin: 0;
  padding:0;
  font-size: 0.8rem;
  color:#333;
  line-height: 2.4;
}

.vg-ivent_smapout{
  width: 100%;
  margin:0 auto;
  padding:0;
  background-color: #DDE8C7;
}

.vg-ivent_smapttl{
  margin:0 auto 40px auto;

  width:211px;
  height:61px;

  background-image: url("../image/vg-ivent_ttl2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.vg-ivent_smap{
  margin:0 auto;

  width:100vw;
  height:47.3vw;

  max-width: 915px;
  max-height:433px;

  background-image: url("../image/vg-ivent_shopmap.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.vg-ivent_marushttl{
  margin:40px auto 0 auto;
  width: 316px;
  height:63px;

  background-image: url("../image/vg-ivent_ttl3.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


.vg-ivent_itemflm{
  margin: 0 auto;
  width: 820px;
  height: auto;
}

.vg-ivent_itemflx{
  display:flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

@media(max-width:550px){

  .vg-ivent_smapout{
    width: 100%;
    margin:-0.5vw auto;
    padding:0;
  }

  .vg-ivent_gmapsttl{
    margin:2vw auto 4vw auto;
    width: 47.2vw;
    height:8.8vw;
  }

  .vg-ivent_gmap{
    margin:0 auto 4vw auto;
  
    width:100vw;
    height:81vw;
  
    max-width:none;
    max-height:none;
  
    background-image: url("../image/vg-gmap_sp.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .vg-ivent_smapttl{
    margin:0 auto 6vw auto;
    width:23.2vw;/* 316px;*/
    height:20.4vw;
  
    background-image: url("../image/vg-ivent_ttl2_sp.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .vgj-ivent_parkflx{
    width: 90%;/*100%*/
    margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items:flex-start;
  }

  .vg-ivent_marushttl{
    margin:8vw auto 4vw auto;
    width: 45.8vw;
    height:19.4vw;
    background-image: url("../image/vg-ivent_ttl3_sp.png");
  }

  .vg-ivent_itemflm{
    margin: 0 auto;
    width: 100vw;
    height: auto;
  }
  
  .vg-ivent_itemflx{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
}


.vg-ivent_shopout{
  width: 100%;
  margin:0 auto;
  padding:0;
}

.vg-ivent_shopttl{
  margin:0 auto 40px auto;

  width:303px;
  height:83px;

  background-image: url("../image/vg-ivent_shopttl.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.vg-ivent_boosttl{
  margin:0 auto 40px auto;

  width:396px;
  height:88px;

  background-image: url("../image/vg-ivent_boosttl.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.vg-ivent_workttl{
  margin:80px auto 40px auto;

  width:344px;
  height:66px;

  background-image: url("../image/vg-ivent_workttl.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media(max-width:550px){

  .vg-ivent_shopttl{
    margin:0 auto 6vw auto;
    width:40.4vw;
    height:24.8vw;
    background-image: url("../image/vg-ivent_foodttl_sp.png");
  }
  
  .vg-ivent_boosttl{
    margin:0 auto 6vw auto;
    width:58.8vw;
    height:25.2vw;  
    background-image: url("../image/vg-ivent_fasshionttl_sp.png");
  }
  
  .vg-ivent_workttl{
    margin:10vw auto 6vw auto;
    width:51vw;
    height:20.8vw;
    background-image: url("../image/vg-ivent_workttl_sp.png");
  }

}


/*****************************************************

 CSS

 ivent
section item


*****************************************************/

.vg-ivent_sec2bg{

}

.vg-sitemout{
margin: 10px 10px;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}

.vg-sitemheader{
  margin: 0 auto 12px auto;
  width: 324px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
  color:#fff;
  letter-spacing: 2px;
  border-radius: 12px;
}

.vg-green{
  position: relative;
  background-color:#22AC38;
}

.vg-orange{
  position: relative;
  background-color:#FF9700;
}

.vg-blue{
  position: relative;
  background-color:#30A5DF;
}

.vg-dgreen{
  position: relative;
  background-color:#028569;
}

.vg-biored{
  position: relative;
  background-color:#9A5D92;
}


.vg-green:before{
  content: "";
  position: absolute;
  bottom:-22px;
  left:calc(50% - 12px );
  border-top: 12px solid #22AC38;
  border-right: 12px solid transparent;
  border-bottom:12px solid transparent;
  border-left: 12px solid transparent;
}

.vg-orange:before{
  content: "";
  position: absolute;
  bottom:-22px;
  left:calc(50% - 12px );
  border-top: 12px solid #FF9700;
  border-right: 12px solid transparent;
  border-bottom:12px solid transparent;
  border-left: 12px solid transparent;
}

.vg-blue:before{
  content: "";
  position: absolute;
  bottom:-22px;
  left:calc(50% - 12px );
  border-top: 12px solid #30A5DF;
  border-right: 12px solid transparent;
  border-bottom:12px solid transparent;
  border-left: 12px solid transparent;
}

.vg-dgreen:before{
  content: "";
  position: absolute;
  bottom:-22px;
  left:calc(50% - 12px );
  border-top: 12px solid #028569;
  border-right: 12px solid transparent;
  border-bottom:12px solid transparent;
  border-left: 12px solid transparent;
}

.vg-biored:before{
  content: "";
  position: absolute;
  bottom:-22px;
  left:calc(50% - 12px );
  border-top: 12px solid #9A5D92;
  border-right: 12px solid transparent;
  border-bottom:12px solid transparent;
  border-left: 12px solid transparent;
}

.vg-numgreen{
  position: absolute;
  top:-10px;
  left:-10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: #22AC38 4px solid;
  background-color: #fff;
  color:#000;
  font-size: 0.9rem;

  display: flex;
  justify-content: center;
  align-items: center;
}

.vg-numorange{
  position: absolute;
  top:-10px;
  left:-10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: #FF9700 4px solid;
  background-color: #fff;
  color:#000;
  font-size: 0.9rem;

  display: flex;
  justify-content: center;
  align-items: center;
}

.vg-numblue{
  position: absolute;
  top:-10px;
  left:-10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: #30A5DF 4px solid;
  background-color: #fff;
  color:#000;
  font-size: 0.9rem;

  display: flex;
  justify-content: center;
  align-items: center;
}

.vg-numdgreen{
  position: absolute;
  top:-10px;
  left:-10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: #028569 4px solid;
  background-color: #fff;
  color:#000;
  font-size: 0.9rem;

  display: flex;
  justify-content: center;
  align-items: center;
}

.vg-numbiored{
  position: absolute;
  top:-10px;
  left:-10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: #9A5D92 4px solid;
  background-color: #fff;
  color:#000;
  font-size: 0.9rem;

  display: flex;
  justify-content: center;
  align-items: center;
}

.vg-num{
  font-size: 1.2rem;
  font-weight: 700;
}

.vg-sitemflm{
  margin: 0;
  padding:12px 6px;
  width: 378px;
  height: 248px;
  border-radius: 18px;
  background-color: #fff;
}


.vg-greenflm{
  border: #22AC38 2px solid;
}

.vg-orangeflm{
  border: #FF9700 2px solid;
}

.vg-blueflm{
  border: #30A5DF 2px solid;
}

.vg-dgreenflm{
  border: #028569 2px solid;
}

.vg-bioredflm{
  border: #9A5D92 2px solid;
}

.vg-sitemttl{
width: 100%;
height: auto;/*32px?*/
text-align: center;
font-size: 1.2rem;
font-weight: 700;
}

.vg-sitemrowflx{
  width: 100%;
  height: calc(100% - 32px);/*auto;/*52px;/*248-42  52px*/
  display: flex;
  justify-content:space-between;
}

.vg-greentxt{
  color:#22AC38;
}

.vg-orangetxt{
  color:#FF9700;
}

.vg-buletxt{
  color:#30A5DF;
}

.vg-dgreentxt{
  color:#028569;
}

.vg-bioredtxt{
  color:#9A5D92;
}

.vg-sitem_lflm1{
  width:50%;/*167px*/
  margin: 0;
  padding:5px 10px 0 0;
  height:100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.vg-sitem_rflm1{
  width:50%;/*167px*/
  margin: 0;
  padding:0;
  height:100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.vg-sitem_limg{
  width:100%;/*167px*/
  margin: 0;
  padding:0;
  height:auto;
}

.vg-sitem_ltabflx{
  width: 100%;
  height: 62px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.vg-sitem_ltab1{
  margin: 2px 0;
  width: 82px;
  height: 27px;
  font-size: 0.7rem;
  color:#fff;
  background-color: #CDBCD2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vg-sitem_ltab2{
  margin: 2px 0;
  width: 82px;
  height: 27px;
  font-size: 0.7rem;
  color:#fff;
  background-color: #C8A063;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vg-sitem_ltab3{
  margin: 2px 0;
  width: 82px;
  height: 27px;
  font-size: 0.7rem;
  color:#fff;
  background-color: #E95614;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vg-sitem_ltab4{
  margin: 2px 0;
  width: 82px;
  height: 27px;
  font-size: 0.7rem;
  color:#fff;
  background-color: #086CB7;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vg-sitem_ltab5{
  margin: 2px 0;
  width: 82px;
  height: 27px;
  font-size: 0.7rem;
  color:#fff;
  background-color: #BE8A46;
  display: flex;
  justify-content: center;
  align-items: center;
}


.vg-sitem_ltab6{
  margin: 2px 0;
  width: 82px;
  height: 27px;
  font-size: 0.7rem;
  color:#fff;
  background-color: #306508;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vg-sitem_ltab7{
  margin: 2px 0;
  width: 82px;
  height: 27px;
  font-size: 0.7rem;
  color:#fff;
  background-color: #8EC31F;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vg-sitem_ltab8{
  margin: 2px 0;
  width: 82px;
  height: 27px;
  font-size: 0.7rem;
  color:#fff;
  background-color: #D6D200;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vg-sitem_ltab9{
  margin: 2px 0;
  width: 82px;
  height: 27px;
  font-size: 0.7rem;
  color:#fff;
  background-color: #67A272;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vg-sitem_ltab10{
  margin: 2px 0;
  width: 82px;
  height: 27px;
  font-size: 0.7rem;
  color:#fff;
  background-color: #BB89BA;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vg-sitem_ltab11{
  margin: 2px 0;
  width: 82px;
  height: 27px;
  font-size: 0.7rem;
  color:#fff;
  background-color: #A4A0BA;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vg-sitem_ltab12{
  margin: 2px 0;
  width: 82px;
  height: 27px;
  font-size: 0.7rem;
  color:#fff;
  background-color: #0B9752;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vg-sitem_ltab13{
  margin: 2px 0;
  width: 82px;
  height: 27px;
  font-size: 0.7rem;
  color:#fff;
  background-color: #B8D200;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vg-sitem_ltab14{
  margin: 2px 0;
  width: 82px;
  height: 27px;
  font-size: 0.7rem;
  color:#fff;
  background-color: #F58A7D;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vg-sitem_ltab15{
  margin: 2px 0;
  width: 82px;
  height: 27px;
  font-size: 0.7rem;
  color:#fff;
  background-color: #C165EC;
  display: flex;
  justify-content: center;
  align-items: center;
}



.vg-sitem_ltxtflm2{
  width: 100%;
  height: auto;
  font-size: 0.75rem;
  line-height: 1.5;
}

.vg-sitem_rbtn2{
  margin: 2px 2px;
  width: 100%;
  height: 44px;
  font-size: 1rem;
  color:#F29800;

  background-image: url("../image/vg-txtbtn2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  display: flex;
  justify-content: center;
  align-items: center;
}

.vg-kojiflm{
  margin: 40px auto 40px auto;
  width: 90vw;
  max-width: 900px;
}

.vg-kojiflx{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.vg-kojittl{
  font-size: 1.8rem;
  font-weight: 700;
}

.vg-kojiimg{
  width:170px;
  height:192px;
}

.vg-kojitxt{
  margin:40px 0 40px 0;
  padding: 0 10%;
  font-size: 1rem;
  font-weight: 400;
line-height: 1.8;
}


@media(max-width:550px){

  .vg-sitemout{
    margin: 2vw 0;
    }
    
    .vg-sitemheader{
      margin: 0 auto 2vw auto;
      width: 91vw;/*324px;*/
      height:18vw;/* 60px;*/
      font-size: 1rem;
      font-weight: 700;
      letter-spacing: 2px;
      border-radius: 12px;
    }
    
    .vg-green:before{
      content: "";
      position: absolute;
      bottom:-3.8vw;
      left:calc(50% - 2vw );
      border-top: 2vw solid #22AC38;
      border-right: 2vw solid transparent;
      border-bottom:2vw solid transparent;
      border-left: 2vw solid transparent;
    }

    .vg-orange:before{
      content: "";
      position: absolute;
      bottom:-3.8vw;
      left:calc(50% - 2vw );
      border-top: 2vw solid #FF9700;
      border-right: 2vw solid transparent;
      border-bottom:2vw solid transparent;
      border-left: 2vw solid transparent;
    }
    
    
    .vg-numgreen{
      position: absolute;
      top:2px;
      left:2px;
      width: 10vw;
      height: 10vw;
      border-radius: 50%;
      border: #22AC38 2px solid;
      background-color: #fff;
      color:#000;
      font-size: 1.2rem;
    
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .vg-numorange{
      position: absolute;
      top:2px;
      left:2px;
      width: 10vw;
      height: 10vw;
      border-radius: 50%;
      border: #FF9700 2px solid;
      background-color: #fff;
      color:#000;
      font-size: 1.2rem;
    
      display: flex;
      justify-content: center;
      align-items: center;
    }
    
    .vg-num{
      font-size: 1.2rem;
      font-weight: 700;
    }
    
    .vg-sitemflm{
      margin: 0;
      padding:2.4vw 4vw;
      width: 91vw;/*378px;*/
      height:102vw;
      border-radius: 18px;
    }
    
    .vg-sitemttl{
    font-size: 1.2rem;
    font-weight: 700;
    }
    
    .vg-sitemrowflx{
      width: 100%;
      height: calc(100% - 32px);/*auto;/*52px;/*248-42  52px*/
      display: flex;
      flex-direction: column;
      justify-content:space-between;
    }
    
    .vg-sitem_lflm1{
      width:100%;/*50%;167px*/
      margin: 0;
      padding:0;
      height:50%;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start;
    }
    
    .vg-sitem_rflm1{
      width:100%;/*167px*/
      margin: 0;
      padding:0;
      height:50%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
    }
    
    .vg-sitem_limg{
      width:66%;/*167px*/
      margin:3vw 0 0 0;
      padding:0 1.5vw 0 0;
      height:auto;
    }
    
    .vg-sitem_ltabflx{
      margin:3vw 0 0 0;
      width: 34%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      flex-wrap:nowrap;
    }
    
    .vg-sitem_ltab1{
      margin:0 0 3px 0;
      width: 100%;
      height: 7.6vw;
      font-size: 0.9rem;
    }
    
    .vg-sitem_ltab2{
      margin: 2px 0;
      width: 100%;
      height: 8vw;
      font-size: 0.9rem;
    }
    
    .vg-sitem_ltab3{
      margin:0 0 3px 0;
      width: 100%;
      height: 7.6vw;
      font-size: 0.9rem;
    }
    
    .vg-sitem_ltab4{
      margin:0 0 3px 0;
      width: 100%;
      height: 7.6vw;
      font-size: 0.9rem;
    }
    
    .vg-sitem_ltab5{
      margin:0 0 3px 0;
      width: 100%;
      height: 7.6vw;
      font-size: 0.9rem;
    }
    
    .vg-sitem_ltab6{
      margin:0 0 3px 0;
      width: 100%;
      height: 7.6vw;
      font-size: 0.9rem;
    }
    
    .vg-sitem_ltab7{
      margin:0 0 3px 0;
      width: 100%;
      height: 7.6vw;
      font-size: 0.9rem;
    }
    
    .vg-sitem_ltab8{
      margin:0 0 3px 0;
      width: 100%;
      height: 7.6vw;
      font-size: 0.9rem;
    }
    
    .vg-sitem_ltab9{
      margin:0 0 3px 0;
      width: 100%;
      height: 7.6vw;
      font-size: 0.9rem;
    }
    
    .vg-sitem_ltxtflm2{
      width: 100%;
      height: auto;
      font-size: 1rem;
      line-height: 1.8;
      font-size: 0.9rem;
    }
    
    .vg-sitem_rbtn2{
      margin: 2px 2px;
      width: 35vw;
      height: 13.4vw;
      font-size: 1rem;
      background-image: url("../image/vg-txtbtn2_sp.png");
    }

    .vg-kojiimg{
      width:25vw;/*170px;*/
      height:28.2vw;/*192px;*/
    }

    .vg-kojitxt{
      margin:4vw 0 8vw 0;
      padding: 0 16vw;
      font-size: 1rem;
      font-weight: 400;
    line-height: 1.8;
    }

}

/*****************************************************

 CSS

 ivent
section Airtist


*****************************************************/

.vg-ivent_artist_ttl{
  margin:0 auto 40px auto;
  width: 312px;
  height:78px;

  background-image: url("../image/vg-artist_ttl.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.vg-ivent_artistflx{
  width: 100%;
  margin: 0 auto 0 auto;
}

.vg-ivent_artflm{
  position: relative;
  width: 100%;
  height: auto;
  margin:0 0 -10px 0;
  padding:0 0 40px 0;

  display: flex;
  justify-content: center;
  align-items: center;
}

.vg-ivent_artflm::before{
  position: absolute;
  content: "";
  width: 100%;
  height: auto;
  margin:0;
  padding:0;
  bottom: 0;
  left: 0;
  border:dotted #333;
  border-width:0 0 2px 0;
}

.vg-ivent_artflm2{
  position: relative;
  width: 100%;
  height: auto;
  margin:-10px 0 0 0;
  padding:0;

  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}

.vg-ivent_artflm2::before{
  position: absolute;
  content: "";
  width: 100%;
  height: auto;
  margin:0;
  padding:0;
  bottom:0;
  left: 0;
  border:dotted #333;
  border-width:0 0 2px 0;
}

.vg-ivent_artflm2:nth-last-of-type(1):before{
  border-width:0;
}

.vg-ivent_artimg{
  margin: 0 20px;
  width: 201px;
  height: 261px;
}

.vg-ivent_arttxt{
  width: 416px;
  height: auto;

  display: flex;
  flex-direction: column;

  font-size: 0.8rem;
  line-height: 1.8;
}

.vg-ivent_artbtn{
  margin:20px 0 0 0;
  width: 192px;
  height: 42px;
  font-size: 0.9rem;
  color:#F29800;

  background-image: url("../image/vg-artbtn.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  display: flex;
  justify-content: center;
  align-items: center;
}


@media(max-width:550px){

  .vg-ivent_artistflx{
    width: 100%;
    margin: 0 auto 0 auto;
  }
  
  .vg-ivent_artflm{
    width: 100%;
    height: auto;
    margin:0;
    padding:8vw 0 8vw 0;
  
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .vg-ivent_artflm::before{
    position: absolute;
    content: "";
    width: 100%;
    height: auto;
    margin:0;
    padding:0;
    bottom: 0;
    left: 0;
    border:dotted #333;
    border-width:0 0 2px 0;
  }
  
  .vg-ivent_artflm2{
    position: relative;
    width: 100%;
    height: auto;
    margin:0;
    padding:8vw 0 8vw 0;
  
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .vg-ivent_artflm2::before{
    position: absolute;
    content: "";
    width: 100%;
    height: auto;
    margin:0;
    padding:0;
    bottom:0;
    left: 0;
    border:dotted #333;
    border-width:0 0 2px 0;
  }
  
  .vg-ivent_artimg{
    margin:0 0 3vw 0;
    width: 62vw;
    height: auto;
  }
  
  .vg-ivent_arttxt{
    width: 82.4vw;
    height: auto;
  
    display: flex;
    flex-direction: column;
    align-items: center;
  
    font-size: 0.9rem;
    line-height: 1.8;
  }
  
  .vg-ivent_artbtn{
    margin:4vw 0 0 0;
    width: 75.6vw;
    height: 16.8vw;
    font-size: 1.1rem;
    color:#F29800;
  
    background-image: url("../image/vg-artbtn_sp.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  
    display: flex;
    justify-content: center;
    align-items: center;
  }

}


/*****************************************************

 CSS

 ivent
section Attention


*****************************************************/

.vg-ivent_attl{
  margin:0 auto 40px auto;
  width: 394px;
  height: 82px;

  background-image: url("../image/vg-att_ttl.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.vg-ivent_attflm{
  margin: 0 auto;
  width: 84%;
  max-width: 860px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.vg-ivent_attitem{
  margin:20px 20px;
  width:283px;
  height:334px;
  padding:60px 28px 12px 38px;

  display: flex;
  flex-direction: column;
  justify-content:flex-start;
  align-items: center;

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.vg-attbg1{
  background-image: url("../image/vg-attbg1.png");
}

.vg-attbg2{
  background-image: url("../image/vg-attbg2.png");
}

.vg-attbg3{
  background-image: url("../image/vg-attbg3.png");
}

.vg-attbg4{
  background-image: url("../image/vg-attbg4.png");
}


.vg-ivent_att_ttl1{
margin: 0;
text-align: center;


line-height: 1.8;
font-size: 1.2rem;
font-weight: 700;
}

.vg-ivent_att_ttl2{
  margin: 0;
  padding:5px 0;
  width: 210px;
  height: auto;

  border-radius:24px;
  background-color: #2A2C6B;
  color:#fff;

  font-size: 1rem;
  font-weight: 700;

  display: flex;
  justify-content: center;
  align-items: center;
}

.vg-ivent_att_txt3{

  margin:8px 0 0 0;
  width: 243px;
  height:180px;/* auto;*/

  line-height: 1.6;
  font-size: 0.9rem;
  font-weight: 400;

  display: flex;
  flex-direction: column;
  justify-content:center;
   align-items:flex-start;
}

.vg-ivent_att_ind{
  text-indent: -1em;
  padding-left: 1em;
}

@media(max-width:550px){

  .vg-ivent_attl{
    margin:0 auto 4vw auto;
    width: 394px;
    height: 82px;
  
    background-image: url("../image/vg-att_ttl.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  
  .vg-ivent_attflm{
    margin: 0 auto;
    width: 100vw;
    max-width: none;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
  
  .vg-ivent_attitem{
    margin:2.5vw 0;
    width:77.4vw;
    height:75.2vw;
    padding:20vw 3vw 2vw 5vw;
  }
  
  .vg-attbg1{
    background-image: url("../image/vg-attbg1_sp.png");
  }
  
  .vg-attbg2{
    background-image: url("../image/vg-attbg2_sp.png");
  }
  
  .vg-attbg3{
    background-image: url("../image/vg-attbg3_sp.png");
  }
  
  .vg-attbg4{
    background-image: url("../image/vg-attbg4_sp.png");
  }

  .vg-ivent_att_ttl1{
    margin: 0;
    text-align: center;
    
    
    line-height: 1.8;
    font-size: 1.3rem;
    font-weight: 700;
    }
    
    .vg-ivent_att_ttl2{
      margin: 0;
      padding:0.7vw 0;
      width: 58vw;
      height: auto;
    
      border-radius:8vw;

      font-size: 1.1rem;
      font-weight: 700;
    
    }
    
    .vg-ivent_att_txt3{
    
      margin:2vw 0 0 0;
      width: 100%;
      height:28vw;/* auto;*/
    
      line-height: 1.6;
      font-size: 0.9rem;
      font-weight: 400;
    
    }

}

/*****************************************************

 CSS

 ivent
section Thanks


*****************************************************/

.vg-ivent_thanksflm{
margin: 0 auto 40px auto;
width: 90%;
max-width: 900px;
}

.vg-ivent_thanksflmin{
  margin: 0 auto;
  width: 60vw;
  max-width: 660px;
}

.vg-thanksttl{
  position: relative;
  width: 475px;
  height: auto;
  padding:0 0 4px 0;
  margin: 0 auto 20px auto;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-weight: 700;
  /*text-decoration:underline wavy #FFBF63;*/
}

.vg-thanksttl::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;

  bottom:-4px;
  left:0;

  background-image: url("../image/vg-waveline.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}



.vg-thanksttl2{
  width: 365px;
  height: auto;
  margin: 0 auto 10px auto;
  text-align: center;

  display: flex;
  justify-content: center;
  align-items: center;

  letter-spacing: 2px;
  font-size: 1.3rem;
  font-weight: 700;
  color:#fff;
  background-color: #14AE67;
  padding:4px 0;
}

.vg-thankstxt1{
  margin: 0 auto 20px auto;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.9;
}

.vg-thankstxt2{
  margin: 0 auto 10px auto;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.9;
}

.vg-thankstxt3{
  margin: 0 auto 20px auto;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 2.1;
}

@media(max-width:550px){
  .vg-ivent_thanksflm{
    margin: 0 auto 4vw auto;
    width: 96vw;
    max-width:none;
    }
    
    .vg-ivent_thanksflmin{
      margin: 0 auto;
      width: 100%;
      max-width: none;
    }
    
    .vg-thanksttl{
      position: relative;
      width: 100%;
      height: auto;
      padding:0 0 4px 0;
      margin: 0 auto 4vw auto;
      text-align: center;
      font-size: 1.4rem;
      letter-spacing: 1px;
      line-height: 1.8;
      font-weight: 700;
      /*text-decoration:underline wavy #FFBF63;*/
    }
    
    .vg-thanksttl::before{
      content: "";
      position: absolute;
      width: 100%;
      height: 5px;
    
      bottom:-4px;
      left:0;
    }
    
    .vg-thanksttl2{
      width: 78.4vw;
      height: auto;
      margin: 0 auto 2vw auto;
      text-align: center;
    
      display: flex;
      justify-content: center;
      align-items: center;
    
      letter-spacing: 2px;
      font-size: 1.3rem;
      font-weight: 700;
      color:#fff;
      background-color: #14AE67;
      padding:4px 0;
    }
    
    .vg-thankstxt1{
      margin: 0 auto 4vw auto;
      text-align: center;
      font-size: 1.2rem;
      font-weight: 700;
      line-height: 1.9;
    }
    
    .vg-thankstxt2{
      margin: 0 auto 2vw auto;
      text-align: center;
      font-size: 0.9rem;
      font-weight: 400;
      line-height: 1.9;
    }
    
    .vg-thankstxt3{
      margin: 0 auto 4vw auto;
      text-align: center;
      font-size: 0.8rem;
      font-weight: 400;
      line-height: 2.1;
    }

}

/*****************************************************

 CSS

 ivent
section last


*****************************************************/

.vg-lastflm{
  padding:0 0 60px 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vg-lastflm::before{
  content: "";
  position: absolute;
  width: 0;
}

.vg-bee{
  display: block;
  margin:0 60px 0 0;
  width: 174px;
  height: 209px;

  background-image: url("../image/vg-bee.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.vg-lastttl{
  margin:0 0 0 0;
  width:160px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 2px 0;
  background-color: #469DE2;
  color:#fff;

  display: flex;
  justify-content: center;
  align-items: center;
}

.vg-lastttl2{
  margin:40px 0 0 0;
}

.vg-lastbox{
  width: 600px;
  height: auto;
  padding:0;
  margin: 0;
}

.vg-lasttxt1{
  margin:0;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 2.4;
}

.vg-lasttxt2{
  margin:20px 0 0 0;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 2.4;
}

@media(max-width:550px){

  .vg-lastflm{
    padding:0 0 10vw 0;
  }

  .vg-bee{
    display:none;
  }

  .vg-lastflm::before{
    content: "";
    position: absolute;
    width:20.4vw;
    height:24.6vw;

    bottom: 10vw;
    right:2vw;

    background-image: url("../image/vg-bee.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .vg-lastttl{
    margin:0;
    width:40vw;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    padding: 2px 0;
  }

  .vg-lastttl2{
    margin:4vw 0 0 0;
  }
  
  .vg-lastbox{
    width: 90vw;
  }
  
  .vg-lasttxt1{
    margin: 0;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.8;

    text-indent: -1em;
    padding-left: 1em;
  }
  
  .vg-lasttxt2{
    margin:4vw 0 0 0;
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 1.8;
  }
}


/*********************************************************************/
/*********************************************************************/
/*********************************************************************/

/* ivent2024 */

/*********************************************************************/
/*********************************************************************/
/*********************************************************************/

/*****************************************************************
top
*****************************************************************/

.vl24-topbg{
  width: 100%;
  margin: 0;
  padding:14% 0 5% 0;
  height: auto;
  background-color: #EDDD42;

  display: flex;
  justify-content: center;
  align-items: center;
}

.vl24-topbg img{
  width:calc(1299vw / 12) ;
  max-width:1299px;
  height: auto;
}

.vl24-mainflame{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 6% 0;

  display: flex;
  justify-content: center;
  align-items: center;
}


.vl24-obi2{
  margin: 20px 0;
}

.vl24-imgimg{
  margin: 20px 0;
}

@media(max-width:550px){

  .vl24-topbg{
    width: 100vw;
    margin: 0;
    padding:0 0 6vw 0;
  }
  
  .vl24-topbg img{
    width:calc(592vw / 5) ;
    max-width:initial;
    height: auto;
  }
  .vl24-obi1{
    width: calc(450vw / 5);
    height: auto;
    margin:0 0 4vw 0;
  }
}


/*******************************************************************/
/*google map*/

.vl24-gmapbg{
  width: 100%;
  padding: 50px 0 50px 0;/*200px + 80px*/
  margin:0;
  height: auto;
  background-color: #fff;

  display: flex;
  justify-content: center;
  align-items: center;
}

#map{
  padding-top: 220px;
  margin-top: -220px;
}

@media(max-width:550px){
  .vl24-gmapbg{
    width: 100vw;
    padding: 10vw 0 4vw 0;/*10vw 0 10vw 0 */
    margin:0;
    height: auto;
  }
  
  #map{
    padding-top: 26vw;
    margin-top: -26vw;
  }

}


/******************************************************************
shop information*/

.vl24-shopbg{
  width: 100%;
  padding: 50px 0 50px 0;/*200px + 80px*/
  margin:0;
  background-color: #F4EB8E;
  height: auto;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.vl24-placeimg{
  max-width:900px;
  width:calc(900vw / 12) ;
  height: auto;
}

.vl24-obi1{
  margin:0 0 20px 0;
}

@media(max-width:550px){

  .vl24-shopbg{
    width: 100vw;
    padding: 10vw 0 10vw 0;/*200px + 80px*/
    margin:0;
  }

  .vl24-placeimg{
    max-width:initial;
    width:100vw;
    height: auto;
  }

  .vl24-obi1{
    width: calc(450vw / 5);
    height: auto;
    margin:0 0 6vw 0;
  }
}




/********************************************************************/
/*food */

.vl24-foodbg{
  width: 100%;
  padding: 50px 0 50px 0;/*200px + 80px*/
  margin: 0;
  background-color: #F4EB8E;
}

.vl24-fobi{
  width: 100%;
  max-width: 900px;
  padding-top:220px;
  margin:-220px auto 12px auto;
}

.vl24-sobi{
  width: 100%;
  max-width: 900px;
  margin:36px auto 12px auto;
}

.vl24-foodflx{
  max-width: 900px;
  width:calc(900vw / 12) ;
  height: auto;
  margin: 0 auto;

  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
}

.vl24-fooditem{
  width: 48.4%;
  height: auto;
  margin: 12px 0;
}

@media(max-width:550px){
  .vl24-foodbg{
    width: 100vw;
    padding: 10vw 0 10vw 0;/*200px + 80px*/
    margin:0;
  }

  .vl24-fobi{
    width: calc(450vw / 5);
    max-width: initial;
    height: auto;
    padding-top: 26vw;
    margin:-26vw auto 4vw auto;
  }

  .vl24-sobi{
    width: calc(450vw / 5);
    max-width: initial;
    height: auto;
    margin:12vw auto 4vw auto;
  }

  .vl24-foodflx{
    max-width: initial;
    width:90vw;
    height: auto;
    margin: 0 auto;
  }
  
  .vl24-fooditem{
    width: 49%;
    height: auto;
    margin: 1.1vw 0;
  }

}


/********************************************************************/
/*vege marshe */

.vl24-vegebg{
  width: 100%;
  padding: 50px 0 50px 0;/*200px + 80px*/
  margin:0;
/*padding-top: 40px;
margin-top: -40px;*/
  background-color: #E7EEC0;
}

@media(max-width:550px){
  .vl24-vegebg{
    width: 100vw;
    padding: 10vw 0 10vw 0;/*200px + 80px*/
    margin:0;
  }
}



/********************************************************************/
/*marshe */

.vl24-marshebg{
  width: 100%;
  padding: 50px 0 50px 0;
  margin: 0;
  background-color: #F4EAF2;
}

@media(max-width:550px){
  .vl24-marshebg{
    width: 100vw;
    padding: 10vw 0 10vw 0;/*200px + 80px*/
    margin:0;
  }
}


/********************************************************************/
/*fashion */

.vl24-fashionbg{
  width: 100%;
  padding: 50px 0 50px 0;
  margin: 0;
  background-color: #E4EFF9;
}

.vl24-ffattention{
  margin: 2% auto 0 auto;
  max-width: 900px;
  width:calc(900 / 12) ;
  height: auto;
}


@media(max-width:550px){
  .vl24-fashionbg{
    width: 100vw;
    padding: 10vw 0 10vw 0;/*200px + 80px*/
    margin:0;
  }

  .vl24-ffattention{
    margin: 4vw auto 0 auto;
    max-width: initial;
    width:90vw;
    height: auto;
  }
}

/********************************************************************/
/*workshop */

.vl24-workshopbg{
  width: 100%;
  padding:50px 0 50px 0;
  margin: 0;
  background-color: #E1E0ED;
}

@media(max-width:550px){
  .vl24-workshopbg{
    width: 100vw;
    padding: 10vw 0 10vw 0;/*200px + 80px*/
    margin:0;
  }
}

/********************************************************************/
/*artist*/

.vl24-artistbg{
  width: 100%;
  padding: 50px 0 50px 0;
  margin: 0;
  background-color: #fff;
}

.vl24-2daysoundbg{
  width: 100%;
  padding: 4% 0;
  margin: 0;
  background-color: #fff;
}

.vl24-aobi{
  width: 100%;
  max-width: 1000px;
  padding-top: 220px;
  margin:-220px auto 12px auto;
}

.vl24-aobi2{
  width: 100%;
  max-width: 1000px;
  margin:6px auto 12px auto;
}

.vl24-aobi3{
  width: 100%;
  max-width: 1000px;
  margin:6px auto 12px auto;
}

.vl24-art1flx{
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.vl24-artistitem{
  width: 100%;
  height: auto;
  margin: 12px 0;
  padding: 0;
}

.vl24-border{
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 0 12px 0;
  border :#000 dotted ;
  border-width: 2px 0 0 0;
}

.vl24-prideflx1{
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;

  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.vl24-prideitem1{
  width:31.7%;
  height: auto;
  margin:0;
}

.vl24-prideflx2{
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;

  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.vl24-prideitem2{
  width:31.7%;
  height: auto;
  margin:36px 1.4% 0 1.4%;
}

@media(max-width:550px){
  .vl24-artistpbg{
    width: 100vw;
    padding: 10vw 0 10vw 0;/*200px + 80px*/
    margin:0;
  }

  .vl24-aobi{
    width: calc(450vw / 5);
    max-width: initial;
    height: auto;
    padding-top: 26vw;
    margin:-26vw auto 4vw auto;
  }
  
  .vl24-aobi2{
    width: calc(450vw / 5);
    max-width: initial;
    height: auto;
    margin:6vw auto 4vw auto;
  }

  .vl24-aobi3{
    width: calc(450vw / 5);
    max-width: initial;
    height: auto;
    margin:1vw auto 4vw auto;
  }

  .vl24-artistitem{
    width: calc(450vw / 5);
    height: auto;
    margin: 4vw 0;
    padding: 0;
  }
  
  .vl24-border{
    width: calc(450vw / 5);
    height: auto;
    margin: 0;
    padding: 0 0 2vw 0;
  }

  .vl24-prideflx1{
    margin: 0 auto;
    width: 100vw;
    max-width: initial;
  
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .vl24-prideflx2{
    margin: 0 auto;
    width: 100vw;
    max-width: initial;
  
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .vl24-prideitem1{
    width:calc(364vw / 5);
    height: auto;
    margin:10vw 0 0 0;
  }

  .vl24-prideitem2{
    width:calc(364vw / 5);
    height: auto;
    margin:10vw 0 0 0;
  }

}


/********************************************************************/
/*honeyst*/

.vl24-honeysbg{
  width: 100%;
  padding: 4% 0;
  margin: 0;
  background-color: #F4EB8E;

  display: flex;
  justify-content: center;
  align-items: center;
}

.vl24-honeystxt{
  max-width:933px;
  width:calc(933vw / 10) ;
  height: auto;
}

@media(max-width:550px){
  .vl24-honeysbg{
    width: 100vw;
    padding: 10vw 0 10vw 0;/*200px + 80px*/
    margin:0;
  }
  .vl24-honeystxt{
    max-width:initial;
    width:calc(450vw / 5) ;
    height: auto;
  }
}

/********************************************************************/
/*last message*/

.vl24-lastattentionbg{
  width: 100%;
  padding: 4% 0;
  margin: 0;
  background-color: #E7EEC0;

  display: flex;
  justify-content: center;
  align-items: center;
}

.vl24-lastattentiontxt{
  max-width:1000px;
  width:calc(1000vw / 10) ;
  height: auto;
}


@media(max-width:550px){
  .vl24-lastattentionbg{
    width: 100vw;
    padding: 10vw 0 10vw 0;/*200px + 80px*/
    margin:0;
  }
  .vl24-lastattentiontxt{
    max-width:initial;
    width:calc(460vw / 5) ;
    height: auto;
    margin:0 -2vw 0 0;
  }
}






