@charset "utf-8";

.main_inner {
    position: relative;
    width: 100%;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh)* 98);
    overflow: hidden;
}
.main_inner::after {
    content: "";
    position: absolute;
    left: 16px;
    bottom: 52px;
    display: block;
    width: 16px;
    height: 152px;
    background: url(../img/copy_nursery.png) no-repeat center /contain;
}
.main_kv {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center center;
}
.main_kv_A {
    background-image: url(../img/photo/index_main_1.jpg);
    animation: zoomOut 24s infinite;
}
.main_kv_B {
    background-image: url(../img/photo/index_main_2.jpg);
    animation: zoomOut 24s 8s infinite;
}
.main_kv_C {
    background-image: url(../img/photo/index_main_3.jpg);
    animation: zoomOut 24s 16s infinite;
}
@keyframes zoomOut {
   0% {
      opacity: 1;
      transform: scale(1);
   }
   30%{
       opacity: 1;
   }
   33% {
      opacity: 0;
      transform: scale(1.1);
   }
   97% {
       opacity: 0;
   }
   100% {
       transform: scale(1);
       opacity: 1;
   }
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.33);
}
.main_logo {
    position: absolute;
    inset: 49% 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    animation: opening 1.5s 1s forwards;
}
.bnr_kao {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto 20px auto;
}
.about {
    overflow: hidden;
}
.sec_houjin_list:not(:last-child) {
    margin: 0 auto
}
.sec_houjin_list h2 {
    margin: 0 0 40px 0;
}
.sec_houjin {
    width: 80%;
    max-width: 385px;
    height: auto;
}
.sec_houjin_right {
    width: 100%;
}
.sec_houjin_img {
    width: 110%;
    height: auto;
    position: relative;
    left: -15%;
    display: block;
    margin: 0 0 40px 0;
    opacity: 0;
    transform: scale(0);
    transition: .3s;
    transition-timing-function: ease-in-out;
    transition-delay:.5s;
}
.sec_houjin_list:nth-of-type(2n) .sec_houjin_img {
    left: inherit;
    right: -5%;
}
.fadeIn.animated .sec_houjin_img {
    transform: scale(1);
    opacity: 1;
}
.houjin_txt {
    line-height: 2;
    margin: 0 0 40px 0;
    font-size: 16px;
    color: #633;
}
.houjin_txt span {
    display: inline-block;
    margin-right: 8px;
}
.sec_houjin_list:last-child .houjin_txt {
    margin: 0;
}
.sec_houjin_line {
    display: block;
    width: 20%;
    max-width: 98px;
    margin: 0 auto 72px auto;
}
.about_wr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    border-radius: 10px;
}
.about_img {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 52px 0;
    box-sizing: border-box;
    border-radius: 10px;
}
.slide {
    position: relative;
}
.slick-list {
    height: 100%;
    max-height: 420px;
    border-radius: 10px 10px 0 0;
}
.slick-dots {
    bottom: -36px;
}
.slick-dots li {
    margin: 0;
}
.slick-dots li.slick-active button:before{
    color: #3F3E3C;
}
.about_img img {
    width: 100%;
    
    object-fit: contain;
}
.about_ttl {
    padding: 0 16px;
    margin: 0 0 12px 0;
    color: #EA5967;
    font-size: 18px;
    font-weight: bold;
}
.about_txt {
    line-height: 1.8;
    padding: 0 16px 32px 16px;
    color: #222;
    font-size: 14px;
}
.about_txt p:not(:only-child) {
    margin: 0 0 20px 0;
}
.about_wr dl {
    width: 100%;
    margin: 0 0 40px 0;
}
.about_wr dl:last-child {
    margin: 0;
}
.about .wr_flex {
    margin: 40px auto 0 auto;
}
.nursery_txt {
    line-height: 2;
    margin: 0 0 40px 0;
    color: #222;
    font-size: 16px;
}
.nursery_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.nursery_list li {
    position: relative;
    display: block;
    width: 100%;
    max-height: 350px;
    height: 70vw;
    margin: 0 0 36px 0;
    background: #fff;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 4px 0 rgba(250,219,217,1);
    overflow: hidden;
}
.nursery_list li a {
    display: block;
    height: 100%;
}
.nursery_list li:last-child {
    margin: 0;
}
.nursery_list li .nursery_img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nursery_name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
    background: #3F3E3C;
    text-align: center;
}
.nursery_name img {
    display: block;
    margin: auto;
}
.document {
    background: #fff!important;
}

.contact_wr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 20px 0;
    padding: 24px 20px;
    box-sizing: border-box;
    border: solid 4px #ccc;
    background: #fff;
    text-align: center;
}
.contact_wr:last-child {
    margin: 0;
}
.contact_wr p {
    width: 100%;
    margin: 0 0 12px 0;
    color: #444;
    font-size: 16px;
    text-align: center;
}
.contact_wr .contact_num {
    margin: 0;
    color: #222;
}
.contact_wr .contact_num b {
    line-height: 1;
    display: inline-block;
    margin: 0 0 0 4px;
    color: #222;
    font-size: 24px;
    font-weight: bold;
}
.overview_table {
    width: 100%;
    font-size: 13px;
    text-align: left;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0 4px;
}
.overview_table th {
    vertical-align: middle;
    width: 92px;
    padding: 12px;
    border-radius: 4px 0 0 4px;
    background: var(--color-shirayuri-ac);
    color: #fff;
    font-weight: normal;
    white-space: nowrap;
}
.overview_table td {
    line-height: 1.7;
    padding: 12px;
    border-radius: 0 4px 4px 0;
    background: #fff;
    color: var(--color-shirayuri-ac);
}
.overview_table td a {
    display: inline-block;
    color: #3F3E3C;
    text-decoration: underline;
}
@media screen and (min-width: 780px) {
    .overview_table {
        font-size: 15px;
    }
    .overview_table th {
        width: 150px;
    }
}