@charset "UTF-8";
.day_top{
    width: 80%;
    margin: 0 auto 40px;
    display: flex;
    justify-content: space-between;
    max-width: 1120px;
    align-items: center;
}

.day_top_item1{
    width: 55%;
    font-size: 1.1rem;
}
.day_top_item2{
    width: 35%;
}
.day_top h4{
    font-size: 1.5rem;
    color: #bd5e56;
    line-height: 2.4rem;
}
.day_facility{
    width: 80%;
    margin: 0 auto 40px;
    max-width: 1120px;
}
.day_ttl{
    width: 30%;
    margin: 30px auto;
}
.facility_top{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin:40px auto;
}
.top_item1{
    width: 55%;
}
.top_item1 img{
    border-radius: 10px;
    width:100%;
}
.top_item2{
    width: 40%;
}
.facility_top_catch{
    font-size: 1.3rem;
    color: #bd5e56;
    line-height: 2.0rem;
    font-weight: 500;
    
}
.facility_bace{
    width: 80%;
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 0.9rem;
    margin:40px auto 0;
}
.facility_bace img{
    width: 100%;
    border-radius: 10px;
}
.facility_bace_item{
    width:  31.33%;
    margin: 10px 0;
}
.day_area{
    width: 80%;
    margin: 0 auto;
    padding: 10px 0;
    max-width: 1120px;
}
.day_bace{
    width: 100%;
    display:flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin:40px auto;
}

.day_bace_item{
    width:  31.33%;
    margin: 10px 1%;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}
.day_bace_ttl{
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: 700;
    color: #795037;
    text-align: center;
}
.day_bace_pic{
    width: 50%;
    margin: 0 auto;
}

.day_bottom_area{
    width: 80%;
    margin: 40px auto -100px;
    padding-bottom: 120px;
    display: flex;
    flex-direction: column;
    max-width: 1120px;
}
.bottom_list_1{
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 40px auto;
}
.bottom_list_1_item1{
    width: 48%;
    text-align: center;
    font-size: 1.2rem;
    color: #bd5e56;
    font-weight: 600;
}
.bottom_list_1_item1 p{
    margin: 0;
    padding: 0;
}
.bottom_list_1_item1 img{
    width: 90%;
    margin: 0 auto;
}
.bottom_contact{
    font-size: 2.0rem;
    font-weight: 600;
}
.bottom_contact a{
    text-decoration: none;
    color: #bd5e56;
}
.bottom_contact a:hover{
    color: #F9CA11;
}
.bottom_list_1_item2{
    width: 48%;
}
.bottom_list_1_item2 img{
    border-radius: 15px;
}
.bottom_list_2{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 40px auto;
}
.bottom_list_2_item{
    width: 32%;
    padding: 20px;
    background-color: #fff;
    border: 2px solid #905f2d;
    border-radius: 12px;
}
.bottom_list_2_item p{
    line-height: 1.4rem;
    margin: 10px 0;
}
/*-------------EVENTS------------*/
.event_bace{
    width: 80%;
    margin: 0 auto;
    padding: 40px 0;
        max-width: 1120px;
}

.event_bace h4{
    width:20rem;
    margin: 15px auto;
}

.event_bace_catch{
    text-align: center;
    color: #bd5e56;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 15px auto;
}

.event_area{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.event_area_item{
    width: 48%;
    position: relative;
}

.event_seson{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    font-size: 1rem;
    font-weight: 500;
}

.seson_item1{
    width: 48%;
    background-color: #fff;
    border:2px solid #f1bcc5;
    border-radius: 8px;
    padding: 15px 10px 15px 20%;
    background-image: url("../images/facility/bg_spring.png");
    background-repeat: no-repeat;
    background-position: left 5% center;
    background-size: 35%;
    margin: 7px 1%;
}
.seson_item2{
    width: 48%;
    background-color: #fff;
    border:2px solid #c7d98c;
    border-radius: 8px;
    padding:15px 10px 15px 20%;
    background-image: url("../images/facility/bg_summer.png");
    background-repeat: no-repeat;
    background-position: left 5% center;
    background-size: 35%;
    margin: 7px 1%;
}
.seson_item3{
    width: 48%;
    background-color: #fff;
    border:2px solid #dcc48b;
    border-radius: 8px;
    padding: 15px 10px 15px 20%;
    background-image: url("../images/facility/bg_autumn.png");
    background-repeat: no-repeat;
    background-position: left 5% center;
    background-size: 35%;
    margin: 7px 1%;
}
.seson_item4{
    width: 48%;
    background-color: #fff;
    border:2px solid #a6c6c1;
    border-radius: 8px;
    padding: 15px 10px 15px 20%;
    background-image: url("../images/facility/bg_winter.png");
    background-repeat: no-repeat;
    background-position: left 5% center;
    background-size: 35%;
    margin: 7px 1%;
}

.events_photo1{
    width: 52%;
    margin: 0 48% 30px 0;
}
.events_photo1 img{
    width: 100%;
    border:4px solid #fff;
    border-radius: 15px;
    box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2); 
}
.events_photo2{
    position: absolute;
    width: 52%;
    bottom: 0;
    right:0;
    z-index: 2;
}
.events_photo2 img{
    width: 100%;
    border:4px solid #fff;
    border-radius: 15px;
    box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2); 
}

@media screen and (max-width:900px){
 .day_top{
    width: 90%;
    margin: 0 auto 40px;
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    align-items: center;
}

.day_top_item1{
    width: 55%;
    font-size: 1.1rem;
}
.day_top_item2{
    width: 40%;
}
.day_top h4{
    font-size: 1.5rem;
    color: #bd5e56;
    line-height: 2.4rem;
}
.day_facility{
    width: 90%;
    margin: 0 auto 40px;
    max-width: 900px;
}
.day_ttl{
    width: 30%;
    margin: 30px auto;
}
.facility_top{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin:40px auto;
}
.top_item1{
    width: 55%;
}
.top_item1 img{
    border-radius: 10px;
    width:100%;
}
.top_item2{
    width: 40%;
}
.facility_top_catch{
    font-size: 1.3rem;
    color: #bd5e56;
    line-height: 2.0rem;
    font-weight: 500;
    
}
.facility_bace{
    width: 90%;
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 0.9rem;
    margin:40px auto 0;
}
.facility_bace img{
    width: 100%;
    border-radius: 10px;
}
.facility_bace_item{
    width:  31.33%;
    margin: 10px 0;
}
.day_area{
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
    max-width: 1120px;
}
.day_bace{
    width: 100%;
    display:flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin:40px auto;
}

.day_bace_item{
    width:  31.33%;
    margin: 10px 1%;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}
.day_bace_ttl{
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: 700;
    color: #795037;
    text-align: center;
}
.day_bace_pic{
    width: 50%;
    margin: 0 auto;
}

.day_bottom_area{
    width: 90%;
    margin: 40px auto -100px;
    padding-bottom: 120px;
    display: flex;
    flex-direction: column;
    max-width: 1120px;
}
.bottom_list_1{
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 40px auto;
}
.bottom_list_1_item1{
    width: 48%;
    text-align: center;
    font-size: 1.2rem;
    color: #bd5e56;
    font-weight: 600;
}
.bottom_list_1_item1 p{
    margin: 0;
    padding: 0;
}
.bottom_list_1_item1 img{
    width: 90%;
    margin: 0 auto;
}
.bottom_contact{
    font-size: 1.8rem;
    font-weight: 600;
}
.bottom_contact a{
    text-decoration: none;
    color: #bd5e56;
}
.bottom_contact a:hover{
    color: #F9CA11;
}
.bottom_list_1_item2{
    width: 48%;
}
.bottom_list_1_item2 img{
    border-radius: 15px;
}
.bottom_list_2{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 40px auto;
}
.bottom_list_2_item{
    width: 32%;
    padding: 20px;
    background-color: #fff;
    border: 2px solid #905f2d;
    border-radius: 12px;
}
.bottom_list_2_item p{
    line-height: 1.4rem;
    margin: 10px 0;
}
 /*-------------EVENTS------------*/
.event_bace{
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
        max-width: 900px;
}

.event_bace h4{
    width:16rem;
    margin: 15px auto;
}

.event_bace_catch{
    text-align: center;
    color: #bd5e56;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 15px auto;
}

.event_area{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.event_area_item{
    width: 48%;
    position: relative;
}

.event_seson{
    width:100%;
    display: flex;
	flex-direction: column;
    flex-wrap: wrap;
    font-size: 1rem;
    font-weight: 500;
}

.seson_item1{
    width: 100%;
    background-color: #fff;
    border:2px solid #f1bcc5;
    border-radius: 8px;
    padding: 10px 10px 10px 30%;
    background-image: url("../images/facility/bg_spring.png");
    background-repeat: no-repeat;
    background-position: left 5% center;
    background-size: 20%;
    margin: 7px 1%;
}
.seson_item2{
    width: 100%;
    background-color: #fff;
    border:2px solid #c7d98c;
    border-radius: 8px;
    padding: 10px 10px 10px 30%;
    background-image: url("../images/facility/bg_summer.png");
    background-repeat: no-repeat;
    background-position: left 5% center;
    background-size: 20%;
    margin: 7px 1%;
}
.seson_item3{
    width: 100%;
    background-color: #fff;
    border:2px solid #dcc48b;
    border-radius: 8px;
    padding: 10px 10px 10px 30%;
    background-image: url("../images/facility/bg_autumn.png");
    background-repeat: no-repeat;
    background-position: left 5% center;
    background-size: 20%;
    margin: 7px 1%;
}
.seson_item4{
    width: 100%;
    background-color: #fff;
    border:2px solid #a6c6c1;
    border-radius: 8px;
    padding: 10px 10px 10px 30%;
    background-image: url("../images/facility/bg_winter.png");
    background-repeat: no-repeat;
    background-position: left 5% center;
    background-size: 20%;
    margin: 7px 1%;
}

.events_photo1{
    width: 80%;
    margin: 0 20% 160px 0;
}
.events_photo1 img{
    width: 100%;
    border:4px solid #fff;
    border-radius: 15px;
    box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2); 
}
.events_photo2{
    position: absolute;
    width: 80%;
    bottom: 0;
    right:0;
    z-index: 2;
}
.events_photo2 img{
    width: 100%;
    border:4px solid #fff;
    border-radius: 15px;
    box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2); 
}   
}

@media screen and (max-width:480px){
  .day_top{
    width: 90%;
    margin: 0 auto 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 900px;
    align-items: center;
}

.day_top_item1{
    width: 100%;
    font-size: 1.1rem;
}
.day_top_item2{
    width: 80%;
}
.day_top h4{
    font-size: 1.6rem;
    color: #bd5e56;
    line-height: 2.8rem;
}
.day_facility{
    width: 90%;
    margin: 0 auto 40px;
    max-width: 900px;
}
.day_ttl{
    width: 80%;
    margin: 30px auto;
}
.facility_top{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin:40px auto 0;
}
.top_item1{
    width: 100%;
}
.top_item1 img{
    border-radius: 10px;
    width:100%;
}
.top_item2{
    width: 100%;
    margin: 30px auto;
}
.facility_top_catch{
    font-size: 1.5rem;
    color: #bd5e56;
    line-height: 2.0rem;
    font-weight: 600;
    
}
.facility_bace{
    width: 90%;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 0.9rem;
    margin:0 auto 0;
}
.facility_bace img{
    width: 100%;
    border-radius: 10px;
}
.facility_bace_item{
    width:  90%;
    margin: 10px auto;
}
.day_area{
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
    max-width: 1120px;
}
.day_bace{
    width: 100%;
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin:40px auto;
}

.day_bace_item{
    width:  100%;
    margin: 10px auto;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}
.day_bace_ttl{
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: 700;
    color: #795037;
    text-align: center;
}
.day_bace_pic{
    width: 50%;
    margin: 0 auto;
}

.day_bottom_area{
    width: 90%;
    margin: 10px auto -50px;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    max-width: 480px;
}
.bottom_list_1{
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    margin: 40px auto;
}
.bottom_list_1_item1{
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    color: #bd5e56;
    font-weight: 600;
}
.bottom_list_1_item1 p{
    margin: 0;
    padding: 0;
}
.bottom_list_1_item1 img{
    width: 90%;
    margin: 0 auto;
}
.bottom_contact{
    font-size: 1.6rem;
    font-weight: 600;
}
.bottom_contact a{
    text-decoration: none;
    color: #bd5e56;
}
.bottom_contact a:hover{
    color: #F9CA11;
}
.bottom_list_1_item2{
    width: 100%;
    margin: 20px auto 0;
}
.bottom_list_1_item2 img{
    border-radius: 15px;
}
.bottom_list_2{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 auto;
}
.bottom_list_2_item{
    width: 100%;
    padding: 20px 30px;
    background-color: #fff;
    border: 2px solid #905f2d;
    border-radius: 12px;
    margin: 10px auto;
}
.bottom_list_2_item p{
    line-height: 1.4rem;
    margin: 10px 0;
}
/*-------------EVENTS------------*/
.event_bace{
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
        max-width: 480px;
}

.event_bace h4{
    width:18rem;
    margin: 15px auto;
}

.event_bace_catch{
    text-align: left;
    color: #bd5e56;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 15px auto;
	line-height: 1.8rem
}

.event_area{
    width: 100%;
    margin: 0 auto;
    display: flex;
	flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.event_area_item{
    width: 80%;
    position: relative;
	margin: 0 auto;
}

.event_seson{
    width:100%;
    display: flex;
	flex-direction: column;
    flex-wrap: wrap;
    font-size: 1rem;
    font-weight: 500;
	margin: 0 auto;
}

.seson_item1{
    width: 100%;
    background-color: #fff;
    border:2px solid #f1bcc5;
    border-radius: 8px;
    padding: 10px 10px 10px 40%;
    background-image: url("../images/facility/bg_spring.png");
    background-repeat: no-repeat;
    background-position: left 5% center;
    background-size: 30%;
    margin: 7px auto;
}
.seson_item2{
    width: 100%;
    background-color: #fff;
    border:2px solid #c7d98c;
    border-radius: 8px;
    padding: 10px 10px 10px 40%;
    background-image: url("../images/facility/bg_summer.png");
    background-repeat: no-repeat;
    background-position: left 5% center;
    background-size: 30%;
    margin: 7px 1%;
}
.seson_item3{
    width: 100%;
    background-color: #fff;
    border:2px solid #dcc48b;
    border-radius: 8px;
    padding: 10px 10px 10px 40%;
    background-image: url("../images/facility/bg_autumn.png");
    background-repeat: no-repeat;
    background-position: left 5% center;
    background-size: 30%;
    margin: 7px 1%;
}
.seson_item4{
    width: 100%;
    background-color: #fff;
    border:2px solid #a6c6c1;
    border-radius: 8px;
    padding: 10px 10px 10px 40%;
    background-image: url("../images/facility/bg_winter.png");
    background-repeat: no-repeat;
    background-position: left 5% center;
    background-size: 30%;
    margin: 7px 1%;
}

.events_photo1{
    width: 100%;
    margin: 20px 20% 160px -30px;
}
.events_photo1 img{
    width: 100%;
    border:4px solid #fff;
    border-radius: 15px;
    box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2); 
}
.events_photo2{
    position: absolute;
    width: 100%;
    bottom: 0;
    right:-30px;
    z-index: 2;
}
.events_photo2 img{
    width: 100%;
    border:4px solid #fff;
    border-radius: 15px;
    box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2); 
}      
}