@charset "UTF-8";

.page_top_area h3{
    text-align: center;
    font-size: 3rem;
    font-weight: 600;
    color: #004971;
    line-height: 3rem;
    margin: 0 auto;
}
.page_top_area h4{
    width: 35%;
    margin: 10px auto 30px;
}
.activity_area{
    width: 100%;
    margin: 30px auto;
}
.activity_area img{
    width: 100%;
    border-radius: 10px;
}
/*--------------seen 1--------------------*/
.seen_1{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 50px auto 10px;
}
.seen_1 p{
    margin: 10px 0 10px 4vw;
}
.seen_1_left{
    width: 40%;
    margin-left: 3vw;
    border-left: 5px solid #1bb6cc;
    
}
.seen_1_right{
    width: 60%;
    margin-left: 3vw;
    border-left: 5px solid #1bb6cc;
    
}
.time1{
    width: 35vw;
    margin-left: -2.7vw;
}
.cob{
    width: 50%;
    margin: 10px 0 0 4vw;
}
.seen_1_photo{
    width: 80%;
    margin: 20px 0 10px 20%; 
}
/*--------------seen 2--------------------*/
.seen_2{
    width: 100%;
    margin: 0 auto;
    margin-left: 3vw;
    border-left: 5px solid #1bb6cc;
    position: relative;
}
.seen_2 p{
    margin: 10px 0 10px 4vw;
}

.time2{
    width: 35vw;
    margin:40px 0 20px -2.7vw;
}

.photo_area{
    width: 87%;
    margin: 20px 0 10px 10%; 
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.photo_area_item{
    width: 48%;
    margin: 20px 0 10px;
}

/*--------------seen 3--------------------*/
.seen_3{
    width: 50%;
    margin: 50px 20% 30px 30%;
    padding-left: -6vw;
    border-left: 5px solid #1bb6cc;
}
.seen_3 p{
    margin: 10px 0 10px 4vw;
}

.time3{
    width: 35vw;
    margin-left: -2.7vw;
}

.seen_3_photo{
    width: 86%;
    margin: 20px 0 10px 20%; 
}

.ships{
    position: absolute;
    width:45%;
    right:5%;
    bottom: 0;
}




/*----------main2------------*/
.main2{
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background-color:#f3f4ef; 
}
.events_area{
    width:80%;
    margin:0 auto;
}
.events_area h3{
    text-align: center;
    font-size: 3rem;
    font-weight: 600;
    color: #735339;
    line-height: 3rem;
    margin: 0 auto;
}
.events_area h4{
    width: 35%;
    margin: 10px auto 30px;
}
.events{
    width: 80%;
    margin: 40px auto;
    display:flex;
    justify-content: space-between;
    font-size: 1.1rem;
    color: #845339;
    font-weight: 600;
}
.events2{
    width: 80%;
    margin: 40px auto;
    display:flex;
    justify-content: space-between;
    font-size: 1.1rem;
    color: #845339;
    font-weight: 600;
}
.event_item1{
    width: 48%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.event_item2{
    width: 50%;
}
.tree{
    width: 48%;
}
.ev_cont{
    width: 48%;
    padding-top:18%;
}
.col_sp{
    color: #ECB0BB;
}
.col_sm{
    color: #BFD862;
}
.col_at{
    color: #EACB57;
}
.col_wt{
    color: #8BCFDE;
}
/*---------------------------------------------
--------------------MAX 900PX-----------------------------*/
@media screen and (max-width:900px){
.page_top_area h3{
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
    color: #004971;
    line-height: 3rem;
    margin: 0 auto;
}
.page_top_area h4{
    width: 40%;
    margin: 10px auto 30px;
}
.activity_area{
    width: 100%;
    margin: 30px auto;
}
.activity_area img{
    width: 100%;
    border-radius: 10px;
}
/*--------------seen 1--------------------*/
.seen_1{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 50px auto 10px;
}
.seen_1 p{
    margin: 10px 0 10px 4vw;
}
.seen_1_left{
    width: 40%;
    margin-left: 3vw;
    border-left: 5px solid #1bb6cc;
    
}
.seen_1_right{
    width: 60%;
    margin-left: 3vw;
    border-left: 5px solid #1bb6cc;
    
}
.time1{
    width: 45vw;
    margin-left: -3.5vw;
}
.cob{
    width: 50%;
    margin: 10px 0 0 4vw;
}
.seen_1_photo{
    width: 80%;
    margin: 20px 0 10px 20%; 
}
/*--------------seen 2--------------------*/
.seen_2{
    width: 100%;
    margin: 0 auto;
    margin-left: 3vw;
    border-left: 5px solid #1bb6cc;
    position: relative;
}
.seen_2 p{
    margin: 10px 0 10px 4vw;
}

.time2{
    width: 45vw;
    margin:40px 0 20px -3.5vw;
}

.photo_area{
    width: 87%;
    margin: 20px 0 10px 10%; 
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.photo_area_item{
    width: 48%;
    margin: 20px 0 10px;
}

/*--------------seen 3--------------------*/
.seen_3{
    width: 50%;
    margin: 50px 20% 30px 30%;
    padding-left: -6vw;
    border-left: 5px solid #1bb6cc;
}
.seen_3 p{
    margin: 10px 0 10px 4vw;
}

.time3{
    width: 45vw;
    margin-left: -3.5vw;
}

.seen_3_photo{
    width: 86%;
    margin: 20px 0 10px 20%; 
}

.ships{
    position: absolute;
    width:45%;
    right:5%;
    bottom: 0;
}

/*----------main2------------*/

.events_area{
    width:100%;
    margin:0 auto;
}
.events_area h3{
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
    color: #735339;
    line-height: 2.5rem;
    margin: 0 auto;
}

}
/*---------------------------------------------
--------------------MAX 480PX-----------------------------*/
@media screen and (max-width:480px){
.page_top_area h3{
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    color: #004971;
    line-height: 2rem;
    margin: 0 auto;
}
.page_top_area h4{
    width: 60%;
    margin: 10px auto;
}
.activity_area{
    width: 90%;
    margin: 30px auto;
    padding-bottom: 100px;
}
.activity_area img{
    width: 100%;
    border-radius: 10px;
}
/*--------------seen 1--------------------*/
.seen_1{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin: 10px auto 0;
    padding-bottom: 20px;
}
.seen_1 p{
    margin: 10px 0 10px 8%;
}
.seen_1_left{
    width: 100%;
    margin-left: 0;
    border-left: 5px solid #1bb6cc;
    
}
.seen_1_right{
    width: 100%;
    margin-left: 0;
    border-left: 5px solid #1bb6cc;
    
}
.time1{
    width: 90%;
    margin-left: -7.5%;
}
.cob{
    width: 50%;
    margin: 10px 0 30px 50px;
}
.seen_1_photo{
    width: 90%;
    margin: 20px 0 10px 10%; 
}
/*--------------seen 2--------------------*/
.seen_2{
    width: 100%;
    margin: -60px auto 0;
    margin-left: 0;
    border-left: 5px solid #1bb6cc;
    position: relative;
}
.seen_2 p{
    margin: 10px 0 10px 8%;
}

.time2{
    width: 90%;
    margin-left: -7.5%;
    padding-top: 20px;
 }

.photo_area{
    width: 90%;
    margin: 10px 0 20px 10%; 
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
}
.photo_area_item{
    width: 100%;
    margin: 10px 0;
}

/*--------------seen 3--------------------*/
.seen_3{
    width: 100%;
    margin: -20px auto 30px;
    padding-left: -6vw;
    border-left: 5px solid #1bb6cc;
}
.seen_3 p{
    margin: 10px 0 10px 8%;
}

.time3{
    width: 90%;
    margin-left: -7.5%;
    padding-top: 0;
}

.seen_3_photo{
    width: 90%;
    margin: 20px 0 10px 10%;
    padding-bottom: 30px
}
.ships{
    position: absolute;
    width:70%;
    right:10%;
    bottom: -150px;
}




/*----------main2------------*/
.main2{
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background-color:#f3f4ef; 
}
.events_area{
    width:90%;
    margin:0 auto;
}
.events_area h3{
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    color: #735339;
    line-height: 2rem;
    margin: 0 auto;
}
.events_area h4{
    width: 60%;
    margin: 10px auto 30px;
}
.events{
    width: 90%;
    margin: 30px auto;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 1.1rem;
    color: #845339;
    font-weight: 600;
}
.events2{
    width: 90%;
    margin: 40px auto;
    display:flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    font-size: 1.1rem;
    color: #845339;
    font-weight: 600;
}
.event_item1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 20px;
}
.event_item2{
    width: 100%;
}
.tree{
    width: 48%;
}
.ev_cont{
    width: 48%;
    padding-top:0;
}

}