@charset "UTF-8";

html,
body {
    width: 100%;
    height: 100%;
    font-size: 10px;
    font-family: "Noto Sans JP", sans-serif, "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1.5px;
    color: #333333;
    position: relative;
    scroll-behavior: smooth;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

main {
    overflow-x: clip;
}

img {
    width: 100%;
}

ul {
    list-style-type: none;

}

p,
dt,
dd,
th,
td {
    font-size: 1.6rem;
}

a {
    text-decoration: none;
    color: #333;
}

/*==============================
 common 
==============================*/

h2 {
    font-size: 7rem;
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
    font-style: normal;
    color: #006430;
    border-bottom: 1px solid rgba(51, 51, 51, 0.4);
    padding-bottom: 10px;
    margin-bottom: 50px;
}

h2 span {
    font-size: 2rem;
    font-family: "noto-sans", sans-serif;
    font-weight: 500;
    font-style: normal;
}

h3 span {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.8rem;
    display: block;
    padding-bottom: 10px;
}

h3 p {
    font-size: 2.3rem;
    font-weight: 400;
    letter-spacing: 4px;
    padding: 5rem 2rem;
    border-top: 2px dotted #333;
    border-bottom: 2px dotted #333;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
}

.content {
    max-width: 1080px;
    width: 90%;
    margin: 100px auto;
}

.date {
    font-family: "all-round-gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.date h4 {
    font-size: 5.7rem;
    font-weight: 500;
}

.date h4 span {
    font-size: 4.3rem;
    vertical-align: top;
}

.date h4 .week {
    font-size: 2rem;
    color: #fff;
    vertical-align: middle;
    margin-left: 5px;
    padding: 5px 6px;
    border-radius: 30px;
}

.comment {
    text-align: center;
    margin-bottom: 50px;
}

.comment::before,
.comment::after {
    content: url(../img/comment-deco.svg);
    display: inline-block;
}

.comment::after {
    transform: scale(-1, 1);
}

.comment p {
    font-size: 2.3rem;
    letter-spacing: 4px;
    display: inline-block;
    margin: 0 20px;
}

.read-box p {
    margin-top: 30px;
    line-height: 2.5;
}

.btn {
    margin-top: 60px;
}

.btn a {
    background-color: #FEF7C2;
    color: #00A33E;
    border: 1.5px solid #00A33E;
    border-radius: 30px;
    font-size: 1.6rem;
    padding: 15px 30px 15px 50px;
}

.btn a::after {
    content: url(../img/arrow-green.svg);
    margin-left: 20px;
}

.btn a:hover {
    background-color: #00A33E;
    color: #fff;
    border: 1.5px solid #00A33E;
    transition: all 0.3s;
}

.btn a:hover::after {
    content: url(../img/arrow-white.svg);
}

.btn2 {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.btn2 li {
    width: 50%;
}

.btn2 li a {
    background-color: #00A33E;
    text-align: center;
    color: #fff;
    font-size: 3rem;
    letter-spacing: 5px;
    display: block;
    position: relative;
    padding: 5rem 0;
    transition: all 0.3s;
}

.btn2 li a::after {
    content: "";
    background-image: url(../img/btn-icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
}

.btn2 li a span {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 1.5px;
    display: block;
}

.btn2 li a:hover {
    opacity: 0.8;
}

.sns-icon a {
    transition: all 0.3s;
}

.sns-icon a:hover,
.schedule ul .end h4,
.schedule ul .end .time,
.schedule ul .end .detail,
.schedule ul .end .imp,
.schedule ul li .popup-a .popup-inner button#hide-popup-a:hover,
.schedule ul li .popup-a .popup-inner button#hide-popup-b:hover,
.schedule ul li .popup-a .popup-inner button#hide-popup-c:hover,
.point .point-cnt .point-cover .point-list .notes a:hover,
.schedule .notes a:hover,
.map-popup__close:hover {
    opacity: 0.5;
}

.border_line {
    display: inline;
    background: linear-gradient(transparent 70%, #FDF29A 0%)
}

.orange-txt {
    color: #FF8F0D;
}

.notes {
    margin-top: 50px;
    text-align: center;
}

.notes p {
    display: inline-block;
    text-align: left;
}

.notes h5 {
    text-align: left;
}

.notes ul {
    text-align: left;
    font-size: 1.6rem;
    list-style-type: disc;
}

.notes ul li {
    margin-left: 3rem;
}

.point-table {
    overflow-x: scroll;
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
    -ms-overflow-style: none;
    /*Firefoxへの対応*/
    scrollbar-width: none;
}

/*Google Chrome、Safariへの対応*/
.point-table::-webkit-scrollbar {
    display: none;
}

table {
    text-align: center;
    background: #fff;
    border-collapse: collapse;
    margin: 10px 0;
    width: 100%;
}

table th {
    background: #FCF6C3;
    font-weight: 500;
    white-space: nowrap;
}

table th,
table td {
    border: 1px solid #C3C3C3;
    padding: 1rem;
}

table td span {
    font-size: 1.3rem;
    line-height: 1.5;
    display: block;
    padding-top: 5px;
}

.text-right {
    text-align: right;
}

.tbview {
    display: none;
}

.spview {
    display: none;
}

/*==============================
 header
==============================*/

header {
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: space-between;
}

header h1 {
    position: absolute;
    top: 3rem;
    left: 3rem;
    z-index: 1;
}

header .btn-gNav-cover {
    display: none;
}

header .gNav {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(30px);
    border-radius: 20px;
    top: 2rem;
    right: 3rem;
    z-index: 99;
    padding: 8px 12px;
}

header .gNav .gNav-menu {
    display: flex;
    align-items: center;

}

header .gNav .gNav-menu li {
    font-size: 1.6em;
    border-right: 1px solid #C3C3C3;
    padding: 0 20px;
}

header .gNav .gNav-menu li a {
    transition: all 0.3s;
}

header .gNav .gNav-menu>li a:hover {
    color: #00A33E;
}

header .gNav .gNav-menu li:last-of-type {
    display: flex;
    border: none;
    align-items: center;
    gap: 20px;
}

header .gNav .gNav-menu li:last-of-type div a {
    display: inline-block;
}

header .gNav .gNav-menu li:last-of-type div a img {
    vertical-align: -5px;
    height: 35px;
}


/*==============================
 mainvl
==============================*/

.mainvl {
    position: relative;
}

.mainvl .mv img {
    object-fit: cover;
    max-height: 750px;
}

.mainvl .first-cnt {
    max-width: 1366px;
    width: calc(100% - 5rem);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2rem;
    margin: 0 auto;
    align-items: end;
    display: flex;
    gap: 40px;
    flex-direction: row-reverse;
}

.mainvl .first-cnt h1 img:first-of-type {
    width: 45%;
    margin-bottom: 2rem;
}

.mainvl .first-cnt h1 img:last-of-type {
    filter: drop-shadow(0 0 2rem #002E16);
}

.mainvl .first-cnt .next-event {
    width: 240px;
    filter: drop-shadow(0 0 2rem #FFFFFF);
}

.scroll_down {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2rem;
    bottom: calc(50% - 180px);
    color: #fff;
    font-size: 1.4rem;
    font-family: "adobe-garamond-pro", serif;
    letter-spacing: .2em;
    writing-mode: vertical-lr;
}

.scroll_down:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 8px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    animation: circlemove 2s ease-in-out infinite, cirlemovehide 2s ease-out infinite;
}

@keyframes circlemove {
    0% {
        bottom: 100px;
    }

    100% {
        bottom: 0px;
    }
}

@keyframes cirlemovehide {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1;
    }

    80% {
        opacity: 0.9;
    }

    100% {
        opacity: 0;
    }
}

.scroll_down:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 10px;
    width: 1px;
    height: 100px;
    background: #fff;
}

/*==============================
 read
==============================*/

.read {
    text-align: center;
}

.read .content {
    position: relative;
}

.read .content::before,
.read .content::after {
    content: '';
    width: 800px;
    height: 800px;
    position: absolute;
    display: block;
    background-size: contain;
    opacity: 0.3;
    z-index: -1;
}

.read .content::before {
    background-image: url(../img/bg-green.svg);
    top: 30%;
    left: -40%;
}

.read .content::after {
    background-image: url(../img/bg-yellow.svg);
    bottom: 30%;
    right: -40%;
}

.read h2 {
    font-size: 3.6rem;
    color: #333;
    border: none;
    margin-bottom: 30px;
}

.read h3 {
    font-size: 2.3rem;
    font-weight: 400;
    letter-spacing: 4px;
    margin-bottom: 30px;
}

.read h3 span {
    color: #00A33E;
    display: inline;
    font-family: "noto-sans", sans-serif;
    font-size: 2.3rem;
}


/*==============================
 Schedule
==============================*/

.schedule .sched-cover {
    max-width: 1280px;
    margin: 0 auto;
}

.schedule .sched-cnt {
    background: linear-gradient(45deg, rgba(0, 163, 62, 0.3), rgba(171, 198, 133, 0.3), rgba(250, 229, 53, 0.3));
    border-radius: 10px;
    padding: 100px 0;
    width: calc(100% - 50px);
    margin: 0 auto;
}

.schedule .content {
    margin: 0 auto;
}

.schedule .comment::before,
.schedule .comment::after {
    vertical-align: middle;
}

.schedule ul {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    text-align: center;
    align-items: flex-start;
}

.schedule ul li {
    background-color: #fff;
    width: 100%;
    border-radius: 10px;
    padding: 30px 20px;
}

.schedule ul li:nth-of-type(even) {
    margin-top: 30px;
}

.schedule ul li h4 .sun {
    background-color: #EF93BB;
}

.schedule ul li h4 .sat {
    background-color: #5393C7;
}

.schedule ul li h5 {
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    border-radius: 20px;
    margin-top: 1rem;
    display: inline-block;
    padding: 3px 30px;
}

.schedule ul li h5.day {
    background-color: #00A33E;
}

.schedule ul li h5.am {
    background-color: #00642F;
}

.schedule ul li h5.pm {
    background-color: #8FC31F;
}

.schedule ul li .imp {
    color: #00642F;
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 5px;
}

.schedule ul li .imp a {
    color: #FF8F0D;
    transition: all 0.3s;
}

.schedule ul li .imp a:hover {
    opacity: 0.7;
}

.schedule ul li .detail {
    color: #00642F;
    margin-top: 1rem;
}

.schedule ul li .ended {
    color: #00A33E;
    font-weight: 500;
    border: 2px solid #00A33E;
    margin-top: 2rem;
    padding: 0.75rem 0;
}

.schedule ul li button#show-popup-a,
.schedule ul li button#show-popup-b,
.schedule ul li button#show-popup-c {
    background-color: #FEF7C2;
    color: #00A33E;
    border: 1.5px solid #00A33E;
    width: 100%;
    border-radius: 30px;
    font-size: 1.6rem;
    padding: 10px 0;
    cursor: pointer;
    margin-top: 2rem;
}

.schedule ul li button#show-popup-a::after,
.schedule ul li button#show-popup-b::after,
.schedule ul li button#show-popup-c::after {
    content: url(../img/arrow-green.svg);
    margin-left: 10px;
}

.schedule ul li button#show-popup-a:hover,
.schedule ul li button#show-popup-b:hover,
.schedule ul li button#show-popup-c:hover {
    background-color: #00A33E;
    color: #fff;
    border: 1.5px solid #00A33E;
    transition: all 0.3s;
}

.schedule ul li button#show-popup-a:hover::after,
.schedule ul li button#show-popup-b:hover::after,
.schedule ul li button#show-popup-c:hover::after {
    content: url(../img/arrow-white.svg);
}

.schedule ul li button#show-popup-a[disabled],
.schedule ul li button#show-popup-b[disabled],
.schedule ul li button#show-popup-c[disabled] {
    pointer-events: none;
}

.schedule ul li button#show-popup-a[disabled]::after,
.schedule ul li button#show-popup-b[disabled]::after,
.schedule ul li button#show-popup-c[disabled]::after {
    display: none;
}

.popup-a {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
}

.popup-a .popup-inner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 90%;
    max-width: 1080px;
    padding: 30px 50px 50px;
    border-radius: 10px;
}

.schedule ul li .popup-a .popup-inner button#hide-popup-a,
.schedule ul li .popup-a .popup-inner button#hide-popup-b,
.schedule ul li .popup-a .popup-inner button#hide-popup-c {
    background-color: #fff;
    border: none;
    margin: 0 0 2rem auto;
    display: block;
    cursor: pointer;
    transition: all 0.3s;
}

.schedule .btn2 {
    margin-top: 15px;
}

.schedule .btn2 li {
    padding: 0;
}

.schedule .btn2 li a {
    font-size: 1.6rem;
    letter-spacing: 2px;
    padding: 1rem 0;
}

.schedule .btn2 li:last-child a::after {
    width: 22px;
    height: 22px;
}

.schedule .btn2 li:last-child a span {
    font-family: "noto-sans", sans-serif;
    font-size: 1.2rem;
}

/*==============================
 MOVIE
==============================*/

.movie .content {
    position: relative;
}

.movie .content::before,
.movie .content::after {
    content: '';
    width: 1400px;
    height: 1400px;
    position: absolute;
    display: block;
    background-size: contain;
    opacity: 0.2;
    z-index: -1;
}

.movie .content::before {
    background-image: url(../img/bg-yellow.svg);
    bottom: 0;
    left: 30%;
}

.movie .content::after {
    background-image: url(../img/bg-green.svg);
    top: 0;
    left: 30%;
}

.movie section {
    display: flex;
    gap: 50px;
    justify-content: space-between;
    align-items: center;
}

.movie-cnt {
    width: 100%;
}

.movie-cnt iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}

/*==============================
 Point
==============================*/

.point .point-cover {
    max-width: 1080px;
    margin: 0 0 0 auto;
}

.point .content {
    position: relative;
}

.point .content::after {
    content: '';
    width: 1400px;
    height: 1400px;
    position: absolute;
    display: block;
    background-size: contain;
    opacity: 0.2;
    z-index: -1;
    background-image: url(../img/bg-yellow.svg);
    top: -30%;
    right: 50%;
}

.point .point-cnt {
    background: linear-gradient(45deg, rgba(0, 163, 62, 0.3), rgba(171, 198, 133, 0.3), rgba(250, 229, 53, 0.3));
    border-radius: 0 100px 100px 0;
    padding: 100px;
    margin-left: calc(50% - 50vw);
}

.point .point-cnt .point-cover .point-list>li {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 3rem;
    display: flex;
    justify-content: space-between;
    padding: 3rem;
}

.point .point-cnt .point-cover .point-list li>div:first-of-type {
    width: 6%;
}

.point .point-cnt .point-cover .point-list li>div:last-of-type {
    width: 91%;
}

.point .point-cnt .point-cover .point-list li h4 {
    font-size: 2.3rem;
    letter-spacing: 4px;
    font-weight: 400;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px dotted #C3C3C3;
}

.point .point-cnt .point-cover .point-list li .point-img {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
}

.point .point-cnt .point-cover .point-list li .point-img span {
    width: 31%;
}

.point .point-cnt .point-cover .point-list li:first-child .point-img span>p {
    text-align: center;
    font-size: 1.4rem;
}

.point .point-cnt .point-cover .point-list li h5 {
    font-size: 1.6rem;
    font-weight: 400;
    margin-top: 20px;
}

.point .point-cnt .point-cover .point-list li .notes {
    margin-top: 20px;
    text-align: left;
}

.point .point-cnt .point-cover .point-list li .notes h5 {
    font-weight: 500;
    margin-bottom: 10px;
}

.point .point-cnt .point-cover .point-list li .notes p {
    padding-left: 1rem;
}

.point .point-cnt .point-cover .point-list li:last-child .notes p {
    width: 100%;
}

.point .point-cnt .point-cover .point-list li .notes p:nth-of-type(2) {
    margin-top: 1rem;
}

.point .point-cnt .point-cover .point-list .notes a,
.schedule .notes a {
    color: #00A33E;
    transition: all 0.3s;
}

/* テキスト内ポップアップ */
.map-popup {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1100;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.map-popup.is-active {
    opacity: 1;
    visibility: visible;
}

.map-popup__content {
    width: 90%;
    max-width: 1080px;
    background-color: #fff;
    padding: 30px 50px 50px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
}

.map-popup__img {
    width: 100%;
    height: auto;
    max-height: 100%;
    display: block;
}

.map-popup__close {
    margin-left: auto;
    margin-bottom: 2rem;
    width: fit-content;
    cursor: pointer;
    transition: all 0.3s;
}


/*==============================
 Q&A
==============================*/

.faq .faq-cover {
    max-width: 1080px;
    margin: 0 0 auto 0;
}

.faq .content {
    position: relative;
}

.faq .content::after {
    content: '';
    width: 1400px;
    height: 1400px;
    position: absolute;
    display: block;
    background-size: contain;
    opacity: 0.2;
    z-index: -1;
    background-image: url(../img/bg-yellow.svg);
    top: -30%;
    right: 50%;
}

.faq .faq-cnt {
    background: linear-gradient(45deg, rgba(0, 163, 62, 0.3), rgba(171, 198, 133, 0.3), rgba(250, 229, 53, 0.3));
    border-radius: 100px 0 0 100px;
    padding: 100px;
    margin-right: calc(50% - 50vw);
}

.s_02 .accordion_one {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 2rem;
}

.s_02 .accordion_one .accordion_header {
    font-size: 1.8rem;
    font-weight: 400;
    padding: 20px 11%;
    z-index: 1;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-items: center;
    display: flex;
    padding: 1em 3em;
}

.s_02 .accordion_one .accordion_inner {
    display: none;
    padding: 0 2rem 2rem;
    box-sizing: border-box;
}

.s_02 .accordion_one .accordion_header::before {
    font-size: 3rem;
    font-weight: 400;
    margin-left: -3rem;
    padding-right: 1rem;
    content: 'Q';
    color: #FF8F0D;
}

.s_02 .accordion_one .accordion_inner p {
    padding-top: 2rem;
    border-top: 2px dotted #C3C3C3;
}

.s_02 .accordion_one .accordion_header::after {
    font-size: 2.5em;
    font-weight: 300;
    line-height: 1;
    position: absolute;
    right: 3rem;
    content: '\2b';
    display: inline-block;
    transition: transform 0.4s;
}

.s_02 .accordion_one .accordion_header.open::after {
    transform: rotateZ(45deg);
    transform-origin: 50% 50%;
}

/*==============================
 Access 
==============================*/

.access .content {
    position: relative;
}

.access .content::after {
    content: '';
    width: 1400px;
    height: 1400px;
    position: absolute;
    display: block;
    background-size: contain;
    opacity: 0.2;
    z-index: -1;
    background-image: url(../img/bg-green.svg);
    top: -30%;
    left: 50%;
}

.access>p {
    font-size: 2.3rem;
}

.access p.to_fukumuro {
    margin-top: 50px;
}

.access dl {
    background-color: #E5F7EB;
    margin-top: 30px;
    padding: 30px;
}

.access dl div {
    display: flex;
}

.access dl div:first-of-type,
.access dl div:nth-of-type(2) {
    padding-bottom: 30px;
}

.access dl div:nth-of-type(2),
.access dl div:last-of-type {
    padding-top: 30px;
    border-top: 2px dotted #C3C3C3;
}

.access dl.to_fukumuro div:first-of-type {
    padding: 0;
    border: 0;
}

.access dl div dt {
    width: 25%;
}

.access dl div dd span {
    color: #FF8F0D;
    font-size: 1.3rem;
    border: 1px solid #FF8F0D;
    border-radius: 5px;
    padding: 0 10px;
    margin-left: 10px;
}

.access dl div dd span.space {
    border: 0;
    padding: 0;
    margin-left: 0;
    display: inline-block;
}

.access dl div dd ul {
    list-style-type: circle;
    padding-left: 2rem;
    font-size: 1.4rem;
    margin-top: 10px;
}

.access .notes {
    margin-top: 20px;
}

.access .map {
    position: relative;
}

.access .map::before {
    content: '';
    background-image: url(../img/map-icon.svg);
    background-size: contain;
    width: 100px;
    height: 100px;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    z-index: 1;
}

.access .map iframe {
    filter: grayscale(1);
}


/*==============================
 Program
==============================*/

.program .content {
    position: relative;
}

.program .content::before,
.program .content::after {
    content: '';
    width: 1400px;
    height: 1400px;
    position: absolute;
    display: block;
    background-size: contain;
    opacity: 0.2;
    z-index: -1;
}

.program .content::before {
    background-image: url(../img/bg-green.svg);
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.program .content::after {
    background-image: url(../img/bg-yellow.svg);
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.program .program-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 50px;
    gap: 20px 50px;
}

.program .program-list li {
    width: 30%;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    padding: 2rem;
    text-align: center;
}

.program .program-list li:nth-child(2),
.program .program-list li:nth-child(5) {
    margin-top: 30px;
}

.program .program-list li .program-number {
    position: absolute;
    top: 0;
    left: 0;
}

.program .program-list li h3 {
    font-size: 1.8rem;
    color: #00642F;
    font-weight: 400;
    margin: 1rem 0;
}

.program .program-list li p {
    font-size: 1.4rem;
}

.program .btn2 li {
    width: 50%;
}

.program .btn2 li a::after {
    transform: translateY(-50%) rotate(-90deg);
}

/*==============================
 footer-bnr
==============================*/

.footer-bnr .content {
    position: relative;
}

.footer-bnr .content::before,
.footer-bnr .content::after {
    content: '';
    width: 800px;
    height: 800px;
    position: absolute;
    display: block;
    background-size: contain;
    opacity: 0.2;
    z-index: -1;
}

.footer-bnr .content::before {
    background-image: url(../img/bg-green.svg);
    top: -50%;
    left: -30%;
}

.footer-bnr .content::after {
    background-image: url(../img/bg-yellow.svg);
    bottom: 0;
    right: -30%;
}

/*==============================
 footer
==============================*/

footer {
    border-top: 1px solid #ADADAD;
    padding: 5rem 0 2rem;
    background-color: #fff;
    text-align: center;
    position: relative;
}

footer #pagetop-btn {
    position: fixed;
    bottom: 3rem;
    right: 3rem;
    z-index: 80;
}

footer #pagetop-btn a {
    display: flex;
    width: 100px;
    height: 100px;
    background-color: #00A33E;
    color: #fff;
    border: 1px solid #00A33E;
    border-radius: 50px;
    align-items: center;
    transition: all 0.3s;
}

footer #pagetop-btn a:hover {
    background-color: #FAE535;
    color: #00A33E;
}

footer #pagetop-btn a .pagetop-icon {
    margin: 0 auto;
}

footer #pagetop-btn a:hover .pagetop-icon path {
    fill: #00A33E;
}

footer .logo {
    width: 270px;
    margin: 0 auto;
}

footer ul {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin: 2rem 0;
}

footer ul li {
    height: 35px;
}

footer p {
    font-size: 1.3em;
    margin-bottom: 1.5rem;
    line-height: 2.3;
}

footer small {
    font-size: 1.1em;
}

@media screen and (min-width:1600px) {
    .mainvl .mv img {
        object-position: 0 20%;
    }
}

@media screen and (max-width:1200px) {

    .point-table {
        /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
        -ms-overflow-style: scrollbar;
        /*Firefoxへの対応*/
        scrollbar-width: thin;
    }

    /*Google Chrome、Safariへの対応*/
    .point-table::-webkit-scrollbar {
        display: block;
    }

    table {
        width: 800px;
    }

}

@media screen and (max-width:1158px) {

    /*==============================
     Schedule
    ==============================*/
    .schedule ul {
        gap: 25px 15px;
        flex-wrap: wrap;
        align-items: stretch;
    }

    .schedule ul li {
        padding: 20px 20px;
        width: 48%;
    }

    .schedule ul li:nth-of-type(even) {
        margin-top: 0;
    }

    .schedule .btn2 li {
        width: 100%;
    }
}

@media screen and (max-width:1100px) {
    .content {
        max-width: 1100px;
    }

    .mainvl .first-cnt {
        max-width: 1100px;
    }

    header .hamburger .btn-gNav-cover {
        display: block;
        position: fixed;
        top: 1.5rem;
        right: 1.5rem;
        z-index: 99;
        box-sizing: border-box;
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.8);
        backdrop-filter: blur(30px);
        width: 50px;
        height: 50px;
        border-radius: 50px;
        -webkit-transition: all 400ms;
        transition: all 400ms;
    }

    .hamburger .btn-gNav span {
        position: absolute;
        width: 30px;
        height: 2px;
        background: #333;
        border-radius: 10px;
        -webkit-transition: all 400ms;
        transition: all 400ms;
    }

    .hamburger .btn-gNav span:nth-child(1) {
        top: 17px;
    }

    .hamburger .btn-gNav span:nth-child(2) {
        top: 25px;
    }

    .hamburger .btn-gNav span:nth-child(3) {
        top: 33px;
    }

    .hamburger .btn-gNav.open span:nth-child(1) {
        background: #ffffff;
        top: 6px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .hamburger .btn-gNav.open span:nth-child(2),
    .hamburger .btn-gNav.open span:nth-child(3) {
        top: 6px;
        background: #ffffff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    header .btn-gNav {
        display: block;
        padding: 0 10px;
    }

    header .gNav {
        backdrop-filter: blur(30px);
        border-radius: 0;
        padding: 8px 12px;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        transition: .3s;
    }

    header .gNav.open {
        right: 0;
        z-index: 90;
    }

    header .gNav .gNav-menu {
        padding: 0;
        width: 100%;
        height: 100%;
        display: block;
        flex-direction: column;
        text-align: center;
        margin-top: 150px;
    }

    header .gNav .gNav-menu li {
        border-right: none;
        padding: 20px 0;
        width: 100%;
        border-bottom: 1px solid #C3C3C3;
    }

    header .gNav .gNav-menu li:last-of-type {
        margin: 0 auto;
        justify-content: center;
    }
}

@media screen and (max-width:990px) {

    .tbview {
        display: block;
    }

    .btn2 li a {
        font-size: 2rem;
        padding: 2rem 0;
    }

    .btn2 li a span {
        font-size: 1.3rem;
    }

}

@media screen and (max-width:773px) {

    .notes {
        margin-top: 20px;
    }

    .schedule ul li {
        width: 100%;
    }
}

@media screen and (max-width:768px) {

    .scroll_down {
        font-size: 1.1rem;
        bottom: calc(50% - 155px);
        filter: drop-shadow(0 0 0.5rem #002E16);
    }

    .scroll_down:before {
        left: 6px;
    }

    .scroll_down:after {
        left: 8px;
    }


    /*==============================
     Point 
    ==============================*/

    .point .point-cnt .point-cover .point-list li>div:first-of-type {
        width: 8%;
    }

    .point .point-cnt .point-cover .point-list li>div:last-of-type {
        width: 89%;
    }


    /*==============================
     Program
    ==============================*/

    .program .program-list li {
        padding: 1.7rem;
    }

    .program .program-list li h3 {
        font-size: 1.6rem;
    }

}

@media screen and (max-width:430px) {

    .pcview {
        display: none;
    }

    .tbview {
        display: none;
    }

    .spview {
        display: block;
    }

    p,
    dt,
    dd,
    th,
    td {
        font-size: 1.3rem;
    }

    /*==============================
     common
    ==============================*/
    h2 {
        font-size: 4rem;
        padding-bottom: 5px;
        margin-bottom: 25px;
    }

    h2 span {
        font-size: 1.6rem;
    }

    h3 span {
        font-size: 1.4rem;
    }

    h3 p {
        font-size: 1.8rem;
        padding: 2rem 2rem;
        width: 100%;
    }

    .content {
        max-width: 430px;
        width: 90%;
        margin: 40px auto;
    }

    .date h4 {
        font-size: 4.2rem;
    }

    .date h4 span {
        font-size: 3rem;
        vertical-align: top;
    }

    .date h4 .week {
        font-size: 1.5rem;
    }

    .comment {
        margin-bottom: 25px;
    }

    .comment p {
        font-size: 1.8rem;
        margin: 0 10px;
    }

    .read-box p {
        margin-top: 15px;
        line-height: 2;
    }

    .notes ul {
        font-size: 1.3rem;
    }

    .notes ul li {
        margin-left: 1.5rem;
    }

    .btn2 {
        display: block;
    }

    .btn2 li {
        width: 100%;
    }

    .program .btn2 li {
        width: 100%;
    }

    table {
        width: 100%;
    }

    table th,
    table td {
        padding: 1rem 5px;
    }

    table th {
        white-space: nowrap;
    }

    table td span {
        font-size: 1.1rem;
    }


    /*==============================
     header
    ==============================*/
    header {
        width: 100%;
        position: absolute;
        display: flex;
        justify-content: space-between;
    }

    header h1 {
        top: 2.5rem;
        left: 1.5rem;
        z-index: 1;
        width: 55%;
        filter: drop-shadow(0 0 0.5rem #fff);
    }

    /*==============================
     mainvl
    ==============================*/
    .mainvl {
        position: relative;
    }

    .mainvl .mv img {
        height: 400px;
        object-position: 20% 0;
    }

    .mainvl .first-cnt {
        max-width: 430px;
        display: block;
        flex-direction: row;
    }

    .mainvl .first-cnt h1 img:first-of-type {
        width: 60%;
        margin-bottom: 1rem;
    }

    .mainvl .first-cnt h1 img:last-of-type {
        filter: drop-shadow(0 0 1rem #002E16);
    }

    .mainvl .first-cnt .next-event {
        width: 80px;
        filter: drop-shadow(0 0 1rem #FFFFFF);
        margin: 0 2rem -10rem auto;
    }

    /*==============================
     read
    ==============================*/
    .read .content::before,
    .read .content::after {
        width: 300px;
        height: 300px;
    }

    .read .content::before {
        top: 80%;
    }

    .read .content::after {
        bottom: 80%;
    }

    .read h2 {
        font-size: 2.3rem;
        margin-bottom: 20px;
    }

    .read h3 {
        font-size: 1.6rem;
        letter-spacing: 3px;
        margin-bottom: 10px;
    }

    .read h3 span {
        font-size: 1.6rem;
    }

    /*==============================
     Schedule
    ==============================*/
    .schedule .sched-cover {
        max-width: 430px;
    }

    .schedule .sched-cnt {
        padding: 30px 0;
        width: calc(100% - 15px);
    }

    .schedule .comment::before,
    .schedule .comment::after {
        vertical-align: top;
    }

    .schedule ul li {
        width: 100%;
    }

    .schedule ul li .time {
        display: flex;
        justify-content: center;
        flex-direction: row-reverse;
        margin-top: 0.5rem;
    }

    .schedule ul li h5 {
        font-size: 1.3rem;
        padding: 2px 15px 1px;
        margin-top: 0;
        margin-right: 10px;
    }

    .schedule ul li .imp {
        font-size: 1.3rem;
    }

    .schedule ul li button#show-popup-a,
    .schedule ul li button#show-popup-b,
    .schedule ul li button#show-popup-c {
        font-size: 1.4rem;
    }

    .popup-a .popup-inner {
        max-width: 430px;
        padding: 20px;
    }

    /*==============================
     MOVIE
    ==============================*/
    .movie .content::before,
    .movie .content::after {
        width: 600px;
        height: 600px;
    }

    .movie .content::before {
        left: 0;
    }

    .movie .content::after {
        left: 0;
    }

    .movie section {
        gap: 30px;
        flex-wrap: wrap;
    }

    .movie h3 {
        width: 100%;
    }

    /*==============================
     Point
    ==============================*/
    .point .point-cover {
        max-width: 430px;
    }

    .point .content::after {
        width: 600px;
        height: 600px;
        top: 20%;
    }

    .point .point-cnt {
        border-radius: 0 40px 40px 0;
        padding: 20px;
    }

    .point .content {
        position: relative;
    }

    .point .point-cnt .point-cover .point-list>li {
        padding: 2rem;
    }

    .point .point-cnt .point-cover .point-list li>div:first-of-type {
        width: 12%;
    }

    .point .point-cnt .point-cover .point-list li>div:last-of-type {
        width: 84%;
    }

    .point .point-cnt .point-cover .point-list li h4 {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }

    .point .point-cnt .point-cover .point-list li .point-img {
        gap: 10px;
        justify-content: start;
        margin-top: 15px;
        flex-wrap: wrap;
    }

    .point .point-cnt .point-cover .point-list li .point-img span,
    .point .point-cnt .point-cover .point-list li:first-child .point-img span {
        width: 46%;
    }

    .point .point-cnt .point-cover .point-list li h5 {
        font-size: 1.3rem;
        margin-top: 15px;
    }

    .map-popup__content {
        max-width: 430px;
        padding: 20px;
    }

    /*==============================
     Program
    ==============================*/

    .program .program-list {
        justify-content: normal;
        gap: 15px;
        margin-bottom: 30px;
    }

    .program .program-list li {
        width: 47.5%;
        padding: 1.5rem;
    }

    .program .program-list li:nth-child(2),
    .program .program-list li:nth-child(5) {
        margin-top: 0;
    }

    .program .program-list li h3 {
        font-size: 1.6rem;
        margin: 0.75rem 0 0;
    }

    .program .program-list li p {
        font-size: 1.3rem;
    }

    .program .comment p {
        font-size: 1.6rem;
        letter-spacing: 1.5px;
    }

    /*==============================
     Q&A
    ==============================*/
    .faq .faq-cover {
        max-width: 430px;
    }

    .faq .content::after {
        width: 600px;
        height: 600px;
        top: 20%;
    }

    .faq .faq-cnt {
        border-radius: 40px 0 0 40px;
        padding: 20px;
    }

    .s_02 .accordion_one {
        margin-bottom: 1.5rem;
    }

    .s_02 .accordion_one .accordion_header {
        font-size: 1.4rem;
    }

    .s_02 .accordion_one .accordion_header::before {
        font-size: 2.5rem;
    }

    .s_02 .accordion_one .accordion_inner p {
        padding-top: 1.5rem;
    }

    .s_02 .accordion_one .accordion_header::after {
        right: 2rem;
    }

    /*==============================
     Access
    ==============================*/
    .access .content::after {
        width: 600px;
        height: 600px;
    }

    .access>p {
        font-size: 1.8rem;
    }

    .access p.to_fukumuro {
        margin-top: 25px;
    }

    .access dl {
        margin-top: 15px;
        padding: 20px;
    }

    .access dl div {
        display: flex;
        flex-wrap: wrap;
    }

    .access dl div:first-of-type,
    .access dl div:nth-of-type(2) {
        padding-bottom: 15px;
    }

    .access dl div:nth-of-type(2),
    .access dl div:last-of-type {
        padding-top: 15px;
    }

    .access dl div dt {
        width: 100%;
    }

    .access dl div dd span {
        font-size: 1.1rem;
        padding: 0 5px;
        margin-left: 5px;
    }

    .access dl div dd ul {
        font-size: 1.2rem;
    }

    .access .map::before {
        width: 60px;
        height: 60px;
        top: -30px;
    }

    .access .map iframe {
        height: 300px;
    }

    /*==============================
     footer-bnr
    ==============================*/
    .footer-bnr .content::before,
    .footer-bnr .content::after {
        width: 400px;
        height: 400px;
    }

    .footer-bnr .content::before {
        top: -50%;
        left: -70%;
    }

    .footer-bnr .content::after {
        background-image: url(../img/bg-yellow.svg);
        bottom: -50%;
        right: -50%;
    }

    /*==============================
     footer
    ==============================*/
    footer {
        padding: 4rem 0 2rem;
    }

    footer #pagetop-btn {
        bottom: 1.5rem;
        right: 1.5rem;
    }

    footer #pagetop-btn a {
        width: 60px;
        height: 60px;
    }

    footer #pagetop-btn a .pagetop-icon {
        margin: 0 auto;
    }

    footer #pagetop-btn a:hover .pagetop-icon path {
        fill: #00A33E;
    }

    footer #pagetop-btn .pagetop-icon svg {
        width: 80%;
    }

    footer .logo {
        width: 240px;
    }

    footer ul {
        gap: 20px;
        margin: 1.5rem 0;
    }

    footer ul li {
        height: 30px;
    }
}