@charset "utf-8";
/* CSS Document */

/*==================================

三島支部私立幼稚園・認定こども園 就職説明会 2021

==================================*/
/*共通*/

.font-mont{
    font-family: 'Montserrat', sans-serif;
}

/* PC用CSS
   ========================================================================== */
@media screen and (min-width:980px){
/*全体設定_PC*/
.sp-display{
	display:none;}

html{
	overflow:scroll;
	margin:0;
	padding:0;
	}

body{
	background-color:#fff;
	font: 16px/20px dnp-shuei-mgothic-std,'Noto Sans JP', sans-serif;
	color:#3e3a39;
	overflow:hidden;
	position:relative;
	min-width:640px;
	}

#wrapper{
	width: 100%;
	margin:0 auto;
	}

/*メインビジュアル_PC*/
#mvisual_wrap{
	width:100%;
	height:630px;
	background-size:auto 100%;
	background-color:#fad6d7;
	background:url("../img/higashiosaka_fair/mv-back.jpg") no-repeat center/cover;
    text-align: center;
	}

#mvisual_wrap h1{
    width: 1140px;
    height: 258px;
    display: inline-block;
    margin: 60px auto 0 auto;
    text-align: center;
}
    
#mvisual_wrap .date-wrap{
    /* 会場がホール７等1文字の時
	width: 750px;*/
	width: 830px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 40px 0;
}

.date-wrap .date .font-mont{
    font-size: 75px;
}

.date-wrap .date{
    font-size: 24px;
    font-weight: bold;
    color: #DB1A60;
    position: relative;
}

.date-wrap .date p{
    position: absolute;
    top: 20px;
    left: 0;
}

.date-wrap .time{
    font-size: 24px;
}

.date-wrap .time p{
    text-align: left;
}

.date-wrap .time p:first-of-type{
    background:url("../img/higashiosaka_fair/time-icon.svg") no-repeat left;
    padding: 5px 0 5px 40px;
    margin-bottom: 10px;
}

.date-wrap .time p:nth-of-type(2){
    background:url("../img/higashiosaka_fair/mappin.svg") no-repeat 1%;
    padding: 5px 0 5px 40px;
}

/*メインビジュアル内ボタン*/
.mv-btn-area{
    width: 750px;
    display: flex;
    margin: 0 auto;
}

.mv-btn-area a{
    width: 848px;
    height: 70px;
    line-height: 52px;
    background: #DB1A60 url("../img/higashiosaka_fair/chevron-w.svg") no-repeat 95% 50%/3.5%;
    border: 2px solid #DB1A60;
    border-radius: 5px;
    color: #fff;
    font-size: 43px;
    display: block; 
    text-align: center;
    padding: 18px 0 0 20px;
}

.mv-btn-area a span{
    display: block;
    font-size: 20px;
    margin-top: 10px;
}

.mv-btn-area a:first-of-type{
    margin-right: 20px;
}

.mv-btn-area a:hover{
    background: #fff url("../img/higashiosaka_fair/chevron-p.svg") no-repeat 95% 50%/3.5%;
    border: 2px solid #DB1A60;
	color: #DB1A60;
	transition: all .3s;
}


/*フェアについて_PC*/
#overview-wrap{
	background: #FFFFD1;
    padding: 60px 0;
	}

.overview-in{
    width: 630px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
}

.overview-in strong{
    display: block;
    font-size: 20px;
	line-height: 25px;
    margin-bottom: 30px;
}

.overview-list{
    width: 630px;
    font-size: 22px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 30px auto;
}

.overview-list li{
    width: 120px;
    background: #fff url("../img/higashiosaka_fair/chevron-p-b.svg") no-repeat 94% 50%/11%;
    border: 2px solid #DB1A60;
    border-radius: 3px;
    padding: 5px;
    text-align: left;
}

.overview-list li a{
    color: #DB1A60;
    display: block;
}

.overview-list li:last-of-type{
    /*background-image: none;*/
}

.overview-list li:hover{
    background: #fff url("../img/higashiosaka_fair/chevron-p-b.svg") no-repeat 94% 65%/11%;
    transition: all .3s;
}

.overview-list li:last-of-type:hover{
    /*background-image: none;*/
}

.overview-in .overview-txt{
    color: #DB1A60;
    font-size: 18px;
    line-height: 30px;
}

/*エントリー_PC*/
.entry-wrap{
	padding: 60px 0 20px 0;
	}

.entry-part1{
	background-color: #FFFFD1;
	}

.entry-part2{
	background-color: #FFEFF5;
	}

.entry-wrap .entry-btn-in{
	margin:0 auto;
	text-align:center;
    margin-bottom:20px;
	}

.entry-wrap .entry-btn-in .entry-txt{
    font-size: 18px; 
	margin-bottom:50px;
	line-height:25px;
	}

.page-btn-area{
    width: 850px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.page-btn-area a{
    width: 848px;
    height: 70px;
    line-height: 52px;
    background: #DB1A60 url("../img/higashiosaka_fair/chevron-w.svg") no-repeat 95% 50%/3.5%;
    border: 2px solid #DB1A60;
    border-radius: 5px;
    color: #fff;
    font-size: 43px;
    display: block; 
    text-align: center;
    padding: 18px 0 0 20px;
}

.page-btn-area a span{
    display: block;
    font-size: 20px;
    margin-top: 10px;
}

.page-btn-area a:first-of-type{
    margin-right: 20px;
}


.page-btn-area a:hover{
    background: #fff url("../img/higashiosaka_fair/chevron-p.svg") no-repeat 95% 50%/3.5%;
    border: 2px solid #DB1A60;
	color: #DB1A60;
	transition: all .3s;
	}

/*参加特典_PC*/
#benefits-wrap{
	background: #fff;
    padding: 60px 0;
	}

#benefits-wrap .section_title{
    width: 600px;
    display: block;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    text-align: center;
    line-height: 45px;
    margin: 0 auto 30px auto;
}

#benefits-wrap .section_title::before{
    width: 216px;
    height: 70px;
    background:url("../img/higashiosaka_fair/flag-b-l.png") no-repeat center;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
}

#benefits-wrap .section_title::after{
    width: 216px;
    height: 70px;
    background:url("../img/higashiosaka_fair/flag-b-r.png") no-repeat center;
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
}

#benefits-wrap .benefits-in{
    width: 850px;
    display: flex;
	justify-content: center;
    /*justify-content: space-between;*/
    margin: 0 auto;
    padding: 30px 0;
}

.benefits-in .benefits-list{
    width: 416px;
    border: 1px solid #DB1A60;
	text-align: center;
}

.benefits-list dd{
    width: 416px;
    background: #fff;
    padding: 30px 0;
}

.benefits-list dd strong{
    color: #DB1A60;
    display: block;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    margin: 0 auto 20px auto;
    position: relative;
}

.benefits-list:first-of-type dd strong{
    width: 308px;
    text-indent: 40px;
} 

.benefits-list dd p{
    width: 460px;
    line-height: 25px;
    margin: 0 0 0 20px;
}

/*参加園一覧_PC*/
#support-wrap{
	background-color: #FFEFF5;
    padding: 60px 0;
	}


#support-wrap .section_title{
    width: 600px;
    display: block;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    text-align: center;
    line-height: 45px;
    margin: 0 auto 30px auto;
}

#support-wrap .section_title::before{
    width: 216px;
    height: 70px;
    background:url("../img/higashiosaka_fair/flag-b-l.png") no-repeat center;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
}

#support-wrap .section_title::after{
    width: 216px;
    height: 70px;
    background:url("../img/higashiosaka_fair/flag-b-r.png") no-repeat center;
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
}

#support-wrap .area-title{
    width: 850px;
    margin: 0 auto;
    padding-bottom: 40px;
    color: #DB1A60;
    display: block;
    font-size: 20px;
    font-weight: bold;
}

#support-wrap .area-title span{
     display: block;
     position: absolute;
     padding: 7px 20px 0 20px;
}

#support-wrap .area-title span::before{
    width: 11px;
    height: 34px;
    background:url("../img/higashiosaka_fair/support-area-l.png") no-repeat center;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
}

#support-wrap .area-title span::after{
    width: 11px;
    height: 34px;
    background:url("../img/higashiosaka_fair/support-area-r.png") no-repeat center;
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
}

#support-wrap .support-in{
    width: 850px;
    margin: 0 auto;
}

.support-in .enlist{
    width: 850px;
    background-color: #fff;
    border: 1px solid #DB1A60;
    margin: 0px auto 30px auto;
    text-align: left;
}

.enlist tr{
    width: 100%;
    line-height: 25px;
    margin-bottom: 40px;
}

.enlist tr:first-of-type th{
    background-color: #DB1A60;
    border-right-color: #fff;
    color: #fff;
    text-align: center;
    padding: 5px 0;
}

.enlist th{
    width: 320px;
    border: 1px solid #DB1A60;
    padding: 10px 10px 0 10px;
}

.enlist .navi-title{
    font-size: 12px;
}

.enlist td{
    border: 1px solid #DB1A60;
    padding: 10px 0 10px 10px;
}

.enlist tr:first-of-type td{
    background-color: #DB1A60;
    border-right-color: #fff;
    color: #fff;
    text-align: center;
}

.enlist td a{
    width: 60px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    display: block;
    text-align: left;
    margin: 0 auto;
    }

.enlist td:first-of-type{
    width: 300px;
}

.enlist td:nth-of-type(2),
.enlist td:last-of-type{
    padding-left: 0;
}

.enlist td:nth-of-type(2) a{
    background:#FFFFD1 url("../img/higashiosaka_fair/chevron-p.svg") no-repeat 86% 50%/9%;
    border: 1px solid #DB1A60;
    border-radius: 3px;
    color: #DB1A60;
    text-indent: 5px;
}

.enlist td:nth-of-type(2) a:hover{
    background:#FFFFD1 url("../img/higashiosaka_fair/chevron-p.svg") no-repeat 92% 50%/9%;
    border: 1px solid #DB1A60;
    border-radius: 3px;
    color: #DB1A60;
    text-indent: 5px;
	transition: all .3s;
}

.enlist td:last-of-type a{
    background:#DB1A60 url("../img/higashiosaka_fair/chevron-w.svg") no-repeat 86% 50%/9%;
    border: 1px solid #DB1A60;
    border-radius: 3px;
    color: #fff;
    text-indent: 5px;
}

.enlist td:last-of-type a:hover{
    background:#DB1A60 url("../img/higashiosaka_fair/chevron-w.svg") no-repeat 92% 50%/9%;
     border: 1px solid #DB1A60;
    border-radius: 3px;
    color: #fff;
    text-indent: 5px;
	transition: all .3s;
}

.supplement-txt{
    margin-top: 120px;
}

/*感染症対策_PC*/
#c-measures-wrap{
	background-color: #FDFAFB;
    background-image: radial-gradient(#FFEFF5 15%, rgba(255,259,245,0) 20%), radial-gradient(#FFEFF5 15%, rgba(255,239,245,0) 20%);
    background-size: 30px 30px;
    background-position: 0 0, 15px 15px;
    padding: 60px 0;
	}

#c-measures-wrap .section_title{
    width: 850px;
    display: block;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    text-align: center;
    line-height: 45px;
    margin: 0 auto 30px auto;
}

#c-measures-wrap .section_title::before{
    width: 216px;
    height: 70px;
    background:url("../img/higashiosaka_fair/flag-b-l.png") no-repeat center;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
}

#c-measures-wrap .section_title::after{
    width: 216px;
    height: 70px;
    background:url("../img/higashiosaka_fair/flag-b-r.png") no-repeat center;
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
}

#c-measures-wrap .c-measures-in{
    width: 1280px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 30px 0;
}

.c-measures-in .c-measures-list{
    width: 298px;
}

.c-measures-list dd{
    width: 298px;
    padding: 30px 0 0 0;
}

.c-measures-list dd strong{
    color: #DB1A60;
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    margin: 0 auto 20px auto;
    position: relative;
}

.c-measures-txt{
    width: 850px;
    background-color: #FFFFD1;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
}

.c-measures-txt p{
    margin-bottom: 20px;
}

.c-measures-txt strong{
    color: #DB1A60;
    font-size: 22px;
    font-weight: bold;
}

/*マップ_PC*/
#map-wrap{
	background: #fff;
    padding: 60px 0 0 0;
	}

#map-wrap .section_title{
    width: 600px;
    display: block;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    text-align: center;
    line-height: 45px;
    margin: 0 auto 30px auto;
}

#map-wrap .section_title::before{
    width: 216px;
    height: 70px;
    background:url("../img/higashiosaka_fair/flag-b-l.png") no-repeat center;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
}

#map-wrap .section_title::after{
    width: 216px;
    height: 70px;
    background:url("../img/higashiosaka_fair/flag-b-r.png") no-repeat center;
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
}

#map-wrap .map-in{
    width: 1200px;
    display: flex;
    margin: 0 auto;
}

/*フッター*/
footer{
	width:100%;
	background: #fff;
	table-layout:center;
    padding: 30px 0 0 0;
	}

#footer-in{
    width: 1280px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

footer .footer-logo{
	margin: 0 0 20px 20px;
	text-align: left;
}

.footer-logo-area{
    width: 400px;
    display: flex;
}

.footer-logo img{
    width: 302px;
    margin-right: 15px
}

.sns-area{
    display: flex;
}

.footer-logo-area a{
    display: block;
    margin-top: 50px;
}

.footer-logo-area a:first-of-type{
    margin-right: 10px;
}

footer .footer-txt{
    margin-top: 30px;
}

footer .footer-txt p{
    font-size: 13px;
}

.footer-txt p:first-of-type{
    font-size: 14px;
    font-weight: bold;
}

.copyright{
    width: 100%;
    background-color: #DB1A60;
    margin: 0 auto;
}

.copyright small{
	color: #fff;
	font-size: 14px;
	text-align:center;
	display:block;
	}

footer .page-back{
	position: fixed;
 	bottom: 80px;
 	right: 20px;
}

/* TOPに戻る */
.pagetop {
	position: fixed;
    right: 150px;
}

.pagetop a {
    display: block;
	width: 79px;
	height: 83px;
}

.pagetop a img{
    webkit-animation:fuwafuwa 3s infinite linear alternate;
animation:fuwafuwa 2s infinite linear alternate;

}

@-webkit-keyframes fuwafuwa {
    0% {
        transform: translate(0,0px);
    }

    100% {
        transform: translate(0,-15px)
    }
}

/*共有*/
.clear{
	clear:both;}
}

/* タブレット用CSS
   ========================================================================== */
@media screen and (max-width:979px){

.pc-display{
	display:none;}

html{
	overflow:scroll;
	margin:0;
	padding:0;
	}

body{
	background-color:#fff;
	font: 16px/20px dnp-shuei-mgothic-std,'Noto Sans JP', sans-serif;
	color:#3e3a39;
	overflow:hidden;
	position:relative;
	}

#wrapper{
	width: 100%;
	margin:0 auto;
	}

/*メインビジュアル-SP*/
#mvisual_wrap{
	width:100%;
	height: 762px;
	background-size:auto 100%;
	background-color:#fad6d7;
	background:url("../sp/event/img/higashiosaka_fair/mv-back.jpg") no-repeat top/100%;
    text-align: center;
    position: relative;
	}

#mvisual_wrap h1{
    width: 100%;
    height: 140px;
    display: inline-block;
}

#mvisual_wrap .logo_circle{
    width: 95%;
	display:block;
    margin: 7% auto 0 auto;
	}

#mvisual_wrap .mv-date{
    width: 90%;
    margin: 100px auto 0 auto;
}

.mv-date img{
    width: 100%;
    display: block;
    text-align: center;
}

/*メインビジュアル内ボタン*/
.mv-btn-area{
    width: 90%;
    margin: 17px auto 20px auto;
}

.mv-btn-area a{
    width: 100%;
    height: 38px;
    line-height: 26px;
    background: #DB1A60 url("../img/higashiosaka_fair/chevron-w.svg") no-repeat 95%;
    border-radius: 5px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    display: block; 
    text-align: center;
    padding-top: 10px
}

.mv-btn-area a span{
    display: block;
    font-size: 14px;
    font-weight: normal;
}

.mv-btn-area a:first-of-type{
    margin-bottom: 15px;
}

#mvisual_wrap .mv-pic{
    width: 100%;
}

.mv-pic img{
    width: 100%;
}

/*フェアについて_SP*/
#overview-wrap{
	background: #FFFFD1;
    padding: 40px 0;
	}

.overview-in{
    width: 90%;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
}

.overview-in strong{
    display: block;
    font-size: 2.5vw;
    line-height: 29px;
    margin-bottom: 20px;
}

.overview-list{
    width: 100%;
    font-size: 3.5vw;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 20px auto;
}

.overview-list li{
	width: 27%;
    background-color: #fff;
    border: 2px solid #DB1A60;
    border-radius: 3px;
    padding: 15px;
}

.overview-list li a{
    color: #DB1A60;
}

.overview-in .overview-txt{
    color: #DB1A60;
    font-size: 3vw;
    font-weight: normal;
    line-height: 29px;
    text-align: left;
}

.overview-txt br{
    display: none;
}

/*参加特典_SP*/
#benefits-wrap{
	background: #fff;
    padding: 40px 0;
	}

#benefits-wrap .section_title{
    width: 188px;
    display: block;
    font-size: 5vw;
    font-weight: bold;
    position: relative;
    text-align: center;
    line-height: 39px;
    margin: 0 auto 30px auto;
}

#benefits-wrap .section_title::before{
    /*width: 216px;
    height: 70px;
    background:url("../img/higashiosaka_fair/flag-b-l.png") no-repeat center;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;*/
}

#benefits-wrap .section_title::after{
    /*width: 216px;
    height: 70px;
    background:url("../img/higashiosaka_fair/flag-r-l.png") no-repeat center;
    content: " ";
    position: absolute;
    top: 0;
    right: 0;*/
}

#benefits-wrap .benefits-in{
    width: 90%;
    margin: 0 auto;
}

.benefits-in .benefits-list{
    width: 100%;
    border: 1px solid #DB1A60;
}

.benefits-list:first-of-type{
    margin-bottom: 30px;
}

.benefits-list dt{
    width: 100%;
}

.benefits-list dt img{
    width: 100%;
}

.benefits-list dd{
    width: 100%;
    background: #fff;
    padding: 30px 0;
}

.benefits-list dd strong{
    width: 90%;
    color: #DB1A60;
    display: block;
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
    line-height: 25px;
    margin: 0 auto 20px auto;
    position: relative;
}

.benefits-list dd br{
    display: none;
} 

.benefits-list dd p{
    width: 90%;
    font-size: 4vw;
    line-height: 25px;
    margin: 0 auto;
}

/*エントリーボタン_SP*/
.entry-wrap{
	padding: 40px 0 20px 0;
	}

.entry-part1{
	background-color: #FFFFD1;
	}

.entry-part2{
	background-color: #FFEFF5;
	}

.entry-wrap .entry-btn-in{
	margin:0 auto;
	text-align:center;
    margin-bottom:20px;
	}

.entry-wrap .entry-btn-in .entry-txt{
    width: 90%;
    font-size: 2.7vw;
    font-weight: bold;
	margin:0 auto 30px auto;
	line-height:25px;
    text-align: left;
	}

.entry-txt br{
    display: none;
}

.page-btn-area{
    width: 90%;
    margin: 17px auto 20px auto;
}

.page-btn-area a{
    width: 100%;
    height: 38px;
    line-height: 26px;
    background: #DB1A60 url("../img/higashiosaka_fair/chevron-w.svg") no-repeat 95%;
    border-radius: 5px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    display: block; 
    text-align: center;
    padding-top: 10px
}

.page-btn-area a span{
    display: block;
    font-size: 14px;
    font-weight: normal;
}

.page-btn-area a:first-of-type{
    margin-bottom: 15px;
}

/*参加園一覧-SP*/
#support-wrap{
	background-color: #FFEFF5;
    padding: 30px 0;
	}


#support-wrap .section_title{
    width: 195px;
    display: block;
    font-size: 4vw;
    font-weight: bold;
    position: relative;
    text-align: center;
    line-height: 39px;
    margin: 0 auto;
    padding: 0;
}

#support-wrap .section_title::before{
    /* width: 32px;
    height: 39px;
    background:url("../img/higashiosaka_fair/title-icon.png") no-repeat center;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;*/
}

#support-wrap .section_title::after{
    /*width: 32px;
    height: 39px;
    background:url("../img/higashiosaka_fair/title-icon.png") no-repeat center;
    content: " ";
    position: absolute;
    top: 0;
    right: 0;*/
}

#support-wrap .support-in{
    width: 90%;
    margin: 0 auto;
    padding: 40px 0 0 0;
}

#support-wrap .area-title{
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 27px 20px;
    color: #DB1A60;
    display: block;
    font-size: 20px;
    font-weight: bold;
}

#support-wrap .area-title span{
     display: block;
     position: absolute;
     padding: 7px 20px 0 20px;
}

#support-wrap .area-title span::before{
    width: 11px;
    height: 34px;
    background:url("../img/higashiosaka_fair/support-area-l.png") no-repeat center;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
}

#support-wrap .area-title span::after{
    width: 11px;
    height: 34px;
    background:url("../img/higashiosaka_fair/support-area-r.png") no-repeat center;
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
}

.support-in .enlist{
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

.enlist tr{
    width: 100%;
    border-bottom: 1px solid #DB1A60;
    line-height: 25px;
    margin: 0 auto;
}

.enlist tr:first-of-type{
    display: none;
}

.enlist tr:last-of-type{
    margin-bottom: 0;
}

.enlist th{
    font-weight: bold;
    text-indent: 20px;
    padding-top: 20px;
}

.enlist th,
.enlist td{
    display: block;
    font-size: 2.7vw;
    line-height: 30px;
    width: 100%;
    margin: 0 auto;
    background-color: transparent;
}

.enlist td:first-of-type{
    text-indent: 20px;
}

.enlist td:nth-of-type(2){
    width: 50%;
    float: left;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-bottom: 20px;
}

.enlist td:nth-of-type(3){
    width: 50%;
    float: left;
	margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 20px;
}

.enlist td:nth-of-type(3)::after{
    clear: both;
}

.enlist td a{
    width: 80%;
    height: 40px;
    line-height: 40px;
    display: block;
    border-radius: 3px;
    font-size: 4vw;
    text-align: left;
    text-indent: 15px;
    margin: 0 auto;
	padding-bottom: 5px;
    }

.enlist td:nth-of-type(2) a{
    background:#FFFFD1 url("../img/higashiosaka_fair/chevron-p.svg") no-repeat 92% 50%/6%;
    border: 1px solid #DB1A60;
    border-radius: 3px;
    color: #DB1A60;
    text-indent: 5px;
}

.enlist td:last-of-type a{
    background:#DB1A60 url("../img/higashiosaka_fair/chevron-w.svg") no-repeat 92% 50%/6%;
    border: 1px solid #DB1A60;
    border-radius: 3px;
    color: #fff;
    text-indent: 5px;
}

/*感染症対策_SP*/
#c-measures-wrap{
	background-color: #FDFAFB;
    background-image: radial-gradient(#FFEFF5 15%, rgba(255,259,245,0) 20%), radial-gradient(#FFEFF5 15%, rgba(255,239,245,0) 20%);
    background-size: 30px 30px;
    background-position: 0 0, 15px 15px;
    padding: 40px 0 60px 0;
	}

#c-measures-wrap .section_title{
    width: 90%;
    display: block;
    font-size: 5vw;
    font-weight: bold;
    position: relative;
    text-align: center;
    line-height: 36px;
    margin: 0 auto;
    padding: 0;
}

#c-measures-wrap .section_title::before{
     /*width: 32px;
    height: 39px;
    background:url("../img/higashiosaka_fair/title-icon.png") no-repeat center;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;*/
}

#c-measures-wrap .section_title::after{
    /*width: 32px;
    height: 39px;
    background:url("../img/higashiosaka_fair/title-icon.png") no-repeat center;
    content: " ";
    position: absolute;
    top: 0;
    right: 0;*/
}
#c-measures-wrap .c-measures-in{
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 30px 0 0 0;
}

.c-measures-in .c-measures-list{
    width: 50%;
}

.c-measures-list dt{
    width: 90%;
    margin: 0 auto 20px auto;
}

.c-measures-list dt img{
    width: 100%;
}

.c-measures-list dd{
    width: 100%;
}

.c-measures-list dd strong{
    color: #DB1A60;
    display: block;
    font-size: 2.5vw;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    margin: 0 auto;
    position: relative;
}

.c-measures-list:first-of-type dd strong,
.c-measures-list:nth-of-type(2) dd strong
{
    margin-bottom: 20px;
}

.c-measures-txt{
    width: 90%;
    background-color: #FFFFD1;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
}

.c-measures-txt p{
    width: 90%;
    display: block;
    font-size: 2.5vw;
    margin: 0 auto 20px auto;
    text-align: left;
}

.c-measures-txt strong{
    color: #DB1A60;
    font-size: 3.5vw;
    font-weight: bold;
    text-align: center;
}

/*マップ_SP*/
#map-wrap{
	background: #F0F0F0;
    margin-top: -20px;
    padding: 20px 0 30px 0;
	}

#map-wrap .section_title{
    width: 43%;
    display: block;
    font-size: 5vw;
    font-weight: bold;
    position: relative;
    text-align: center;
    line-height: 36px;
    margin: 0 auto 30px auto;
    padding: 0;
}

#map-wrap .section_title::before{
    /* width: 32px;
    height: 39px;
    background:url("../img/higashiosaka_fair/title-icon.png") no-repeat center;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;*/
}

#map-wrap .section_title::after{
    /*width: 32px;
    height: 39px;
    background:url("../img/higashiosaka_fair/title-icon.png") no-repeat center;
    content: " ";
    position: absolute;
    top: 0;
    right: 0;*/
}

#map-wrap .map-in{
    width: 100%;
    display: flex;
    margin: 0 auto;
}

.map-in iframe{
    height: 200px !important;
}

/*フッター-SP*/
footer{
	width:100%;
	background: #fff;
	table-layout:center;
    padding: 30px 0 0 0;
	}

footer .footer-logo-area{
    width: 90%;
    margin: 0 auto 30px auto;
}

footer .footer-logo{
	margin: 0 auto 30px auto;
    display: block;
    text-align: center;
}

.footer-logo-area .sns-area{
    width: 30%;
    display: flex;
    justify-content: space-evenly;
    margin: 0 auto;
}

.footer-logo-area .sns-area a{
    display: block;
}
footer .footer-logo img{
	width: 90%;
}

footer .footer-txt{
    width: 90%;
    margin: 0 auto 30px auto;
}

footer .footer-txt p{
    font-size: 3.5vw;
}

.footer-txt p:first-of-type{
    font-weight: bold;
}

.copyright{
    width: 100%;
    background-color: #DB1A60;
    margin: 0 auto;
}

.copyright small{
	color: #fff;
	font-size: 14px;
	text-align:center;
	display:block;
	}

footer .page-back{
	position: fixed;
 	bottom: 80px;
 	right: 20px;
}

/* TOPに戻る */
.pagetop {
	position: fixed;
    right: 10px;
}

.pagetop a {
    display: block;
	width: 79px;
	height: 83px;
}

.pagetop a  img{
    width: 100%;
    webkit-animation:fuwafuwa 3s infinite linear alternate;
    animation:fuwafuwa 2s infinite linear alternate;

}

@-webkit-keyframes fuwafuwa {
    0% {
        transform: translate(0,0px);
    }

    100% {
        transform: translate(0,-15px)
    }
}

/*共有*/
.clear{
	clear:both;}
}
/* SP用CSS
   ========================================================================== */
@media screen and (max-width:479px){
/*全体設定-SP*/
.pc-display{
	display:none;}

html{
	overflow:scroll;
	margin:0;
	padding:0;
	}

body{
	background-color:#fff;
	font: 16px/20px dnp-shuei-mgothic-std,'Noto Sans JP', sans-serif;
	color:#3e3a39;
	overflow:hidden;
	position:relative;
	}

#wrapper{
	width: 100%;
    max-width: 640px;
	margin:0 auto;
	}

/*メインビジュアル-SP*/
#mvisual_wrap{
	width:100%;
	height: 431px;
	background-size:auto 100%;
	background-color:#fad6d7;
	background:url("../sp/event/img/higashiosaka_fair/mv-back.jpg") no-repeat top/100%;
    text-align: center;
    position: relative;
	}

#mvisual_wrap h1{
    width: 100%;
    height: 140px;
    display: inline-block;
}

#mvisual_wrap .logo_circle{
    width: 95%;
	display:block;
    margin: 7% auto 0 auto;
	}

#mvisual_wrap .mv-date{
    width: 90%;
    margin: 0 auto;
}

.mv-date img{
    width: 100%;
    display: block;
    text-align: center;
}

/*メインビジュアル内ボタン*/
.mv-btn-area{
    width: 90%;
    margin: 17px auto 20px auto;
}

.mv-btn-area a{
    width: 100%;
    height: 38px;
    line-height: 26px;
    background: #DB1A60 url("../img/higashiosaka_fair/chevron-w.svg") no-repeat 95%;
    border-radius: 5px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    display: block; 
    text-align: center;
    padding-top: 10px
}

.mv-btn-area a span{
    display: block;
    font-size: 14px;
    font-weight: normal;
}

.mv-btn-area a:first-of-type{
    margin-bottom: 15px;
}

#mvisual_wrap .mv-pic{
    width: 100%;
}

.mv-pic img{
    width: 100%;
}

/*フェアについて_SP*/
#overview-wrap{
	background: #FFFFD1;
    padding: 40px 0;
	}

.overview-in{
    width: 90%;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
}

.overview-in strong{
    display: block;
    font-size: 4.5vw;
    line-height: 29px;
    margin-bottom: 20px;
}

.overview-list{
    width: 100%;
    font-size: 4vw;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 20px auto;
}

.overview-list li{
    background-color: #fff;
    border: 2px solid #DB1A60;
    border-radius: 3px;
    padding: 5px;
}

.overview-list li a{
    color: #DB1A60;
}

.overview-in .overview-txt{
    color: #DB1A60;
    font-size: 4vw;
    font-weight: normal;
    line-height: 29px;
    text-align: left;
}

.overview-txt br{
    display: none;
}

/*参加特典_SP*/
#benefits-wrap{
	background: #fff;
    padding: 40px 0;
	}

#benefits-wrap .section_title{
    width: 188px;
    display: block;
    font-size: 6vw;
    font-weight: bold;
    position: relative;
    text-align: center;
    line-height: 39px;
    margin: 0 auto 30px auto;
}

#benefits-wrap .section_title::before{
    /*width: 216px;
    height: 70px;
    background:url("../img/higashiosaka_fair/flag-b-l.png") no-repeat center;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;*/
}

#benefits-wrap .section_title::after{
    /*width: 216px;
    height: 70px;
    background:url("../img/higashiosaka_fair/flag-b-r.png") no-repeat center;
    content: " ";
    position: absolute;
    top: 0;
    right: 0;*/
}

#benefits-wrap .benefits-in{
    width: 90%;
    margin: 0 auto;
}

.benefits-in .benefits-list{
    width: 100%;
    border: 1px solid #DB1A60;
}

.benefits-list:first-of-type{
    margin-bottom: 30px;
}

.benefits-list dt{
    width: 100%;
}

.benefits-list dt img{
    width: 100%;
}

.benefits-list dd{
    width: 100%;
    background: #fff;
    padding: 30px 0;
}

.benefits-list dd strong{
    width: 90%;
    color: #DB1A60;
    display: block;
    font-size: 4.5vw;
    font-weight: bold;
    text-align: center;
    line-height: 25px;
    margin: 0 auto 20px auto;
    position: relative;
}

.benefits-list dd br{
    display: none;
} 

.benefits-list dd p{
    width: 90%;
    font-size: 4vw;
    line-height: 25px;
    margin: 0 auto;
}

/*エントリーボタン_SP*/
.entry-wrap{
	padding: 40px 0 20px 0;
	}

.entry-part1{
	background-color: #FFFFD1;
	}

.entry-part2{
	background-color: #FFEFF5;
	}

.entry-wrap .entry-btn-in{
	margin:0 auto;
	text-align:center;
    margin-bottom:20px;
	}

.entry-wrap .entry-btn-in .entry-txt{
    width: 90%;
    font-size: 4vw;
    font-weight: bold;
	margin:0 auto 30px auto;
	line-height:25px;
    text-align: left;
	}

.entry-txt br{
    display: none;
}

.page-btn-area{
    width: 90%;
    margin: 17px auto 20px auto;
}

.page-btn-area a{
    width: 100%;
    height: 38px;
    line-height: 26px;
    background: #DB1A60 url("../img/higashiosaka_fair/chevron-w.svg") no-repeat 95%;
    border-radius: 5px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    display: block; 
    text-align: center;
    padding-top: 10px
}

.page-btn-area a span{
    display: block;
    font-size: 14px;
    font-weight: normal;
}

.page-btn-area a:first-of-type{
    margin-bottom: 15px;
}

/*参加園一覧-SP*/
#support-wrap{
	background-color: #FFEFF5;
    padding: 30px 0;
	}


#support-wrap .section_title{
    width: 195px;
    display: block;
    font-size: 6vw;
    font-weight: bold;
    position: relative;
    text-align: center;
    line-height: 39px;
    margin: 0 auto;
    padding: 0;
}

#support-wrap .section_title::before{
    /*width: 32px;
    height: 39px;
    background:url("../img/higashiosaka_fair/title-icon.png") no-repeat center;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;*/
}

#support-wrap .section_title::after{
    /*width: 32px;
    height: 39px;
    background:url("../img/higashiosaka_fair/title-icon.png") no-repeat center;
    content: " ";
    position: absolute;
    top: 0;
    right: 0;*/
}

#support-wrap .support-in{
    width: 90%;
    margin: 0 auto;
    padding: 40px 0 0 0;
}

#support-wrap .area-title{
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 27px 20px;
    color: #DB1A60;
    display: block;
    font-size: 18px;
    font-weight: bold;
}

#support-wrap .area-title span{
     display: block;
     position: absolute;
     padding: 7px 20px 0 20px;
}

#support-wrap .area-title span::before{
    /*width: 11px;
    height: 34px;
    background:url("../img/higashiosaka_fair/support-area-l.png") no-repeat center;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;*/
}

#support-wrap .area-title span::after{
    /*width: 11px;
    height: 34px;
    background:url("../img/higashiosaka_fair/support-area-r.png") no-repeat center;
    content: " ";
    position: absolute;
    top: 0;
    right: 0;*/
}

.support-in .enlist{
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

.enlist tr{
    width: 100%;
    border-bottom: 1px solid #DB1A60;
    line-height: 25px;
    margin: 0 auto;
}

.enlist tr:first-of-type{
    display: none;
}

.enlist tr:last-of-type{
    margin-bottom: 0;
}

.enlist th{
    font-weight: bold;
    text-indent: 20px;
    padding-top: 20px;
}

.enlist th,
.enlist td{
    display: block;
    font-size: 3.5vw;
    line-height: 25px;
    width: 100%;
    margin: 0 auto;
    background-color: transparent;
}

.enlist td:first-of-type{
    text-indent: 20px;
}

.enlist td:nth-of-type(2){
    width: 50%;
    float: left;
    margin-bottom: 2px;
    padding-bottom: 20px;
}

.enlist td:nth-of-type(3){
    width: 50%;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.enlist td:nth-of-type(3)::after{
    clear: both;
}

.enlist td a{
    width: 80%;
    height: 40px;
    line-height: 40px;
    display: block;
    border-radius: 3px;
    font-size: 4.5vw;
    text-align: left;
    text-indent: 15px;
    margin: 0 auto;
    }

.enlist td:nth-of-type(2) a{
    background:#FFFFD1 url("../img/higashiosaka_fair/chevron-p.svg") no-repeat 92% 50%/6%;
    border: 1px solid #DB1A60;
    border-radius: 3px;
    color: #DB1A60;
    text-indent: 5px;
}

.enlist td:last-of-type a{
    background:#DB1A60 url("../img/higashiosaka_fair/chevron-w.svg") no-repeat 92% 50%/6%;
    border: 1px solid #DB1A60;
    border-radius: 3px;
    color: #fff;
    text-indent: 5px;
}

/*感染症対策_SP*/
#c-measures-wrap{
	background-color: #FDFAFB;
    background-image: radial-gradient(#FFEFF5 15%, rgba(255,259,245,0) 20%), radial-gradient(#FFEFF5 15%, rgba(255,239,245,0) 20%);
    background-size: 30px 30px;
    background-position: 0 0, 15px 15px;
    padding: 40px 0 60px 0;
	}

#c-measures-wrap .section_title{
    width: 90%;
    display: block;
    font-size: 5vw;
    font-weight: bold;
    position: relative;
    text-align: center;
    line-height: 36px;
    margin: 0 auto;
    padding: 0;
}

#c-measures-wrap .section_title::before{
    /*width: 32px;
    height: 39px;
    background:url("../img/higashiosaka_fair/title-icon.png") no-repeat center;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;*/
}

#c-measures-wrap .section_title::after{
    /*width: 32px;
    height: 39px;
    background:url("../img/higashiosaka_fair/title-icon.png") no-repeat center;
    content: " ";
    position: absolute;
    top: 0;
    right: 0;*/
}
#c-measures-wrap .c-measures-in{
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 30px 0 0 0;
}

.c-measures-in .c-measures-list{
    width: 50%;
}

.c-measures-list dt{
    width: 90%;
    margin: 0 auto 20px auto;
}

.c-measures-list dt img{
    width: 100%;
}

.c-measures-list dd{
    width: 100%;
}

.c-measures-list dd strong{
    color: #DB1A60;
    display: block;
    font-size: 3.5vw;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    margin: 0 auto;
    position: relative;
}

.c-measures-list:first-of-type dd strong,
.c-measures-list:nth-of-type(2) dd strong
{
    margin-bottom: 20px;
}

.c-measures-txt{
    width: 90%;
    background-color: #FFFFD1;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
}

.c-measures-txt p{
    width: 90%;
    display: block;
    font-size: 3.5vw;
    margin: 0 auto 20px auto;
    text-align: left;
}

.c-measures-txt strong{
    color: #DB1A60;
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
}

/*マップ_SP*/
#map-wrap{
	background: #F0F0F0;
    margin-top: -20px;
    padding: 20px 0 30px 0;
	}

#map-wrap .section_title{
    width: 43%;
    display: block;
    font-size: 5vw;
    font-weight: bold;
    position: relative;
    text-align: center;
    line-height: 36px;
    margin: 0 auto 30px auto;
    padding: 0;
}

#map-wrap .section_title::before{
    /*width: 32px;
    height: 39px;
    background:url("../img/higashiosaka_fair/title-icon.png") no-repeat center;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;*/
}

#map-wrap .section_title::after{
    /*width: 32px;
    height: 39px;
    background:url("../img/higashiosaka_fair/title-icon.png") no-repeat center;
    content: " ";
    position: absolute;
    top: 0;
    right: 0;*/
}

#map-wrap .map-in{
    width: 100%;
    display: flex;
    margin: 0 auto;
}

.map-in iframe{
    height: 200px !important;
}

/*フッター-SP*/
footer{
	width:100%;
	background: #fff;
	table-layout:center;
    padding: 30px 0 0 0;
	}

footer .footer-logo-area{
    width: 90%;
    margin: 0 auto 30px auto;
}

footer .footer-logo{
	margin: 0 auto 30px auto;
    display: block;
    text-align: center;
}
footer .footer-logo img{
	width: 90%;
}

.footer-logo-area .sns-area{
    width: 30%;
    display: flex;
    justify-content: space-evenly;
    margin: 0 auto;
}

.footer-logo-area .sns-area a{
    display: block;
}

footer .footer-txt{
    width: 90%;
    margin: 0 auto 30px auto;
}

footer .footer-txt p{
    font-size: 3.5vw;
}

.footer-txt p:first-of-type{
    font-weight: bold;
}

.copyright{
    width: 100%;
    background-color: #DB1A60;
    margin: 0 auto;
}

.copyright small{
	color: #fff;
	font-size: 14px;
	text-align:center;
	display:block;
	}

footer .page-back{
	position: fixed;
 	bottom: 80px;
 	right: 20px;
}

/* TOPに戻る */
.pagetop {
	position: fixed;
    right: 10px;
}

.pagetop a {
    display: block;
	width: 79px;
	height: 83px;
}

.pagetop a  img{
    width: 100%;
    webkit-animation:fuwafuwa 3s infinite linear alternate;
    animation:fuwafuwa 2s infinite linear alternate;

}

@-webkit-keyframes fuwafuwa {
    0% {
        transform: translate(0,0px);
    }

    100% {
        transform: translate(0,-15px)
    }
}

/*共有*/
.clear{
	clear:both;}
}
