@charset "UTF-8";

body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #666;
}

p {
    font-size: 16px;
    line-height: 1.7;
}

img {
    width: 100%;
}

h1 {
    font-size: 24px;
    color: #ffffff;
}

h2 {
    font-size: 24px;
    color: #5AA589;
    margin-bottom: 32px;
    text-align: center;
}

h3 {
    font-size: 20px;
    color: #5AA589;
    margin-top: 32px;
    margin-bottom: 16px;
}

.common-button {
    width: 190px;
    height: 56px;
    padding: 16px 43px;
    margin-inline: auto;
    background-color: #ffffff;
    border-radius: 40px;
    border: 1.5px solid #5AA589;
    color: #5AA589;
    font-size: 20px;
    display: flex;
    justify-content: center;
}

/* ヘッダー
---------------------------------*/

header {
    width: 100%;
    height: 71px;
    position: fixed;
    color: #ffffff;
    background-color: #5AA589;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 30px;
    padding: 20px 15px;
}

.header-parts {
    margin: 0 40px 0 auto;
}

.global-nav-pc {
    display: none;
}

.documents-button {
    display: flex;
    width: 92px;
    height: 30px;
    padding: 4px 15px;
    background-color: #ffffff;
    border-radius: 40px;
    border: 1px solid #5AA589;
    color: #5AA589;
    font-size: 14px;
    justify-content: center;
    align-items: center;
}


/* ドロワー周りの見た目の調整
---------------------------------*/

.drawer-hamburger {
    width: 25px;
    padding: 25px 19px 30px 0;
    text-align: center;
    z-index: 120;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon::after,
.drawer-hamburger-icon::before {
    background-color: #fff;
}

.drawer-overlay {
    background-color: rgba(0, 0, 0, .6);
    z-index: 110;
}

.drawer-nav {
    width: 164px;
    z-index: 120;
}

.drawer--right.drawer-open .drawer-hamburger {
    right: 164px;
}

.drawer-menu li {
    border-bottom: 1px solid #ccc;
}

.drawer-menu li a {
    position: relative;
    display: block;
    padding: 20px;
    text-decoration: none;
    color: #666;
}

.drawer-menu li a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    height: 10px;
    width: 10px;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    transform: translateY(-50%) rotate(45deg);
}

/* メイン
---------------------------------*/

main {
    padding: 71px 0 0 0;
    background-color: #FFFDF3;
}

/* スライダーの見た目の調整
---------------------------------*/

.slick-dots {
    bottom: 0;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots li button::before {
    font-size: 15px;
}

.slick-dots li button:hover::before {
    color: #5AA589;
}

.slick-dots li.slick-active button::before {
    color: #5AA589;
}

.slick-prev,
.slick-next {
    width: 30px;
    height: 30px;
}

.slick-prev::before,
.slick-next::before {
    font-size: 30px;
}

.slick-prev {
    left: 5px;
    z-index: 10;
}

.slick-next {
    right: 5px;
}

/* 文章
---------------------------------*/

.about {
    padding: 40px 20px;
    background-color: #FFFDF3;
}

.about p {
    margin-bottom: 40px;
}

.about-detail {
    display: flex;
    justify-content: center;
    width: 190px;
    height: 56px;
    padding: 16px 43px;
    margin-inline: auto;
    background-color: #ffffff;
    border-radius: 40px;
    border: 1.5px solid #5AA589;
    color: #5AA589;
    font-size: 20px;
}

/* お知らせ
---------------------------------*/

.news {
    padding: 40px 20px;
    background-color: #F2FFFA;
}

.news p {
    font-size: 14px;
}

.news-list {
    margin-bottom: 32px;
}

/* 特徴
---------------------------------*/

.features {
    padding: 40px 20px;
    background-color: #FFFDF3;
}

.features-list li {
    margin-bottom: 40px;
}

.features-list li img {
    margin-bottom: 16px;
}

.features-list li h3 {
    margin-bottom: 16px;
    text-align: center;
}

/* 案内
---------------------------------*/

.guidance {
    padding: 40px 20px;
    background-color: #F2FFFA;
}

.guidance li {
    font-size: 20px;
    text-align: center;
}

.guidance-list li h3 {
    margin-top: 16px;
    text-align: center;
}

.guidance-button {
    display: flex;
    justify-content: center;
}

/* 施設概要
---------------------------------*/

.overview {
    padding: 40px 20px;
    background-color: #FFFDF3;
}

.overview img {
    object-fit: cover;
}

.overview-button {
    padding: 16px 23px;
    margin-top: 32px;
}

/* アクセス
---------------------------------*/

.access {
    padding: 40px 20px;
    background-color: #F2FFFA;
}

.access-address {
    text-align: center;
    font-size: 16px;
    margin-top: 16px;
}

.access-map iframe {
    aspect-ratio: 16/9;
    width: 100%;
}

/* フッター
---------------------------------*/

.footer {
    padding: 40px 20px 16px;
    background-color: #5AA589;
}

.footer-nav {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 16px;
    margin-bottom: 32px;
    font-size: 20px;
    color: #ffffff;
}

.footer-buttons {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
    gap: 30px;
}

.footer-buttons .visit-button {
    display: flex;
    text-align: center;
    width: 130px;
    height: 40px;
    padding: 4px 15px;
    background-color: #ffffff;
    border-radius: 40px;
    border: 1px solid #5AA589;
    color: #5AA589;
    font-size: 20px;
    justify-content: center;
    align-items: center;
}

.footer-buttons .documents-button {
    display: flex;
    text-align: center;
    width: 130px;
    height: 40px;
    padding: 4px 15px;
    background-color: #ffffff;
    border-radius: 40px;
    border: 1px solid #5AA589;
    color: #5AA589;
    font-size: 20px;
    justify-content: center;
    align-items: center;
}

.footer-heading {
    color: #ffffff;
    margin-bottom: 16px;
}

.footer-address {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 16px;
}

.footer-phone {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 32px;
}

.footer-icons {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-bottom: 32px;
}

.phone-icon,
.mail-icon {
    display: block;
    width: 42px;
}

.footer-copyrights {
    text-align: center;
    color: #ffffff;
}

/* ------タブレット用----------- */
@media screen and (768px <= width) {

    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 26px;
        margin-bottom: 40px;
    }

    h3 {
        font-size: 20px;
        margin-top: 0;
    }

    p {
        font-size: 18px;
    }

    .common-button {
        margin-top: 56px;
    }

    /* ヘッダー
    ---------------------------------*/
    .header-parts {
        display: flex;
        justify-content: flex-end;
        margin: 0 17px 0 auto;
        align-items: center;
        gap: 15px;
    }

    .header .documents-button {
        width: 136px;
        height: 45px;
        padding: 10px 25px;
        font-size: 20px;
    }

    .drawer-hamburger,
    .global-nav-sp {
        display: none;
    }

    .global-nav-pc {
        display: block;
    }

    .pc-menu {
        display: flex;
        padding: 0 10px 0 0;
        align-items: center;
    }

    .pc-menu li a {
        position: relative;
        padding: 20px 10px;
        font-size: 20px;
        text-decoration: none;
        color: #fff;
        transition: 0.2s;
    }

    .pc-menu li a:hover {
        border-bottom: 3px solid #fff;
    }

    .drawer-hamburger,
    .global-nav-sp {
        display: none;
    }


    /* 文章
    ---------------------------------*/
    .about {
        padding: 60px 32px;
    }

    .about p {
        max-width: 590px;
        display: block;
        justify-self: center;
        margin-bottom: 40px;
    }

    /* お知らせ
    ---------------------------------*/
    .news {
        padding: 60px 32px;
    }

    .news-contents {
        display: flex;
        justify-content: center;
        gap: 60px;
    }

    .news-contents img {
        object-fit: cover;
        max-width: 500px;
    }

    .news-list {
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        gap: 30px;
        margin-bottom: 80px;
    }

    .news-list li {
        gap: 20px;
    }

    .news-list li p {
        max-width: 500px;
        font-size: 16px;
    }

    .news .common-button {
        margin-top: 0;
    }

    /* 特徴
    ---------------------------------*/
    .features {
        padding: 60px 32px;
    }

    .features-list {
        display: flex;
        justify-content: center;
        gap: 40px;
    }

    .features-list li {
        margin-bottom: 0;
        flex: 1;
    }

    .features li img {
        margin-bottom: 24px;
    }

    .features li h3 {
        margin-bottom: 24px;
    }

    .features-button {
        margin-top: 40px;
    }

    .features .features-button {
        margin-top: 0;
    }

    /* 施設案内
    ---------------------------------*/
    .guidance {
        padding: 60px 32px;
    }

    .guidance h3 {
        margin-top: 20px;
        color: #666;
        margin-bottom: 0;
    }

    .guidance-list {
        display: flex;
        justify-content: center;
        gap: 40px;
    }

    .guidance-list li {
        flex: 1;
    }

    /* 施設概要
    ---------------------------------*/
    .wrapper {
        padding: 80px 32px;
        background-color: #FFFDF3;
        display: flex;
        justify-content: center;
        gap: 80px;
    }

    .overview {
        padding: 0;
        flex-basis: 50%;
        max-width: 580px;
    }

    .overview-button {
        margin-top: 40px;
    }

    .overview img {
        aspect-ratio: 4/3;
    }

    /* アクセス
    ---------------------------------*/
    .access {
        background-color: #FFFDF3;
        flex: 1;
        padding: 0;
        flex-basis: 50%;
        max-width: 580px;
    }

    .access-map iframe {
        aspect-ratio: 4/3;
        width: 100%;
    }

    .access-address {
        margin-top: 40px;
        font-size: 20px;
    }


    /* フッター
    ---------------------------------*/
    footer {
        padding: 60px 32px 16px;
    }

    .footer-nav {
        flex-direction: row;
        gap: 50px;
    }

    .footer-nav li {
        margin-bottom: 0;
    }

    .footer-nav li a {
        font-size: 20px;
        border-bottom: none;
    }

    footer .visit-button {
        width: 136px;
        height: 45px;
        padding: 10px 25px;
        font-size: 20px;
    }

    footer .documents-button {
        width: 136px;
        height: 45px;
        padding: 10px 25px;
        font-size: 20px;
    }

    .footer-buttons {
        display: flex;
        justify-content: center;
        gap: 24px;
    }

    .footer-address {
        font-size: 20px;
    }

    .footer-phone {
        font-size: 20px;
    }

    .footer-icons a {
        width: 73px;
    }

}

/* ------PC用--------- */
@media screen and (1366px <= width) {

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 32px;
        margin-bottom: 56px;
    }

    h3 {
        font-size: 24px;
        margin: 0;
    }

    p {
        font-size: 20px;
        line-height: 1.7;
    }

    /* ヘッダー
    ---------------------------------*/
    header .documents-button {
        width: 168px;
        height: 55px;
        padding: 13px 35px;
        font-size: 24px;
    }

    .pc-menu li a {
        padding: 0 20px;
        font-size: 24px;
    }

    /* 文章
    ---------------------------------*/
    .about {
        padding: 80px 62px;
    }

    .about p {
        display: flex;
        justify-self: center;
        margin-bottom: 56px;
    }

    .about a.about-detail {
        width: 231px;
        height: 65px;
        font-size: 24px;
    }

    /* お知らせ
    ---------------------------------*/
    .news {
        padding: 80px 62px;
    }

    .news-contents {
        gap: 80px;
    }

    .news-contents img {
        max-width: 580px;
    }

    .news-parts {
        min-width: 578px;
    }

    .news-list {
        display: flex;
        flex-flow: column;
        justify-content: center;
        gap: 56px;
    }

    .news-list h3 {
        font-size: 20px;
        max-width: 155px;
        line-height: 1.7;
        flex: 1;
    }

    .news-list li {
        display: flex;
        gap: 40px;
    }

    .news-list li p {
        max-width: 385px;
        font-size: 20px;
        flex: 1;
    }

    /* 特徴
    ---------------------------------*/
    .features {
        padding: 80px 62px;
    }

    .features-list {
        gap: 80px;
    }

    .features-list li {
        max-width: 360px;
    }

    .features-button {
        margin-top: 56px;
    }

    .features a.features-button {
        width: 231px;
        height: 65px;
        font-size: 24px;
    }

    /* 施設案内
    ---------------------------------*/
    .guidance {
        padding: 80px 62px;
    }

    .guidance-list {
        gap: 80px;
    }

    .guidance-list li {
        max-width: 360px;
    }

    .guidance-button {
        margin-top: 56px;
    }

    .guidance a.guidance-button {
        width: 231px;
        height: 65px;
        font-size: 24px;
    }

    /* 施設概要
    ---------------------------------*/
    .overview img {
        aspect-ratio: 4/3;
    }

    .overview-button {
        width: 231px;
        height: 65px;
        font-size: 24px;
        margin-top: 40px;
    }

    /* アクセス
    ---------------------------------*/
    .access-map iframe {
        aspect-ratio: 4/3;
        width: 100%;
    }

    .access p {
        margin-top: 40px;
    }

    /* フッター
    ---------------------------------*/
    .footer {
        padding: 80px 62px 20px;
    }

    .footer-nav {
        font-size: 24px;
        gap: 75px;
        margin-bottom: 56px;
    }

    .footer-nav li a {
        font-size: 24px;
    }

    footer a.visit-button {
        width: 168px;
        height: 55px;
        padding: 13px 34px;
        font-size: 24px;
    }

    footer a.documents-button {
        width: 168px;
        height: 55px;
        padding: 13px 34px;
        font-size: 24px;
    }

    .footer-address {
        font-size: 24px;
    }

    .buttons {
        margin-bottom: 56px;
    }

    .footer-phone {
        font-size: 24px;
        margin-bottom: 56px;
    }

    .footer-icons {
        margin-bottom: 56px;
    }

    .phone-icon {
        width: 73px;
    }

    .mail-icon {
        width: 73px;
    }

    .footer-copyrights {
        font-size: 20px;
    }
}