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

/*==================================

立川就職フェア

==================================*/
/*共通*/
.fin{
	filter: grayscale(100%) opacity(30%);
}

.font-mont{
    font-family: 'Montserrat', sans-serif;
}

/* PC用CSS
   ========================================================================== */
@media screen and (min-width:980px){
/*全体設定_PC*/
.sp-display{
	display:none !important;}

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*/
#header_top_sp{
    display: none;
}

#header_top{
	width:100%;
	height:70px;
    background-color: #EA625C;
	border-style:none;
    display: none;
	}

#header_inner{
	width: 1200px;}

#header_top nav{
    width: 690px;
    margin: 0 0 0 auto;
	}

#header_top nav ul{
    display:flex;
	margin: 0;
	padding:0;
	height:70px;
	list-style:none;
	}

#header_top nav li{
    color: #fff;
	margin: 25px 20px 0 0;
	padding:0;
	}

#header_top nav li:last-of-type{
    margin-right: 0;
}

#header_top nav li:hover{
	color:#fefab6;}

#header_top nav li a{
    color: #fff;
}

/*メインビジュアル_PC*/
#mvisual_wrap{
	width:100%;
    text-align: center;
    position: relative;
	}

#mvisual_wrap h1{
    width: 100%;
    display: inline-block;
}

#mvisual_wrap h1 img{
    width: 100%;
    display: block;
    object-fit: cover;
}

/*開催概要_PC*/
#overview-wrap{
	background: #9FC977;
    padding: 60px 0;
	}

#overview-wrap .section_title{
    width: 613px;
    display: block;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    text-align: center;
    margin: 0 auto 30px auto;
    padding: 30px 0;
}

#overview-wrap .section_title::before{
    width: 216px;
    height: 70px;
    background:url("../img/ichikawa_fair/flag-b-l.png") no-repeat center;
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
}

#overview-wrap .section_title::after{
    width: 216px;
    height: 70px;
    background:url("../img/ichikawa_fair/flag-b-r.png") no-repeat center;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
}

.overview-in{
    width: 850px;
    background-color: #fff;
    margin: 0 auto;
}

.overview-in .data-wrap{
    margin: 0 auto;
    padding: 30px 0;
}

.data-wrap dt{
    width: 750px;
    border-bottom: 1px solid #222222;
    display: flex;
    margin: 0 auto;
    padding-bottom: 10px;
}

.data-wrap .month{
    display: flex;
    margin: 37px 50px 0 45px;
}

.data-wrap .month em{
    font-size: 95px;
    font-weight: bold;
    margin-right: 10px;
}

.data-wrap .month span{
    width: 45px;
    height: 45px;
    background-color: #EF503A;
    border-radius: 45px;
    color: #fff;
    display: block;
    font-size: 30px;
    text-align: center;
    line-height: 45px;
}

.data-wrap .time{
    width: 400px;
}

.data-wrap .time li{
    background-color: #F9E532;
    display: block;
    font-size: 20px;
    text-align: center;
    padding: 30px 0;
}

.data-wrap .time li em{
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
}

.data-wrap dd{
    width: 770px;
    display: flex;
    margin: 0 auto;
    padding-top: 10px;
}

.data-wrap dd .venue-img{
    width: 50%;
    margin: 20px 0 0 30px;
}

.data-wrap dd .venue-img img{
    width: 100%;
}

.data-wrap dd .venue-txt{
    margin-left: 20px;
}

.data-wrap dd p{
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    line-height: 30px;
    margin: 40px 15px 30px 10px;
}

.data-wrap dd a{
    width: 397px;
    height: 50px;
    line-height: 50px;
    background: #EF503A url("../img/ichikawa_fair/right-chevron.svg") no-repeat 95% 50%;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

/*エントリーボタン_PC*/
.entry-wrap{
	padding: 60px 0 20px 0;
	}

.entry-part1{
	background-color: #79C6EF;
	}

.entry-part2{
	background-color: #519DCF;
	}

.entry-wrap .entry-btn-in{
	margin:0 auto;
	text-align:center;
	}

.entry-wrap .entry-btn-in strong{
    width: 480px;
    display: block;
    font-size: 30px;
    font-weight: bold;
    margin: 0 auto 40px auto;
    position: relative;
}

.entry-btn-in strong span::before{
    width: 23px;
    height: 36px;
    background:url("../img/ichikawa_fair/slash-l.svg") no-repeat;
    position: absolute;
    left: 0;
    top: -5px;
    content: " ";
}

.entry-btn-in strong span::after{
    width: 23px;
    height: 36px;
    background:url("../img/ichikawa_fair/slash-r.svg") no-repeat;
    content: " ";
    position: absolute;
    right: 0;
    top: -5px;
}

.entry-wrap .entry-btn-in {
	margin-bottom:20px;}

.entry-wrap .entry-btn-in .entry-txt{
    font-size: 18px; 
	margin-bottom:50px;
	line-height:25px;
	}

.entry-wrap .entry-btn{
	width: 636px;
    height: 70px;
    border: none;
    border-radius: 5px;
    background: #EA625C url("../img/ichikawa_fair/right-chevron.svg") no-repeat 95% 50%;
    color: #fff;
	display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 70px;
    margin: 20px auto 0 auto;
}

.entry-wrap .entry-tn:hover{
	background-color: #92714e;
	color: #fff;
	transition: all .3s;
	}

/*こんな学生さん、ぜひ参加してください_PC*/
#about-wrap{
	background:url("../img/ichikawa_fair/about-back.jpg") no-repeat center;
    padding: 60px 0;
	}

#about-wrap .section_title{
    width: 700px;
    display: block;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    text-align: center;
    line-height: 45px;
    margin: 0 auto 30px auto;
    padding: 30px 0;
}

#about-wrap .section_title::before{
    width: 216px;
    height: 70px;
    background:url("../img/ichikawa_fair/flag-y-l.png") no-repeat center;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
}

#about-wrap .section_title::after{
    width: 216px;
    height: 70px;
    background:url("../img/ichikawa_fair/flag-y-r.png") no-repeat center;
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
}

#about-wrap .about-in{
    width: 850px;
    background-color: #fff;
    border: 3px solid #EA625C;
    border-radius: 10px;
    margin: 0 auto;
    padding: 30px 0;
}

#about-wrap .sp-display{
    display: none;
}

.about-in .about-question{
    width: 790px;
    display: flex;
    margin: 0 auto;
}

.about-in .about-list:first-of-type{
    width: 380px;
}

.about-in .about-list:last-of-type{
    width: 390px;
    margin-left: 15px;
}

.about-list li{
    margin-bottom: 15px;
}

.about-list:first-of-type li{
    background:url("../img/ichikawa_fair/arrow.svg") no-repeat right;
}

.about-list li:last-of-type{
    margin-bottom: 0;
}

.about-list:last-of-type li span{
    padding-bottom: 3px;
}

.about-list:last-of-type li span{
    border-bottom: 2px solid #EA625C;
}


/*当日のスケジュール_PC*/
#time-schedule-wrap{
	background-color: #F8CBCE;
    padding: 60px 0;
	}


#time-schedule-wrap .section_title{
    width: 700px;
    display: block;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    text-align: center;
    margin: 0 auto 30px auto;
    padding: 30px 0;
}

#time-schedule-wrap .section_title::before{
    width: 216px;
    height: 70px;
    background:url("../img/ichikawa_fair/flag-b-l.png") no-repeat center;
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
}

#time-schedule-wrap .section_title::after{
    width: 216px;
    height: 70px;
    background:url("../img/ichikawa_fair/flag-b-r.png") no-repeat center;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
}

#time-schedule-wrap .time-schedule-in{
    width: 850px;
    margin: 0 auto;
    padding: 30px 0;
}


.time-schedule-in .time-table{
    width: 850px;
    background-color: #fff;
    border-collapse: collapse;
    text-align: left;
}

.time-table th,
.time-table td{
    border: solid 1px black;
    padding: 15px 10px 15px 20px;;
}

.time-table th{
    width: 120px;
    line-height: 30px;
}

.time-table th time{
    font-weight: bold;
    padding-left: 10px;
}

.time-table td{
    width: 600px;
    line-height: 30px;
    vertical-align: middle;
}

.time-table td strong{
    color: #EA625C;
    font-weight: bold;
}

.time-table td em{
    font-weight: bold;
}

/*センパイインタビュー_PC*/
#interview-wrap{
	background: #F8CBCE;
    padding: 60px 0;
	}

#interview-wrap .section_title{
    width: 700px;
    display: block;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    text-align: center;
    line-height: 45px;
    margin: 0 auto 30px auto;
    padding: 30px 0;
}

#interview-wrap .section_title::before{
    width: 216px;
    height: 70px;
    background:url("../img/ichikawa_fair/flag-y-l.png") no-repeat center;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
}

#interview-wrap .section_title::after{
    width: 216px;
    height: 70px;
    background:url("../img/ichikawa_fair/flag-y-r.png") no-repeat center;
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
}

#interview-wrap .interview-in{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 30px 0;
}

.interview-in .interview-content{
    width: 272px;
    margin-bottom: 40px;
}

.interview-content figure{
    width: 123px;
    height: 123px;
    display: block;
    text-align: center;
    margin: 0 auto 20px auto;
}

.interview-content figure img{
    width: 100%;
}

.interview-content strong{
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
}

.interview-content .balloon-wrap{
  position: relative;
  display: inline-block;
  border-radius: 5px;
  margin: 1.5em 0;
  padding: 20px 0;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #fff;
}

.balloon-wrap:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #fff;
}

.balloon-wrap em{
    width: 70%;
    background: url("../img/ichikawa_fair/qicon.svg") no-repeat 0px 0px/8%;
    display: block;
    margin: 0 auto 10px auto;
    font-weight: bold;
    text-align: left;
    padding-left: 30px;
}

.balloon-wrap p{
    width: 80%;
    font-size: 14px;
    margin: 0 auto;
}

/*サポート園一覧_PC*/
#support-wrap{
	background-color: #9FC977;
    padding: 60px 0;
	}


#support-wrap .section_title{
    width: 700px;
    display: block;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    text-align: center;
    margin: 0 auto 30px auto;
    padding: 30px 0;
}

#support-wrap .section_title::before{
    width: 216px;
    height: 70px;
    background:url("../img/ichikawa_fair/flag-b-l.png") no-repeat center;
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
}

#support-wrap .section_title::after{
    width: 216px;
    height: 70px;
    background:url("../img/ichikawa_fair/flag-b-r.png") no-repeat center;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
}

#support-wrap .support-in{
    width: 1200px;
    background: #fff;
    margin: 0 auto;
    padding: 40px 0;
}

.support-in .enlist{
    width: 1120px;
    margin: 0 auto;
    text-align: left;
}

.enlist tr{
    width: 373px;
    height: 200px;
    float: left;
    line-height: 25px;
}

.enlist th{
    font-weight: bold;
}

.enlist th,
.enlist td{
    display: block;
}

.enlist td:nth-of-type(1){
    margin-bottom: 15px;
}

.table-clear::after{
    clear: both;
}

.enlist td a{
    width: 200px;
    height: 30px;
    line-height: 30px;
    background: #79C6EF url("../img/ichikawa_fair/right-chevron.svg") no-repeat 95% 50%/4%;
    display: block;
    border-radius: 3px;
    color: #fff;
    text-align: left;
    text-indent: 15px;
    }

.supplement-txt{
    margin-top: 60px;
}

/*ほいコレ就職フェア✖️GREEN SPRINGS*/
.logo-hoi-gs-wrap{
    width: 100%;
    height: 597px;
    background:url("../img/ichikawa_fair/musububa-img-min.jpg") no-repeat center/cover;
    display: table;
}

.logo-hoi-gs-in{    
    margin: 0 auto;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.logo-hoi-gs-in article{
    width: 500px;
    height: 217px;
    background: rgba(255,255,255,0.8);
    margin: 0 auto;
}

.logo-hoi-gs-in article img{
    display: block;
    padding: 30px 0;
    text-align: center;
    margin: 0 auto;
}

.logo-hoi-gs-in article p{
    font-weight: bold;
    line-height: 30px;
}

/*マップ_PC*/
#map-wrap{
	background: #fff;
    padding: 60px 0 0 0;
	}

#map-wrap .section_title{
    width: 700px;
    display: block;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    text-align: center;
    line-height: 45px;
    margin: 0 auto 30px auto;
    padding: 30px 0;
}

#map-wrap .section_title::before{
    width: 216px;
    height: 70px;
    background:url("../img/ichikawa_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/ichikawa_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: #CEEFF2;
	table-layout:center;
    padding: 30px 0 0 0;
	}

footer .footer-logo{
    width: 250px;
	margin: 0 0 20px 20px;
	text-align: left;
    
}

.copyright{
    width: 100%;
    background-color: #EA625C;
    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: 133px;
	height: 162px;
}

.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){

/*全体設定-TB*/
.pc-display{
	display:none !important;}

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: 979px;
	margin:0 auto;
	}

/*ヘッダー_TB*/
#header_top{
	display: none;
	}
    
#header_top_sp{
	position: fixed;
  	top: 0;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	z-index:9999;
	}

#header_top_sp #logo_sp_wrap{
	width:83%;
	height:62px;
	padding-bottom:5px;
	}

/*ハンバーガーUi*/
#sp_button_wrap{
	width:13%;
	height:auto;
	background-color: #4795D1;
	float:left;
	margin: 10px 10px 0 0;
    position: relative;
    left: 85%;
	}

#sp_button_wrap #sp_button{
	width:100%;
	height:auto;
	margin:10px 0 0 0;
	background-color:#fff;
	}

#sp_button_wrap .menu-trigger,
#sp_button_wrap .menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	margin-left:20%;
	float:left;
	}
#sp_button_wrap .menu-trigger {
	position: relative;
	width: 35px;
	height: 35px;
	margin: 0 auto;
	}
#sp_button_wrap .menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
	}

#sp_button_wrap .menu-trigger span:nth-of-type(1) {
	top: 0;
	}
#sp_button_wrap .menu-trigger span:nth-of-type(2) {
	top: 35%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	}
#sp_button_wrap .menu-trigger span:nth-of-type(3) {
	bottom:30%;
	}

/*閉じる*/
#sp_button_wrap.navOpen .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-315deg) scale(.8);
	transform: translateY(12px) rotate(-315deg) scale(.8);
	background-color: #fff;
	}
#sp_button_wrap.navOpen .menu-trigger span:nth-of-type(2) {
	width: 40px;
	height:40px;
	background-color: transparent;
	border: 3px solid #fff;
	border-radius: 50%;
	}
#sp_button_wrap.navOpen .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(315deg) scale(.8);
	transform: translateY(-9px) rotate(315deg) scale(.8);
	background-color: #fff;
	}

/*メニュー中身*/
#header_top_sp #header_inner_sp{
    background:#4795D1;
    width:100%;
    height:auto;
	border:0;
    text-align:center;
    display:none;
	z-index:1;
    transition: all 50ms 0s ease;
    }

#header_inner_sp #sp_menu ul{
	width:100%;
	height:auto;
	margin: 0 auto;
	padding:0;
	list-style:none;
	}

#header_inner_sp #sp_menu li{
	width: 90%;
	height:auto;
	color: #4795D1;
	padding:5% 0;
	margin: 0 auto
    }

#sp_menu li a{
    color: #fff;
}

/*メインビジュアル-TB*/
#mvisual_wrap{
	width:100%;
	background-color:#fad6d7;
    text-align: center;
    position: relative;
	}

#mvisual_wrap h1{
    width: 100%;
    display: inline-block;
}

#mvisual_wrap .logo_circle{
    width: 100%;
	display:block;
    margin: 0 auto;
	}
    
.mv-catch-copy{
    display: none;
}    

/*開催概要-TB*/
#overview-wrap{
	background: #F9F1CA;
    padding: 20px 0 30px 0;
	}

#overview-wrap .section_title{
    width: 90%;
    display: block;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    text-align: center;
    margin: 0 auto 20px auto;
    padding: 30px 0;
}

#overview-wrap .section_title::before{
    width: 30%;
    height: 70px;
    background:url("../img/ichikawa_fair/flag-b-l.png") no-repeat center/100%;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
}

#overview-wrap .section_title::after{
    width: 30%;
    height: 70px;
    background:url("../img/ichikawa_fair/flag-b-r.png") no-repeat center/100%;
    content: " ";
    position: absolute;
    top: 0;
    left: 70%;
}

.overview-in{
    width: 90%;
    background-color: #fff;
    margin: 0 auto;
}

.overview-in .data-wrap{
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
}

.data-wrap dt{
    width: 90%;
    border-bottom: 1px solid #222222;
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
}

.data-wrap .month{
    width: 70%;
    display: flex;
    text-align: center;
    margin: 20px auto 20px auto;
}

.data-wrap .month em{
    font-size: 80px;
    font-weight: bold;
}

.data-wrap .month span{
    width: 45px;
    height: 45px;
    background-color: #3A8ECD;
    border-radius: 45px;
    color: #fff;
    display: block;
    font-size: 30px;
    text-align: center;
    line-height: 45px;
}

.data-wrap .time{
    width: 100%;
}

.data-wrap .time li{
    width: 90%;
    background-color: #F9E532;
    display: block;
    font-size: 3.5vw;
    text-align: center;
    margin: 0 auto;
    padding: 15px 0;
}

.data-wrap .time li em{
    font-size: 5.5vw;
    font-weight: bold;
    margin-top: 10px;
}

.data-wrap dd{
    width: 90%;
    margin: 0 auto;
    padding-top: 10px;
}

.data-wrap dd .venue-img{
    width: 90%;
    margin: 10px auto 0 auto;
    text-align: center;
}

.venue-img img{
    width: 100%;
    object-fit: cover;
}

.data-wrap dd p{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 20px auto;
}

.data-wrap dd a{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background:#9AC95D url("../img/ichikawa_fair/right-chevron.svg") no-repeat 95% 50%;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 5vw;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
}

/*エントリーボタン-TB*/
.entry-wrap{
	padding: 30px 0 0 0;
	}

.entry-part1{
	background-color: #C2F1FF;
	}

.entry-part2{
	background-color: #F9F1CA;
	}

.entry-wrap .entry-btn-in{
    width: 90%;
	margin:0 auto;
	text-align:center;
	}

.entry-wrap .entry-btn-in strong{
    width: 100%;
    display: block;
    font-size: 5vw;
    font-weight: bold;
    margin: 0 auto 40px auto;
    position: relative;
}

.entry-btn-in strong span::before{
    width: 23px;
    height: 36px;
    background:url("../img/ichikawa_fair/slash-l.svg") no-repeat;
    position: absolute;
    left: 0;
    top: -5px;
    content: " ";
}

.entry-btn-in strong span::after{
    width: 23px;
    height: 36px;
    background:url("../img/ichikawa_fair/slash-r.svg") no-repeat;
    content: " ";
    position: absolute;
    right: 0;
    top: -5px;
}

.entry-wrap .entry-btn-in {
	margin-bottom:20px;}

.entry-wrap .entry-btn-in .entry-txt{
    font-size: 3.5vw;
	margin-bottom: 10px;
	line-height:23px;
	}

.entry-wrap .entry-btn{
	width: 100%;
    height: 50px;
    border: none;
    border-radius: 5px;
    background:#ED85AB url("../img/ichikawa_fair/right-chevron.svg") no-repeat 95% 50%;
    color: #fff;
	display: block;
    font-size: 5vw;
    font-weight: bold;
    line-height: 50px;
    margin: 20px auto 0 auto;
}

.entry-wrap .entry-tn:hover{
	background-color: #92714e;
	color: #fff;
	transition: all .3s;
	}

/*こんな学生さん、ぜひ参加してください-TB*/
#about-wrap{
	background:url("../img/ichikawa_fair/about-back.jpg") no-repeat center/cover;
    padding: 0 0 30px 0;
	}

#about-wrap .section_title{
    width: 90%;
    display: block;
    font-size: 4.5vw;
    font-weight: bold;
    position: relative;
    text-align: center;
    line-height: 24px;
    margin: 0 auto 20px auto;
    padding: 30px 0 0 0;
}

#about-wrap .section_title::before{
    width: 30%;
    height: 70px;
    background:url("../img/ichikawa_fair/flag-y-l.png") no-repeat center/100%;
    content: " ";
    position: absolute;
    top: 0;
    left: 70%;
}

#about-wrap .section_title::after{
    width: 30%;
    height: 70px;
    background:url("../img/ichikawa_fair/flag-y-r.png") no-repeat center/100%;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
}

#about-wrap .pc-display{
    display: none;
}

.about-in .acd-check{
    display: none;
}

.about-in .acd-label{
    width: 88%;
    background: #4795D1;
    border: 2px solid #4795D1;
    border-radius:10px;
    color: #fff;
    display: block;
    font-size: 3.5vw;
    margin: 0 auto;
    padding: 8px 0 8px 2%;
    text-indent: 0px;
    position: relative;
}

.acd-label::after{
    width: 11px;
    height: 17px;
    background: url("../sp/event/img/ichikawa_fair/down-chevron.svg") no-repeat right/40%;
    box-sizing: border-box;
    content: " ";
    display: block;
    padding: 5px 20px;
    position: absolute;
    right: 4%;
    top: 28%;
}

.about-in .acd-content{
    width: 88%;
    background-color: #fff;
    border-radius:0px 0px 10px 10px;
    border: 2px solid #4795D1;
    font-size: 3.5vw;
    height: 0;
    opacity: 0;
    padding: 8px 0 8px 2%;
    margin: 0 auto;
    text-indent: 0px;
    transition: .5s;
    visibility: hidden;
}

.acd-check:checked + .acd-label::after{
    width: 11px;
    height: 17px;
    background: url("../sp/event/img/ichikawa_fair/up-chevron.svg") no-repeat right/40%;
    box-sizing: border-box;
    content: " ";
    display: block;
    padding: 0 20px;
    position: absolute;
    right: 4%;
    top: 28%;
}

.about-in .acd-check:checked + .acd-label + .acd-content{
    height: 40px;
    line-height: 40px;
    opacity: 1;
    visibility: visible;
    margin: 0px auto 20px auto;
}

.about-in .acd-check:checked + .acd-label {
    border-radius:10px 10px 0 0;
}

/*当日のスケジュール-TB*/
#time-schedule-wrap{
	background-color: #C2F1FF;
    padding: 30px 0;
	}


#time-schedule-wrap .section_title{
    width: 100%;
    display: block;
    font-size: 5vw;
    font-weight: bold;
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding: 45px 0 0 0;
}

#time-schedule-wrap .section_title::before{
    width: 30%;
    height: 70px;
    background:url("../img/ichikawa_fair/flag-b-l.png") no-repeat center/100%;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
}

#time-schedule-wrap .section_title::after{
    width: 30%;
    height: 70px;
    background:url("../img/ichikawa_fair/flag-b-r.png") no-repeat center/100%;
    content: " ";
    position: absolute;
    top: 0;
    left: 70%;
}

#time-schedule-wrap .time-schedule-in{
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
}


.time-schedule-in .time-table{
    width: 100%;
    background-color: #fff;
    border-collapse: collapse;
    text-align: left;
}

.time-table th,
.time-table td{
    border: solid 1px black;
    display: block;
    font-size: 3.5vw;
    padding: 0 10px 0 20px;
}

.time-table th{
    background-color: #F9F1CA;
    display: flex;
    font-size: 3.5vw;
    line-height: 25px;
    text-align: left;
    padding: 10px 0;
}

.time-table th time{
    font-size: 3.5vw;
    font-weight: bold;
}

.time-table th p{
    width: 50%;
    text-indent: 10px;
}

.time-table th p:first-of-type{
    border-right: 1px solid #222;
}

.time-table th p:nth-of-type(2){
    text-indent: 5px;
}


.time-table td{
    border-top: none;
    border-bottom: none;
    font-size: 3.5vw;
    line-height: 20px;
    vertical-align: middle;
    padding: 10px 0 10px 10px;
}

.time-table td strong{
    display: block;
    font-weight: bold;
}

.time-table tr:nth-last-of-type(-n+2) td strong{
    margin-bottom: 10px;
}

.time-table td p{
    width: 95%;
}

.time-table td br{
    display: none;
}

/*講師紹介-TB*/
#teacher-wrap{
	background: #F0F0F0;
    margin-top: -20px;
    padding: 20px 0 30px 0;
	}

#teacher-wrap .section_title{
    width: 90%;
    display: block;
    font-size: 5.5vw;
    font-weight: bold;
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding: 30px 0 0 0;
}

#teacher-wrap .section_title::before{
    width: 30%;
    height: 70px;
    background:url("../img/ichikawa_fair/flag-y-l.png") no-repeat center/100%;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
}

#teacher-wrap .section_title::after{
    width: 30%;
    height: 70px;
    background:url("../img/ichikawa_fair/flag-y-r.png") no-repeat center/100%;
    content: " ";
    position: absolute;
    top: 0;
    left: 70%;
}

#teacher-wrap .teacher-in{
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
}

.teacher-in .teacher-list{
    width: 100%;
}

.teacher-list:first-child{
    margin-bottom: 20px;
}

.teacher-list dt{
    width: 100%;
}

.teacher-list dt img{
    width: 100%;
}

.teacher-list dd{
    width: 100%;
    height: auto;
    background: #fff;
    padding: 30px 0;
}

.teacher-list dd strong{
    display: block;
    font-size: 4.5vw;;
    font-weight: bold;
    text-align: center;
    margin: 30px auto;
    position: relative;
}

.teacher-list:first-of-type dd strong{
    width: 63%;
    text-indent: 40px;
} 

.teacher-list:first-of-type dd strong span::before{
    color: #6CCAEF;
    content: "01";
    font-size: 10vw;
    position: absolute;
    left: -43px;
}

.teacher-list:last-of-type dd strong{
    width: 90%;
    text-indent: 70px;
} 

.teacher-list:last-of-type dd strong span::before{
    color: #6CCAEF;
    content: "02";
    font-size: 10vw;
    position: absolute;
    left: -62px;
    
}

.teacher-list dd p{
    width: 90%;
    font-size: 3.5vw;
    line-height: 25px;
    margin: 0 auto;
}

/*サポート園一覧-TB*/
#support-wrap{
	background-color: #F9F1CA;
    padding: 20px 0 30px 0;
	}


#support-wrap .section_title{
    width: 100%;
    display: block;
    font-size: 5.5vw;
    font-weight: bold;
    position: relative;
    text-align: center;
    margin: 0 auto 20px auto;
    padding: 30px 0;
}

#support-wrap .section_title::before{
    width: 30%;
    height: 70px;
    background:url("../img/ichikawa_fair/flag-b-l.png") no-repeat center/100%;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
}

#support-wrap .section_title::after{
     width: 30%;
    height: 70px;
    background:url("../img/ichikawa_fair/flag-b-r.png") no-repeat center/100%;
    content: " ";
    position: absolute;
    top: 0;
    left: 70%;
}

#support-wrap .support-in{
    width: 90%;
    background: #fff;
    margin: 0 auto;
    padding: 40px 0 0 0;
}

.support-in .enlist{
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

.enlist tr{
    width: 100%;
    line-height: 25px;
    margin: 0 auto;
}

.enlist tr:last-of-type{
    margin-bottom: 0;
}

.enlist th{
    font-weight: bold;
}

.enlist th,
.enlist td{
    display: block;
    font-size: 3.5vw;
    line-height: 25px;
    width: 90%;
    margin: 0 auto;
}

.enlist td:nth-of-type(2){
    margin-bottom: 10px;
}

.enlist td:nth-of-type(3){
    margin-bottom: 40px;
}

.enlist td a{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background:#6CCAEF url("../img/ichikawa_fair/right-chevron.svg") no-repeat 95% 50%/2%;
    display: block;
    border-radius: 3px;
    color: #fff;
    font-size: 4.5vw;
    text-align: left;
    text-indent: 15px;
    margin: 0 auto;
    }

.supplement-txt{
    font-weight: bold;
    padding-bottom: 30px;
}

/*ほいコレ就職フェア✖️GREEN SPRINGS*/
.logo-hoi-gs-wrap{
    width: 100%;
    height: 438px;
    background:url("../img/ichikawa_fair/musububa-img-min.jpg") no-repeat center/cover;
    display: table;
}

.logo-hoi-gs-in{    
    margin: 0 auto;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.logo-hoi-gs-in article{
    width: 90%;
    height: 217px;
    background: rgba(255,255,255,0.8);
    margin: 0 auto;
}

.logo-hoi-gs-in article img{
    width: 90%;
    display: block;
    padding: 30px 0;
    text-align: center;
    margin: 0 auto;
}

.logo-hoi-gs-in article p{
    width: 90%;
    font-size: 3.5vw;
    font-weight: bold;
    line-height: 23px;
    margin: 0 auto;
    text-align: left;
}

.logo-hoi-gs-in article p br{
    display: none;
}

/*講師紹介-TB*/
#map-wrap{
	background: #F0F0F0;
    margin-top: -20px;
    padding: 20px 0 30px 0;
	}

#map-wrap .section_title{
    width: 90%;
    display: block;
    font-size: 5.5vw;
    font-weight: bold;
    position: relative;
    text-align: center;
    margin: 0 auto 30px auto;
    padding: 30px 0 0 0;
}

#map-wrap .section_title::before{
    width: 30%;
    height: 70px;
    background:url("../img/ichikawa_fair/flag-y-l.png") no-repeat center/100%;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
}

#map-wrap .section_title::after{
    width: 30%;
    height: 70px;
    background:url("../img/ichikawa_fair/flag-y-r.png") no-repeat center/100%;
    content: " ";
    position: absolute;
    top: 0;
    left: 70%;
}


#map-wrap .map-in{
    width: 100%;
    display: flex;
    margin: 0 auto;
}

.map-in iframe{
    height: 200px !important;
}

/*フッター-TB*/
footer{
	width:100%;
	background: #CEEFF2;
	table-layout:center;
    padding: 30px 0 0 0;
	}

footer .footer-logo{
	margin: 0 0 20px 20px;
	text-align: left;
    
}

.copyright{
    width: 100%;
    background-color: #4795D1;
    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 !important;}

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*/
#header_top{
	display: none;
	}
    
#header_top_sp{
	position: fixed;
  	top: 0;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	z-index:9999;
	}

#header_top_sp #logo_sp_wrap{
	width:83%;
	height:62px;
	padding-bottom:5px;
	}

/*ハンバーガーUi*/
#sp_button_wrap{
	width:13%;
	height:auto;
	background-color: #EA625C;
    display: none;
	float:left;
	margin: 10px 10px 0 0;
    position: relative;
    left: 85%;
	}

#sp_button_wrap #sp_button{
	width:100%;
	height:auto;
	margin:10px 0 0 0;
	background-color:#fff;
	}

#sp_button_wrap .menu-trigger,
#sp_button_wrap .menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	margin-left:20%;
	float:left;
	}
#sp_button_wrap .menu-trigger {
	position: relative;
	width: 35px;
	height: 35px;
	margin: 0 auto;
	}
#sp_button_wrap .menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
	}

#sp_button_wrap .menu-trigger span:nth-of-type(1) {
	top: 0;
	}
#sp_button_wrap .menu-trigger span:nth-of-type(2) {
	top: 35%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	}
#sp_button_wrap .menu-trigger span:nth-of-type(3) {
	bottom:30%;
	}

/*閉じる*/
#sp_button_wrap.navOpen .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-315deg) scale(.8);
	transform: translateY(12px) rotate(-315deg) scale(.8);
	background-color: #fff;
	}
#sp_button_wrap.navOpen .menu-trigger span:nth-of-type(2) {
	width: 40px;
	height:40px;
	background-color: transparent;
	border: 3px solid #fff;
	border-radius: 50%;
	}
#sp_button_wrap.navOpen .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(315deg) scale(.8);
	transform: translateY(-9px) rotate(315deg) scale(.8);
	background-color: #fff;
	}

/*メニュー中身*/
#header_top_sp #header_inner_sp{
    background: #EA625C;
    width:100%;
    height:auto;
	border:0;
    text-align:center;
    display:none;
	z-index:1;
    transition: all 50ms 0s ease;
    }

#header_inner_sp #sp_menu ul{
	width:100%;
	height:auto;
	margin: 0 auto;
	padding:0;
	list-style:none;
	}

#header_inner_sp #sp_menu li{
	width: 90%;
	height:auto;
	color: #EA625C;
	padding:5% 0;
	margin: 0 auto
    }

#sp_menu li a{
    color: #fff;
}

/*メインビジュアル-SP*/
#mvisual_wrap{
	width:100%;
    text-align: center;
	}

#mvisual_wrap h1{
    width: 100%;
    display: block;
}

.mv-catch-copy{
    display: none;
}    

/*開催概要_SP*/
#overview-wrap{
	background: #9FC977;
    padding: 20px 0 30px 0;
	}

#overview-wrap .section_title{
    width: 90%;
    display: block;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    text-align: center;
    margin: 0 auto 20px auto;
    padding: 30px 0;
}

#overview-wrap .section_title::before{
    width: 30%;
    height: 70px;
    background:url("../img/ichikawa_fair/flag-b-l.png") no-repeat center/100%;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
}

#overview-wrap .section_title::after{
    width: 30%;
    height: 70px;
    background:url("../img/ichikawa_fair/flag-b-r.png") no-repeat center/100%;
    content: " ";
    position: absolute;
    top: 0;
    left: 70%;
}

.overview-in{
    width: 90%;
    background-color: #fff;
    margin: 0 auto;
}

.overview-in .data-wrap{
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
}

.data-wrap dt{
    width: 90%;
    border-bottom: 1px solid #222222;
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
}

.data-wrap .month{
    width: 70%;
    display: flex;
    text-align: center;
    margin: 20px auto 20px auto;
}

.data-wrap .month em{
    font-size: 80px;
    font-weight: bold;
}

.data-wrap .month span{
    width: 45px;
    height: 45px;
    background-color: #EF503A;
    border-radius: 45px;
    color: #fff;
    display: block;
    font-size: 30px;
    text-align: center;
    line-height: 45px;
    margin: -5px 0 0 15px;
}

.data-wrap .time{
    width: 100%;
}

.data-wrap .time li{
    width: 100%;
    background-color: #F9E532;
    display: block;
    font-size: 4.5vw;
    text-align: center;
    padding: 15px 0;
}

.data-wrap .time li em{
    font-size: 6.5vw;
    font-weight: bold;
    margin-top: 10px;
}

.data-wrap dd{
    width: 90%;
    margin: 0 auto;
    padding-top: 10px;
}

.data-wrap dd .venue-img{
    width: 100%;
    margin: 10px 0 0 0;
}

.data-wrap dd .venue-img img{
    width: 100%;
}

.data-wrap dd p{
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin: 20px auto;
}

.data-wrap dd a{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #EF503A url("../img/ichikawa_fair/right-chevron.svg") no-repeat 95% 50%;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 5vw;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
}

/*エントリーボタン_SP*/
.entry-wrap{
	padding: 30px 0;
	}

.entry-part1{
	background-color: #79C6EF;
	}

.entry-part2{
	background-color: #519DCF;
	}

.entry-wrap .entry-btn-in{
    width: 90%;
	margin:0 auto;
	text-align:center;
	}

.entry-wrap .entry-btn-in strong{
    width: 100%;
    display: block;
    font-size: 5vw;
    font-weight: bold;
    margin: 0 auto 40px auto;
    position: relative;
}

.entry-btn-in strong span::before{
    width: 23px;
    height: 36px;
    background:url("../img/ichikawa_fair/slash-l.svg") no-repeat;
    position: absolute;
    left: 0;
    top: -5px;
    content: " ";
}

.entry-btn-in strong span::after{
    width: 23px;
    height: 36px;
    background:url("../img/ichikawa_fair/slash-r.svg") no-repeat;
    content: " ";
    position: absolute;
    right: 0;
    top: -5px;
}

.entry-wrap .entry-btn-in {
	margin-bottom:0px;}

.entry-wrap .entry-btn-in .entry-txt{
    font-size: 3.5vw;
	margin-bottom: 10px;
	line-height:23px;
	}

.entry-wrap .entry-btn{
	width: 100%;
    height: 50px;
    border: none;
    border-radius: 5px;
    background: #EF503A url("../img/ichikawa_fair/right-chevron.svg") no-repeat 95% 50%;
    color: #fff;
	display: block;
    font-size: 5vw;
    font-weight: bold;
    line-height: 50px;
    margin: 20px auto 0 auto;
}

.entry-wrap .entry-tn:hover{
	background-color: #92714e;
	color: #fff;
	transition: all .3s;
	}

/*こんな学生さん、ぜひ参加してください_SP*/
#about-wrap{
	background:url("../img/ichikawa_fair/about-back.jpg") no-repeat center/cover;
    padding: 0 0 30px 0;
	}

#about-wrap .section_title{
    width: 90%;
    display: block;
    font-size: 4.5vw;
    font-weight: bold;
    position: relative;
    text-align: center;
    line-height: 24px;
    margin: 0 auto 20px auto;
    padding: 30px 0 0 0;
}

#about-wrap .section_title::before{
    width: 30%;
    height: 70px;
    background:url("../img/ichikawa_fair/flag-y-l.png") no-repeat center/100%;
    content: " ";
    position: absolute;
    top: 0;
    left: 70%;
}

#about-wrap .section_title::after{
    width: 30%;
    height: 70px;
    background:url("../img/ichikawa_fair/flag-y-r.png") no-repeat center/100%;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
}

#about-wrap .pc-display{
    display: none;
}

.about-in .acd-check{
    display: none;
}

.about-in .acd-label{
    width: 88%;
    background: #EA625C;
    border: 2px solid #EA625C;
    border-radius:10px;
    color: #fff;
    display: block;
    font-size: 3.5vw;
    margin: 0 auto;
    padding: 8px 0 8px 2%;
    text-indent: 0px;
    position: relative;
}

.acd-label::after{
    width: 11px;
    height: 17px;
    background: url("../sp/event/img/ichikawa_fair/down-chevron.svg") no-repeat right/40%;
    box-sizing: border-box;
    content: " ";
    display: block;
    padding: 5px 20px;
    position: absolute;
    right: 4%;
    top: 28%;
}

.about-in .acd-content{
    width: 88%;
    background-color: #fff;
    border-radius:0px 0px 10px 10px;
    border: 2px solid #EA625C;
    font-size: 3.5vw;
    height: 0;
    opacity: 0;
    padding: 8px 0 8px 2%;
    margin: 0 auto;
    text-indent: 0px;
    transition: .5s;
    visibility: hidden;
}

.acd-check:checked + .acd-label::after{
    width: 11px;
    height: 17px;
    background: url("../sp/event/img/ichikawa_fair/up-chevron.svg") no-repeat right/40%;
    box-sizing: border-box;
    content: " ";
    display: block;
    padding: 0 20px;
    position: absolute;
    right: 4%;
    top: 28%;
}

.about-in .acd-check:checked + .acd-label + .acd-content{
    height: 40px;
    line-height: 40px;
    opacity: 1;
    visibility: visible;
    margin: 0px auto 20px auto;
}

.about-in .acd-check:checked + .acd-label {
    border-radius:10px 10px 0 0;
}

/*サポート園一覧_-SP*/
#support-wrap{
	background-color: #9FC977;
    padding: 20px 0 30px 0;
	}

#support-wrap .section_title{
    width: 100%;
    display: block;
    font-size: 5.5vw;
    font-weight: bold;
    position: relative;
    text-align: center;
    margin: 0 auto 20px auto;
    padding: 30px 0;
}

#support-wrap .section_title::before{
    width: 30%;
    height: 70px;
    background:url("../img/ichikawa_fair/flag-b-l.png") no-repeat center/100%;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
}

#support-wrap .section_title::after{
     width: 30%;
    height: 70px;
    background:url("../img/ichikawa_fair/flag-b-r.png") no-repeat center/100%;
    content: " ";
    position: absolute;
    top: 0;
    left: 70%;
}

#support-wrap .support-in{
    width: 90%;
    background: #fff;
    margin: 0 auto;
    padding: 40px 0 0 0;
}

.support-in .enlist{
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

.enlist tr{
    width: 100%;
    line-height: 25px;
    margin: 0 auto;
}

.enlist tr:last-of-type{
    margin-bottom: 0;
}

.enlist th{
    font-weight: bold;
}

.enlist th,
.enlist td{
    display: block;
    font-size: 3.5vw;
    line-height: 25px;
    width: 90%;
    margin: 0 auto;
}

.enlist td:nth-of-type(1){
    margin-bottom: 10px;
}

.enlist td:nth-of-type(2){
    margin-bottom: 40px;
}

.enlist td a{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #79C6EF url("../img/ichikawa_fair/right-chevron.svg") no-repeat 95% 50%/2%;
    display: block;
    border-radius: 3px;
    color: #fff;
    font-size: 4.5vw;
    text-align: left;
    text-indent: 15px;
    margin: 0 auto;
    }

.supplement-txt{
    font-weight: bold;
    padding-bottom: 30px;
}

/*ほいコレ就職フェア✖️GREEN SPRINGS*/
.logo-hoi-gs-wrap{
    width: 100%;
    height: 438px;
    background-image: url("../img/ichikawa_fair/musububa-img-min.jpg");
    display: table;
}

.logo-hoi-gs-in{    
    margin: 0 auto;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.logo-hoi-gs-in article{
    width: 90%;
    height: 217px;
    background: rgba(255,255,255,0.8);
    margin: 0 auto;
}

.logo-hoi-gs-in article img{
    width: 90%;
    display: block;
    padding: 30px 0;
    text-align: center;
    margin: 0 auto;
}

.logo-hoi-gs-in article p{
    width: 90%;
    font-size: 3.5vw;
    font-weight: bold;
    line-height: 23px;
    margin: 0 auto;
    text-align: left;
}

.logo-hoi-gs-in article p br{
    display: none;
}

/*講師紹介_SP*/
#map-wrap{
	background: #fff;
    margin-top: -20px;
    padding: 20px 0 30px 0;
	}

#map-wrap .section_title{
    width: 90%;
    display: block;
    font-size: 5.5vw;
    font-weight: bold;
    position: relative;
    text-align: center;
    margin: 0 auto 30px auto;
    padding: 30px 0 0 0;
}

#map-wrap .section_title::before{
    width: 30%;
    height: 70px;
    background:url("../img/ichikawa_fair/flag-b-l.png") no-repeat center/100%;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
}

#map-wrap .section_title::after{
    width: 30%;
    height: 70px;
    background:url("../img/ichikawa_fair/flag-b-r.png") no-repeat center/100%;
    content: " ";
    position: absolute;
    top: 0;
    left: 70%;
}


#map-wrap .map-in{
    width: 100%;
    display: flex;
    margin: 0 auto;
}

.map-in iframe{
    height: 200px !important;
}

/*フッター-SP*/
footer{
	width:100%;
	background: #CEEFF2;
	table-layout:center;
    padding: 30px 0 0 0;
	}

footer .footer-logo{
    width: 50%;
	margin: 0 0 20px 20px;
	text-align: left;
}

.footer-logo img{
    width: 100%;
}

.copyright{
    width: 100%;
    background-color: #EF503A;
    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;}
}
