@charset "utf-8";

@media screen and (min-width: 780px) {
section:nth-of-type(2n) {
    background-size: 500px;
}
.wr_flex {
    max-width: 1080px;
    display: flex;
    margin: auto;
}
.sec_houjin {
    max-width: 600px;
}
.sec_houjin_list {
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 1280px;
    margin: auto;
}
.sec_houjin_right {
    width: 70%;
    padding: 0 40px 0 0;
}
.sec_houjin_list:nth-of-type(2n) h2 {
    order: 2;
    padding: 0 40px 0 0;
}
.sec_houjin_list:nth-of-type(2n) .sec_houjin_right {
    padding: 0;
}
.sec_houjin_img {
    max-width: none;
    left: inherit!important;
    right: inherit!important;
    margin: 0 auto 40px auto;
}
.sec_houjin_list:nth-of-type(2n) .sec_houjin_img {
    left: -8%!important;
}
.houjin_txt {
    margin: 0 0 80px 0;
    font-size: 18px;
}
.wr_media {
    max-width: 1080px;
    margin: auto;
}
.wr_flex .bt + .bt {
    margin: 0 0 0 20px;
}
.nursery_list li {
    width: 48%;
    margin: 0 0 40px 0;
}
.nursery_list li:nth-last-child(1),.nursery_list li:nth-last-child(2) {
    margin: 0;
}
.main_inner_child {
    height: 280px;
}
.main_inner_child .overlay {
    height: 280px;
}
.schedule_switch {
    margin: 0 0 40px 0;
}
.wr_schedule_list {
    padding: 24px;
}
.schedule_list {
    display: flex;
}
.nophoto .schedule_img {
    width: 8%;
}
.nophoto .schedule_img_ttl {
    line-height: 1;
    height: auto;
    padding: 0 12px; 
    font-size: 20px;
}

.schedule_img {
    width: 45%;
    margin: 0 40px 0 0;
}
.schedule_img_ttl {
    top: -4px;
    left: -16px;
    height: 72px;
    width: 164px;
    line-height: 72px;
    border-radius: 0 72px 72px 0;
    font-size: 30px;
}
.season::after {
    right: 60px;
    top: 20px;
}
.season.spring::after {
    width: 52px;
    height: 235px;
}
.season.summer::after {
    width: 52px;
    height: 283px;
}
.season.autumn::after {
    width: 52px;
    height: 280px;
}
.season.winter::after {
    width: 52px;
    height: 224px;
}
.season::after {
    right: 40px;
    top: -12px;
}
.season_pc {
    width: 40%;
}
.fix_btn {
    bottom: 50%;
    width: 60px;
    height: 160px;
    transform: translateY(50%);
}
.fix_btn.photo {
    bottom: 50%;
    transform: translateY(-20%);
}
.fix_btn + .fix_btn {
    transform: translateY(90%);
}
.fix_btn img {
    margin: 0 0 4px 0;
}
.fix_btn.photo img {
    margin: 0 0 8px 0;
}
.fix_btn span {
    font-size: 15px;
}
.form_ttl {
    font-size: 15px;
}
.form_txtarea {
    margin: 0 0 60px 0;

}
}
@media screen and (min-width: 1280px) {
.main_inner {
    min-height: calc(var(--vh, 1vh)* 99);

}
.main_inner::after {
    width: 24px;
    height: 228px;
    left: 32px;
    bottom: calc(50%);
    transform: translateY(50%);
}
.main_logo {
    width: 200px;
    height: 280px;
}
.catch {
    width: 100px;
    height: auto;
}
.cocco .catch,
.hachiwa .catch,
.shirayurinome .catch {
    width: 160px;
    height: auto;
}
section h2 {
    margin: 0 0 80px 0;
}
.bnr_kao {
    margin: 0 auto 80px auto;
}
section h2 img {
    height: 68px;
}
.sec_houjin_list {
    gap: 80px;
}
.ttl_sp {
    display: none;
}
.bt_first,
.bt_second {
    height: 60px;
    line-height: 59px;
    font-size: 17px;
}
.newline {
    height: auto;
    padding: 10px 0;
    line-height: 1.5;
}
.newline span {
    font-size: 14px;
}
.menu_open {
    display: none;
}
.menu_sp {
    display: none;
}
.menu_pc {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    width: 100%;
    padding: 0 40px 0 16px;
    border-radius: 0;
    box-sizing: border-box;
    background: rgba(255,255,255,.9);
}
.menu_pc .ttl_pc {
    padding: 16px 0;
}
.menu_pc ul {
    position: relative;
    display: flex;
    align-items: center;
}
.menu_pc ul li {
    display: inline-block;
    margin: 0 24px 0 0;
}
.menu_pc ul li a {
    display: inline-block;
    padding: 20px 0;
    box-sizing: border-box;
    color: #222;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    transition: .2;
    white-space: nowrap;
}
.menu_pc ul li .disabled {
    color: #999;
}
.menu_pc ul li a:not(.disabled):hover {
    color: #EA5967;
}
.ic_insta {
    margin: 0 0 0 60px;
}
.link_hover {
    position: relative;
}
.menu_pc ul.link_list {
    display: none;
    position: absolute;
    top: 60px;
    left: -10px;
    z-index: 101;
    width: 240px;
    padding: 10px 0 0 0;
    border-radius: 0 0 8px 8px;
    box-sizing: border-box;
    box-shadow: 0 4px 0 rgba(0,0,0,.1);
    background: none;
}
.menu_pc .link_hover:hover ul.link_list {
    display: block;
}
.menu_pc ul.link_list li {
    display: block;
    background: #3F3E3C;
    transition: .1s;
}
.menu_pc ul.link_list li a {
    padding: 20px;
    color: #fff;
}
.menu_pc ul.link_list li:hover {
    background: #595756;
}
.main_inner_child,
.main_inner_child .overlay  {
    padding: 76px 0 0 0;
}
.main_inner_child h1 {
    top: 60%;
}
section {
    padding: 100px 32px 100px 32px;
}
section:has(.custom-shape-divider-top) {
    padding: 150px 32px;
}
.custom-shape-divider-bottom svg,
.custom-shape-divider-top svg  {
    height: 160px;
}
.nursery_list {
    justify-content: space-between;
    gap: 2%;
}
.nursery_list li {
    width: 49%;
    margin: 0 0 40px 0;
}
.about_ttl {
    padding: 0 40px;
    font-size: 22px;
}
.about_txt {
    padding: 0 40px 40px 40px;
    font-size: 16px;
}
.nursery_txt {
    font-size: 18px;
    text-align: center;
}
.access_wr {
    max-width: 1080px;
    margin: auto;
}
.access_address {
    padding: 20px;
    font-size: 16px;
}
.access_address p {
    width: auto;
    margin: 0;
}
.access_address .root {
    font-size: 14px;
}
.access_more {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    border-radius: 10px;
    margin: 0 0 0 auto;
    padding: 0 40px;
    box-shadow: 0 4px 0 rgba(0,0,0,.1);
    background: #EA5967;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.contact_flex {
    max-width: 1080px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.access_address {
    margin: 0 0 40px 0;
}
.access_map iframe {
    max-height: 400px;
}
.contact_wr {
    width: 49%;
    margin: 0;
}
.contact_wr .contact_num  {
    font-size: 24px;
}
.contact_wr .contact_num b {
    font-size: 36px;
}
}
