@charset "UTF-8";


/*---------------------------------*/
/*ボタン*/
#btn+.contents_btn01 .content_wrapper>a {
    width: 100% !important;
    box-sizing: border-box;
    max-width: 600px;
}

@media screen and (max-width: 480px) {
    #btn+.contents_btn01 .content_wrapper>a {
        max-width: 300px;
    }
}

/*背景色*/

#bg+section.dec1_1:not(.block_images_21)>.content_wrapper {
    background: var(--i_sub_color);
}

/*表*/

#table_color+div thead tr {
    display: none;
}

.block_table_6 table td {
    border: none;
    background: #fafafa;
    vertical-align: baseline;
}

div[class*="block_table"] table.t_align_center td {
    font-size: 2.2rem;
    padding-bottom: 30px;
}

div[class*="block_table"] table.t_align_center td:first-of-type {
    font-size: 1.8rem;
}

div[class*="block_table"] table.t_align_center td small {
    font-size: 1.5rem;
    line-height: 0;
}

div[class*="block_table"] table.t_align_center td:last-child {
    text-align: left;
}

#table_color+div table tr td:nth-child(2),
#table_color+div table tr td:nth-child(3) {
    position: relative;
}

#table_color+div table tr td:nth-child(2):before,
#table_color+div table tr td:nth-child(3):before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: calc(50% - 0.5px);
    height: 100%;
    width: 1px;
    border-left: 2px dashed var(--i_main_color);
    pointer-events: none;
}

#table_color+div table tr td:nth-child(3):before {
    border-left: 2px dashed var(--i_sub_color);
}

#table_color+div table tr:nth-of-type(odd) td:nth-child(2) div,
#table_color+div table tr:nth-of-type(odd) td:nth-child(3) div {
    color: var(--i_sub2_color);
    z-index: 5;
    position: relative;
}

.block_table_6.w20 table tr:nth-of-type(1)>td:first-child {
    width: 10%;
}

#table_color+div .heading.block_header_1 {
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    border-bottom: 2px solid var(--i_main_color);
}

#table_color+div .heading.block_header_1 p {
    font-size: 3rem;
}

#table_color+div .heading.block_header_1 .h {
    color: var(--i_main_color);
    font-weight: bold;
    padding-left: 5px;
}

#table_color+div>.content_wrapper {
    padding: 60px;
    background: #fafafa;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
    width: calc(100% - 40px);
    max-width: 960px !important;
    position: relative;
}

#table_color+div>.content_wrapper::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 89.1%;
    left: -40px;
    top: 5.45%;
    background: url("/common/upload_data/aiwininternationalschoolcojp/image/course.png") repeat-y left center;
    z-index: 1;
    pointer-events: none;
    background-size: 40px;
}

#table_color+div::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 90%;
    top: 5%;
    left: 0;
    background: #e4d2b5;
    pointer-events: none;
}

#table_color+div .outer {
    border-bottom: 2px solid var(--i_main_color);
    padding-bottom: 30px;
}

@media screen and (min-width: 951px) {
    #table_color+div .outer {
        overflow: unset;
        position: relative;
    }

    #table_color+div table {
        position: relative;
    }

    #table_color+div .outer:before,
    #table_color+div table:before,
    #table_color+div table:after {
        position: absolute;
        display: block;
        content: "";
        width: 200px;
        height: 200px;
        right: 0;
        border-radius: 50%;
        z-index: 1;
        pointer-events: none;
    }

    /*#table_color+div table:before {
        top: 320px;
        background: url("/common/upload_data/aiwininternationalschoolcojp/image/early-nursery_image5.jpg") no-repeat right center / contain;
    }

    #table_color+div table:after {
        top: 39%;
        background: url("/common/upload_data/aiwininternationalschoolcojp/image/early-nursery_image2.jpg") no-repeat right center / contain;
    }

    #table_color+div .outer:before {
        bottom: 130px;
        background: url("/common/upload_data/aiwininternationalschoolcojp/image/early-nursery_image4.jpg") no-repeat right center / contain;
    }*/
}



@media screen and (max-width: 950px) {
    #table_color+div>.content_wrapper::before {
        display: none;
    }

    #table_color+div>.content_wrapper::after {
        left: -10px;
        background-size: 10px;
        height: 95.6%;
        top: 2.2%;
    }

    #table_color+div>.content_wrapper {
        padding: 30px 15px;
    }

    div[class*="block_table"] table.t_align_center td {
        font-size: 1.8rem;
    }

    .block_table_6.wauto table {
        white-space: unset;
    }
}

/*lv*/
#lv p span {
    padding-top: 75px;
}

#lv p span::before {
    position: absolute;
    display: block;
    content: "SCHOOL LIFE";
    font-size: 4rem;
    top: 0;
    pointer-events: none;
}

@media screen and (max-width: 600px) {
    #lv p span {
        padding-top: 50px;
    }

    #lv p span::before {
        font-size: 3rem;
    }
}

/*btn*/
a[id^="btn"]+.contents_btn01 .content_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    width: calc(100% - 40px);
}

a[id^="btn"]+.contents_btn01 .content_wrapper>a {
    width: 100% !important;
    box-sizing: border-box;
    max-width: 300px;
    padding: 7px 10px !important;
    margin: 0;
}

a[id^="btn"]+.contents_btn01 a span {
    position: relative;
    padding: 0 0 20px;
}

a[id^="btn"]+.contents_btn01 a span::before {
    position: absolute;
    display: block;
    content: "1歳児";
    bottom: 0;
    pointer-events: none;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 1.5rem;
    left: 0;
}

a[id^="btn"]+.contents_btn01 a:nth-of-type(2) span::before {
    content: "2歳児";
}

a[id^="btn"]+.contents_btn01 .content_wrapper {
    justify-content: space-evenly;
}

a[id^="btn"]+.contents_btn01 .content_wrapper>a {
    max-width: 400px !important;
}

#btn_a+.contents_btn01 a:nth-of-type(1) span::before {
    content: "3歳児";
}

#btn_a+.contents_btn01 a:nth-of-type(2) span::before {
    content: "5歳児";
}

@media screen and (max-width: 980px) {
    #btn+div {
        padding-bottom: 10px;
    }

    a[id^="btn"]+.contents_btn01 .content_wrapper>a {
        margin-bottom: 10px;
    }

    a[id^="btn"]+.contents_btn01 .content_wrapper {
        justify-content: center;
    }
}

@media screen and (max-width: 980px) and (min-width: 480px) {
    a[id^="btn"]+.contents_btn01 .content_wrapper>a {
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media screen and (max-width: 480px) {

    a[id^="btn"]+.contents_btn01 .content_wrapper>a {
        max-width: 320px !important;
        padding: 3px 10px !important;
    }

    a[id^="btn"]+.contents_btn01 .content_wrapper>a:last-of-type {
        margin-bottom: 0;
    }

    a[id^="btn"]+.contents_btn01 a span {
        font-size: 1.6rem;
    }

    a[id^="btn"]+.contents_btn01 a span::before {
        font-size: 1.4rem;
    }
}

/* ----------- */
.block_html ul li,
.block_html ol li {
    list-style-type: none;
    padding-left: 0;
}

#r+section::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: calc(100% - 200px);
    top: 100px;
    left: 0;
    background: #e4d2b5;
    pointer-events: none;
}

.day {
    max-width: 960px;
    padding: 60px;
    background: #fafafa;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
    z-index: 0;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}

.day::before {
    content: "";
    display: block;
    width: 40px;
    height: calc(100% - 213px);
    background: url("/common/upload_data/aiwininternationalschoolcojp/image/course.png") repeat-y left top / contain;
    position: absolute;
    top: 106.5px;
    left: -40px;
    pointer-events: none;
}

.day ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid var(--i_main_color);
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.day ul li:first-of-type {
    color: var(--i_main_color);
    font-size: 3rem;
    font-weight: bold;
}

.day ul li:first-of-type small {
    font-size: 1.8rem;
    padding-left: 10px;
}

.day ul li:last-of-type p {
    position: relative;
    padding-left: 22px;
}

.day ul li:last-of-type p::before {
    position: absolute;
    display: block;
    content: "";
    width: 11px;
    height: 11px;
    top: calc(50% - 7px);
    left: 0;
    background: var(--i_sub_color);
    border: 2px solid var(--i_sub_color);
    pointer-events: none;
    border-radius: 50px;
}

.day ul li:last-of-type p:last-of-type::before {
    background: var(--i_main_color);
    border: 2px solid var(--i_main_color);
}

.time {
    border-bottom: 2px solid var(--i_main_color);
    padding-left: 30px;
}

.time dl {
    display: flex;
    align-items: stretch;
    position: relative;
}

.time dl:nth-of-type(-n+2) .circle2,
.time dl:nth-of-type(n+17) .circle2 {
    opacity: 0;
}

.time dl:nth-of-type(-n+2) dd:first-of-type::after,
.time dl:nth-of-type(n+16) dd:first-of-type::after,
.time dl:last-of-type dd:first-of-type::before {
    display: none;
}

span[class^="circle"] {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: var(--i_main_color);
    border: 2px solid var(--i_main_color);
    border-radius: 50px;
    box-sizing: border-box;
}

span.circle2 {
    background: var(--i_sub_color);
    border: 2px solid var(--i_sub_color);
}

.time dl:nth-of-type(odd) span[class^="circle"] {
    background: #fafafa;
}

span.circle {
    margin-right: 8px;
}

.time dd:first-of-type {
    position: relative;
    padding-bottom: 50px;
    margin-right: 25px;
}

.time dd:first-of-type::before,
.time dd:first-of-type::after {
    position: absolute;
    display: block;
    content: "";
    top: 4px;
    height: 100%;
    width: 2px;
    border-left: dashed 2px var(--i_main_color);
    z-index: -1;
    pointer-events: none;
}

.time dd:first-of-type::after {
    border-left: dashed 2px var(--i_sub_color);
}

.time dd:first-of-type::before {
    left: 8px
}

.time dd:first-of-type::after {
    right: 6px;
}

.time dt {
    font-size: 1.8rem;
    min-width: 65px;
}

.time dd:last-of-type {
    font-size: 2.2rem;
    padding-bottom: 30px;
}

.time dt .sp {
    display: none;
}

.time dl small {
    display: block;
    font-size: 1.65rem;
    line-height: 1.4;
    padding-top: 10px;
}

.time dl:nth-of-type(1)::before,
.time dl:nth-of-type(9)::before,
.time dl:nth-of-type(16)::before {
    position: absolute;
    display: block;
    content: "";
    width: 200px;
    height: 200px;
    top: 0;
    right: 10px;
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
    background-size: contain !important;
}
.time dl:nth-of-type(1)::before {
	background: url(/common/upload_data/aiwininternationalschoolcojp/image/20240906124358.jpg) no-repeat;
}
.time dl:nth-of-type(9)::before {
	background: url(/common/upload_data/aiwininternationalschoolcojp/image/20240906124355.jpg) no-repeat;
}
.time dl:nth-of-type(16)::before {
	background: url(/common/upload_data/aiwininternationalschoolcojp/image/20240906124353.jpg) no-repeat;
}

ul.curriculum1_list{
	margin: 30px 0 0;
	padding: 20px 20px 20px 50px;
	border: solid 2px #54215b;
}
ul.curriculum1_list li{
	float: left;
	width: 50%;
	line-height: 30px;
	list-style: square outside;
	color: #54215b;
}
@media screen and (max-width: 900px) {

    .time dl:nth-of-type(1)::before,
    .time dl:nth-of-type(9)::before,
    .time dl:nth-of-type(16)::before {
        display: none;
    }
}

@media screen and (max-width: 650px) {
    .time dl {
        flex-direction: row-reverse;
        justify-content: flex-end;
        align-items: inherit;
    }

    .time dt .sp {
        display: block;
    }

    .time dd:last-of-type {
        display: none;
    }

    span[class^="circle"] {
        width: 12px;
        height: 12px;
    }

    .time {
        padding-left: 0;
    }

    .time dd:first-of-type::before,
    .time dd:first-of-type::after {
        top: 9px;
    }

    .time dd:first-of-type::before {
        left: 5px;
    }

    .time dd:first-of-type {
        min-width: 35px;
        margin-right: 15px;
    }

    .time dl small {
        font-size: 1.5rem;
    }

    .time dt {
        padding-bottom: 20px;
    }

    .day {
        padding: 20px;
    }

    .day ul {
        flex-direction: column;
        text-align: center;
    }

    .day ul li:first-of-type {
        font-size: 2.6rem;
        padding-bottom: 10px;
    }

    .day ul li:first-of-type small {
        padding-left: 0;
        display: block;
    }

    .day::before {
        width: 15px;
        height: calc(100% - 102px);
        top: 61.5px;
        left: -15px;
    }

    #r+section::before {
        height: calc(100% - 100px);
        top: 50px;
    }
}