/* 220317追加 */
.link_kansetsuInfo{
  background-color: #6bb42a;
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 230px;
  font-size: 16px;
  padding: 5px 0;
  display: inline-block;
  margin-top: 15px;
}
.link_kansetsuInfo:hover{
  color: #fff;
}
@media screen and (max-width:768px) {
  .link_kansetsuInfo{
    font-size: 14px;
    padding: 3px 0;
  }
}

/* 230112追加　オンライン視覚 */
.shikaku_link_wrap{
  width: 100%;
  text-align: center;
}
.shikaku_link{
  text-align: center;
  padding: 10px;
  display: inline-block;
  margin: 20px auto;
  border: 1px solid #6bb42a;
}
.shikaku_link:hover{
  text-decoration: none;
  opacity: 0.6;
}

/* 240301 marche2024*/
.marche2024{
  padding: 0;
}
.marche2024-mv{
  background-image: url(/assets/img/event/marche2024/mv_bg.jpg);
  background-size: cover;
  padding: 50px 0 50px;

}
.marche2024-mv_title{
  margin: auto;
  width: 540px;
}
.marche2024-mv_info{
  width: 770px;
  margin: 40px auto 0;
  background: #FFF;
  padding: 30px 80px;
  border-radius: 15px;

}
.marche2024-mv_info_place{
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  background: #fff4f6;
  border-radius: 20px ;
  padding-bottom: 15px;

}
.marche2024-mv_info_place >span{
  border-radius: 20px 20px 0 0;
  color: #FFF;
  padding: 6px 35px;
  background: #e6748a;
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}

.marche2024-mv_info_side .pc-on{
  display: inline-block;
}
.marche2024-mv_info_side{
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.marche2024-mv_info_side >dt {
  width: 10%;
}
.marche2024-mv_info_side >dd {
  width: 90%;
}
@media screen and (max-width:768px) {
  .marche2024-mv{
    padding: 30px 0 30px;
  }
  .marche2024-mv_title{
    margin: auto;
    width: 80%;
  }

  .marche2024-mv_info{
    margin: 20px auto 0;
    width: 90%;
    padding: 20px 20px;
  }
  .marche2024-mv_info_place{
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
  }
  .marche2024-mv_info_place >span{
    font-size: 17px;
    padding: 6px 15px;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;

  }
  .marche2024-mv_info_side >dt {
    width: 15%;
  }
  .marche2024-mv_info_side >dd {
    width: 85%;
  }
  .marche2024-mv_info_side{
    font-size: 15px;

  }
  .marche2024-mv_info_side .pc-on{
    display: none;
  }
}


.home-banner_area{
  padding: 50px 0 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
.home-banner_area a {
  display: block;
  width: 48%;

}
@media screen and (max-width: 768px) {
  .home-banner_area {
    padding: 20px 0 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
  }

  .home-banner_area a {
    width: 80%;
    margin-bottom: 8px;
  }


}
/* 240408 marche2024つづき*/
.marche2024-main{
  background-color: #c1db81;
  background-image: url(/assets/img/event/marche2024/head_bg.png);
  background-size: 110% auto;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}
.marche2024-main::before{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 700px;
  background-repeat: repeat-y;
  content: "";
  background-size: 100% auto;
  background-image: url(/assets/img/event/marche2024/bg-deco.png);
}
.marche2024-main_deco{
  position: absolute;
  width:200px;
  height: 200px;
  opacity: .2;
  left: 40px;
  top: -60px;
}
.marche2024-main a:hover{
  text-decoration: none ;
}
.marche2024 .head_title{
  width: 580px;
  margin: auto;
}


.marche2024 .lhall-color{
  color:#ef8454;
}
.marche2024 .square-color{
  color:#00ac97;
}
.marche2024 .exhibition-color{
  color:#4694d1;
}
.marche2024 .lhall-bgcolor{
  background-color:#ef8454;
}
.marche2024 .square-bgcolor{
  background-color:#00ac97;
}
.marche2024 .exhibition-bgcolor{
  background-color:#4694d1;
}
.marche2024 .links{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 40px;
}
.marche2024 .links >li{
  width: 23%;
}

.marche2024 .links >li >a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  box-shadow: 4px 4px 0px 0px rgba(1, 1, 1, 0.08);
  color: #FFF;
  border-radius: 80px;
  padding: 12px 0;
  height: 100%;

}
.marche2024 .links >li >a.stamp{
  background-color: #FFF;
  color: #333;
  font-size: 20px;
  font-weight: 600;
}
.marche2024 .links >li >a >.text{
  width: 100%;
  font-size: 14px;
  text-align: center;
}
.marche2024 .links >li >a >.img{
  height: 23px;
  margin-top: 4px;
}
.marche2024 .links >li >a >.img >img{
  height: inherit;
}

.marche2024 .inner{
  position: relative;
  z-index: 1;
 max-width: 1028px;
 margin-left: auto;
 margin-right: auto;
}

.marche2024 .box {
  background-color: #FFF;
  box-shadow: 4px 4px 0px 0px rgba(1, 1, 1, 0.08);
  margin-top: 65px;
  background-size: 62% auto;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 34px 60px 20px;
  position: relative;
}
.marche2024 .box.lhall{
  background-image: url(/assets/img/event/marche2024/box_head_bg-lhall.png);
}
.marche2024 .box.square{
  background-image: url(/assets/img/event/marche2024/box_head_bg-square.png);
}
.marche2024 .box.exhibition{
  background-image: url(/assets/img/event/marche2024/box_head_bg-exhibition.png);
}
.marche2024 .box .mt10{
 margin-top: 10px;
}
.marche2024 .box .mt20{
 margin-top: 20px;
}
.marche2024 .box .mt40{
 margin-top: 40px;
}
.marche2024 .box .fs13{
font-size: 13px;
}
.marche2024 .box .fs18{
font-size: 18px;
}
.marche2024 .box .fs20{
font-size: 20px;
}
.marche2024 .box .fs22{
font-size: 22px;
}
.marche2024 .box .fs24{
font-size: 24px;
}
.marche2024 .box .text_center{
  text-align: center;
}


.marche2024 .box_title {
  color: #fff;
  text-align: center;
  margin-bottom: 75px;
}
.marche2024 .box_title >.text {
  display: block;
  width: 100%;
  font-weight: 300;
  font-size: 24px;
}
.marche2024 .box_title >.img{
  height: 50px;
  margin-top: 8px;
  display: block;
}

.marche2024 .box_title >.img >img{
  height: inherit;
}
.marche2024 .box.lhall .lhall_balloon{
  position: absolute;
  width: 180px;
  top: -20px;
  left: -20px;
}

.marche2024 .box.lhall .lhall_present{
  text-align: center;
  width: 100%;
  font-size: 18px;
  line-height: 1.7;
}
.marche2024 .box.lhall .lhall_catch{
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  font-weight: 500;
  box-shadow: 3px 3px 0px 0px #ef8454;

}

.marche2024 .box.lhall .lhall_catch >dt{
  background-color: #FFF;
  padding: 15px 20px;
  width: 20%;
  text-align: center;
  color:#ef8454;
  border: 1px solid #ef8454;
  font-size: 24px;
}
.marche2024 .box.lhall .lhall_catch >dd{
  background-color: #fdede4;
  padding: 15px 25px;
  width: 80%;
  font-size: 22px;
  border: 1px solid #ef8454;
  border-left:  none;
}

.marche2024 .box.stamp .stamp_balloon{
  position: absolute;
  width: 236px;
  top: -10px;
  right: -10px;
}

.marche2024 .box.square .kitchen_list{
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.marche2024 .box.square .kitchen_list >li{
  margin-bottom: 10px;
  display: flex;
  width: 50%;
}
.marche2024 .box.square .kitchen_list >li >figure{
 width: 30px;
 margin-right: 8px;
}
.marche2024 .box.stamp .kitchen_list >li >figure{
 width: 30px;
 margin-right: 8px;
}
.marche2024 .box_card{
  padding: 30px 0 30px;
  border-bottom: 1px dashed #333;
}
.marche2024 .box_card.last{
  padding: 30px 0 30px;
  border-bottom: none;
}

.marche2024 .box_card .box_card_title{
  font-size: 22px;
}
.marche2024 .box_card .box_card_title >.label{
  padding: 14px 10px;
  color: #FFF;
  border-radius: 50%;
  margin-left: 10px;
  display: inline-block;
}

.marche2024 .box_card .box_card_2col{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.marche2024 .box_card .box_card_2col.person figcaption{
  width: 75%;
}
.marche2024 .box_card .box_card_2col.person figure{
  width: 20%;
}
.marche2024 .box_card .box_card_2col.diagram figcaption{
  width: 65%;
}
.marche2024 .box_card .box_card_2col.diagram figure{
  width: 30%;
}
.marche2024 .stamp .box_card .box_card_2col{
  align-items: center;
}
.marche2024 .stamp .box_card .box_card_2col figure{
  width: 20%;
}
.marche2024 .stamp .box_card .box_card_2col figcaption{
  width: 75%;
}


.marche2024 .btnarea{
  text-align: center;
}
.marche2024 .btn{
  text-align: center;
  display: block;
  width: 600px;
  font-size: 20px;
  color: #FFF;
  margin: auto;
  padding: 20px 10px;
  border-radius: 50px;
  margin-top: 20px;
  box-shadow: 4px 4px 0px 0px rgba(1, 1, 1, 0.08);

}

.marche2024 .period{
  width: 500px;
  margin: auto;
  display: flex;
  margin-top: 15px;
}
.marche2024 .period >dt{
  width: 30%;
  background-color: #333;
  color: #FFF;
  padding: 10px;
  display: flex;
  align-items: center;
}
.marche2024 .period >dd{
  width: 70%;
  border: 1px solid #333;
  padding: 10px;
  font-size: 22px;
}

.marche2024 .time{
  padding: 0 12px;
  position: relative;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 10px;
}
.marche2024 .time > span{
  position: relative;
  height: 36px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
}
.marche2024 .time::after{
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  position: absolute;
  height: calc(tan(60deg) * 42px / 2);
  width: 12px;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.marche2024 .time::before{
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  position: absolute;
  height: calc(tan(60deg) * 42px / 2);
  width: 13px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.marche2024 .box.lhall .time > span{
  background: #ef8454;
}
.marche2024 .box.lhall .time::after{
  background: #ef8454;
}
.marche2024 .box.lhall .time::before{
  background: #ef8454;
}
.marche2024 .box.square .time > span{
  background: #00ac97;
}
.marche2024 .box.square .time::after{
  background: #00ac97;
}
.marche2024 .box.square .time::before{
  background: #00ac97;
}
.marche2024 .box.exhibition .time > span{
  background: #4694d1;
}
.marche2024 .box.exhibition .time::after{
  background: #4694d1;
}
.marche2024 .box.exhibition .time::before{
  background: #4694d1;
}

@media screen and (max-width: 768px) {
  .marche2024-main{
    background-image: url(/assets/img/event/marche2024/head_bg-sp.png);
    padding-bottom: 60px;
    padding-top: 40px;

  }
  .marche2024-main::after{
    background-image: none;
  }
  .marche2024 .head_title{
    width: 80%;
    margin: auto;
  }
  .marche2024-main_deco{
    width:200px;
    height: 200px;
    opacity: .2;
    left: -40px;
    top: -120px;
  }
  .marche2024 .links{
    width: 90%;
    margin: auto;
  }
  .marche2024 .links >li{
    width: 100%;
    margin-top: 17px;
    height: 70px;
  }
  .marche2024 .links >li >a >.img{
    height: 20px;
    margin-top: 2px;
  }
  .marche2024 .links >li >a.stamp >p{
    font-size: 18px;
  }
  .marche2024 .inner{
    max-width: 100%;
  }
  .marche2024 .box {
    width: 90%;
    margin: auto;
    margin-top: 30px;
    background-size: 110% auto;
    padding: 20px 20px 20px;

  }
  .marche2024 .box .fs18-sp{
    font-size: 18px;
    }
  .marche2024 .box_title {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
  }
  .marche2024 .box_title >.text {

    font-size: 18px;
  }
  .marche2024 .box_title >.img{
    height: 30px;
    margin-top: 3px;
    display: block;
  }


  .marche2024 .box.lhall .lhall_balloon{
    position: absolute;
    width: 100px;
    top: -20px;
    left: 0;
  }
  .marche2024 .box.lhall .lhall_present{
    text-align: left;
    width: 100%;
    font-size: 15px;
    line-height: 1.7;
  }
  .marche2024 .box.lhall .lhall_catch{
    margin-top: 30px;
  }
  .marche2024 .box.lhall .lhall_catch >dt{
    padding: 10px 20px;
    width: 100%;
    text-align: center;
    font-size: 18px;
  }
  .marche2024 .box.lhall .lhall_catch >dd{
    padding: 15px 25px;
    text-align: center;
    font-size: 16px;
    width: 100%;
    border-left:  1px solid #ef8454;
  }
  .marche2024 .box.stamp .stamp_balloon{
    display: none;
  }
  .marche2024 .box.square .kitchen_list{
    margin-top: 20px;
  }
  .marche2024 .box.square .kitchen_list >li{
    width: 100%;
  }

  .marche2024 .btn{
    margin-top: 20px;
    width: 80%;
    font-size: 18px;

  }
  .marche2024 .period{
    width: 100%;
  }
  .marche2024 .period >dt{
    width: 40%;

  }
  .marche2024 .period >dd{
    display: flex;
    align-items: center;
    width: 60%;
    border: 1px solid #333;
    font-size: 18px;
  }
  .marche2024 .box_card .box_card_2col.person figcaption{
    width: 100%;
  }
  .marche2024 .box_card .box_card_2col.person figure{
    width: 40%;
    margin: 20px auto 0;
  }
  .marche2024 .stamp .box_card .box_card_2col{
    align-items: flex-start;
  }
  .marche2024 .box_card .box_card_2col.diagram figcaption{
    width: 100%;
  }
  .marche2024 .box_card .box_card_2col.diagram figure{
    width: 80%;
    margin: 30px auto 0;
  }
  .marche2024 .box_card,.marche2024 .box_card.last{
    padding: 15px 0;
  }
}

/* 追記禁止  */
