@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: #21844a;
    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: #21844a;
    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;
}
.event_area{
    width: 80%;
    margin: 0 auto 40px;
    display: flex;
    justify-content: space-between;
    max-width: 1120px;
    align-items: flex-end;
}
.event_area_item1{
    width: 63%;
}
.event_ttl{
    width: 50%;
    margin: 30px 45% 30px 0;
}
.event_catch{
    font-size: 1.4rem;
    color: #21844a;
    line-height: 2.0rem;
    font-weight: 600;
}
.evnt_list_area{
    width: 100%;
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
    margin: 20px 0 0;
}
.evnt_list_item{
    width:calc(50% - 6px);
}
.evnt_list_item dl{
    width: 100%;
    display: flex;
    margin: 3px 3px 3px 0;
}
.evnt_list_item dt{
    width: 5rem;
    padding: 10px;
    background-color: #f4c6b8;
    text-align: center;
    line-height: 1rem;
    font-weight: 600;
}
.evnt_list_item dd{
    width: calc(100% - 5rem);
    padding: 10px;
    background-color: #F9F5F1;
    text-align: left;
    line-height: 1rem;
    margin-left: 3px;
    margin-right: 3px;
}
.event_area_item2{
    width: 35%;
    position: relative;
    align-self: flex-end;
}
.item2_photo img{
    width: 100%;
    margin-top: 160px;
    border-radius: 15px;
}
.item2_photo2{
    width: 100%;
    position: absolute;
    top:0;
    left:0;
}

.day_bottom_area{
    width: 80%;
    margin: 40px auto -100px;
    padding-bottom: 120px;
    display: flex;
    flex-direction: column;
    max-width: 1120px;
}
.bottom_list_1{
    width: 85%;
    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: #21844a;
    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.2rem;
    font-weight: 600;
}
.bottom_contact a{
    text-decoration: none;
    color: #21844a;
}
.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;
}
@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: #21844a;
    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: #21844a;
    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;
}
.event_area{
    width: 90%;
    margin: 0 auto 40px;
    display: flex;
    justify-content: space-between;
    max-width: 1120px;
    align-items: flex-end;
}
.event_area_item1{
    width: 63%;
}
.event_ttl{
    width: 50%;
    margin: 30px 45% 30px 0;
}
.event_catch{
    font-size: 1.4rem;
    color: #21844a;
    line-height: 2.0rem;
    font-weight: 600;
}
.evnt_list_area{
    width: 100%;
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
    margin: 20px 0 0;
}
.evnt_list_item{
    width:calc(50% - 6px);
}
.evnt_list_item dl{
    width: 100%;
    display: flex;
    margin: 3px 3px 3px 0;
}
.evnt_list_item dt{
    width: 5rem;
    padding: 10px;
    background-color: #f4c6b8;
    text-align: center;
    line-height: 1rem;
    font-weight: 600;
}
.evnt_list_item dd{
    width: calc(100% - 5rem);
    padding: 10px;
    background-color: #F9F5F1;
    text-align: left;
    line-height: 1rem;
    margin-left: 3px;
    margin-right: 3px;
}
.event_area_item2{
    width: 35%;
    position: relative;
    align-self: flex-end;
}
.item2_photo img{
    width: 100%;
    margin-top: 160px;
    border-radius: 15px;
}
.item2_photo2{
    width: 100%;
    position: absolute;
    top:0;
    left:0;
}

.day_bottom_area{
    width: 95%;
    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: #21844a;
    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: 700;
}
.bottom_contact a{
    text-decoration: none;
    color: #21844a;
}
.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;
}
}

@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: #21844a;
    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: #21844a;
    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;
}
.event_area{
    width: 90%;
    margin: 0 auto 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 1120px;
    align-items: flex-end;
}
.event_area_item1{
    width: 90%;
    margin: 0 auto;
}
.event_ttl{
    width: 80%;
    margin: 30px auto;
}
.event_catch{
    font-size: 1.4rem;
    color: #21844a;
    line-height: 2.0rem;
    font-weight: 600;
}
.evnt_list_area{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content:flex-start;
    flex-wrap: wrap;
    margin: 20px 0 0;
}
.evnt_list_item{
    width:100%;
    margin: 0 auto;
}
.evnt_list_item dl{
    width: 100%;
    display: flex;
    margin: 3px 3px 3px 0;
}
.evnt_list_item dt{
    width: 5rem;
    padding: 10px;
    background-color: #f4c6b8;
    text-align: center;
    line-height: 1rem;
    font-weight: 600;
}
.evnt_list_item dd{
    width: calc(100% - 5rem);
    padding: 10px;
    background-color: #F9F5F1;
    text-align: left;
    line-height: 1rem;
    margin-left: 3px;
    margin-right: 3px;
}
.event_area_item2{
    width: 90%;
    margin: 30px auto 0;
    position: relative;
    align-self: flex-end;
}
.item2_photo img{
    width: 100%;
    margin-top: 160px;
    border-radius: 15px;
}
.item2_photo2{
    width: 100%;
    position: absolute;
    top:0;
    left:0;
}

.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;
    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: #21844a;
    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.56700;
}
.bottom_contact a{
    text-decoration: none;
    color: #21844a;
}
.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;
}
}