@charset "utf-8";
/* CSS Document */
html {
    width: 100%;
}
@font-face {
    font-family: "02UtsukushiMincho";
    src: url("../font/02UtsukushiMincho.ttf");
}
body {
    color: #000;
    font-family: "02UtsukushiMincho", "EB Garamond", "游明朝", "Yu Mincho",
        "YuMincho, Georgia", "Hiragino Mincho ProN", "HGS明朝E", "メイリオ",
        "Meiryo", serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: 0.05em;
    text-align: center;
    display: flex;
    flex-flow: column;
    min-height: 100vh;
    background-color: #fedce7;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
canvas.bg {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}
main {
    position: relative;
    z-index: 1;
    flex: 1;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
.reg, .reg12, .reg16 {
    font-family: "serif";
    vertical-align: top;
}
.reg {
    font-size: 10px;
}
.reg12 {
    font-size: 12px;
}
.reg16 {
    font-size: 16px;
}
.marker {
    background: linear-gradient(transparent 60%, #d9c0f3 60%);
    font-weight: bold;
}
.section-rogo {
    display: block;
    margin: 0 auto;
    width: 231px;
}
.topsection-tittle {
    font-size: 24px;
    padding: 10px 0px 60px;
}
.tittle-frame {
    display: flex;
    justify-content: center;
    align-items: center;
}
.tittle-frame::before {
    content: url("../images/common/left-frame.png");
    vertical-align: middle;
    padding: 0px 35px;
    background-size: contain;
}
.tittle-frame::after {
    content: url("../images/common/right-frame.png");
    vertical-align: middle;
    padding: 0px 35px;
    background-size: contain;
}
.section-navbutton {
    display: flex;
    justify-content: center;
    gap: 20px;
    list-style: none;
}
.section-navbutton li {
    width: auto;
    background: rgb(2, 0, 36);
    background: linear-gradient(
        180deg,
        rgba(2, 0, 36, 1) 0%,
        rgba(94, 189, 229, 1) 0%,
        rgba(132, 151, 233, 1) 50%,
        rgba(187, 95, 239, 1) 100%
    );
    border-radius: 12px;
    padding: 3px 14px;
    font-size: 12px;
    white-space: nowrap;
}
.section-navbutton li:hover {
    opacity: 0.5;
}
.section-navbutton li a {
    text-decoration: none;
    color: #fff;
}
.slide {
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slide-dots {
    text-align: center;
    margin-bottom: 34px;
}
.slide-dots li {
    display: inline-block;
}
.slide-dots button {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px 0px;
    font-size: 0;
    line-height: 0;
    padding: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    background: #d6d6d6;
    border-radius: 50%;
}
.slide-dots .slick-active button {
    background: rgb(2, 0, 36);
    background: linear-gradient(
        180deg,
        rgba(2, 0, 36, 1) 0%,
        rgba(94, 189, 229, 1) 0%,
        rgba(132, 151, 233, 1) 50%,
        rgba(187, 95, 239, 1) 100%
    );
}
.second-tittle {
    color: #cf136b;
    font-size: 24px;
    background-image: url("../images/service/flower-color.png");
    background-repeat: no-repeat;
    background-position: center 40px;
    background-size: 138px;
    padding: 80px 0px 100px;
}

@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .section-rogo {
        width: 187px;
    }
    .topsection-tittle {
        font-size: 20px;
        padding: 10px 0px 28px;
    }
    .tittle-frame {
        justify-content: space-between;
    }
    .tittle-frame::before,  .tittle-frame::after {
        padding: 0px;
        transform: scale(0.7);
    }    
    .slide-dots {
        text-align: center;
        margin-bottom: 18px;
    }
    .section-navbutton {
        flex-direction: column;
        gap:16px;
    }
    .section-navbutton li {
        margin: 0 auto;
        width: 275px;
        height: 24px;
        font-size: 10px;
    }
    .second-tittle {
        padding: 70px 0px;
        font-size: 20px;
        background-position: center ;
    }
}
/*----------------------------*/
.smalltable-blue,
.smalltable-pink {
    width: 100%;
    background-image: linear-gradient(
        to right,
        #dbdbdb,
        #dbdbdb 2px,
        transparent 2px,
        transparent 4px
    );
    background-size: 4px 1px;
    background-position: left top;
    background-repeat: repeat-x;
}
.smalltable-blue tr,
.smalltable-pink tr {
    font-size: 14px;
    text-align: left;
    background-image: linear-gradient(
        to right,
        #dbdbdb,
        #dbdbdb 2px,
        transparent 2px,
        transparent 4px
    );
    background-size: 4px 1px;
    background-position: left bottom;
    background-repeat: repeat-x;
}
.smalltable-pink th {
    color: #d78ecc;
    width: 28%;
    vertical-align: middle;
}
.smalltable-blue th {
    color: #44aef1;
    width: 28%;
    vertical-align: middle;
}
.smalltable-blue td,
.smalltable-pink td {
    padding: 15px 0px;
}

/*---label-image-blue&pink--*/
.label-image-blue,
.label-image-pink {
    display: flex;
    gap: 10px;
    list-style: none;
}
.label-image-blue li,
.label-image-pink li {
    width: 78px;
    height: 26px;
    border-radius: 13px;
    color: #fff;
    padding: 9px 0px;
    text-align: center;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.label-image-blue li {
    background-color: #90cff7;
}
.label-image-pink li {
    background-color: #d78ecc;
}
@media screen and (max-width: 767px) {
    .label-image-pink,.label-image-blue {
        flex-wrap: wrap;
        gap: 22px;
    }
    .label-image-blue li,
    .label-image-pink li {
        font-size: 10px;
        width: 82px;
    }
    .smalltable-blue tr, .smalltable-pink tr {
        font-size: 13px;
    }
}

/*----toptable-blue&pink-----*/
.toptable-blue,
.toptable-pink {
    width: 100%;
    background-image: linear-gradient(
        to right,
        #dbdbdb,
        #dbdbdb 2px,
        transparent 2px,
        transparent 4px
    );
    background-size: 4px 1px;
    background-position: left top;
    background-repeat: repeat-x;
}
.toptable-blue tr,
.toptable-pink tr {
    text-align: left;
    font-size: 14px;
    background-image: linear-gradient(
        to right,
        #dbdbdb,
        #dbdbdb 2px,
        transparent 2px,
        transparent 4px
    );
    background-size: 4px 1px;
    background-position: left bottom;
    background-repeat: repeat-x;
}
.toptable-blue th {
    color: #44aef1;
    padding: 15px 0px;
    padding: 15px 0px;
    width: 28%;
}
.toptable-pink th {
    color: #d78ecc;
    padding: 15px 0px;
    padding: 15px 0px;
    width: 28%;
}
@media screen and (max-width: 767px) {
    .stoptable-blue tr,
    .toptable-pink tr {
        font-size: 13px;
    }
}
/*----schoolprincipal----*/
.schoolprincipal ._inner {
    max-width: 1000px;
    margin: 0px auto 50px;
    padding: 0px 50px 60px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 20px;
}
.schoolprincipal ._flexarea {
    display: flex;
    justify-content: flex-start;
    gap: 60px;
    padding-top: 50px;
    border-radius: 20px;
    background-image: linear-gradient(
        to right,
        #dbdbdb,
        #dbdbdb 2px,
        transparent 2px,
        transparent 4px
    );
    background-size: 4px 1px;
    background-position: left top;
    background-position: left bottom;
    background-repeat: repeat-x;
}
.schoolprincipal ._img {
    padding-bottom: 50px;
    width: 259px;
}
.schoolprincipal ul {
    list-style: none;
    line-height: 2;
}
.schoolprincipal ul li {
    position: relative;
    text-align: left;
    padding-left: 20px;
}
.schoolprincipal ul li:before {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    left: 0;
    top: 0.7em;
    content: "";
    background: #d78ecc;
    margin-right: 4px;
}
.schoolprincipal ul li:last-child{
    margin-bottom: 80px;
}
.schoolprincipal h4 {
    font-size: 18px;
    text-align: left;
    padding-bottom: 50px;
}
.schoolprincipal h4 span {
    font-size: 14px;
}
.schoolprincipal ._contentsbox {
    width: 100%;
    background-image: url("..//images/common/dog.png");
    background-size: 162px 138px;
    background-repeat: no-repeat;
    background-position: right 20px bottom;
}
.schoolprincipal ._contentsbox2 {
    width: 100%;
    background-image: linear-gradient(
        to right,
        #dbdbdb,
        #dbdbdb 2px,
        transparent 2px,
        transparent 4px
    );
    background-size: 4px 1px;
    background-position: left top;
    background-position: left bottom;
    background-repeat: repeat-x;
}
.schoolprincipal ._textarea {
    text-align: left;
    padding: 40px 12px;
    font-size: 13px;
}
.schoolprincipal ._text {
    padding-bottom: 40px;
}
.schoolprincipal h3 {
    font-size: 20px;
    padding: 10px 0px;
}
@media screen and (max-width: 767px) {
    .schoolprincipal ._inner{
        padding: 0px 10px 40px;
        margin: 0px 10px;
    }
    .schoolprincipal ._whiteinner {
        text-align: left;
    }
    .schoolprincipal ._whiteinner {
        padding: 0px 20px 40px;
        margin: 0px 10px 70px;
    }
    .schoolprincipal ._flexarea {
        flex-direction: column;
        gap: 0px;
        padding-top: 40px;
    }
    .schoolprincipal ._img {
        padding-bottom: 40px;
        display: block;
        margin: 0 auto;
    }
    .schoolprincipal h4 {
        font-size: 18px;
        padding-bottom: 30px;
    }
    .schoolprincipal h4 span {
        font-size: 14px;
    }
    .schoolprincipal ul li {
        font-size: 13px;
    }
    .schoolprincipal ._contentsbox {
        background-size: 81px 71px;
        background-position: right 18px bottom;
        padding-bottom: 15px;
    }
    .schoolprincipal h3 {
        font-size: 18px;
        padding: 0px;
    }
    .schoolprincipal ._text {
        font-size: 13px;
        text-align: left;
    }    
}
/*---blog----*/
.blog-bannerlogo {
    width: 231px;
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
}
.blog-banner {
    width: 240px;
}
.blog-area p {
    font-size: 12px;
    padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
    .blog-bannerlogo {
        margin-top: 48px ;
    }
    .blog-area p {
        padding-bottom: 56px;
    }
}

/*====header===*/
.header {
    width: 100%;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}
.headerlogo {
    position: absolute;
    top: 20px;
    width: 182px;
    left: 20px;
}
.header-g-nav {
    display: flex;
    justify-content: center;
}
.header-g-nav-list {
    margin: 20px 0px 60px;
}
.header-g-nav-list {
    max-width: 1000px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 46px;
    padding: 20px 45px;
}
.header-g-nav-list ul {
    display: flex;
    gap: 60px;
    align-items: center;
}
.header-g-nav-list a {
    text-decoration: none;
    color: #333;
}
.header-g-nav-list a:hover {
    color: #333;
    color: #ba8de9;
}
.menu-button {
    display: block;
    position: fixed;
    height: 60px;
    width: 60px;
    top: 20px;
    right: 20px;
    z-index: 3;
}

.menu-button:hover{
    opacity: 0.5;
}
/*----menu-button動き-----*/
.menu {
    background-image: url("..//images/common/close-button-flower.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 284px;
}
.white-logo{
    padding-top: 26px;
    width: 255px;
}
.menu-g-nav {
    position: fixed;
    top: 0;
    right: -120%;
    width: 100%;
    height: 800px;
    transition: all 0.6s;
    z-index: 4;
    background: rgb(153,102,255);
    background: linear-gradient(90deg, rgba(153,102,255,1) 0%, rgba(213,182,242,1) 15%, rgba(204,204,255,1) 50%, rgba(196,195,242,1) 85%, rgba(129,205,241,1) 100%);
}
.menu-g-nav.panelactive {
    position: fixed;
    width: 100%;
    height: 800px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    right: 0;
}
.close-button-area{
    position: absolute;
    top: 26px;
    right: 34px;
}
.close-button-area p {
    color: #9a5bdc;
    font-size: 11px;
}
.close-button-area:hover{
    opacity: 0.5;
}
.menu-g-nav ul {
    list-style: none;
    text-align: center;
    padding-top: 1.4rem;
}
.menu-g-nav ul li {
    padding: 0.75rem 1rem;
}
.menu-g-nav ul li a {
    text-decoration: none;
    color: #000;
}
.bg-flower{
    background-image: url("..//images/common/close-button-flower.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 260px;
    margin: 40px 0px;
}
.footer-list{
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1200px) {
    .header {
        width: 100%;
        height: 72px;
    }
    .headerlogo {
        position: static;
        margin: 0px 20px;
        width: 336px;
        display: none;
    }
    .header-pc{
        display: none;
    }
    .menu-button {
        top: 12px;
        right: 12px;
    }
    .menu-g-nav {
        background: #d9c0f3;
        height: 100vh;
    }
    .menu-g-nav.panelactive {
        height: 100vh;
        z-index: 100;
    }
    .close-button-area{
        top:24px;
        right: 24px;
    }
}
/*====footer===*/
.footer {
    height: 40px;
    background-image: url("../images/common/footer_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
    position: relative;
}
.footer-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer ul {
    display: flex;
    justify-content: flex-end;
    list-style: none;
}
.footer ul li {
    background-color: #fff;
    border-radius: 10px;
    margin: 10px 10px 0px 10px;
    font-size: 12px;
    padding: 0px 10px;
}
.footer ul li a {
    color: #000;
    text-decoration: none;
}
.site-copyright {
    color: #fff;
    font-size: 12px;
    position: relative;
    left: 16px;
    margin-top: 10px;
}
@media screen and (max-width: 767px) {
    .footer {
        height: 80px;
        background-image: url("../images/common/footer-bg-sp.png");
        background-repeat: no-repeat;
        background-size: center;
        z-index: 2;
    }
    .footer-nav {
        flex-direction: column-reverse;
        margin: 0px 15px;
    }
    .footer ul {
        gap: 10px;
    }
    .footer ul li {
        margin: 17px 0px;
        font-size: 12px;
    }
    .site-copyright {
        font-size: 12px;
        margin: 0;
        left: auto;
    }
}
