@charset "utf-8";

/* リンクボタン */
.page-link {
    margin-top: 100px !important;
}

.page-link-btn a {
    position: relative;
    display: block;
    padding: 30px;
    background-color: #E4CECB;
    border-radius: 20px;
    text-align: center;
    text-decoration: none;
    color: #A09184;
    transition: all .4s;
}

.page-link-btn a:hover {
    opacity: .6;
	color: #a09184 !important;
}

.page-link-btn a .center-content img {
    width: 40px;
    margin-bottom: 5px;
}

.page-link-btn a .center-content h2 {
    margin: 0 0 10px 0;
    font-size: 1.5em;
}

.page-link-btn a:hover .center-content h2 {
	color: #a09184 !important;
}

.page-link-btn a .center-content p {
    margin: 0;
    color: #A97D68;
    text-decoration: underline;
    font-size: .85em;
}

.school-btn {
    margin-bottom: 10px;
}

.map-btn a {
    background-color: #FFEBEB;
}

/* フッター */
#footer {
    background-color: #C79E96;
}

#footer .inner {
    padding-bottom: 30px;
}

/* フッターロゴ */
.footer-logo {
    max-width: 150px;
    margin-bottom: 20px;
}

#footer .left-content {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
}

#footer .left-content .text {
    line-height: 1.7;
    color: #fff;
}

.footer-nav ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.footer-nav ul li {
    margin-bottom: 15px;
}

.footer-nav ul li a {
    color: #fff;
    text-decoration: none;
    letter-spacing: .05em;
    font-size: 16px;
    transition: all .4s;
}

.footer-nav ul li a:hover {
    color: #655B46 !important;
}

.footer-nav ul li a span {
    display: block;
    font-family: "yu-mincho-pr6n", sans-serif !important;
    font-size: 10px;
	margin-top: 5px;
}

.footer-nav .footer-c li > a {
    display: block;
    margin-bottom: 15px;
}

.footer-c .has-menu {
    padding-left: 40px;
}

.footer-c .has-menu li {
    position: relative;
}

.footer-c .has-menu li::before {
    position: absolute;
    top: 42%;
    left: -30px;
    content: "";
    width: 10px;
    height: 1px;
    background-color: #fff;
}

/* コピーライト */
.copy {
    display: block;
    padding-bottom: 20px;
    text-align: center;
    color: #fff;
    letter-spacing: .01em;
}

@media(min-width: 600px) {
    .page-link .inner {
        display: flex;
        justify-content: space-between;
    }

    .page-link-btn {
        width: 48%;
    }
}

@media(min-width: 1025px) {
    .page-link .inner {
		width: 100%;
        max-width: 1000px;
        padding: 0;
        margin-bottom: 60px;
    }

    /* フッター */
    #footer .inner {
        padding-top: 60px;
        max-width: 1000px;
        display: flex;
    }

    #footer .left-content {
        border-bottom: none;
        padding: 0 25px 0 0;
        margin: 0 60px 0 0;
        border-right: 1px solid #fff;
    }

    #footer .right-content .footer-nav {
        display: flex;
    }

    .footer-l, .footer-c, .footer-r {
        width: 190px;
    }

    .footer-c li .has-menu {
        padding-left: 20px;
    }

    .footer-c .has-menu li::before {
        left: -20px;
    }
}