@charset "utf-8";

.box{
	overflow: hidden;
	position: relative;
}
.main_top{
    width: 90%;
    margin: 20px auto 40px;
}
.main_top_ttl{
    text-align: center;
    font-size: 30px;
    line-height: 1.4em;
    color: #d26d71;
    margin: 30px auto 10px;
    font-family:"游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro";  
}

.picup{
    width: 80%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    max-width: 1200px;
    margin: 0 auto;
}
.picup_item_1{
    width: 32%;
    margin: 20px 0 0 0;
}
.picup_item_1:hover {
	-webkit-transform: translateY(-3px);
	        transform: translateY(-3px);
filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.2));
}
.picup_item_2{
    width: 48.5%;
    margin: 20px 0;
}
.picup_item_2:hover {
	-webkit-transform: translateY(-3px);
	        transform: translateY(-3px);
filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.2));}

/*DAY体験*/
.free_events{
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center; 
    margin: 40px auto;
    text-align: center;
    font-size: 18px;
}
.free_events p{
    margin: 20px auto
}
.free_events span{
    color: rgba(232,66,112,1.00);
}
.free_btn{
    width: 200px;
    margin: 0 auto;
}
.free_btn a:hover{
    -webkit-transform: translateY(-3px);
	        transform: translateY(-3px);
filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.2));
}
.group{
    width: 80%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
    max-width: 1200px;
    flex-wrap: wrap;
    margin: 0 auto;

}
.group_item{
    width: 49%;
    margin: 10px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.group_item:hover {
	-webkit-transform: translateY(-3px);
	        transform: translateY(-3px);
filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.2));
}

.group_link{
    color: #fff;
    padding: 8px 30px;
    background-color: #9BCEA3;
    border-radius: 50px;
    margin: 30px auto;
    width: 18em;
    font-size: 18px;
    text-align: center;
}
.group_link a{
    text-decoration: none;
}
.group_link:hover {
    text-decoration: none;
	-webkit-transform: translateY(-3px);
	        transform: translateY(-3px);
filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.2));
}

/*「お知らせ」ブロック
---------------------------------------------------------------------------*/
/*お知らせブロック*/
#new {
    width: 80%;
	margin: 40px auto;
	display: flex;		/*flexボックスを使う指定*/
	flex-direction: column;
    border: 1px solid #e0999a;
    box-shadow: 3px 4px 6px 0px rgba(0,0,0,0.1);
    border-radius: 15px;
    padding: 0 0 30px 0;
}
#new .new_ttl{
    font-size: 20px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.2em;
    padding: 8px 0;
    background-color:#e0999a;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
/*トップページニュース欄*/

#topnews_area{
    width:90%;
    margin: 0 auto 10px;
    text-align: left;
    font-size: 14px;
    line-height: 1.6em;
    padding: 20px 0 0
}

#topnews_area dl{
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
    position: relative;
    overflow: hidden;
     display: flex;
    flex-direction: row;

}
#topnews_area dt{
    width: 8em;
    float: left;
    color: #d26d71;
}
#topnews_area dd{
    float: left;
    margin: 0 0 0 20px;
    color: #666;
}
.news_link{
    position: absolute;
    right:0;
    top:10px;
    width: 8em;
    
}
.news_link a{
    color:#2C67B9;
    text-decoration: none;
}
.news_link a:hover{
    color:#D44679;
}

/*---------------------------------------------------------------------------
ここから下は画面幅480px以下の追加指定
---------------------------------------------------------------------------*/
@media screen and (max-width:480px) {
.main_top{
    width: 90%;
    margin: 20px auto 40px;
}
.main_top_ttl{
    text-align: center;
    font-size: 20px;
    line-height: 1.4em;
    color: #d26d71;
    margin: 30px auto 10px;
    font-family:"游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro";  
}

 /*「お知らせ」ブロック
---------------------------------------------------------------------------*/
/*お知らせブロック*/
#new {
    width: 98%;
	margin: 20px auto;
	display: flex;		/*flexボックスを使う指定*/
	flex-direction: column;
    border: 1px solid #e0999a;
    box-shadow: 3px 4px 6px 0px rgba(0,0,0,0.1);
    border-radius: 12px;
    padding: 0 0 30px 0;
}
#new .new_ttl{
    font-size: 15px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.2em;
    padding: 5px 0;
    background-color: #e0999a;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
/*トップページニュース欄*/

#topnews_area{
    width:94%;
    margin: 0 10px 10px 10px;
    text-align: left;
    font-size: 13px;
    line-height: 1.6em;
}

#topnews_area dl{
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
    position: relative;
    overflow: hidden;
    height: auto;
    display: flex;
    flex-direction: column;

}
#topnews_area dt{
    width: 100%;
}
#topnews_area dd{
    clear: both;
    float: none;
    margin: 10px 0;
    color: #666;
}


.picup{
    width: 90%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    max-width: 480px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.picup_item_1{
    width: 95%;
    margin: 10px auto 0;
}
.picup_item_1:hover {
	-webkit-transform: translateY(-3px);
	        transform: translateY(-3px);
filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.2));
}

.picup_item_2{
    width: 95%;
    margin: 10px auto;
}
/*DAY体験*/
.free_events{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; 
    margin: 0 auto 30px;
    text-align: center;
    font-size: 18px;
    line-height: 1.6em;
}
.free_events p{
    margin: 20px auto
}

.free_btn{
    width: 250px;
    margin: 0 auto;
}

.group{
    width: 80%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    max-width: 480px;
    flex-wrap: wrap;
    margin: 0 auto;

}
.group_item{
    width: 100%;
    margin: 10px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.group_link{
    color: #fff;
    padding: 8px 30px;
    background-color: #9BCEA3;
    border-radius: 50px;
    margin: 20px auto;
    width: 18em;
    font-size: 16px;
    text-align: center;
}  

}





/*---------------------------------------------------------------------------
ここから下は画面幅900px以上の追加指定
---------------------------------------------------------------------------*/
@media screen and (min-width:900px) {

.main_top{
    width: 84%;
    margin: 20px auto 40px;
}
.main_top_ttl{
    text-align: center;
    font-size: 35px;
    line-height: 1.4em;
    color: #d26d71;
    margin: 40px auto 10px;
    font-family:"游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro";  
}

.picup{
    width: 70%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    max-width: 1200px;
    margin: 0 auto;
}
/*DAY体験*/
.free_events{
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center; 
    margin: 40px auto;
    text-align: center;
    font-size: 20px;
}

.free_btn{
    width: 250px;
    margin: 0 auto;
}

.group{
    width: 70%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
    max-width: 1200px;
    flex-wrap: wrap;
    margin: 0 auto;

}

.group_item{
    width: 32.5%;
    margin: 10px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.group_item:hover {
	-webkit-transform: translateY(-3px);
	        transform: translateY(-3px);
filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.2));
}

.group_link{
    color: #fff;
    padding: 10px 40px;
    background-color: #9BCEA3;
    border-radius: 50px;
    margin: 30px auto;
    width: 18em;
    font-size: 25px;
    text-align: center;
}

}
