﻿@charset "utf-8";
/*
Theme Name: LIQUID CORPORATE Child
Theme URI: https://lqd.jp/wp/
Description: LIQUID PRESS THEME
Author: LIQUID DESIGN
Author URI: https://lqd.jp/
Template: liquid-corporate
Version: 0.00.12
*/
/* Child Styles */

@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=M+PLUS+1p:wght@400;700&family=Noto+Sans+JP:wght@400;700&display=swap');

img{width:100%;}
.org-main-img{
    text-align: center;
    background-color: rgba(255, 247, 219, 1);
}
.navbar-nav > .nav-item:last-child:not(.sticky-none) a,
.wrapper a{
    color:rgba(170, 128, 100, 0.9) !important;
    text-decoration: underline;
    text-decoration-color: rgba(170, 128, 100, 0.9) !important;
}
.nav a, .btn-color-sanmei a{
    text-decoration:unset !important;
}
.wrapper p,.wrapper h1,.wrapper h2,.wrapper h3,.wrapper h4,.wrapper h5,.wrapper h6{
    color:rgba(170, 128, 100, 1) ;
    font-family: 'Kosugi Maru', sans-serif !important;
}
.text-danger{
    color:#dc3545!important;
}



@media (min-width: 576px){.alignwide,.org-main-img > img {max-width: 576px !important;}}
@media (min-width: 768px){.alignwide,.org-main-img > img {max-width: 768px !important;}}
@media (min-width: 992px){.alignwide,.org-main-img > img {max-width: 992px !important;}}
@media (min-width: 1200px){.alignwide,.org-main-img > img {max-width: 1200px !important;}}
.container-ex {
    max-width: 100% !important;
}
.navbar-nav > .nav-item a{
    display: block;
}
.navbar-nav > .nav-item a::before{
    content: '';
    display: block;
    width: 20%;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position:center;
}
.navbar-nav a{
	display: flex;
	padding: 0;
	width: 100%;
}
.navbar .menu-item a{
	padding: 0;
}
.navbar-nav > .nav-item a br {
    display: none;
}
@media (min-width: 768px)
{
	
	.navbar-nav > .nav-item a::before{
		width: 100%;
	}
    .navbar-nav a {
        display: initial;
        text-align: center;
        width: 160px;
    }
	.navbar-nav > .nav-item a::before
	{

	}

    .navbar-nav > .nav-item a br {
        display: inline;
    }
}
@media (min-width: 992px)
{
	.navbar-nav a{
		width: 160px;
	}
}
.navbar-nav > .nav-item:nth-child(1) a::before{background-image: url(./images/メニューボタン_TOP.png);}
.navbar-nav > .nav-item:nth-child(2) a::before{background-image: url(./images/メニューボタン_保育園.png);}
.navbar-nav > .nav-item:nth-child(3) a::before{background-image: url(./images/メニューボタン_一時預かり.png);}
.navbar-nav > .nav-item:nth-child(4) a::before{background-image: url(./images/メニューボタン_リトミック.png);}
.navbar-nav > .nav-item:nth-child(5) a::before{background-image: url(./images/メニューボタン_病児.png);}
/*2024/01/23 ItsNew廃止対応*/
/*.navbar-nav > .nav-item:nth-child(6) a::before{background-image: url(./images/メニューボタン_ItsNew.png);}*/
.navbar-nav > .nav-item:nth-child(6) a::before{background-image: url(./images/メニューボタン_アフタヌーン.png);}
.navbar-nav > .nav-item:last-child:not(.sticky-none){margin-left: 0;}


@media (min-width: 768px)
{
	#menu-mainmenu{
		display: flex;
		justify-content: space-around;
	}
	#menu-mainmenu li{
		display: flex;
        flex-direction: column;
        align-items: center;
		justify-content: center;
		flex: 1;
		position: relative;
	}
	#menu-mainmenu li:nth-child(n+2)::before {
		height: 76%;
		margin-top: 12%;/*100-76/2=12*/
		content: '';
		display: block;
		border-left: 1.5px solid rgba(170, 128, 100, 0.5);
		position: absolute;
        top:0;
		left: 0;
        width:1px;
	  }
		
}
#menu-mainmenu li a{
	height: 70px;
	line-height: 70px;
	font-size: 15px;
    min-width: 320px;
    background-color: inherit;
    border:0;
    
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
@media (min-width: 768px)
{
	#menu-mainmenu li a{
		height: inherit;
		line-height: inherit;
		font-size: inherit;
        min-width:inherit;
        display: block;
        flex-direction: inherit;
        align-items: inherit;
        justify-content: inherit;
	}
}
.logo img {margin-top: 10px;height: 60px !important;}
@media (min-width: 576px){.logo img {margin-top: 10px;height: 60px !important;}}
@media (min-width: 768px){.logo img {margin-top: 10px;height: 60px !important;}}
@media (min-width: 992px){.logo img {margin-top: 10px;height: 60px !important;}}
@media (min-width: 1200px){.logo img {margin-top: 10px;height: 60px !important;}}

.logo{
    text-align: center;
    margin: auto;
    display: block;
}
@media (min-width: 768px)
{
    .logo{
        text-align: left;
    }
}

/*.logo_text{display: none;}*/
/*打消し*/
.com{display: none;}
/*打消し*/
.navbar-nav > .nav-item:last-child:not(.sticky-none) a {
    background-color: unset;
    border-left:unset;
}
/*打消し*/
.headline{
    border-top: none;
    box-shadow: unset;
    padding:0;
    /* -webkit-box-shadow: 0px 3px 6px -3px rgb(0 0 0 / 30%); */
    -moz-box-shadow: unset;
    -o-box-shadow: unset;
    -ms-box-shadow: unset;
}
.detail{
    background-image: url(./images/head-cloud-footer.png);
    background-repeat: repeat-x;
    background-position:top;
    background-color:  #FDF5EF;
    background-size: 80px;
    padding-top: 40px;
    border-bottom: unset;

}
/*@media (min-width: 576px){}*/
@media (min-width: 768px){
    .detail{
        background-image:unset;
        padding-top:0;
    }
}

footer::before{
    content: '';
    display: block;
    height: 100px;
    width:100%;
    background-image: url(./images/head-cloud-footer2.png);
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: #FDF5EF;
    background-size: 80px;
}
@media (min-width: 768px){
    footer::before{
        background-size: 140px;
    }
}

/*@media (min-width: 992px){}
@media (min-width: 1200px){}*/

#org_head_sub_menu{
    display: flex;
    justify-content: space-around;
    height: 130px;
    align-items: center;
}
@media (min-width: 768px)
{
    #org_head_sub_menu{
        justify-content: flex-end;
		height: 100%;
    }
}
html body div .container .row .btn-color-sanmei a {
    color: white !important;
    font-weight: bold;
    text-align: center;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffd7a3+0,f7ac51+100 */
    background: #ffd7a3 !important; /* Old browsers */
    background: -moz-linear-gradient(top, #ffd7a3 0%, #f7ac51 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffd7a3 0%,#f7ac51 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffd7a3 0%,#f7ac51 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd7a3', endColorstr='#f7ac51',GradientType=0 ); /* IE6-9 */
}
#org_head_sub_menu a{
    width: 130px;
    height: 37px;
    line-height: 37px;
    border-radius: 15px;
    margin: 0 5px;
    font-size: 14px;
    display: block;
}
@media (min-width: 992px)
{
    #org_head_sub_menu a{
        font-size: 18px;
    }
}


/*nav{
	position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 100 !important;
    background-color: wheat !important;
    width: 100% !important;
	height: 100% !important;
	padding-top: 70px !important;
}
*/
.navbar{
    /*
    background: #FDF5EF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 111;
    height: 100%;
    padding:0;
    padding-top: 100px;
    */
}
@media(min-width:768px)
{
	.navbar{
        /*
        border: inherit;
        background: inherit;
        position: inherit;
        top: inherit;
        left: inherit;
        z-index: inherit;
        width: inherit;
        height: inherit;
        padding-top: inherit;
        */

		background-image: url(./images/head-cloud-footer.png);
		background-repeat: repeat-x;
		background-position:top;
		background-color:  #FDF5EF;
		background-size: 140px;
		padding-top: 40px;
		border-bottom: unset;
	}
/*
	nav{
		position: unset !important;
		top: unset !important;
		left: unset !important;
		z-index: unset !important;
		background-color: unset !important;
		width: inherit !important;
		height: inherit !important;
		padding-top: inherit !important;
		}
        */
}
.navbar-nav > .nav-item:first-child,.navbar-nav > .nav-item:last-child,.navbar-nav a {
    border-left: unset;
    border-right: unset;
}


.navbar-toggler:hover, .navbar-toggler{
	padding: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-top:10px;
    background-color: #ffd7a3 !important;
    background: -moz-linear-gradient(top,  #ffd7a3 0%, #f7ac51 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffd7a3 0%,#f7ac51 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffd7a3 0%,#f7ac51 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd7a3', endColorstr='#f7ac51',GradientType=0 ); /* IE6-9 */
    z-index: 1;
    /*
    position: fixed;
    top: 25px;
    left: 20px;
    z-index:100;
    */
}

.mainarea,figure,.wp-block-image,.container,.row{
    padding: 0;
    margin: 0 auto;
    margin-right: auto !important;
    margin-left: auto !important;
    overflow: hidden;
}
.post_body h1 > span, .post_body h2 > span, .widget h1 > span, .widget h2 > span {
     border-bottom: 0;
     display: initial; 
     padding: 0; 
     margin-bottom: 0; 
}
.post_body h1, .post_body h2, .widget h1, .widget h2{
    font-weight: initial;
    border-bottom: initial;
    margin-bottom:initial;
}
/*------------top------------*/
.cross-white-bk
{
    background-position-x: center;
    background-position-y: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    height: 110px;
    padding: 0;
    margin: 0;
}
.cross-white-bk150 {
    background-position-x: center;
    background-position-y: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    height: 150px;
    padding: 0;
    margin: 0;
}
.cross-white-bk-img1
{
    background-image: url(./images/h2-back1.png);
    background-color: #FDF5EF;
    padding-top:50px;
}
.cross-white-bk-img2
{
    background-image: url(./images/h2-back2.png);
    background-color: white;
    padding-top:50px;
}
.h2-sub-text{margin-top: 10px;line-height: 26px;font-size: 14px;}
@media (min-width: 576px){.h2-sub-text{margin-top: 15px;line-height: 30px;font-size: 16px;}}
@media (min-width: 768px){.h2-sub-text{margin-top: 20px;line-height: 35px;font-size: 18px;}}
@media (min-width: 992px){.h2-sub-text{margin-top: 20px;line-height: 40px;font-size: 18px;}}
@media (min-width: 1200px){.h2-sub-text{margin-top: 20px;line-height: 40px;font-size: 20px;}}

.top-contact-img div:first-child figure
{
    text-align: right;
}
.top-contact-img div:last-child figure
{
    text-align: left;
}
.flex-nowrap{
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
}
.alignwide{
    left:0 !important;
}
.bg-sanmei{
    background-color: #FDF5EF;
}

.wp-block-quote, .wp-block-gallery, .wp-block-list, .wp-block-cover, .wp-block-file, .wp-block-video, .wp-block-button, .wp-block-columns, .wp-block-media-text, .wp-block-more, .wp-block-nextpage{
    margin-bottom: 0 !important;
}

.org-annai h5{
    width:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

    font-weight: bold;
    -moz-text-shadow: 
    white 3px 0px 3px, white -3px 0px 3px,
    white 0px -3px 3px, white -3px 0px 3px,
    white 3px 3px 3px, white -3px 3px 3px,
    white 3px -3px 3px, white -3px -3px 3px,
    white 2px 3px 3px, white -2px 3px 3px,
    white 2px -3px 3px, white -2px -3px 3px,
    white 3px 2px 3px, white -3px 2px 3px,
    white 3px -2px 3px, white -3px -2px 3px,
    white 2px 2px 3px, white -2px 2px 3px,
    white 2px -2px 3px, white -2px -2px 3px;

    -webkit-text-shadow: 
    white 3px 0px 3px, white -3px 0px 3px,
    white 0px -3px 3px, white -3px 0px 3px,
    white 3px 3px 3px, white -3px 3px 3px,
    white 3px -3px 3px, white -3px -3px 3px,
    white 2px 3px 3px, white -2px 3px 3px,
    white 2px -3px 3px, white -2px -3px 3px,
    white 3px 2px 3px, white -3px 2px 3px,
    white 3px -2px 3px, white -3px -2px 3px,
    white 2px 2px 3px, white -2px 2px 3px,
    white 2px -2px 3px, white -2px -2px 3px;

   -ms-text-shadow:
    white 3px 0px 3px, white -3px 0px 3px,
    white 0px -3px 3px, white -3px 0px 3px,
    white 3px 3px 3px, white -3px 3px 3px,
    white 3px -3px 3px, white -3px -3px 3px,
    white 2px 3px 3px, white -2px 3px 3px,
    white 2px -3px 3px, white -2px -3px 3px,
    white 3px 2px 3px, white -3px 2px 3px,
    white 3px -2px 3px, white -3px -2px 3px,
    white 2px 2px 3px, white -2px 2px 3px,
    white 2px -2px 3px, white -2px -2px 3px;

    text-shadow: 
    white 3px 0px 3px, white -3px 0px 3px,
    white 0px -3px 3px, white -3px 0px 3px,
    white 3px 3px 3px, white -3px 3px 3px,
    white 3px -3px 3px, white -3px -3px 3px,
    white 2px 3px 3px, white -2px 3px 3px,
    white 2px -3px 3px, white -2px -3px 3px,
    white 3px 2px 3px, white -3px 2px 3px,
    white 3px -2px 3px, white -3px -2px 3px,
    white 2px 2px 3px, white -2px 2px 3px,
    white 2px -2px 3px, white -2px -2px 3px;
}
.org-annai > div{
    position: relative;
    max-width: 300px;
    margin: auto;
    padding:20px;
}

@media (min-width: 576px){.org-annai > div{padding:0;}}
@media (min-width: 768px){.org-annai > div{}}
@media (min-width: 992px){.org-annai > div{}}
@media (min-width: 1200px){.org-annai > div{}}


.org-annai img{
    opacity: 0.8;
}

#footer-org{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:40px;
    flex-direction: column;
    height: 300px;
    align-items: center;
}
@media (min-width: 576px){#footer-org{height:300px;}}
@media (min-width: 768px){#footer-org{height:auto;}}
@media (min-width: 992px){#footer-org{height:auto;}}
@media (min-width: 1200px){#footer-org{height:auto;}}

#footer-org > div
{
    flex:1;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
    padding:0 10px ;
    max-width: 280px;
}
#footer-org a{word-break: keep-all;flex-direction: column;}
@media (min-width: 576px){#footer-org{flex-direction: column;}}
@media (min-width: 768px){#footer-org{flex-direction: row;}#footer-org > div{border-left: 1px solid;}#footer-org > div:last-child{border-right: 1px solid;}}
@media (min-width: 992px){#footer-org{flex-direction: row;}}
@media (min-width: 1200px){#footer-org{flex-direction: row;}}

.foot .sns{display: none;}

.color-sanmei{
    color:rgba(170, 128, 100, 1) !important;
}
.post_body{
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
footer{
    background-color: white !important;
    padding-top: 0 !important;
}
.breadcrumb{
    display: none;
}
.ttl_h1{
    background-color: #FDF5EF;
    text-align: center;
    margin-bottom: 0;
    padding: 60px 0 40px;
    font-size: 35px;
    color:rgba(170, 128, 100, 1) !important;
    border-bottom:0;
}
.post_meta{
    margin-bottom: 0;
}


.notice-list {
    border-radius: 40px;
    padding: 20px 10px;
    margin-top:10px;
}
.notice-list > li{
    display: flex;
    flex-direction: row;
    flex-flow: row-reverse;
    align-items: center;
    position: relative;
    border-radius: 40px;
    padding:10px 10px;
    width: 100%;
}
@media (min-width: 576px){.notice-list{padding:25px 15px;}.notice-list > li{padding:18px 5px;}}
@media (min-width: 768px){.notice-list{padding: 30px 25px;}.notice-list > li{padding:25px 50px;}}
@media (min-width: 992px){.notice-list{padding: 35px 35px;}.notice-list > li{padding:30px 50px;}}
@media (min-width: 1200px){.notice-list{padding: 35px 45px;}.notice-list > li{padding:30px 50px;}}

.notice-list > li::before,.notice-list > li:last-child::after {
    height: 1px;
    width: 100%;
    content: '';
    display: block;
    border-top: 1.5px solid rgba(170, 128, 100, 0.5);
    position: absolute;
    left:0;
  }
  .notice-list > li::before
  {
    top: 0;
  }
  .notice-list > li:last-child::after
  {
    bottom: 0;
  }
.notice-list > li a{
    display:  block;
    flex: 4;
    padding-left:10px;
    font-size:19px;
    color:rgba(170, 128, 100, 1) !important;
   
}
.notice-list > li time{
    display:  block;
    flex: 1;
    font-size:18px;
}

.h4,.h5,.h6{}
@media (min-width: 576px){.h4,.h5,.h6{}}
@media (min-width: 768px){.h4,.h5,.h6{}}
@media (min-width: 992px){.h4,.h5,.h6{}}
@media (min-width: 1200px){.h4,.h5,.h6{}}

.contents-row{max-width:100%;margin:auto;}
@media (min-width: 576px){.contents-row{max-width:500px;}}
@media (min-width: 768px){.contents-row{max-width:700px;}}
@media (min-width: 992px){.contents-row{max-width:700px;}}
@media (min-width: 1200px){.contents-row{max-width:700px;}}

.contents-row-l{max-width:100%;margin:auto;}
@media (min-width: 576px){.contents-row-l{max-width:500px;}}
@media (min-width: 768px){.contents-row-l{max-width:700px;}}
@media (min-width: 992px){.contents-row-l{max-width:800px;}}
@media (min-width: 1200px){.contents-row-l{max-width:900px;}}

.ttl_h1{font-size:26px;}
@media (min-width: 576px){.ttl_h1{font-size:28px;}}
@media (min-width: 768px){.ttl_h1{font-size:30px;}}
@media (min-width: 992px){.ttl_h1{font-size:32px;}}
@media (min-width: 1200px){.ttl_h1{font-size:34px;}}

.title-font-size{font-size:24px;letter-spacing: 0.05rem;font-weight: bold !important;line-height: 2.0rem;}
@media (min-width: 576px){.title-font-size{font-size:26px;letter-spacing: 0.06rem;line-height: 2.2rem;}}
@media (min-width: 768px){.title-font-size{font-size:28px;letter-spacing: 0.07rem;line-height: 2.4rem;}}
@media (min-width: 992px){.title-font-size{font-size:30px;letter-spacing: 0.08rem;line-height: 2.6rem;}}
@media (min-width: 1200px){.title-font-size{font-size:32px;letter-spacing: 0.09rem;line-height: 2.8rem;}}

.contents-font-size{font-size:16px !important;letter-spacing: 0.02rem;line-height: 1.4rem;}
@media (min-width: 576px){.contents-font-size{font-size:18px !important;letter-spacing: 0.02rem;line-height: 1.6rem;}}
@media (min-width: 768px){.contents-font-size{font-size:20px !important;letter-spacing: 0.03rem;line-height: 1.8rem;}}
@media (min-width: 992px){.contents-font-size{font-size:20px !important;letter-spacing: 0.03rem;line-height: 1.9rem;}}
@media (min-width: 1200px){.contents-font-size{font-size:20px !important;letter-spacing: 0.03rem;line-height: 1.9rem;}}

.table td, .table th {padding:0.2rem;font-size:15px;}
@media (min-width: 576px){.table td, .table th {padding:0.3rem;font-size:17px;}}
@media (min-width: 768px){.table td, .table th {padding:0.8rem;font-size:19px;}}
@media (min-width: 992px){.table td, .table th {padding:1.0rem;font-size:21px;}}
@media (min-width: 1200px){.table td, .table th {padding:1.2rem;font-size:21px;}}


.ttl span{
    border-bottom:3px solid rgba(170, 128, 100, 1) !important;
}
/*-----------------.archive-----------------*/
.archive .ttl_h1{
    background-color: #FDF5EF;
    text-align: center;
    margin-bottom: 0;
    padding: 60px 0 40px;
    font-size: 35px;
    color:rgba(170, 128, 100, 1) !important;
    border-bottom: 0;
}
.archive .ttl,
.archive .list-title{
    color:rgba(170, 128, 100, 1) !important;
}
/*-----------------.single-----------------*/
.single .share{
    display: none;
}



/*--------------header menu----------------*/
#menu-mainmenu{
    position:fixed;
    top:0;
    left:0;
    background-color: white;
    z-index: 10;
    overflow-y: scroll;
}
#navbar-container button{
    position:fixed;
    top:18px;
    right:0;
    z-index: 11;
}
@media (min-width: 768px){
    #menu-mainmenu{
        position:inherit;
        top:inherit;
        left:inherit;
        background-color: inherit;
        z-index: inherit;
        overflow-y: inherit;
    }
    #navbar-container button{
        position:inherit;
        top:inherit;
        right:inherit;
        z-index: inherit;
    }
}

/*クリック対象外*/
.pointer_events_none {
    pointer-events: none;
}

table th,
table td {
    font-family: 'Kosugi Maru', sans-serif !important;
}

/*ページ最上部へ戻るボタンの位置調整*/
.pagetop a {
    position: fixed;
    bottom: 5.4rem;
    right: 0.8rem;
    width: 2.7rem;
    height: 2.7rem;
}

/*ボタンの位置調整に伴うフッター高さの調整*/
.copy {
    padding: 2.5rem 2rem;
}