@charset "UTF-8";
/* CSS Document */

@keyframes zoomUp {
0% {
transform: scale(1);
}
100% {
transform: scale(1.15); /* 拡大率 */
}
}



/*PC*/
@media print, screen and (min-width: 768px) {


/* venue
--------------------------------------------*/
#venue{
position: relative;
}

#venue .section_wrap{
position: relative;
margin: 0 auto 140px;
}

#venue .section_wrap .block{
width: 80%;
margin: 0 auto 60px;
}

#venue .section_wrap .block:last-child{
margin-bottom: 0;
}

#venue .section_wrap .block h3{
font-size: 2rem;
font-weight:900;
text-align: center;
line-height: 1;
margin: 0 0 30px;
}

#venue .block .booth_list{
display: flex;
flex-wrap: wrap;
}

#venue .block .booth_list li{
width: 23.5%;
margin-right: 2%;
margin-bottom: 2%;
}

#venue .block .booth_list li:nth-child(4n){
margin-right: 0;
}

#venue .block .booth_list .img{
border-radius: 1rem;
overflow: hidden;
margin: 0 0 5px;
}

#venue .block .booth_list li .no{
text-align: center;
font-size: 1.2rem;
line-height: 1;
margin: 0 0 5px;
}

#venue .block .booth_list li .no2{
text-align: center;
font-size: 1.2rem;
line-height: 1;
margin: 0 0 5px;
color:#7e0070;
}

#venue .block .booth_list h4{
font-size: 1.2rem;
font-weight: 800;
line-height: 1;
text-align: center;
margin: 0 0 15px;
}

#venue .block .booth_list h5{
padding: 8px;
box-sizing: border-box;
background:#121212;
color: #FFF;
font-size: .9rem;
line-height: 1;
text-align: center;
width: 50%;
margin: 0 auto 15px;
}

#venue .block .booth_list p{
font-size: .9rem;
font-weight: 600;
line-height: 1.8;
}

/*com
------------*/
.sub_ttl{
font-size: 1.6rem;
font-weight: 300;
font-style: italic;
color: #eb55a5;
margin: 0 auto 20px;
text-align: center;
}

.red_txt{
font-size: 1.2rem;
font-weight: 300;
font-style: italic;
margin: 0 auto 60px;
}

.red_txt span{
display: block;
font-size: 1rem;
margin-top: 10px;
}


}
/*sp*/
@media only screen and (max-width: 767px) {


/*com
------------*/
.sub_ttl{
font-size: 1.2rem;
font-weight: 300;
font-style: italic;
color: #eb55a5;
margin: 0 auto 20px;
text-align: center;
}


.red_txt{
font-size: 1rem;
font-weight: 300;
font-style: italic;
margin: 0 auto 30px;
}

.red_txt span{
display: block;
margin-top: 15px;
line-height: 1.4;
font-size: .8rem;
}


/* venue
--------------------------------------------*/
#venue{
position: relative;
}

#venue .section_wrap{
position: relative;
margin: 0 auto 100px;
}

#venue .section_wrap::before{
content: "";
position: absolute;
top:50px;
right: -5%;
width: 58%;
height: 5px;
background: #ea6486;
clip-path: polygon(1% 0, 100% 0, 99% 100%, 0% 100%);
}

#venue .section_wrap::after{
content: "";
position: absolute;
top: -20px;
left: -5%;
width: 58%;
height: 5px;
background: #eb55a5;
clip-path: polygon(1% 0, 100% 0, 99% 100%, 0% 100%);
}

#venue .hed_tit::before{
content:"アクリエひめじ会場MAP";
position: absolute;
top: 0;
left:50%;
color: #69e6dc;
margin-left:-119px;
z-index: -1;
}

#venue .hed_tit::after{
content:"アクリエひめじ会場MAP";
position: absolute;
top: 0;
left:50%;
color: #eb55a5;
margin-left:-121px;
z-index: -2;
}

#venue .section_wrap .block{
width: 90%;
margin: 0 auto 30px;
}

#venue .section_wrap .block:last-child{
margin-bottom:0;
}

#venue .section_wrap .block h3{
font-size: 1.2rem;
font-weight:900;
text-align: center;
line-height: 1;
margin: 0 0 20px;
}


#venue .block .booth_list{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#venue .block .booth_list li{
width:48%;
margin-bottom:4%;
}

#venue .block .booth_list li:nth-child(4n){
margin-right: 0;
}

#venue .block .booth_list .img{
border-radius: .5rem;
overflow: hidden;
margin: 0 0 10px;
}
#venue .block .booth_list li .no{
text-align: center;
font-size: 1.2rem;
line-height: 1;
margin: 0 0 5px;
}

#venue .block .booth_list li .no2{
text-align: center;
font-size: 1.2rem;
line-height: 1;
margin: 0 0 5px;
color:#7e0070;
}

#venue .block .booth_list h4{
font-size: .9rem;
font-weight: 800;
line-height: 1.2;
text-align: center;
margin: 0 0 10px;
}

#venue .block .booth_list h5{
padding: 6px;
box-sizing: border-box;
background:#121212;
color: #FFF;
font-size: .7rem;
line-height: 1;
text-align: center;
width: 60%;
margin: 0 auto 10px;
}

#venue .block .booth_list p{
font-size: .7rem;
font-weight: 600;
line-height: 1.8;
}



}