/* base */
@font-face {
    font-family: 'LINE Seed JP_OTF Thin';
    src: url('../font/LINESeedJP_OTF_Th.otf');
}

@font-face {
    font-family: 'LINE Seed JP_OTF Reguler';
    src: url('../font/LINESeedJP_OTF_Rg.otf');
}

@font-face {
    font-family: 'LINE Seed JP_OTF Bold';
    src: url('../font/LINESeedJP_OTF_Bd.otf');
}

@font-face {
    font-family: 'LINE Seed JP_OTF ExtraBold';
    src: url('../font/LINESeedJP_OTF_Eb.otf');
}

body {
    font-family:"LINE Seed JP_OTF Reguler", sans-serif;
    color: #333333;
    overflow-x: hidden;
    min-width: 320px;
}

/* resetCss */

img {
    vertical-align: bottom;
}

ol, ul {
    list-style-type: none;
    margin-bottom: 0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6 {
    margin-bottom: 0;
}

p {
    margin-bottom: 0;
}

button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

a {
    text-decoration: none;
    color: #333333;
}

ol, ul {
    padding-left: 0;
}

.lineHeight-1 {
    line-height: 1;
}

/* font weight */
.bold {
    font-family:"LINE Seed JP_OTF Bold", sans-serif;
}

/* font size */
.font-12 {
    font-size: 12px;
}
.font-13 {
    font-size: 13px;
}
.font-14 {
    font-size: 14px;
}
.font-16 {
    font-size: 16px;
}
.font-24 {
    font-size: 24px;
}
.font-20 {
    font-size: 20px;
}
.font-32 {
    font-size: 32px;
}
.font-36 {
    font-size: 36px;
}

/* color */
.text--primary {
    color: #50B2FD;
}
.text--grey {
    color: #757575;
}
.text--pink {
    color: #F84F69;
}
.text--white {
    color: #ffffff;
}
.text--red {
    color: #ff0000;
}
.text--base {
    color: #333333 !important;
}

/* pcMenu */
.pcMenuAreaWrap {
    height: 108px;
    width: 100%;
    background: #ffffff;
}
@media (min-width: 1335px) {
    .pcMenuAreaWrap {
        display: block !important;
    }
}
.pcMenuArea {
    height: 108px;
    position: relative;
    top: 0;
    width: 100%;
    background: #ffffff;
    z-index: 3;
}

/* spMenu */
.spMenuAreaWrap {
    height: 50px;
    width: 100%;
    background: #ffffff;
}
@media (min-width: 1335px) {
    .spMenuAreaWrap {
        display: none !important;
    }
}
.spMenuArea {
    height: 50px;
    position: relative;
    top: 0;
    width: 100%;
    background: #ffffff;
    z-index: 3;
}
.spMenu {
    position: absolute;
    top: 13px;
    right: 13px;
    z-index: 3;
    width: 32px;
    height: 32px;
}
.spMenu span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #333;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}
.spMenu span:nth-child(1) { top: 0px; }
.spMenu span:nth-child(2) { top: 10px; }
.spMenu span:nth-child(3) { top: 20px; }
.spMenu-close {
    display: block;
    position: relative;
    width: 32px;
    height: 32px;
    min-height: 32px;
}
.spMenu-close span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #F84D67;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}
.spMenu-close span:nth-child(1) {
    top: 10px;
    transform: rotate(45deg);
}
.spMenu-close span:nth-child(2) {
    top: 10px;
    transform: rotate(-45deg);
}
.spMenu-area {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    transform: translateX(-100%);
    background-color: #ffffff;
    z-index: 3;
    padding: 16px;
    overflow: auto;
}
.spMenu-area-btn {
    display: flex;
    justify-content: flex-end;
}
.spMenu-nav {
    width: 100%;
}
.spMenu-nav ul {
    margin-top: 12px;
}
.spMenu-nav ul li {
    border-bottom: 1px solid #F6F6F6;
}
.spMenu-nav ul li:first-child {
    border-top: 1px solid #F6F6F6;
}
.spMenu-nav ul li a {
    padding: 12px 6px;
    display: block;
    text-decoration: none;
    color: #333333;
    font-size: 14px;
}
.spMenu-checkbox {
    display: none;
}
.spMenu-checkbox:checked ~ .spMenu-area {
    display: flex;
    transform: translateX(0%);
    flex-direction: column;;
    align-items: end;
}

/* newFaceSlider-slick */
.newFaceSlider-slick {
    width: 100%;
}
.newFaceSlider-slick .slick-list {
    width: 100%;
}
.newFaceSlider-slick .slick-slide {
    width: 260px;
    padding-left: 10px;
    padding-right: 10px;
}
.newFaceSlider-slick .slick-prev, .slick-next {
    background: #fff;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    border-radius: 50%;
    z-index: 1;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    font-size: 0;
    line-height: 0;
    transform: translate(0%, -50%);
}
.newFaceSlider-slick .slick-prev {
    left: 20px;
}
.newFaceSlider-slick .slick-next {
    right: 20px;
}
.newFaceSlider-slick .slick-prev:before, .slick-next:before {
    font-size: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1.4;
    color: #F84F69;
}
.newFaceSlider-slick .slick-next:before {
    content: '▶';
}
.newFaceSlider-slick .slick-prev:before {
    content: '◀';
}
@media (max-width: 1200px) {
    .newFaceSlider-slick {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .newFaceSlider-slick > div {
        width: 260px;
        min-width: 260px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .newFaceSlider-slick > div:first-child {
        margin-left: 0;
    }
    .newFaceSlider-slick > div:last-child {
        margin-right: 0;
    }
}


/* logo */
.logo {
    overflow: hidden;
    width: 206px;
}
.logo img {
    aspect-ratio: 206 / 78;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* spLogo */
.spLogo {
    overflow: hidden;
    width: 114px;
}
.spLogo img {
    aspect-ratio: 206 / 80;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* mainImg */
.mainImg {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.mainImg img.visual {
    aspect-ratio: 1920 / 1080;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.mainImg .mainImgBottom {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
}
@media (max-width: 991px) {
    .mainImg .mainImgBottom {
        position: static;
    }
}

/* bootstrap add 5 Columns */
.col-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xl-15, .col-xxl-15 {
    position: relative;
}

@media (min-width: 576px) {
    .col-sm-15 {
        width: 20%;
        flex: 0 0 20%;
    }
}

@media (min-width: 768px) {
    .col-md-15 {
        width: 20%;
        flex: 0 0 20%;
    }
}

@media (min-width: 992px) {
    .col-lg-15 {
        width: 20%;
        flex: 0 0 20%;
    }
}

@media (min-width: 1200px) {
    .col-xl-15 {
        width: 20%;
        flex: 0 0 20%;
    }
}

@media (min-width: 1400px) {
    .col-xxl-15 {
        width: 20%;
        flex: 0 0 20%;
    }
}

/* container */
.spacer-120 {
    display: block;
    height: 120px;
}
.spacer-30 {
    display: block;
    height: 30px;
}
.spacer-40 {
    display: block;
    height: 40px;
}
.spacer-80 {
    display: block;
    height: 80px;
}
.spacer-200 {
    display: block;
    height: 200px;
}
@media (max-width: 576px) {
    .spacer-120 {
        height: 60px;
    }
    .spacer-30 {
        height: 15px;
    }
    .spacer-40 {
        height: 20px;
    }
    .spacer-80 {
        height: 40px;
    }
    .spacer-200 {
        height: 100px;
    }
}

/* background-size */
.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* position size */
.left-0 {
    left: 0px;
}
.left-5 {
    left: 5px;
}
.bottom-5 {
    bottom: 5px;
}

/* index */
.index {
    height: 80px;
    color: rgba(80, 178, 253, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    /*
    width: 362px;
    background: linear-gradient(90deg, #9DD6FA, #4DBCF7);
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
    */
}
.index-main {
    display: inline-block;
    font-size: 32px;
    font-family:"LINE Seed JP_OTF Bold", sans-serif;
}
.index-sub {
    margin-left: 20px;
    display: inline-block;
    font-size: 14px;
    margin-top: 12px;
}
.index--noFill {
    background: none;
    clip-path: none;
}
@media (max-width: 576px) {
    .index {
        width: 100%;
        height: 60px;
    }
    .index-main {
        font-size: 28px;
    }
    .index-sub {
        margin-left: 10px;
        font-size: 12px;
    }
}

.title {
    color: #ffffff;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 576px) {
    .title {
        height: 120px;
    }
}

.spInfo {
    display: none;
    background: #50B2FD;
    height: 30px;
    font-size: 12px;
    color: #ffffff;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}
.spTel {
    display: none;
    background: rgba(0,0,0,0.85);
    height: 60px;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    a {
        font-size: 16px;
        color: #ffffff;
        padding-left: 60px;
        padding-right: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px;
        background: #50B2FD;
        border-radius: 20px;
    }
}
@media (max-width: 576px) {
    .spInfo {
        display: flex;
    }
    .spTel {
        display: flex;
    }
}
.sp_reserve {
    width: 100%;
    text-align: center;
}
.sp_reserve .head_reserve {
    border-radius: 0;
}

/* dataIndex */
.dataIndex {
    width: 240px;
    height: 40px;
    border: solid #333333 1px;
    border-radius: 20px;
    background: #ffffff;
    text-align: center;
    line-height: 40px;
}

/* girlCard */
.girlCard {
    border: 1px solid #757575;
    border-radius: 4px;
    width: 100%;
    overflow: hidden;
    position: relative;
    &:hover {
        filter: brightness(110%);
    }
}
.girlCard--close {
    border: 1px solid #bdbdbd;
}
.girlCard--close::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.4);
    z-index: 1;
}
.girlCard-date {
    color: #F84F69;
    font-size: 16px;
    margin-bottom: 4px;
}
.girlCard-now {
    position: absolute;
    background: #ff0000;
    color: #ffffff;
    transform: rotate(-45deg);
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 24px;
    padding-bottom: 0;
    left: -36px;
    top: -7px;
}
.girlCard-close {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    transform: rotate(-15deg);
    padding-top: 10px;
    padding-bottom: 10px;
    width: 114%;
    font-size: 32px;
    text-align: center;
    left: -15px;
    bottom: 80px;
    clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
    letter-spacing: 0.2rem;
}
.girlCard-newFace {
    position: absolute;
    left: 5px;
    bottom: 5px;
    padding: 8px;
    border-radius: 3px;
    background: #58B000;
    color: #ffffff;
    line-height: 1;
}
.girlCard-thumb {
    overflow: hidden;
    width: 100%;
    display: block;
}
.girlCard-thumb img {
    aspect-ratio: 258 / 344;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.girlCard-body {
    border-top: 1px solid #757575;
    padding: 12px;
    background: #ffffff;
}
.girlCard-name {
    font-size: 16px;
    display: block;
}
.girlCard-spec {
    font-size: 12px;
    margin-top: 8px;
    display: block;
}
.girlCard-hour {
    font-size: 14px;
    margin-top: 8px;
    display: block;
    color: #F84F69;
}
.girlCard-comment {
    color: #F84F69;
    font-size: 12px;
    font-family:"LINE Seed JP_OTF Bold", sans-serif;
    margin-bottom: 4px;
}
.girlCard-status {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    margin-top: 8px;
    padding: 4px;
    background-color: #F84F69;
}
.prfSchedule-status {
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    line-height: 1.25;
    padding: 4px;
    background-color: #50B2FD;
    margin-bottom: 4px;
    font-weight: normal;
}
/* girlTag */
.girlTag {
    background: #E0E0E0;
    color: #000000;
    font-size: 10px;
    padding: 8px 4px;
    border-radius: 3px;
    line-height: 1;
}
.girlTag--large {
    font-size: 14px;
    padding: 8px;
}

/* button */
.moreBtn {
    display: block;
    width: 480px;
    height: 80px;
    border-radius: 40px;
    background: #50B2FD;
    color: #ffffff;
    font-size: 24px;
    text-decoration: none;
    text-align: center;
    line-height: 80px;
    &:hover {
        filter: brightness(120%);
    }
}
.moreBtn--small {
    display: block;
    width: 320px;
    height: 60px;
    border-radius: 40px;
    background: #F84F69;
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    line-height: 60px;
}
.moreBtn--out {
    background: #ffffff;
    color: #50B2FD;
    &:hover {
        filter: brightness(120%);
    }
}
@media (max-width: 576px) {
    .moreBtn {
        width: 100%;
        height: 60px;
        line-height: 60px;
        font-size: 18px;
    }
}

/* button */
.button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    text-decoration: none;
    border: solid 1px #757575;
    width: 100%;
    height: 80px;
    border-radius: 2px;
    white-space: nowrap;
    background: #ffffff;
    font-size: 20px;
}
.button-icon {
    position: relative;
    width: 12px;
    height: 22px;
}
.button--disabled {
    cursor: default;
    color: #BDBDBD;
    border: solid 1px #BDBDBD;
}
.button--disabled .button-icon:before {
    border-top: solid 3px #BDBDBD;
}
.button--prev.button--disabled .button-icon:before {
    border-left: solid 3px #BDBDBD;
}
.button--next.button--disabled .button-icon:before {
    border-right: solid 3px #BDBDBD;
}
.button-icon:before {
    content: '';
    width: 16px;
    height: 16px;
    border: 0;
    border-top: solid 3px #757575;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.button--prev .button-icon:before {
    border-left: solid 3px #757575;
    transform: rotate(-45deg);
    left: -10px;
}
.button--next .button-icon:before {
    border-right: solid 3px #757575;
    transform: rotate(45deg);
    left: 6px;
}

/* icon */
.icon {
    width: 22px;
    height: 22px;
}
.is-icon--home {
    filter: brightness(0) saturate(100%) invert(15%) sepia(20%) saturate(5060%) hue-rotate(202deg) brightness(96%) contrast(112%);
}
.is-icon--schedule {
    filter: brightness(0) saturate(100%) invert(15%) sepia(20%) saturate(5060%) hue-rotate(202deg) brightness(96%) contrast(112%);
}
.is-icon--girls {
    filter: brightness(0) saturate(100%) invert(15%) sepia(20%) saturate(5060%) hue-rotate(202deg) brightness(96%) contrast(112%);
}
.is-icon--newFace {
    filter: brightness(0) saturate(100%) invert(15%) sepia(20%) saturate(5060%) hue-rotate(202deg) brightness(96%) contrast(112%);
}
.is-icon--system {
    filter: brightness(0) saturate(100%) invert(15%) sepia(20%) saturate(5060%) hue-rotate(202deg) brightness(96%) contrast(112%);
}
.is-icon--news {
    filter: brightness(0) saturate(100%) invert(15%) sepia(20%) saturate(5060%) hue-rotate(202deg) brightness(96%) contrast(112%);
}
.is-icon--concept {
    filter: brightness(0) saturate(100%) invert(15%) sepia(20%) saturate(5060%) hue-rotate(202deg) brightness(96%) contrast(112%);
}
.is-icon--diary {
    filter: brightness(0) saturate(100%) invert(15%) sepia(20%) saturate(5060%) hue-rotate(202deg) brightness(96%) contrast(112%);
}
.is-icon--event {
    filter: brightness(0) saturate(100%) invert(15%) sepia(20%) saturate(5060%) hue-rotate(202deg) brightness(96%) contrast(112%);
}
.is-icon--reviews {
    filter: brightness(0) saturate(100%) invert(15%) sepia(20%) saturate(5060%) hue-rotate(202deg) brightness(96%) contrast(112%);
}
.is-icon--recruit {
    filter: brightness(0) saturate(100%) invert(15%) sepia(20%) saturate(5060%) hue-rotate(202deg) brightness(96%) contrast(112%);
}

/* overlay */
.overlay {
    background-image: linear-gradient(to right, rgba(157, 214, 250, 0.8), rgba(77, 188, 247, 0.8));
}

/* globalNav */
.globalNav {
    margin-top: -2px;
}
.globalNav-item {
    margin-top: 2px;
    position: relative;
    &:hover {
        filter: brightness(150%);
    }
}
.globalNav-item:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-size: 2px 2px;
    background-color: #757575;
    background-image: linear-gradient(#fff 50%, transparent 50%,transparent 100%);
}
.globalNav-item:before {
    content: '';
    position: absolute;
    left: -2px;
    top: 0;
    width: 2px;
    height: 100%;
    background-size: 2px 2px;
    background-color: #757575;
    background-image: linear-gradient(#fff 50%, transparent 50%,transparent 100%);
}
.globalNav a {
    height: 100%;
    width: 80px;
    padding-left: 37px;
    padding-right: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    text-decoration: none;
    color: #333333;
}
.globalNav-item-icon {
    overflow: hidden;
    width: 22px;
}
.globalNav-item-text {
    text-wrap: nowrap;
    font-size: 12px;
    line-height: 19px;
}
.header-layout-info-nav-list-item-icon-img {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* header text */
.header-text {
    line-height: 16px;
    padding-top: 8px;
    overflow-x: auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
    text-align: center;
    width: 100%;
    background-color: #F6F6F6;
}

/* footer */
.footer {
    width:100%;
    min-height: 180px;
    background-position: 50% 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 89px;
    padding-bottom: 31px;
    flex-direction: column;
    position: relative;
    padding-left: 16px;
    padding-right: 16px;
    background-color: #50B2FD;
}
.footerNav {
    display: flex;
    position: relative;
}
.footerNav li {
    margin-right: 20px;
}
.footerNav li a {
    color: #ffffff;
    font-size: 16px;
    &:hover {
        filter: brightness(80%);
    }
}
.copyright {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    text-align: center;
}
@media (max-width: 576px) {
    .footer {
        padding-top: 40px;
        padding-bottom: 20px;
        margin-bottom: 60px;
    }
    .footerNav {
        flex-direction: column;
        width: 100%;
    }
    .footerNav li {
        border-top: 1px solid rgba(255,255,255,0.2);
        width: 100%;
    }
    .footerNav li:last-child {
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }
    .footerNav li a {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 12px;
        padding-right: 12px;
        width: 100%;
        display: block;
    }
}

/* breadcrumb bootstrapに存在するclassのため、「k_」をprefixとして付与 */
.k_breadcrumb {
    padding-bottom: 20px;
}
.k_breadcrumb ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
}
.k_breadcrumb li {
    font-size: 14px;
    color: #333;
    white-space: nowrap;
}
.k_breadcrumb li a {
    color: #333;
    text-decoration: none;
    text-wrap: nowrap;
}
.k_breadcrumb li a:hover {
    text-decoration: underline;
}
.k_breadcrumb li:not(:last-child)::after {
    content: '>';
    margin: 0 5px;
    color: #333333;
}
.k_breadcrumb li:last-child {
    color: #50B2FD;
}

/* tab */
.tab {
    position: relative;
    margin: 1.5em 0;
    padding: 7px 10px;
    width: 128px;
    height: 76px;
    color: #BDBDBD;
    font-size: 16px;
    background: #FFF;
    border: solid 2px #BDBDBD;
    box-sizing: border-box;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.tab--active {
    color: #ffffff;
    font-size: 16px;
    background: #50B2FD;
    border: solid 2px #50B2FD;
    box-sizing: border-box;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.tab:before {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 8px solid #FFF;
    z-index: 2;
}
.tab:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #BDBDBD;
    z-index: 1;
}
.tab .tab-date {
    font-size: 20px;
}
.tab .tab-week {
    font-size: 14px;
}
.tab--active:before {
    border-top: 8px solid #50B2FD;
}
.tab--active:after {
    border-top: 10px solid #50B2FD;
}

/* news */
.newsCard {
    padding: 20px;
    border: 1px #757575 solid;
    border-radius: 4px;
    display: flex;
    background: #ffffff;
    &:hover {
        filter: brightness(110%);
    }
}
.newsCard-thumbArea {
    width: 258px;
    min-width: 258px;
    max-width: 100%;
    margin-right: 20px;
}
.newsCard-thumb {
    color: #757575;
    overflow: hidden;
    width: 100%;
}
@media (max-width: 576px) {
    .newsCardList > div {
        border-bottom: 1px #757575 solid;
    }
    .newsCardList > div:last-child {
        border-bottom: none;
    }
    .newsCardList {
        .newsCard-thumbArea {
            width: 100px;
            min-width: 100px;
        }
        .newsCard-thumb {
            width: 100px;
        }
        .newsCard-body {
            margin-left: 10px;
        }
    }
}
.newsCard-thumb img {
    aspect-ratio: 258 / 344;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.newsCard-body {
    color: #757575;
    word-break: break-all;
}
.newsCard-title {
    font-size: 24px;
    display: block;
    color: #333333;
}
.newsCard-date {
    font-size: 16px;
    display: block;
}
.newsCard-text {
    font-size: 16px;
    margin-top: 20px;
    display: block;
}
@media (max-width: 576px) {
    .newsCard {
        padding: 16px;
        border: none;
        border-radius: 0;
        background: #ffffff;
    }
    .newsCard-title {
        font-size: 16px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .newsCard-date {
        font-size: 12px;
    }
    .newsCard-text {
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        margin-top: 10px;
    }
    .newsCard-thumbArea {
        width: 100%;
        margin-right: 0;
    }
    .newsCard-body.origin .newsCard-title,
    .newsCard-body.origin .newsCard-text {
        -webkit-line-clamp: none;
    }
}

/* event */
.eventCard {
    padding: 20px;
    border: 1px #757575 solid;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    background: #ffffff;
    &:hover {
        filter: brightness(110%);
    }
}
.eventCard-thumbArea {
    width: 50%;
    max-width: 768px;
    padding-right: 20px;
}
.eventCard-thumb {
    color: #757575;
    overflow: hidden;
    width: 100%;
}
.eventCard-thumb img {
    aspect-ratio: 1000 / 400;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.eventCard-body {
    width: 50%;
    color: #757575;
    word-break: break-all;
}
.eventCard-body.no-image {
    width: 100%;
}
.eventCard-title {
    font-size: 24px;
    display: block;
    color: #333333;
}
.eventCard-date {
    font-size: 16px;
    display: block;
}
.eventCard-text {
    font-size: 16px;
    margin-top: 20px;
    display: block;
}
.eventCard-imgAreaOrigin {
    width: 100%;
}
.eventCard-imgOrigin {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 1em;
}
.eventCard-imgOrigin img {
    aspect-ratio: 1000 / 400;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.eventCard-bodyOrigin {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    color: #757575;
    word-break: break-all;
}

@media (max-width: 768px) {
    .eventCard-thumbArea {
        width: 100%;
        padding-right: 0;
    }
    .eventCard-body {
        width: 100%;
    }
    .eventCard-title {
        font-size: 16px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin-top: 1em;
    }
    .eventCard-date {
        font-size: 12px;
    }
    .eventCard-text {
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        margin-top: 10px;
    }
    .eventCard-bodyOrigin .eventCard-title,
    .eventCard-bodyOrigin .eventCard-text {
        -webkit-line-clamp: none;
    }
}

/* section */
.section {
    border: solid 1px #E0E0E0;
    border-radius: 3px;
    padding: 40px;

}
.section2 {
    padding: 0;
}
@media (min-width: 1080px) {
    .system_visual {
        padding-top: 40px;
    }
    .section2 {
        width: 100%;
        max-width: 1080px;
        margin: 0 auto;
    }
}
@media (max-width: 576px) {
    .section {
        padding: 20px;
    }
}

/* tag */
.tag {
    display: inline-block;
    border-radius: 20px;
    border: solid 1px #BDBDBD;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    word-break: keep-all;
    background: #ffffff;
    font-size: 14px;
}
.tag--category {
    border-radius: 3px;
    border: none;
    background: #E0E0E0;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 14px;
}
.tag--disabled {
    border: solid 1px #E0E0E0;
    color: #E0E0E0;
}

.weekTitle {
    padding: 12px 16px;
    background: #DCF0FF;
    border-radius: 3px;
}

.price {
    background: #FAF7F4;
    padding: 11px 16px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
}
.price--noBack {
    background: none;
}
.only_now span:nth-of-type(1) {
    color: #F84F69;
    font-size: 12px;
    margin-right: 5px;
}
.only_now span:nth-of-type(2) {
    text-decoration: line-through;
}
.courseTitle {
    background: #333333;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    text-align: center;
    word-break: keep-all;
    height: 100%;
}
.courseIndex {
    background: linear-gradient(90deg, #9DD6FA, #4DBCF7);
    color: #ffffff;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 20px;
    text-align: center;
    word-break: keep-all;
    padding-left: 12px;
    padding-right: 12px;
    height: 100%;
}
.courseIndex-tag {
    border-radius: 20px;
    background: #ffffff;
    color: #333333;
    font-size: 12px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 5px;
    padding-bottom: 5px
}
.courseBody {
    box-sizing: border-box;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 20px;
    text-align: center;
    word-break: keep-all;
    height: 100%;
    border: 1px solid;
    border-image: linear-gradient(to right, #9DD6FA, #4DBCF7);
    border-image-slice: 1;
}

/* dataCard */
.dataCard {
    border: solid 1px #333333;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 1.2;
    min-width: 116px;
}
.dataCard .dataCard-data {
    background: #333333;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}
.dataCard--active {
    border: solid 1px #50B2FD;
}
.dataCard--active .dataCard-data {
    background: #50B2FD;
}
.dataCard .dataCard-body {
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #ffffff;
}

/* banner */
.bannerArea {
    width: 468px;
    &:hover {
        .banner {
            opacity: 0.8;
        }
    }
}
@media (max-width: 576px) {
    .bannerArea {
        width: 100%;
    }
}
.banner {
    overflow: hidden;
    width: 100%;
}
.banner img {
    aspect-ratio: 468 / 146;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* gateway */
.gateway {
    background-color: rgba(255,255,255,0.5);
}
.gateway-btn {
    width: 300px;
    height: 70px;
    color: #ffffff;
    border-radius: 40px;
    line-height: 70px;
    text-align: center;
    text-decoration: none;
    font-size: 32px;
    display: block;
}
.gateway-btn--exit {
    background-color: #757575;
}
.gateway-btn--admission {
    background-color: #50B2FD;
    &:hover {
        filter: brightness(120%);
    }
}
.gateway-btn--qzin {
    background-color: hotpink;
    &:hover {
        filter: brightness(120%);
    }
}
.gateway-18 {
    overflow: hidden;
    width: 130px;
}
.gateway-18 img {
    aspect-ratio: 130 / 126;
    width: 100%;
    height: auto;
    object-fit: cover;
}
@media (max-width: 576px) {
    .gateway {
    }
    .gateway-btn {
        width: 100%;
        height: 60px;
        border-radius: 30px;
        line-height: 60px;
        font-size: 24px;
        padding-left: 32px;
        padding-right: 32px;
    }
    .gateway-18 {
        width: 80px;
    }
}

/* comment */
.comment {
    .gateway {
        min-height: 150px;
    }
}
.comment-title {
    padding: 12px 20px;
    background: #FAF7F4;
    display: inline-block;
    font-size: 16px;
}
.comment-body {
    background: #ffffff;
    border: solid 8px #FAF7F4;
    padding: 32px;
    word-wrap: break-word;
}

/* thumbnailSlider */
.thumbnailSlider-slider {
    margin:0 auto 10px;
}

.thumbnailSlider-slider .slide-item {
    overflow: hidden;
    width: 130px;
}
.thumbnailSlider-slider .slide-item img{
    aspect-ratio: 480 / 640;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.thumbnailSlider-thumbnail {
    margin-right: -10px;
    margin-bottom: -10px;
    display: flex;
    flex-wrap:wrap;
}
.thumbnail-item{
    width: 20%;
    padding-right: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    position:relative;
    &:hover {
        filter: brightness(110%);
    }
    img{
        aspect-ratio: 480 / 640;
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}
.thumbnailSlider-slider .dots-class {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.thumbnailSlider-slider .dots-class button {
    display: none;
}
.thumbnailSlider-slider .dots-class li {
    width: 16px;
    height: 16px;
    background-color: #D9D9D9;
    border-radius: 50%;
    margin-right: 20px;
    cursor: pointer;
    transition: background-color .5s ease;
}
.thumbnailSlider-slider .dots-class li.slick-active {
    background-color: #F84F69;
}
.thumbnailSlider-slider .dots-class li:hover {
    background-color: #F84F69;
}
.thumbnailSlider-slider .dots-class li:last-child {
    margin-right: 0;
}
@media screen and (max-width: 1200px) {
    .thumbnailSlider-thumbnail {
        display: none;
    }
}

/* bannerSlider */
.bannerSliderContainer {
    padding-top: 30px;
    padding-bottom: 30px;
}
@media screen and (min-width: 1200px) {
    .is-bannerSlider-slick--substandard {
        .bannerSlider-img img {
            transform: scale(1);
            box-shadow: rgba(0, 0, 0, .15) 0 15px 25px, rgba(0, 0, 0, .05) 0 5px 10px;
            margin: 20px 0 40px;
        }
        .bannerSlider-slick__item {
            margin-right: 10px;
            margin-left: 10px;
        }
    }
}
.bannerSlider-slick {
    width: 100%;
    margin: 30px auto;
}
@media screen and (max-width: 800px) {
    .bannerSlider-slick {
        margin: 5% auto;
    }
}
.bannerSlider-slick__item {
    margin-right: 5px;
    margin-left: 5px;
}
.bannerSlider-slick__item.slick-center img {
    transform: scale(1);
}
.bannerSlider-img {
    width: 100%;
    &:hover {
        filter: brightness(110%);
    }
}
.bannerSlider-img img {
    aspect-ratio: 630 / 252;
    width: 100%;
    height: auto;
    object-fit: cover;
    transform: scale(.9);
    transition: transform .5s;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, .15) 0 15px 25px, rgba(0, 0, 0, .05) 0 5px 10px;
    margin: 20px 0 40px;
}
@media screen and (max-width: 1200px) {
    .bannerSlider-img img {
        box-shadow: none;
    }
}
.bannerSliderContainer .dots-class button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}
.bannerSliderContainer .dots-class {
    display: flex;
    justify-content: center;
}
.bannerSliderContainer .dots-class li {
    width: 16px;
    height: 16px;
    background-color: #D9D9D9;
    border-radius: 50%;
    margin-right: 20px;
    cursor: pointer;
    transition: background-color .5s ease;
}
.bannerSliderContainer .dots-class li.slick-active {
    background-color: #F84F69;
}
.bannerSliderContainer .dots-class li:hover {
    background-color: #F84F69;
}
.bannerSliderContainer .dots-class li:last-child {
    margin-right: 0;
}
.head_reserve {
    position: relative;
    display: block;
    color: #ffffff;
    padding: 5px 15px;
    background-color: #FF6699;
    border-radius: 4px;
}
.head_reserve .star {
    width: 14px;
    vertical-align: baseline;
    margin-right: 0.2em;
}

.iconHime {
    img {
        width: 100%;
        max-width: 30px;
        height: auto;
    }
}
.iconX {
    img {
        width: 100%;
        max-width: 25px;
        height: auto;
    }
}
a[href*="tel:"] {
    color: #ffffff;
}
@media (min-width: 575px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
        color: #ffffff;
    }
}
.search {
    padding-top: 1.5rem;
}
.name_search {
    text-align: center;
}
.name_search p:nth-of-type(1) {
    font-family: 'LINE Seed JP_OTF Bold';
    color: #F84F69;
    font-size: 1.2rem;
}
.name_search input {
    -webkit-appearance: none;
    appearance: none;
}
.name_search input[type="text"] {
    width: 50%;
    max-width: 210px;
    padding: 5px;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
}
.name_search input[type="submit"] {
    color: #ffffff;
    padding: 6px 15px;
    background-color: #50B2FD;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
}
.name_search p:nth-of-type(2) {
    margin-top: 0.5rem;
}
.sort_order {
    text-align: center;
    margin-top: 1.5rem;
}
.sort_order p {
    font-family: 'LINE Seed JP_OTF Bold';
    color: #F84F69;
    font-size: 1.2rem;
}
.sort_order ul {
    display: flex;
    justify-content: center;
    column-gap: 40px;
    margin-top: 0.5rem;
}
.sort_order ul li {
    width: 25%;
    max-width: 210px;
}
.sort_order ul a {
    display: block;
    color: #ffffff;
    padding: 10px;
    background-color: #50B2FD;
    border-radius: 5px;
}
.sort_order ul a.sel {
    background-color: #F84F69;
}
@media (max-width: 576px) {
    .sort_order ul {
        flex-wrap: wrap;
        column-gap: 2%;
        row-gap: 10px;
    }
    .sort_order ul li {
        width: 49%;
    }
}
