@charset "UTF-8";
.areaCatalog {}
.areaCatalog_title {}
.schoolNavi {
    margin-bottom: 69px;
}
.schoolNavi_list {
    list-style: none;
}
.schoolNavi_list > li {
    position: relative;
    z-index: 10;
    margin-top: 20px;
}
.schoolNavi_list > li:nth-child(1) {
    z-index: 11;
}
.schoolNavi_list > li:nth-child(2) {
    z-index: 10;
}
.schoolNavi_list > li:nth-child(3) {
    z-index: 9;
}
.schoolNavi_list > li:nth-child(4) {
    z-index: 8;
}
.schoolNavi_list > li:first-child {
    margin-top: 0;
}
.schoolNavi_list > li:nth-child(2n+1) {}
.schoolNavi_list > li > a,
.schoolNavi_list > li > button {
    width: 100%;
    text-align: left;
    position: relative;
    z-index: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    margin-bottom: 0;
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    position: relative;
}
[data-type="middle-girl"] .schoolNavi_list > li > button {
    background-color: #64579D;
    color: #fff;
}
[data-type="elementary"] .schoolNavi_list > li > a,
[data-type="elementary"] .schoolNavi_list > li > button {
    background-color: #10B896;
    color: #fff;
}
.schoolNavi_list > li > button:hover {
    opacity: .7;
}
.schoolNavi_list > li > a > .icon,
.schoolNavi_list > li > button > .icon {
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 24px;
    line-height: 1;
    height: 24px;
    transform: rotate(90deg);
}
.schoolNavi_list > li > button.isShow > .icon {
    transform: rotate(-90deg);
}
.schoolNavi_popup {
    border: 2px solid #7B6CBF;
    border-radius: 14px;
    padding: 30px 30px;
    background: rgba(255, 255, 255, 0.96);
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    top: 64px;
    left: 0;
    width: 100%;
    transform: scale(1, 0);
    transform-origin: center top;
    opacity: 0;
    transition: opacity .3s, transform .3s;
}
.schoolNavi_popup-show {
    opacity: 1;
    transform: none;
    position: static;
    margin-top: 20px;
    border: none;
    padding: 0;
}
[data-type="elementary"] .schoolNavi_popup {
    border-color: #10B896;
}
.schoolNavi_popup.isShow {
    transform: scale(1);
    opacity: 1;
}
.schoolNavi_links {
    font-size: 18px;
    list-style: none;
}
.schoolNavi_links:after {
    content: "";
    display: block;
    clear: both;
}
.schoolNavi_links > li {
    width: 23.5%;
    float: left;
    margin-left: 2%;
    margin-bottom: 13px;
}
.schoolNavi_links > li:first-child {}
.schoolNavi_links > li:nth-child(4n+1) {
    margin-left: 0;
    clear: both;
}
.schoolNavi_links > li > a {
    display: block;
    text-decoration: none;
    color: inherit;
    position: relative;
    z-index: 1;
    padding-left: 32px;
    line-height: 1.5;
}
.schoolNavi_links > li > a:hover {}
.schoolNavi_links > li > a:before {
    content: "";
}
.schoolNavi_links > li > a:after {
    content: "";
}
.schoolNavi_links > li > a > .icon {
    font-size: 24px;
    line-height: 1;
    color: #64579D;
    position: absolute;
    z-index: 1;
    top: 5px;
    line-height: 1;
    height: 24px;
    left: 0;
}
[data-type="elementary"] .schoolNavi_links > li > a > .icon {
    color: #12CFA7;
}
.school {
    margin-bottom: 64px;
}
.school:last-of-type {
    margin-bottom: 0;
}
.school_title {
    margin-bottom: 24px;
}
.school_cols {
    width: 100%;
    margin: 0 auto 15px;
    text-align: center;
    max-width: 1000px;
    flex-wrap: wrap;
display: flex;
justify-content: center;
align-items: center;
}
.school_cols:after {
    content: "";
    display: block;
    clear: both;
}
.school_col {
    width:33%;
}
.school_col-no1 {}
.school_image {}
.school_image > img {
    width:100%;
}
.school_col-no2 {}
.school_link {
    list-style: none;
    position: relative;
    z-index: 1;
    max-width: 910px;
    margin: 0 auto 0;
}
.school_link:after {
    content: "";
    display: block;
    clear: both;
}
.school_link > li {
    width: 31%;
    float: left;
    margin-left: 3.5%;
}
.school_link > li:first-child {
    margin-left: 0;
}
.school_link > li:nth-child(2n+1) {}
.school_link > li > button,
.school_link > li > a {
    line-height: 50px;
}
.school_link > li > .-price {
    background-color: #0071BC;
}
.school_link > li > .-shop {
    background-color: #EC5D60;
}
.school_link > li > .-size {
    background-color: #7B6CBF;
}
.school_link > li > button:hover,
.school_link > li > a:hover {}
.school_link > li > a:before {
    content: "";
}
.school_link > li > a:after {
    content: "";
}
.school_link > li > button > .icon,
.school_link > li > a > .icon {
    font-size: 18px;
    height: 18px;
    right: 18px;
}
.storePopup {
    border: 2px solid #7B6CBF;
    border-radius: 14px;
    padding: 30px 30px;
    background: rgba(255, 255, 255, 0.96);
    box-sizing: border-box;
    position: absolute;
    z-index: 10;
    bottom: -50px;
    width: 100%;
    transform: scale(1, 0);
    transform-origin: center center;
    opacity: 0;
    transition: opacity .3s, transform .3s;
    left: 0;
}
.storePopup.isShow {
    transform: scale(1);
    opacity: 1;
}
.storePopup_title {
    font-size: 20px;
    text-align: center;
    color: #EB5D5F;
    margin-bottom: 25px;
}
.storePopup_list {
    font-size: 18px;
    list-style: none;
    max-width: 760px;
    margin: 0 auto;
}
.storePopup_list:after {
    content: "";
    display: block;
    clear: both;
}
.storePopup_list > li {
    width: 23.5%;
    float: left;
    margin-left: 2%;
}
.storePopup_list > li:first-child {}
.storePopup_list > li:nth-child(4n+1) {
    clear: both;
    margin-left: 0;
}
.storePopup_list > li > a {
    color: inherit;
    text-decoration: none;
}
.storePopup_list > li > a:hover {}
.storePopup_list > li > a:before {
    content: "";
}
.storePopup_list > li > a:after {
    content: "";
}
.storePopup_list > li > a > .icon {
    font-size: 24px;
    line-height: 1;
    color: #64579D;
    margin-right: 10px;
}
.storePopup_close {
    width: 42px;
    height: 42px;
    border-radius: 5px;
    background: #666;
    position: absolute;
    z-index: 1;
    top: -15px;
    right: -15px;
    transition: transform .3s;
}
.storePopup_close:hover {
    transform: scale(1.2);
}
.storePopup_close > i {}
.storePopup_close > i:before {
    content: "";
    width: 24px;
    height: 4px;
    background: #fff;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    transform: rotate(45deg);
}
.storePopup_close > i:after {
    content: "";
    width: 24px;
    height: 4px;
    background: #fff;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    transform: rotate(-45deg);
}
.school_inCols {
    display: table;
    width: 100%;
    border: 1px solid #CCCCCC;
    margin-bottom: 25px;
}
.school_inCols:after {
    content: "";
    display: block;
    clear: both;
}
.school_inCol {
    display: table-cell;
    vertical-align: middle;
}
.school_inCol-no1 {
    width: 250px;
}
.school_inImage {
    text-align: center;
}
.school_inImage > img {}
.school_inCol-no2 {}
.school_tableWrap {}
.school_table {
    width: 100%;
    border-left: 1px solid #ccc;
    min-height: 390px;
}
.school_table > tbody {}
.school_table > tbody > tr {
    border-top: 1px solid #ccc;
}
.school_table > tbody > tr:first-child {
    border-top: none;
}
.school_table > tbody > tr > th {
    background: #EEEEEE;
    border-right: 1px solid #ccc;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    padding: 8px 20px;
    white-space: nowrap;
}
.school_table > tbody > tr > th[colspan="3"] {}
.school_table > tbody > tr > th:not([colspan]) {
    width: 50px;
}
.school_table > tbody > tr > th.-light {
    background: #F9F9F9;
}
.school_table > tbody > tr > td {
    padding: 10px 10px;
    vertical-align: middle;
    text-align: center;
}
.school_table > tbody > tr > td > b {
    color: #FF0000;
    font-weight: normal;
}
.areaCatalog_title-list {
    position: relative;
    z-index: 1;
    margin-bottom: 33px;
}
.areaCatalog_title-list > img {
    display: block;
    position: absolute;
    z-index: 1;
    top: -104px;
    right: 0;
}
.pageBody_inner {
    z-index: 3;
}
.txt_chujo{
	margin:10px 0 0 100px;
	}
@media screen and (max-width:999px) {
    .areaCatalog {}
    .areaCatalog_title {}
    .schoolNavi {
        margin-bottom: 45px;
    }
    .schoolNavi_list {}
    .schoolNavi_list > li {}
    .schoolNavi_list > li:nth-child(1) {}
    .schoolNavi_list > li:nth-child(2) {}
    .schoolNavi_list > li:nth-child(3) {}
    .schoolNavi_list > li:first-child {}
    .schoolNavi_list > li:nth-child(2n+1) {}
    .schoolNavi_list > li > button {}
    [data-type="middle-girl"] .schoolNavi_list > li > button {}
    .schoolNavi_list > li > button:hover {}
    .schoolNavi_list > li > button > .icon {}
    .schoolNavi_list > li > button.isShow > .icon {}
    .schoolNavi_popup {
        padding: 15px;
        border-radius: 10px;
    }
    .schoolNavi_popup.isShow {}
    .schoolNavi_links {
        font-size: 16px;
    }
    .schoolNavi_links:after {}
    .schoolNavi_links > li {}
    .schoolNavi_links > li:first-child {}
    .schoolNavi_links > li:nth-child(4n+1) {}
    .schoolNavi_links > li > a {}
    .schoolNavi_links > li > a:hover {}
    .schoolNavi_links > li > a:before {}
    .schoolNavi_links > li > a:after {}
    .schoolNavi_links > li > a > .icon {
        font-size: 18px;
        margin-right: 5px;
    }
    .school {}
    .school:last-of-type {}
    .school_title {}
    .school_cols {
        display: block;
        display: flex;
        justify-content: center;
    }
    .school_cols:after {}
    .school_col {
        display: block;
    }
    .school_col-no1 {}
    .school_image {}
    .school_image > img {}
    .school_col-no2 {}
    .school_link {}
    .school_link:after {}
    .school_link > li {}
    .school_link > li:first-child {}
    .school_link > li:nth-child(2n+1) {}
    .school_link > li > button,
    .school_link > li > a {}
    .school_link > li > .-price {}
    .school_link > li > .-shop {}
    .school_link > li > .-size {}
    .school_link > li > button:hover,
    .school_link > li > a:hover {}
    .school_link > li > a:before {}
    .school_link > li > a:after {}
    .school_link > li > button > .icon,
    .school_link > li > a > .icon {}
    .storePopup {
        padding: 15px;
        border-radius: 10px;
        bottom: 0;
    }
    .storePopup.isShow {}
    .storePopup_title {
        font-size: 17px;
    }
    .storePopup_list {
        font-size: 15px;
    }
    .storePopup_list:after {}
    .storePopup_list > li {}
    .storePopup_list > li:first-child {}
    .storePopup_list > li:nth-child(4n+1) {}
    .storePopup_list > li > a {}
    .storePopup_list > li > a:hover {}
    .storePopup_list > li > a:before {}
    .storePopup_list > li > a:after {}
    .storePopup_list > li > a > .icon {
        font-size: 18px;
        margin-right: 5px;
    }
    .storePopup_close {}
    .storePopup_close:hover {}
    .storePopup_close > i {}
    .storePopup_close > i:before {}
    .storePopup_close > i:after {}
    .school_inCols {
        display: block;
    }
    .school_inCols:after {}
    .school_inCol {
        display: block;
    }
    .school_inCol-no1 {
        margin: 0 auto;
        width: auto;
        border-bottom: 1px solid #ccc;
    }
    .school_inImage {
        padding: 15px 0;
    }
    .school_inImage > img {
        width: auto;
        height: 260px;
    }
    .school_inCol-no2 {}
    .school_tableWrap {}
    .school_table {
        border-left: none;
        min-height: 0;
    }
    .school_table > tbody {}
    .school_table > tbody > tr {}
    .school_table > tbody > tr:first-child {}
    .school_table > tbody > tr > th {
        font-size: inherit;
        padding: 8px 10px;
    }
    .school_table > tbody > tr > th.-light {}
    .school_table > tbody > tr > td {
        padding: 8px 10px;
    }
    .school_table > tbody > tr > td > b {}
    .areaCatalog_title-list {}
    .areaCatalog_title-list > img {
        width: 180px;
        top: -70px;
        right: -10px;
    }
    .pageBody_inner {}
    .school_table > tbody > tr > th:not([colspan]) {
        width: 40px;
    }
}
@media screen and (max-width:699px) {
    .areaCatalog {}
    .areaCatalog_title {}
    .schoolNavi {
        margin-bottom: 25px;
    }
    .schoolNavi_list {}
    .schoolNavi_list > li {
        margin-top: 10px;
    }
    .schoolNavi_list > li:nth-child(1) {}
    .schoolNavi_list > li:nth-child(2) {}
    .schoolNavi_list > li:nth-child(3) {}
    .schoolNavi_list > li:first-child {}
    .schoolNavi_list > li:nth-child(2n+1) {}
    .schoolNavi_list > li > button {}
    [data-type="middle-girl"] .schoolNavi_list > li > button {}
    .schoolNavi_list > li > button:hover {}
    .schoolNavi_list > li > a > .icon,
    .schoolNavi_list > li > button > .icon {
        right: 10px;
        font-size: 20px;
        height: 20px;
    }
    .schoolNavi_list > li > button.isShow > .icon {}
    .schoolNavi_popup {
        top: 39px;
    }
    .schoolNavi_popup.isShow {}
    .schoolNavi_links {
        font-size: 14px;
    }
    .schoolNavi_links:after {}
    .schoolNavi_links > li {
        width: 49%;
        margin-left: 2%;
        margin-bottom: 9px;
    }
    .schoolNavi_links > li:first-child {}
    .schoolNavi_links > li:nth-child(4n+1) {
        margin-left: 2%;
        clear: none;
    }
    .schoolNavi_links > li:nth-child(2n+1) {
        margin-left: 0;
        clear: both;
    }
    .schoolNavi_links > li > a {
        padding-left: 20px;
    }
    .schoolNavi_links > li > a:hover {}
    .schoolNavi_links > li > a:before {}
    .schoolNavi_links > li > a:after {}
    .schoolNavi_links > li > a > .icon {
        font-size: inherit;
    }
    .school {
        margin-bottom: 35px;
    }
    .school:last-of-type {}
    .school_title {
        margin-bottom: 10px;
    }
    .school_cols {}
    .school_cols:after {}
    .school_col {}
    .school_col-no1 {}
    .school_image {}
    .school_image > img {
        max-width: 100px;
        width: 100%;
    }
    .school_col-no2 {}
    .school_link {}
    .school_link:after {}
    .school_link > li {
        width: auto;
        float: none;
        margin: 5px 0 0;
    }
    .school_link > li:first-child {}
    .school_link > li:nth-child(2n+1) {}
    .school_link > li > button,
    .school_link > li > a {
        line-height: 46px;
    }
    .school_link > li > .-price {}
    .school_link > li > .-shop {}
    .school_link > li > .-size {}
    .school_link > li > button:hover,
    .school_link > li > a:hover {}
    .school_link > li > a:before {}
    .school_link > li > a:after {}
    .school_link > li > button > .icon,
    .school_link > li > a > .icon {}
    .storePopup {}
    .storePopup.isShow {}
    .storePopup_title {
        font-size: 14px;
        line-height: 1.4;
        text-align: left;
        margin-bottom: 10px;
    }
    .storePopup_list {
        font-size: 14px;
    }
    .storePopup_list:after {}
    .storePopup_list > li {
        width: 49%;
    }
    .storePopup_list > li:first-child {}
    .storePopup_list > li:nth-child(4n+1) {
        margin-left: 2%;
        clear: none;
    }
    .storePopup_list > li:nth-child(2n+1) {
        margin-left: 0;
        clear: both;
    }
    .storePopup_list > li > a {}
    .storePopup_list > li > a:hover {}
    .storePopup_list > li > a:before {}
    .storePopup_list > li > a:after {}
    .storePopup_list > li > a > .icon {
        font-size: inherit;
    }
    .storePopup_close {
        width: 32px;
        height: 32px;
        top: -15px;
        right: -15px;
    }
    .storePopup_close:hover {}
    .storePopup_close > i {}
    .storePopup_close > i:before {
        width: 20px;
        height: 3px;
    }
    .storePopup_close > i:after {
        width: 20px;
        height: 3px;
    }
    .school_inCols {
        margin-bottom: 10px;
    }
    .school_inCols:after {}
    .school_inCol {}
    .school_inCol-no1 {}
    .school_inImage {}
    .school_inImage > img {
        height: 180px;
    }
    .school_inCol-no2 {}
    .school_tableWrap {
        overflow: auto;
    }
    .school_table {
        font-size: 13px;
    }
    .school_table > tbody {}
    .school_table > tbody > tr {}
    .school_table > tbody > tr:first-child {}
    .school_table > tbody > tr > th {
        padding: 5px 5px;
        font-size: 12px;
    }
    .school_table > tbody > tr > th.-light {}
    .school_table > tbody > tr > td {
        padding: 5px 10px;
        text-align: left;
    }
    .school_table > tbody > tr > td > b {}
    .areaCatalog_title-list {
        padding-top: 40px;
    }
    .areaCatalog_title-list > img {
        width: 117px;
        top: -40px;
        right: -15px;
    }
    .pageBody_inner {}
    .school_table > tbody > tr > th:not([colspan]) {
        width: 10px;
    }
		.txt_chujo{
			margin:10px 0 0 80px;
		}
}
@media screen and (max-width:374px) {}
[data-type="middle-girl"] .pageWithinLink_list {
background-color: #64579D;
}
[data-type="middle-girl"] .u-headline04 {
color: #64579D;
}
[data-type="middle-girl"] .u-table03 > thead > tr > th:first-child {
background-color: #7B6CBF;
color: #fff;
}
[data-type="middle-girl"] .u-headline03:before {
background-color: #7B6CBF;
}
[data-type="middle-girl"] .u-headline02 {
    background-color: #C8BCFF;
}

.maintenance_lists {
    list-style: none;
    max-width: 913px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}
.maintenance_lists-num2 {
    max-width: 594px;
}
.maintenance_lists:after {
    content: "";
    display: block;
    clear: both;
}
.maintenance_lists > li {
    width: 30.6%;
    float: left;
    margin-left: 4.1%;
}
.maintenance_lists-num2 > li {
    width: 47%;
    margin-left: 6%;
}
.maintenance_lists > li:first-child {
    margin-left: 0;
}
.maintenance_lists > li:nth-child(2n+1) {}
.maintenance_item {
    background: #F2F2F2;
    border-radius: 14px;
    box-sizing: border-box;
    padding: 29px 24px;
    min-height: 250px;
}
.maintenance_image {
    margin-bottom: 10px;
}
.maintenance_image > img {}
.maintenance_item_title {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 4px;
}
.maintenance_text {
    font-size: 14px;
    line-height: 1.5;
}
.maintenance_text > b {}
@media screen and (max-width:699px) {
    .maintenance_lists {}
    .maintenance_lists:after {}
    .maintenance_lists > li {
    width: 100%;
    float: none;
    margin-left: 0%;
    margin-bottom: 20px;
    }
    .maintenance_lists > li:first-child {}
    .maintenance_lists > li:nth-child(2n+1) {}
    .maintenance_item {
        padding: 15px;
        border-radius: 5px;
        min-height: auto;
    }
    .maintenance_image {}
    .maintenance_image > img {}
    .maintenance_item_title {
        font-size: 15px;
    }
    .maintenance_text {}
    .maintenance_text > b {}
}