@charset "UTF-8";
/* CSS Document */
/*=========共通========*/
/*h1*/
.title-img {
    position: relative;
    display: flex;
    justify-content: center;
}
.title-img img {
    width: 100%;
    max-width: 480px;
}
.title-img::after {
    content: '';
    position: absolute;
    margin: 0 auto;
    bottom: 0;
    width: 110px;
    height: 4px;
    border-radius: 4px;
    background-color: #32B66E;
}
/*コンテンツ-98%*/
.sec-box-wrap {
    margin: 0 auto;
    width: 98%;
}
/*=========お知らせ========*/
#news .content-title {
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    justify-content: center;
    color: #F79C8B;
}
#news .news-wrap {
    width: 90%;
    max-width: 1400px;
    margin: 100px auto;
}
#news .news-list_wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-end;
    position: relative;
}
#news .news-list {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
}
#news .news-item-top {
    display: flex;
}
#news .news-list-item {
    box-sizing: border-box;
    background-color: #fff;
    list-style: none;
    border-top: 1px dotted #32B66E;
}
#news .news-list-item:last-child {
    border-bottom: 1px dotted #32B66E;
}
#news .news-list-item .news-title {
    padding: 30px 20px;
    display: flex;
    justify-content: space-between;
        align-items: center;
    color: #333;
    border-radius: 5px;
    transition: all 0.5s;
}
#news .news-list-item .news-title:hover {
    transition: all 0.3s;
    background-color: #F6FCF4;
    box-shadow: none;
    box-sizing: border-box;
}
#news .news-category, #news .event-category {
    width: 110px;
    padding: 2px 10px;
    margin: 0 20px 0 0;
    font-size: 90%;
    font-weight: 600;
    letter-spacing: 0.1rem;
    text-align: center;
    color: #fff;
    border-radius: 3px;
}
#news .news-category {
    background-color: #32B66E;
}
#news .event-category {
    background-color: #EB5151;
}
#news .news-day {
    margin-right: 30px;
    padding-bottom: 3px;
    font-size: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}
#news .news-txt {
    width: 80%;
    margin-top: 0px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/*=========施設について========*/
#about {
    position: relative;
}
.bg-icon_l, .bg-icon_r {
    width: 10%;
    max-width: 150px;
    position: absolute;
}
.bg-icon_l {
    left: 20px;
    top: -30px;
}
.bg-icon_r {
    right: 20px;
    bottom: -30px;
}
.bg-icon_l img, .bg-icon_r img {
    width: 100%;
}
.sp-bg {
    display: none;
}
.pc-bg {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    top: 0%;
    left: 0;
    position: absolute;
    display: flex;
}
.bg-img-l, .bg-img-r {
    width: 30%;
    max-width: 610px;
    top: 9vh;
    position: absolute;
}
.bg-img-l {
    left: 0px;
}
.bg-img-r {
    right: 0px;
}
.bg-img-l img, .bg-img-r img {
    max-width: 800px;
    width: 100%;
}
.img-01, .img-02 {
    width: 100%;
    height: 380px;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 15px -8px #4a6e4c;
}
.img-01 {
    border-radius: 0px 10px 10px 0px;
    background-position: 20%;
    background-image: url("../img/index/about-bg-img01.jpg");
}
.img-02 {
    border-radius: 10px 0px 0px 10px;
    background-position: 60%;
    background-image: url("../img/index/about-bg-img02.jpg");
}
.catchcopy {
    width: 100%;
    max-width: 320px;
    margin: 32px auto 20px;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    padding: 8px;
    background-color: #fff;
    box-sizing: border-box;
}
.cap-wrap p {
    margin: 60px auto;
    text-align: center;
}
.text-wrap {
    margin: 0 auto;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-flow: column;
}
.bg-g {
    padding: 100px 0;
    background-color: #F6FCF4;
}
/*=========活動内容========*/
.activity-wrap {
    width: 98%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 32px;
    list-style: none;
}
.ac-link {
    width: 96%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 10px 20px;
    background-image: linear-gradient(#32B66E);
    background-repeat: no-repeat;
    background-position: bottom left; /* 下線のホバー時位置 */
    background-size: 0 3px; /* 下線のサイズ（横幅、高さ） */
    background-size: 10% 3px;
    color: #333;
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
    gap: 30px;
    font-size: 140%;
    font-weight: 600;
    transition: all .3s;
}
.ac-link::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #DDDDDD;
    border-radius: 4px;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.ac-link:hover {
    background-position: bottom right; /* 下線の初期位置 */
    background-size: 100% 3px; /* 下線の横幅を100%にする */
    transition: all .3s;
    gap: 25px;
}
.activity-wrap img {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.activity-box {
    width: calc(50% - 20px);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px -8px #4a6e4c;
}
.program_list-wrap {
    padding: 20px;
    min-height: 190px;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #F6FCF4;
    display: flex;
}
.program_list-wrap ul {
    width: 100%;
    margin: 0 auto;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 14px;
}
.program_list-wrap ul li {
    display: flex;
    align-items: center;
    font-size: 16px;
    text-indent: 0em;position: relative;
}
.pro-item {
       font-size: 90%;
    font-weight: 600;
	    line-height: 140%;
    padding: 0px 0px 0px 30px;
    color: #333;
    
    text-indent: 0em;
}
.program_list-wrap ul li::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url("../img/index/syuri-icon_m.svg");
    background-repeat: no-repeat;
    background-size: contain;

    transition: all .3s;
}
.program_list-wrap ul li:hover .pro-item {
    color: #32B66E;
    transition: all .3s;
}
.program_list-wrap ul li:hover::after {
    transform: rotate(180deg);
    transition: all .3s;
}

/*=========施設案内========*/
.map-box {
    width: calc(50% - 20px);
    padding: 20px 10px 0;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 15px -8px #4a6e4c;
    z-index: 1;
}
.map-btn {
    width: 89%;
    height: fit-content;
    margin: 20px auto;
    display: block;
    transition: all .3s;
}
.map-btn img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.map-btn:hover {
    transition: all .3s;
    transform: scale(1.05);
}
/*=========交通アクセス========*/
.access-wrap {
    width: 100%;
    max-width: 1400px;
    margin: 80px auto 0;
    display: flex;
    flex-flow: nowrap;
    justify-content: space-between;
    gap: 60px;
}
.access-wrap ul {
    width: 50%;
}
.access-wrap ul li {
    list-style: none;
}
.access-wrap ul li:last-child {
    margin-bottom: 32px;
}
.route-wrap {
    counter-reset: number;
    list-style-type: none !important;
    padding: 0 0.5em;
}
.access-route {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
    color: #333;
    position: relative;
    background: #F6FCF4;
    line-height: 1.5;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style-type: none !important;
    box-sizing: border-box;
    gap: 20px;
}
.access-route .access-img {
    background-color: #32B66E;
    padding: 0.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px 0 0 5px;
}
.access-route .access-img img {
    width: 100%;
}
.route-wrap li {
    position: relative;
    padding-left: 30px;
    line-height: 1.5em;
    padding: 0.5em 0.5em 0.5em 30px;
}
.route-wrap li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background: #32B66E;
    color: white;
    font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 80%;
    border-radius: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.google-wrap {
    width: 50%;
}
.Googlmap_wrap {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.Googlmap_wrap iframe {
    inset: -150px;
    width: calc(100% + 300px);
    height: calc(100% + 300px);
    position: absolute;
}
@media screen and (max-width:1000px) {
    .title-img img {
        width: 98%;
    }
    /*=========活動内容========*/
    .cap-wrap p {
        width: 90%;
        text-align: left;
    }
    .activity-box {
        width: 80%;
        margin: 0 auto;
    }
    .activity-wrap {
        flex-flow: column;
    }
    /*=========施設案内========*/
    .map-box {
        width: 80%;
        margin: 0 auto;
    }
    /*=========交通アクセス========*/
    .access-wrap {
        flex-flow: column;
        gap: 0px;
    }
    .access-wrap ul {
        width: 90%;
        margin: 0 auto;
    }
    .access-wrap {
        flex-flow: column;
    }
    .google-wrap {
        width: 90%;
        margin: 0 auto;
    }
    .access-wrap ul li:last-child {
        margin-bottom: 40px;
    }
}
@media screen and (max-width:1030px) {
    /*=========施設について========*/
    .pc-bg {
        display: none;
    }
    .sp-bg {
        height: 500px;
        margin: 50px auto 50px;
        position: relative;
        display: block;
    }
    .img01_ab, .img02_ab {
        width: 100%;
        max-width: 470px;
        box-shadow: 0px 0px 15px -8px #4a6e4c;
        position: absolute;
    }
    .img02_ab {
        border-radius: 10px 0px 0px 10px;
        top: 19vh;
        right: -10px;
    }
    .img01_ab {
        border-radius: 0px 10px 10px 0px;
        left: -10px
    }
    /*	プログラム*/
    .program_list-wrap ul {
        grid-template-columns: 1fr 1fr;
    }
}
