@charset "utf-8";

body {
    font-family: "M PLUS Rounded 1c", serif;
    font-size: 16px;
    color: #000000;
    line-height: 1;
    background-color: #ffffff;
    margin: 0px;
}

.site-menu ul,
ol {
    list-style: none;
}

a {
    color: #0e6227;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.header {
    background-color: #e1eec1;
}

.header-inner {
    max-width: 1200px;
    height: 110px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.toggle-menu-button {
    display: none;
}

.header-logo {
    display: block;
    width: 170px;
}

.site-menu ul {
    display: flex;
}

.site-menu ul li {
    margin-left: 20px;
    margin-right: 20px;
}

.first-view {
    margin-bottom: 30px;
    /*
    min-width: 300px;
    height: calc(100vh - 110px);
    background-image: url(./images/main.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    */
}

.schedule-main{
    font-family: "Hachi Maru Pop";
    font-size: 40px;
    margin: 20px;
    text-align: center;
}

.schedule-sub {
    width: 100vw;
    margin: 20px auto;
    line-height: 2;
    text-align: center;
}

.link-button-area {
    text-align: center;
    margin-top: 20px;
}

.link-button {
    background-color: #e1eec1;
    display: inline-block;
    min-width: 300px;
    line-height: 70px;
    border-radius: 22px;
    font-family: "M PLUS Rounded 1c";
    font-size: 30px;
}

.link-button:hover {
    background-color: #7ab977;
}

.link-button2 {
    background-color: #e1eec1;
    display: inline-block;
    min-width: 500px;
    line-height: 65px;
    border-radius: 22px;
    font-family: "M PLUS Rounded 1c";
    font-size: 30px;
}

.link-button2:hover {
    background-color: #7ab977;
}

.schedule-grid {
    display: grid;
    gap: 5rem 1rem;
    grid-template-columns: 1fr 1fr;
    width: 95vw;
    margin: 20px auto 100px auto;
}

.item {
    display: flex;
    height: 180px;
}

.item img {
    height: 120px;
    width: 120px;
    vertical-align: middle;
    margin-top: 40px;
    margin-right: 20px;
    margin-left: 20px;
}

.item ul {
    margin-top: auto;
    margin-bottom: auto;
}

.item li {
    list-style-position: inside;
    font-size: 18px;
    line-height: 1.4;
}

.timetable-layout {
    display: flex;
}

.timetable-main {
    font-family: "Hachi Maru Pop";
    font-size: 40px;
    margin: 10px;
    text-align: center;
}

.timetable-sub {
    width: 400px;
    font-size: 22px;
    margin: 10px 10px;
    line-height: 1.5;
    text-align: center;
    border-bottom: 5px solid #7ab977;
}

.time-schedule {
    list-style: none;
    margin: 0 auto 20px 30px;
    padding-left: 20px;
    border-left: 6px solid #000;
    box-sizing: border-box;
}

.time-schedule span.time {
    width: 5em;
    display: inline-block;
    margin-left: -8em;
    padding: 0 0 5px;
    margin-top: 15px;
    vertical-align: top;
    position: relative;
    text-align: right;
    box-sizing: border-box;
}

.time-schedule span.time::after {
    content: "";
    position: absolute;
    right: -35px;
    top: 0;
    background: #000;
    width: 20px;
    height: 20px;
    border-radius: 10px;
}

.time-schedule .sch_box {
    display: inline-block;
    width: 100%;
    margin-left: 30px;
    margin-bottom: 10px;
    padding: 0px 10px 15px 10px;
    vertical-align: middle;
    box-sizing: border-box;
    border-radius: 6px;
}

.sch_title {
    font-size: 22px;
    font-weight: bold;
}

.sch_tx {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 10px;
}

.sch_box img {
    width: 60px;
    height: 60px;
    vertical-align: middle;
    margin-left: 5px;
}

.schedule-img {
    align-items: center;
}

.facility-main {
    font-family: "Hachi Maru Pop";
    font-size: 40px;
    margin: 20px;
    text-align: center;
}

.info {
    width: 100%;
    max-width: 550px;
    margin: auto;
    padding: 0 1.5rem;
    border-spacing: 0;
}

.info th,
.info td {
    border-bottom: 3px solid #e1eec1;
}

.info th {
    text-align: left;
    font-weight: normal;
    padding: 1rem;
}

.info td {
    padding: 1rem 0;
}

.map {
    width: 650px;
    max-width: 90%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

.map iframe {
    display: block;
    width: 100%;
    height: 300px;
    margin-top: 25px;
}

/*---------フォーム始まり---------*/
.contact-main {
    font-family: "Hachi Maru Pop";
    font-size: 40px;
    margin: 30px;
    text-align: center;
}

.contact {
    width: 930px;
    max-width: 90%;
    margin:0 auto;
}

.form-inner {
    width: 100%;
}

.form-label {
    padding: 1rem;
    font-weight: bold;
    width:30%;
    background: #7ab977;
    color: #fff;
    vertical-align: middle;
    border-bottom: 1px solid #fff;
}

.form-label label {
    vertical-align: middle;
}

.form-input {
    padding: 1rem;
    width: 70%;
    border-bottom: 1px solid #fff;
    background: #e1eec1;
}

.required {
    display:inline-block;
    background: #fff;
    color: #7ab977;
    font-size: 0.75rem;
    padding: 0.2rem;
    margin-left: 0.1rem;
    vertical-align:middle;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
    width: 100%;
    height: 45px;
    background: #fff;
    padding: 1rem;
}

textarea {
    width: 100%;
    height: 100px;
    background:#fff;
    padding: 1rem;
}

.form-btn {
    display: block;
    width: 180px;
    border: 3px solid #0e6227;
    color: #fff;
    background-color: #7ab977;
    border-radius: 8px;
    font-weight: bold;
    text-align: center;
    padding: 0.9rem 0;
    margin: 1.5rem auto 0;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    transition: 0.2s;
}

.form-btn:hover {
    box-shadow: 0 0 25px rgba(0,0,0,0.3);
}
/*----------フォーム終わり----------*/

.manual-main{
    font-family: "Hachi Maru Pop";
    font-size: 40px;
    margin: 20px 0px 40px 0px;
    text-align: center;
}

.assessment-main{
    font-family: "Hachi Maru Pop";
    font-size: 40px;
    margin: 20px 0px 40px 0px;
    text-align: center;
}

.message {
    width: 100%;
    height: 260px;
    padding: 10px;
    line-height: 1.5;
}

.footer {
    color: #0e6227;
    background-color: #e1eec1;
    padding-top: 30px;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
}

.footer-logo {
    display: block;
    width: 180px;
    margin-top: 35px;
    margin-bottom: 35px;
}

.copyright {
    font-weight: bold;
    text-align: center;
}

/*モバイル表示*/
@media (max-width: 800px) {
    .site-menu ul {
        display: block;
        text-align: center;
    }

    .site-menu li {
        margin-top: 20px;
    }

    .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-color: #e1eec1;
        height: 50px;
        z-index: 10;
        box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    }

    .header-inner {
        padding-left: 20px;
        padding-right: 20px;
        height: 100%;
        position: relative;
    }

    .header-logo {
        width: 100px;
    }

    .header-site-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        color: #ffffff;
        background-color: rgba(225,238,193,0.9);
        
        padding-top: 30px;
        padding-bottom: 50px;
        display: none;
    }

    .header-site-menu.is-show {
        display: block;
    }

    .toggle-menu-button {
        display: block;
        width: 44px;
        height: 34px;
        background-image: url(./images/icon-menu.png);
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-color: transparent;
        border: none;
        border-radius: 0;
        outline: none;
    }

    .main {
        padding-top: 50px;
    }

    .link-button {
        background-color: #e1eec1;
        display: inline-block;
        border-radius: 5px;
        font-family: "M PLUS Rounded 1c";
        font-size: 2.5vw;
        width: 10vw;
        min-width: 30vw;
        line-height: 10vw;
    }

    .schedule-main{
        font-size: 5vw;
        margin: 10px;
    }

    .schedule-sub {
        margin: 10px auto;
        font-size: 2vw;
        line-height: 1.5;
        text-align: center;
    }

    .schedule-grid {
        display: grid;
        gap: 0.5rem 1rem;
        grid-template-columns: 1fr;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .item {
        display: flex;
        height: 100px;
    }
    
    .item img {
        height: 60px;
        width: 60px;
        margin: auto 20px 20px;
    }

    .item ul {
        margin-top: auto;
        margin-bottom: auto;
    }

    .item li {
        list-style-position: inside;
        font-size: 9px;
        line-height: 1.5;
    }

    .timetable-main {
        font-family: "Hachi Maru Pop";
        font-size: 5vw;
        margin: 10px;
        text-align: center;
    }

    .timetable-sub {
        width: 200px;
        font-size: 14px;
        margin: 10px 10px;
        line-height: 1.5;
        text-align: center;
        border-bottom: 3px solid #7ab977;
    }

    .timetable-layout {
        display: block;
    }

    .time-schedule {
        list-style: none;
        margin: 0 auto 20px 30px;
        padding-left: 20px;
        border-left: 6px solid #000;
        box-sizing: border-box;
    }

    .time-schedule span.time {
        width: 5em;
        display: inline-block;
        margin-left: -8em;
        padding: 0 0 5px;
        margin-top: 15px;
        vertical-align: top;
        position: relative;
        text-align: right;
        box-sizing: border-box;
    }

    .time-schedule span.time::after {
        content: "";
        position: absolute;
        right: -35px;
        top: 0;
        background: #000;
        width: 20px;
        height: 20px;
        border-radius: 10px;
    }

    .time-schedule .sch_box {
        display: inline-block;
        width: 100%;
        margin-left: 30px;
        margin-bottom: 10px;
        padding: 15px 10px 15px 10px;
        vertical-align: middle;
        box-sizing: border-box;
        border-radius: 6px;
    }

    .sch_title {
        font-size: 14px;
        font-weight: bold;
    }

    .sch_tx {
        font-size: 12px;
        line-height: 1.5;
        margin-top: 10px;
    }

    .sch_box img {
        width: 30px;
        height: 30px;
        vertical-align: middle;
        margin-left: 5px;
    }

    .facility-main {
        font-size: 5vw;
        margin: 10px;
    }

    .info th {
        font-size: 12px;
        text-align: left;
        min-width: 75px;
        font-weight: normal;
        padding: 0.5rem;
    }
    
    .info td {
        font-size: 12px;
        padding: 1rem 0;
    }
    
    .contact-main {
        font-size: 5vw;
        margin-top: 50px;
    }

    .form-label {
        padding: 0.1rem;
        font-size: 2.2vw;
        font-weight: bold;
        width:30%;
        background: #7ab977;
        color: #fff;
        vertical-align: middle;
        border-bottom: 1px solid #fff;
    }

    .required {
        display:inline-block;
        background: #fff;
        color: #7ab977;
        font-size: 2vw;
        padding: 0.2rem;
        margin: 0.1rem;
        vertical-align:middle;
    }

    .form-input {
        padding: 1px 1px;
        width: 70%;
        height: 50px;
        border-bottom: 1px solid #fff;
        background: #e1eec1;
    }

    input[type="text"],
    input[type="email"],
    input[type="tel"] {
        width: 100%;
        background: #fff;
        padding: 1px;
        font-size: 14px;
    }

    textarea {
        width: 100%;
        height: 100px;
        background:#fff;
        padding: 1px;
        font-size: 14px;
    }

    .form-btn {
        width: 20vw;
        border: 1px solid #0e6227;
        max-width: 120px;
        padding: 0.5rem 0;
        font-size: 2.5vw;
    }

    .link-button2{
    background-color: #e1eec1;
    display: inline-block;
    min-width: 300px;
    line-height: 45px;
    border-radius: 20px;
    font-family: "M PLUS Rounded 1c";
    font-size: 20px;
}

.link-button2:hover {
    background-color: #7ab977;
}

    .footer-logo {
        margin-top: 30px;
        width: 100px;
    }

}