@charset "utf-8";
/* CSS Document */

/*==================================

1～3年生専用サイトOPEN

==================================*/
/*全体設定*/
html{
    overflow: auto;}

body{
    overflow: hidden;
    position: relative;
    min-width: 1200px;
	background-color:#fff;
	}

.font-tsuku{
	font-family: fot-tsukuardgothic-std, sans-serif;
	}  

#book-wrapper{
	width: 100%;
  	font-family: 'Noto Sans JP', sans-serif;
	margin: 0 auto;
	color: #000;
	background-color:#fff;
	}

/*パンくずリスト*/
.breadcrumb{
  	width:1080px;
    height: 40px;
  	margin:23px auto 0 auto;
  	font-size:14px;
}

.breadcrumb li{
  	display:inline-block;
  	position: relative;
  	vertical-align:bottom;
}

.breadcrumb li:after{
  	content:'>';
  	position: relative;
  	margin-left:10px;
  	margin-right:10px;
}

.breadcrumb li:last-child:after{
  	content:'';
}

/*メインビジュアル*/
#main-visual-wrap{
	width: 100%;
    height: 600px;
    background-image: url("../1stto3rd/img/m-visual.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 -200%;
    padding: 0 200%;
    text-align: center;
}

#main-visual-wrap .main-visual-in{
	width: 944px;
    margin: 0 auto;
}

.main-visual-in .logo-wrap{
	width: 944px;
    margin: 0 auto;
    position: relative;
    padding-top: 60px;
}

.logo-wrap .logo-title{
    margin: 0;
    text-align: left;
    display: block;
}

.logo-wrap .logo-title2{
    display: block;
    position: absolute;
    right: 0;
    bottom: 0px;
    animation-delay: 1s;
}

.logo-wrap .circle{
    position: absolute;
    top: 83px;
    right: 54px;
}

.logo-wrap .circle-back{
    position: absolute;
    top: 43px;
    right: 0;
    animation:4s linear infinite rotation1;
}

@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}

/*メニュー*/
.link-wrap{
    width: 944px;
    margin: 50px auto 0 auto;
}

.link-wrap ul{
    width: 944px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.link-wrap ul li{
    width: 300px;
    display: block;
}

.link-wrap ul li a{
    color: #000;
}

.link-wrap ul li dl{
    position: relative;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}

.link-wrap ul li dl dt{
    width: 120px;
    height: 37px;
    line-height: 37px;
    color: #fff;
    display: block;
    position: absolute;
    border-radius: 50px;
    text-align: center;
    top: -20px;
    left: 90px;
}

.link-wrap ul li:first-of-type dl{
    background-color: #E89821;
    background-image: url("../1stto3rd/img/search-icon.png");
    background-repeat: no-repeat;
    background-position: 15px 50%;
    border: 3px solid #E89821;
    padding: 40px 0 30px 83px;
}

.link-wrap ul li:first-of-type dl dt{
    background-color: #E87721;
}

.link-wrap ul li:nth-of-type(2) dl{
    background-color: #0CC4C2;
    background-image: url("../1stto3rd/img/calendar-icon.png");
    background-repeat: no-repeat;
    background-position: 15px 50%;
    border: 3px solid #0CC4C2;
    padding: 40px 0 30px 83px;
}

.link-wrap ul li:nth-of-type(2) dl dt{
    background-color: #0FB9B6;
}

.link-wrap ul li:last-of-type dl{
    background-color: #FF6969;
    background-image: url("../1stto3rd/img/coin-icon.png");
    background-repeat: no-repeat;
    background-position: 15px 50%;
    border: 3px solid #FF6969;
    padding: 40px 0 30px 83px;
}

.link-wrap ul li:last-of-type dl dt{
    background-color: #FB5B5B;
}

.link-wrap ul li dl dd{
    position: relative;
}

.link-wrap ul li .chevron-icon{
    position: absolute;
    right: 10%;
    top: 5px;
    width: 7%;
}

.link-wrap ul li a:hover .chevron-icon{
    transition: all .15s ease-out;
	transform: translate(7px,0px);
}

.link-wrap ul li a:hover .en-search{
    background-color: #fff;
    border: 3px solid #E87721;
    color: #E87721;
    transition: all .3s;
}

.link-wrap ul li a:hover .event{
    background-color: #fff;
    border: 3px solid #0CC4C2;
    color: #0CC4C2;
    transition: all .3s;
}

.link-wrap ul li a:hover .part{
    background-color: #fff;
    border: 3px solid #FF6969;
    color: #FF6969;
    transition: all .3s;
}

/*イベントバナー*/
#event-b-wrap{
    width: 100%;
    background-color: #EEFF00;
    margin: 0 auto;
    padding: 60px 0;
}

#event-b-wrap h2 p{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

#event-b-wrap h2 img{
    display: block;
    text-align: center;
    margin: 0 auto 40px auto;
}

#event-b-in{
    width: 820px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

#event-b-in a{
    width: 390px;
    display: block;;
}

#event-b-in a img{
    width: 100%;
    margin-right: 20px;
}

/*1～3年生さんを応援する園をご紹介*/
#enlist-wrap{
    width: 100%;
    background: #83DCDA;
    margin: 0 auto;
    padding: 100px 0;
}

#enlist-wrap h2{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-bottom: 100px;
}

#enlist-wrap h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -30px;
    display: inline-block;
    width: 60px;
    height: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #FF6969;
    border-radius: 2px;
}

.enlist-in{
    width: 90%;
    background: #fff;
    margin: 0 auto;
    padding: 60px 0;
}

.enlist-in .enlist{
    width: 1120px;
    margin: 0 auto;
    text-align: left;
}

.enlist tr{
    width: 373px;
    height: 140px;
    float: left;
    line-height: 25px;
    margin-bottom: 40px;
}

.enlist tr:last-of-type{
    margin-bottom: 0;
}

.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: #FB5B5B url("../img/kyoto_guidance/right-chevron.svg") no-repeat 92% 50%/4%;
    display: block;
    border-radius: 3px;
    color: #fff;
    text-align: left;
    text-indent: 15px;
    }


.enlist td a:hover{
    background: #6CCAEF url("../img/kyoto_guidance/right-chevron.svg") no-repeat 96% 50%/4%;
    transition: all 0.1s 0s ease-in-out;
}

/*ほいコレラボ*/
#lab-wrap{
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
}

#lab-wrap #lab-in{
    width: 100%;
    margin: 0 auto;
}

#lab-in h3 p{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

#lab-in h3 img{
    display: block;
    text-align: center;
    margin: 0 auto 40px auto;
}

#lab-in strong{
    font-size: 26px;
    font-weight: bold;
    display: block;
    text-align: center;
    position: relative;
}

#lab-in strong::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -30px;
    display: inline-block;
    width: 60px;
    height: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #FF6969;
    border-radius: 2px;
  }

#lab-in .lab-list{
    width:1200px;
    margin: 60px auto 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lab-list li {
    width: 388px;
    height: 253px;
    margin-bottom: 20px;
}

.lab-list li a{
    width: 388px;
    height: 253px;
    border: 3px solid #fff;
    display: block;
    position: relative;
}

.lab-list li a::before,
.lab-list li a::after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	z-index: 2;
	content: '';
	transition: all .3s;
}

.lab-list li a:hover::after,
.lab-list li a:hover::before {
	transform: scale(1);
}

.lab-list li a::before {
	border-top: 3px solid #FF6969;
	border-bottom: 3px solid #0CC4C2;
	transform: scale(0, 1);
}
.lab-list li a::after {
	border-right: 3px solid #0CC4C2;
	border-left: 3px solid #FF6969;
	transform: scale(1, 0);
}
.lab-list li a:hover {
	color: #0CC4C2;
}

.lab-list li a img{
    width: 100%;
    max-width: 388px;
    height: 253px;
    object-fit: cover;
}


/*共有*/
.clear{
	clear:both;}
