@charset "utf-8";
/* Theme Name: 南清水にじいろキッズこども園 */
*,
*::before,
*::after {
    box-sizing: border-box;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body, form input, select, textarea {
    color: #333;
    font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
    line-height: 1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size: inherit;
    vertical-align:baseline;
    background:transparent;
    color: inherit;
    text-decoration: none;
    transition: all .5s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
    text-decoration: none;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    width: 100%;
    border-collapse:collapse;
    border-spacing:0;
}
input, select {
    vertical-align:middle;
    -webkit-appearance: none;
    appearance: none;
}
html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
}
main {
    display: block;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
    display: block;
}
button{
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
}
button:focus{
    outline: none;
}
a img{
    transition: .5s;
}
a img:hover {
    opacity: .8;
}
input[type="submit"] {
    cursor: pointer;
}
textarea {
    resize: none;
}
.clear {
    clear: both;
    float: none !important;
}
.clearfix::after {
    content: '';
    clear: both;
    display: block;
}
/*リセットcss終了*/
/* 汎用CSS */
.ofh {overflow: hidden;}
.fl {float: left;}
.fr {float: right;}
.img_fl{float: left;margin-right: 20px;}
.img_fr{float: right;margin-left: 20px;}
.fs0 {font-size: 0;letter-spacing: 0;word-spacing: 0;}
.fs1 {font-size: 1rem;}
.fs2 {font-size: 2rem;}
.fs3 {font-size: 3rem;}
.fs4 {font-size: 4rem;}
.fs5 {font-size: 5rem;}
.fwb {font-weight: bold;}
.dib {display: inline-block;vertical-align: top;}
.df {display: flex;flex-wrap: wrap;}
.df_sb {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;}
.pr {position: relative;}
.pa {position: absolute;}
.no_pc {display: none;}
.no_sp {display: block;}
.tc{text-align: center;}
.tr{text-align: right;}
.tl{text-align: left;}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}
.mt90{margin-top: 90px;}
.mt100{margin-top: 100px;}
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom: 60px;}
.mb70{margin-bottom: 70px;}
.mb80{margin-bottom: 80px;}
.mb90{margin-bottom: 90px;}
.mb100{margin-bottom: 100px;}
.white {color: #FFF;}
.black {color: #000;}
.gray {color: #666;}
.red {color: #F00;}
.pink {color: #FF0060;}
.pink2 {color: #FFC0CB;}
.blue {color: #319CCC;}
.blue2 {color: #0000ff;}
.orange {color: #ff6600;}
.green {color: #02c102;}
.bluegreen {color: #00CED1;}
.bg_blue{background: #319CCC;}
.bg_green{background: #54C8A7;}
.bg_orange{background: #ff6600;}
.error{
    color: #FF0060;
    font-size: 1.4rem;
}
.inner1{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
.inner2{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
/* ヘッダー */
header{
    padding:25px 0;
    font-size: 2.2rem;
    font-weight: bold;
}
header .inner2{
    position: relative;
    text-align: center;
}
header .logo{
    display: inline-block;
    position: relative;
    z-index: 10;
}
header .logo img{
    margin: 0 auto;
}
header p.tel{
    color: #9963a6;
    position: absolute;
    top: 15px;
    left: 0;
    font-size: 3rem;
}
header p.dl{
    position: absolute;
    top: 15px;
    right: 0;
}
header p.dl a{
    margin-left: 25px;
    font-size: 1.8rem;
}
header p.dl a:hover{
    color: #9269ab;
}
header ul {
    width: 100%;
    list-style: none;
    position: absolute;
    left: 0;
    bottom: 0;
}
header ul li{
    position: absolute;
    bottom: 0;
    text-align: left;
}
header ul li:first-of-type{
    left: 0;
}
header ul li:nth-of-type(2){
    left: 130px;
}
header ul li:nth-of-type(3){
    right: 20px;
}
header ul li a:hover{
    color: #ea5d69;
}
.nav-open,
.overlay{
    display: none;
}
.nav_home{
    display: none;
}
.nav_wrap .inner1{
    position: relative;
}
.nav_wrap ul{
    display: flex;
    justify-content: space-between;
    z-index: 5;
}
.nav_wrap .alert{
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 10;
}
.nav_wrap .alert a{
    width: 100%;
    max-width: 740px;
    margin: 0 auto;
    padding: 30px;
    background: #f38579;
    font-size: 2.2rem;
    color: #FFF;
    text-align: center;
    border-radius: 40px;
    display: block;
}
.nav_wrap .alert a:hover{
    opacity: .8;
}
/*共通要素*/
main{
    background: url(img/bg1.png) no-repeat center top,url(img/bg2.png) no-repeat center #e1fdff;
    background-size: auto,cover;
    background-attachment: scroll,fixed;
}
main .move_bg_wrap{
    position: relative;
    z-index: 0;
}
main .move_bg{
    position: sticky;
    top: 0;
    left: 0;
}
main .move_bg .m_bg1{
    content: '';
    width: 142px;
    height: 184px;
    margin: 0 auto;
    background: url(img/balloon.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 34px;
    left: -70px;
    animation:fuwa 10s linear infinite;
}
@keyframes fuwa {
    0% { transform: translate(0,0);}
    20% { transform: translate(-20px,-10px);}
    60% { transform: translate(0,-20px);}
    80% { transform: translate(20px,-10px);}
    100% { transform: translate(0,0);}
}
main .move_bg .m_bg2{
    content: '';
    width: 41px;
    height: 53px;
    margin: 0 auto;
    background: url(img/bird2.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 554px;
    right: 294px;
    animation: piyo 2s linear infinite;
}
@keyframes piyo {
    0% { transform: translate(0,0);}
    25% { transform: translate(-10px,-5px);}
    50% { transform: translate(0,-10px);}
    75% { transform: translate(10px,-5px);}
}
main .move_bg .m_bg3{
    content: '';
    width: 121px;
    height: 122px;
    margin: 0 auto;
    background: url(img/bird3.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 662px;
    right: -70px;
    animation: piyo2 4s linear infinite;
}
@keyframes piyo2 {
    0% { transform: translate(0,0);}
    25% { transform: translate(-15px,-5px);}
    50% { transform: translate(0,-15px);}
    75% { transform: translate(15px,-5px);}
}
.cont_wrap{
    position: relative;
    z-index: 1;
}
main h2{
    margin: 80px 0 45px;
    padding: 0 10px 20px;
    font-size: 2.8rem;
    line-height: 1.5;
    background: url(img/h2.png) repeat-x left bottom;
    display: inline-block;
}
main h2.short{
    min-width: 5em;
    background: url(img/h2_short.png) no-repeat center bottom;
}
main p{
    font-size: 1.6rem;
    line-height: 1.5;
}
.pt{
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 40;
    animation:fuwa2 5s linear infinite;
}
@keyframes fuwa2 {
    0% { transform: translateY(0);}
    50% { transform: translateY(-20px);}
    100% { transform: translateY(0);}
}

/* 共通パーツ */
#photo .photo_list{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
    
}

#photo .photo_item{
    flex: 1 1 50%;
    padding-bottom: 30px;
}
#photo .photo_item:nth-child(2n+1){
    padding-right: 15px;
}
#photo .photo_item:nth-child(2n){
    padding-left: 15px;
}

#photo .photo_item img{
    border-radius: 20px;
}

/* フッター */
.foot_deco{
    width: 100%;
    height: 235px;
    margin-top: 60px;
    background: url(img/footer_bg_up.png) repeat-x center bottom;
}
.foot_deco .car{
    width: 100%;
    height: 100%;
    background: url(img/footer2.png) repeat-x center bottom;
    animation: car 10s linear infinite;
}
@keyframes car {
    from {
        background-position: 0 bottom;
    }
    to {
        background-position: -1466px bottom;
    }
}
footer{
    padding: 75px 0 20px;
    background: url(img/footer_bg.png) repeat-x center top #d3edab;
    position: relative;
    z-index: 10;
}
footer ul,
.sp_nav_bottom ul{
    width: calc(100% / 3);
}
footer li,
.sp_nav_bottom li{
    margin-bottom: 30px;
    font-size: 1.8rem;
    font-weight: bold;
}
footer li a:hover{
    color: #ea5d69;
}
footer p{
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.5;
}
footer p.logo{
    margin-bottom: 10px;
    text-align: center;
}
footer p.logo a{
    display: inline-block;
}
footer p span.com{
    margin-left: 20px;
}
footer p span.tel{
    font-size: 3rem;
}
footer p.privacy{
    margin-top: 40px;
}
footer p.privacy a{
    text-decoration: underline;
}
footer p.privacy a:hover{
    text-decoration: none;
}
.sp_menu{
    display: none;
}
/* トップページ */
.main_visual{
    background: url(img/top/main_visual.png) no-repeat center #f0fbfe;
    overflow: hidden;
}
.main_visual .inner1{
    min-height: 626px;
}
/*2023.12更新*/
.main_visual .slider{
    width: 725px;
    height: 725px;
    border-radius: 50%;
    position: absolute;
    top: -19%;
    left: 49%;
    z-index: 0;
    overflow: hidden;
}
.main_visual .slide-img {
    width: 725px;
    height: 725px;
    object-fit: cover;
}
/*ここまで*/
.main_visual.nav_wrap nav{
    width: 100%;
    max-width: 1066px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
}
.main_visual.nav_wrap nav ul{
    position: relative;
}
.main_visual.nav_wrap nav li{
    position: absolute;
    bottom: 0;
}
.main_visual.nav_wrap nav li:nth-of-type(3){
    left: 184px;
    bottom: 52px;
}
.main_visual.nav_wrap nav li:nth-of-type(4){
    left: 366px;
    bottom: 96px;
}
.main_visual.nav_wrap nav li:nth-of-type(5){
    right: 366px;
    bottom: 96px;
}
.main_visual.nav_wrap nav li:nth-of-type(6){
    right: 184px;
    bottom: 52px;
}
.main_visual.nav_wrap nav li:nth-of-type(7){
    right: 0;
}
.nav_wrap nav li a{
    position: relative;
    display: block;
}
.nav_wrap nav li a::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 0;
}
.nav_wrap nav li a:hover::before{
    animation: hover 1s infinite;
}
@keyframes hover {
    0%{opacity: 0;}
    25%{opacity: 0;}
    26%{opacity: 1;}
    50%{opacity: 1;}
    74%{opacity: 1;}
    75%{opacity: 0;}
    100%{opacity: 0;}
}
.nav_wrap nav li:first-of-type a::before{
    background: url(img/nav1_on.png) no-repeat;
    background: url(img/nav6_on.png) no-repeat;
    background-size: contain;
}
.nav_wrap nav li:nth-of-type(2) a::before{
    background: url(img/nav2_on.png) no-repeat;
    background: url(img/nav7_on.png) no-repeat;
    background-size: contain;
}
.nav_wrap nav li:nth-of-type(3) a::before{
    background: url(img/nav3_on.png) no-repeat;
    background-size: contain;
}
.nav_wrap nav li:nth-of-type(4) a::before{
    background: url(img/nav4_on.png) no-repeat;
    background-size: contain;
}
.nav_wrap nav li:nth-of-type(5) a::before{
    background: url(img/nav5_on.png) no-repeat;
    background-size: contain;
}
.nav_wrap nav li:nth-of-type(6) a::before{
    background: url(img/nav6_on.png) no-repeat;
    background-size: contain;
}
.nav_wrap nav li:nth-of-type(7) a::before{
    background: url(img/nav7_on.png) no-repeat;
    background-size: contain;
}
.nav_wrap nav li a::after{
    content: '';
    width: 93px;
    height: 18px;
    margin: 0 auto;
    background: url(img/nav_hover.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    z-index: 100;
    opacity: 0;
    transition: .5s;
}
.nav_wrap nav li a:hover::after{
    opacity: 1;
}
.nav_wrap nav.fixed,
section:not(.main_visual).nav_wrap nav{
    width: 100%;
    max-width: 946px;
    margin: 0 auto;
    position: fixed;
    top: -120px;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 100;
    transition: .8s;
}
.nav_wrap nav.fixed.show{
    top: 10px;
}
.nav_wrap nav.fixed li,
section:not(.main_visual).nav_wrap nav li{
    max-width: 110px;
    position: static;
}
.nav_wrap nav.fixed li.nav_home{
    display: block;
}
.main_visual.nav_wrap img.bird{
    position: absolute;
    top: 20px;
    left: -110px;
    animation: piyo2 3s linear infinite;
}

/* 緊急のお知らせ */
.home-alert{
    position: absolute;
    bottom: 0;
    width: 742px;
    left: 0;
    right: 0;
    margin: auto;
}

.home-alert_link{
    display: block;
    background-color: #f38579;
    color: #fff;
    font-size: 17px;
    text-align: center;
    padding: 28px;
    border-radius: 40px;
}
.home-alert_inner{
    display: flex;
    justify-content: center;
}

.info .df_sb{
    padding: 0 15px;
}
.info .df_sb > div{
    width: 50%;
    max-width: 400px;
}
.info .df_sb > div .article_wrap{
    margin-bottom: 36px;
    position: relative;
}
.info .df_sb > div .article_wrap img{
    margin-right: 22px;
    float: left;
}
.info .df_sb > div .article_wrap a:hover img{
    opacity: .7;
}
.info .df_sb > div .article_wrap p.day{
    margin-bottom: 5px;
}
.info .df_sb > div .article_wrap h3{
    font-size: 1.8rem;
    line-height: 1.4;
}
.info .df_sb > div .article_wrap h3 a:hover{
    color: #ea5d69;
}
.info .df_sb > div .article_wrap .more{
    position: absolute;
    right: 0;
    bottom: 0;
    transition: .5s;
}
.info .df_sb > div .article_wrap .more:hover{
    bottom: 5px;
}
.info .df_sb > div .article_wrap .more a,
.archive_wrap .archive_cont .more a{
    padding: 0 28px 2px 20px;
    background: #eeb2c4;
    color: #656565;
    border-radius: 20px;
    font-size: 1.7rem;
    position: relative;
}
.info .df_sb > div .article_wrap .more a:hover,
.archive_wrap .archive_cont .more a:hover{
    color: #FFF;
}
.info .df_sb > div .article_wrap .more a::after,
.archive_wrap .archive_cont .more a::after{
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: calc(50% - 5px);
    right: 10px;
    box-sizing: border-box;
    border: 5px solid transparent;
    border-left: 8px solid #555;
    transition: .5s;
}
.info .df_sb > div .article_wrap .more:hover a::after,
.archive_wrap .archive_cont .more:hover a::after{
    border-left: 8px solid #FFF;
}
section.philosophy,
section.target{
    padding: 0 32px;
}
section.philosophy ol,
section.target ol{
    list-style: none;
}
section.philosophy li,
section.target li{
    min-height: 94px;
    padding: 15px 0 15px 110px;
    margin-bottom: 30px;
    font-size: 2rem;
    line-height: 1.6;
    font-weight: bold;
}
@keyframes list {
    0% {background-position: left top;}
    50% {background-position: left top;}
    51% {background-position: left 5px top 0;}
    52% {background-position: left 0 top 0;}
    53% {background-position: left 5px top 0;}
    54% {background-position: left 0 top 0;}
    55% {background-position: left top;}
    100% {background-position: left top;}
}

/* TOPブログ部分 */
.blog-info_wrap{
    display: flex;
}
.blog-info_wrap .day:after{
    content: "/";
    margin-left: 8px;
    margin-right: 8px;
}

section.philosophy li:first-of-type{
    background: url(img/top/list1_1.png) no-repeat left top;
    animation: list 5s infinite;
}
section.philosophy li:nth-of-type(2){
    background: url(img/top/list1_2.png) no-repeat left top;
    animation: list 5s infinite;
    animation-delay: 2.5s;
}
section.philosophy li:nth-of-type(3){
    padding-top: 25px;
    background: url(img/top/list1_3.png) no-repeat left top;
    animation: list 5s infinite;
    animation-delay: 1.5s;
}
section.target p.catch{
    margin-bottom: 50px;
    font-size: 2.8rem;
    font-weight: bold;
}
section.target li:first-of-type{
    background: url(img/top/list2_1.png) no-repeat left top;
    animation: list 5s infinite;
}
section.target li:nth-of-type(2){
    background: url(img/top/list2_2.png) no-repeat left top;
    animation: list 5s infinite;
    animation-delay: 1.5s;
}
section.target li:nth-of-type(3){
    background: url(img/top/list2_3.png) no-repeat left top;
    animation: list 5s infinite;
    animation-delay: 2.5s;
}
section.target li h3{
    font-size: 2.8rem;
}
section.target li p{
    font-size: 2rem;
}
.home section.message{
    padding: 0 40px;
}
.home section.message p{
    margin-bottom: 25px;
    font-size: 1.8rem;
    /* font-weight: bold; */
}
span.indent{
    text-indent: 1em;
    display: block;
}
section.message p span.thought{
    color: #ea5d69;
    font-size: 120%;
}
.home section.message .teacher{
    align-items: flex-end;
}
.home section.message .teacher p{
    margin-bottom: 0;
    font-size: 15px;
    margin-left: auto;
}
.home section.message .teacher span.name{
    margin-left: 40px;
}
.home section.message .teacher p img{
    margin-left: 20px;
    display: inline-block;
}
.teacher_sign {
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
}
.teacher_sign:before {
    background: #D4EEFB;
    bottom: 0;
    content: '';
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.teacher_sign.show:before {
    animation: sign 2s cubic-bezier(.4, 0, .2, 1) forwards;
}
@keyframes sign {
    100% {
        transform: translateX(100%);
    }
}
img.teacher_img{
    margin-left: 20px;
}
.home #access,
.home #inquiry,
.home #photo{
    padding: 0 40px;
}
.home #access img{
    margin: 0 auto 50px;
}
.home #access p{
    font-size: 15px;
    font-weight: bold;
}
.home #access p span.name,
.home #access p span.tel{
    font-size: 20px;
}
.home #access p.btn{
    position: absolute;
    top: 0;
    right: 0;
}
.home #access p.btn a{
    padding: 10px 30px;
    background: #ffd6d8;
    border-radius: 20px;
    color: #56213b;
    font-size: 1.6rem;
    font-weight: bold;
}



.home #access .btn a:hover{
    top: -5px;
    background: #c4e5e4;
}
.home #inquiry p{
    font-size: 15px;
    font-weight: bold;
}
.home #inquiry form{
    margin-top: 40px;
}
.home #inquiry form br{
    display: none;
}
.home #inquiry label{
    margin: 20px 0 10px;
    font-size: 15px;
    font-weight: bold;
    display: block;
}
.home #inquiry label span{
    margin-left: 20px;
    padding: 2px 5px;
    background: #d83174;
    color: #FFF;
    font-size: 1.8rem;
}
.home #inquiry input,
.home #inquiry textarea{
    width: 100%;
    padding: 20px;
    background: #ffeaeb;
    border: 2px solid #d83174;
    border-radius: 20px;
    font-size: 2.2rem;
    display: block;
    transition: .5s;
}
.home #inquiry input{
    text-align: center;
}
.home #inquiry ::placeholder{
    color: #a09a9a;
}
.home #inquiry input:focus,
.home #inquiry textarea:focus{
    transform: translateY(-5px);
    box-shadow: 0 0 15px rgba(216, 49, 116,.5);
    outline: none;
}
.home #inquiry .radio_wrap{
    margin-bottom: 30px;
}
.home #inquiry .radio_wrap input[type="radio"]{
    display: none;
}
.home #inquiry .radio_wrap label{
    margin: 0 50px 0 0;
    padding: 5px 0 0 35px;
    position: relative;
}
.home #inquiry .radio_wrap label::before{
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ffeaeb;
    border: 2px solid #d83174;
    position: absolute;
    top: 0;
    left: 0;
}
.home #inquiry .radio_wrap .wpcf7-list-item-label::after{
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #7c7c7c;
    position: absolute;
    top: 8px;
    left: 8px;
    opacity: 0;
    transition: .5s;
}
.home #inquiry .radio_wrap input:checked + .wpcf7-list-item-label::after{
    opacity: 1;
}
.home #inquiry .radio_wrap span{
    margin: 0;
    background: none;
    color: #111;
    font-size: 2.2rem;
}
.home #inquiry .radio_wrap span.wpcf7-list-item{
    margin: 0;
}
.home #inquiry input[type="submit"]{
    max-width: 326px;
    margin: 50px auto 0;
    background: #d83174;
    color: #FFF;
    border-radius: 35px;
}
.home #inquiry input[type="submit"]:hover{
    background: #FFF;
    color: #d83174;
}
.wpcf7 form .wpcf7-response-output{
    font-size: 2rem;
    padding: 10px;
    background: #FFF;
}

/*2023.12追加　給付ページへのリンクボタン*/
.btn-kessai{
    text-align: center;
    margin-top: 40px;
}
.btn-kessai a{
    display: block;
    width: 100%;
    max-width: 326px;
    font-size: 2.2rem;
    color: #fff;
    text-decoration: none;
    background-color: #208dec;
    border: 2px solid #208dec;
    border-radius: 40px;
    margin: 0 auto;   
    padding: 20px;
    transition: all .5s;
}
.btn-kessai a:hover {
    background: #FFF;
    color: #208dec;
}
/*ここまで*/

/* 固定ページ */
body:not(.home) h1{
    padding: 45px 5px;
    font-size: 3rem;
    line-height: 1.5;
    text-align: center;
    background: url(img/sub/h1.png) no-repeat center #f0fbfe;
    background-size: cover;
}
body:not(.home) h1::before,
body:not(.home) h1::after{
    content: '';
    width: 93px;
    height: 52px;
    background: url(img/sub/h1_ex.png) no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}
body:not(.home) h1::before{
    margin-right: 20px;
}
body:not(.home) h1::after{
    margin-left: 15px;
}
body:not(.home) h1.no_icon::before,
body:not(.home) h1.no_icon::after{
    content: none;;
}
section:not(.main_visual).nav_wrap .alert{
    margin-bottom: 10px;
    position: static;
}
section:not(.main_visual).nav_wrap .alert a{
    padding: 10px;
    font-size: 1.8rem;
}
.cont_wrap.subpage{
    padding: 40px 0;
}
.cont_wrap.subpage p{
    margin-bottom: 15px;
}
.cont_wrap.subpage p.bm0{
    margin-bottom: 0;
}
.bg_white,
.table_wrap{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 30px;
    background: #FFF;
    border-radius: 10px;
}
.table_wrap table tr{
    border-bottom: dotted 2px #999;
}
.table_wrap table th,
.table_wrap table td{
    padding: 10px;
    line-height: 1.5;
}
.table_wrap table th{
    width: 160px;
    text-align: left;
    color: #e94b72;
    font-weight: normal;
    font-size: 2.2rem;
    border-right: 2px solid #FFF;
}
.table_wrap table tr.colspan{
    border-bottom: none;
}
.table_wrap table tr.colspan th{
    width: 100%;
    padding: 15px 10px 0;
}
.table_wrap table td{
    font-size: 1.8rem;
}
.bg_white p{
    font-size: 2rem;
    line-height: 1.5;
}
/* 園での過ごし方 */
body h1.spend_h1::before,
body h1.spend_h1::after{
    width: 67px;
    height: 66px;
    background: url(img/sub/spend_h1.png) no-repeat;
    background-size: contain;
}
img.img_center{
    margin: 0 auto;
}
.spend_class{
    width: 100%;
    max-width: 960px;
    min-height: 130px;
    margin: 0 auto;
    padding-left: 100px;
    background: url(img/sub/spend_class.png) no-repeat left top 10px;
}
.spend_class + .spend_class{
    margin-top: 50px;
}
.spend_class h3{
    margin-bottom: 15px;
    padding: 10px 15px;
    background: #e9516e;
    border-radius: 25px;
    font-size: 2.6rem;
    color: #FFF;
    display: inline-block;
}
.spend_class li{
    padding: 2px 5px 2px 40px;
    background: url(img/sub/spend_list.png) no-repeat left top;
    font-size: 2rem;
    line-height: 1.5;
    list-style: none;
    font-weight: bold;
}
.spend_class li + li{
    margin-top: 10px;
}
.spend_other li{
    padding: 2px 5px 2px 40px;
    background: url(img/sub/spend_list.png) no-repeat left top;
    font-size: 2rem;
    line-height: 1.5;
    list-style: none;
    font-weight: bold;
}
.spend_other li + li{
    margin-top: 10px;
}
.spend_other-text{
    font-size: 2rem;
    margin: 16px 0;
}

.spend_other-desc{
    font-size: 2.5rem;
    font-weight: bold;
}
.spend_bottom_h3{
    margin: 50px 0 20px;
}
.spend_bottom_h3 h3,
.temporary_page h3{
    padding: 15px 30px;
    background: #e9516e;
    border-radius: 25px;
    font-size: 2.2rem;
    color: #FFF;
    display: inline-block;
}
ul.spend_bottom_list{
    justify-content: center;
}
ul.spend_bottom_list li{
    padding: 2px 15px 2px 42px;
    list-style: none;
    font-size: 2.2rem;
    font-weight: bold;
    background: url(img/sub/spend_bottom_list.png) no-repeat left top;
    line-height: 1.5;
}
/* 入園について */
body h1.enter_h1::before,
body h1.enter_h1::after{
    width: 52px;
    height: 56px;
    background: url(img/sub/enter_h1.png) no-repeat;
    background-size: contain;
}
main .enter_page p,
main .enter_page table,
main .enter_page li{
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.8;
}
main .enter_page table{
    margin-bottom: 15px;
}
main .enter_page ul{
    margin-left: 20px;
}
main .enter_page ul.ate,
main .temporary_page ul.ate{
    margin-left: 0;
}
main .enter_page ul.ate li,
main .temporary_page ul.ate li{
    padding-left: 1.5em;
    list-style-type: none;
    position: relative;
}
main .enter_page ul.ate li::before,
main .temporary_page ul.ate li::before{
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
}
/* 一時預かりについて */
body h1.temporary_h1::before,
body h1.temporary_h1::after{
    width: 63px;
    height: 40px;
    background: url(img/sub/temporary_h1.png) no-repeat;
    background-size: contain;
}
.cont_wrap.subpage.temporary_page{
    padding-left: 30px;
    padding-right: 30px;
}
ol.temporary_ol1,
ol.temporary_ol2{
    max-width: 880px;
    margin: 0 auto;
    counter-reset: number;
}
ol.temporary_ol1 li{
    padding: 65px 0 0 25px;
    list-style: none;
    background: url(img/sub/temporary_list.png) no-repeat left top;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: bold;
    position: relative;
}
ol.temporary_ol1 li + li{
    margin-top: 30px;
}
ol.temporary_ol1 li::before{
    counter-increment: number;
    content: counter(number);
    position: absolute;
    top: 8px;
    left: 28px;
    font-size: 2.4rem;
}
.temporary_inner{
    max-width: 880px;
    margin: 0 auto;
}
.temporary_page h3{
    margin-bottom: 20px;
}
.temporary_page h3.mt60{
    margin-top: 60px;
}
main .temporary_page p{
    font-size: 2rem;
    font-weight: bold;
    padding-left: 20px;
}
.temporary_page table{
    margin: 40px 20px;
    font-size: 2rem;
    font-weight: bold;
}
.temporary_page table th,
.temporary_page table td{
    padding: 5px;
}
.temporary_page table th{
    width: 160px;
    text-align: left;
}
.temporary_page table th span{
    padding: 5px 10px;
    border-radius: 20px;
    background: #fff396;
}
.temporary_page table td{
    line-height: 1.5;
}
.temporary_page .df_sb{
    max-width: 930px;
    margin: 0 auto;
}
.temporary_page .df_sb > div{
    width: 50%;
}
ol.temporary_ol2 {
    margin: 20px auto;
}
ol.temporary_ol2 > li{
    padding: 50px 20px;
    list-style: none;
    background: #ffe7e8;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
    position: relative;
    border-radius: 20px;
}
ol.temporary_ol2 > li:last-of-type{
    padding-bottom: 20px;
}
ol.temporary_ol2 > li + li{
    margin-top: 40px;
}
ol.temporary_ol2 > li::before{
    content: '';
    width: 62px;
    height: 56px;
    margin: 0 auto;
    background: url(img/sub/temporary_list2.png) no-repeat left top;
    background-size: contain;
    position: absolute;
    top: -26px;
    left: 0;
    right: 0;
}
ol.temporary_ol2 > li::after{
    width: 1em;
    margin: 0 auto;
    counter-increment: number;
    content: counter(number);
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    font-size: 2.4rem;
    text-align: center;
}
ol.temporary_ol2 > li > ul {
    margin-top: 15px;
    margin-left: 140px;
    display: flex;
}
ol.temporary_ol2 > li > ul > li{
    list-style: none;
    margin-right: 20px;
    padding: 10px 20px;
    background: #fff396;
    border-radius: 25px;
}
main .temporary_page ul.ate{
    max-width: 880px;
    margin: 0 auto;
}
main .temporary_page ul.ate li{
    margin-bottom: 10px;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: bold;
}
/* プライバシーポリシー */
.cont_wrap.subpage.privacy_page{
    max-width: 900px;
    margin: 0 auto;
}
main .privacy_page .top_text{
    margin-bottom: 30px;
    font-size: 2rem;
}
main .privacy_page h2{
    margin: 50px 0 15px;
    padding: 0;
    border-bottom: 2px solid #ffd6d8;
    background: none;
    display: block;
    font-size: 2rem;
}
main .privacy_page ul{
    margin-left: 30px;
    font-size: 1.6rem;
    line-height: 1.5;
}
main .privacy_page li{
    margin-bottom: 10px;
}
/* ダウンロード */
body h1.download_h1::before,
body h1.download_h1::after{
    width: 42px;
    height: 41px;
    background: url(img/sub/download_h1.png) no-repeat;
    background-size: contain;
}
.cont_wrap.subpage.download_page p{
    margin-bottom: 40px;
}
.cont_wrap.subpage.download_page .wp-block-image{
    margin-bottom: 40px;
}
.wp-block-file.is-style-default{
    width: 100%;
    max-width: 610px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 2rem;
    background: #eeb2c4;
    border-radius: 15px;
}
.wp-block-file.is-style-default > a{
    width: 50%;
}
.wp-block-file.is-style-default > a:not(.wp-block-file__button){
    padding: 10px;
    border: 2px solid #eeb2c4;
    background: #FFF;
    line-height: 1.4;
    border-radius: 15px 0 0 15px;
}
.wp-block-file.is-style-default a.wp-block-file__button{
    margin: 0;
    padding: 15px 38px 15px 10px;
    color: #FFF;
    font-size: 2rem;
    position: relative;
    background: none;
}
.wp-block-file.is-style-default a.wp-block-file__button::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border-top: 12px solid #FFF;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    transition: .5s;
}
.wp-block-file.is-style-default a.wp-block-file__button:hover::after{
    top: calc(50% + 5px)
}
.wp-block-file.is-style-pdf,
.wp-block-file.is-style-excel,
.wp-block-file.is-style-doc{
    margin-bottom: 20px;
    line-height: 1.4;
}
.wp-block-file.is-style-pdf a:not(.wp-block-file__button),
.wp-block-file.is-style-excel a:not(.wp-block-file__button),
.wp-block-file.is-style-doc a:not(.wp-block-file__button){
    font-size: 1.8rem;
}
.wp-block-file.is-style-pdf a:not(.wp-block-file__button)::before,
.wp-block-file.is-style-excel a:not(.wp-block-file__button)::before,
.wp-block-file.is-style-doc a:not(.wp-block-file__button)::before{
    content: '';
    width: 23px;
    height: 27px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.wp-block-file.is-style-pdf a:not(.wp-block-file__button)::before{
    background: url(img/sub/pdf.png) no-repeat;
}
.wp-block-file.is-style-excel a:not(.wp-block-file__button)::before{
    background: url(img/sub/excel.png) no-repeat;
}
.wp-block-file.is-style-doc a:not(.wp-block-file__button)::before{
    background: url(img/sub/doc.png) no-repeat;
}
.wp-block-file.is-style-pdf a.wp-block-file__button,
.wp-block-file.is-style-excel a.wp-block-file__button,
.wp-block-file.is-style-doc a.wp-block-file__button{
    padding: 5px 20px;
    background: #eeb2c4;
    color: #FFF;
    font-size: 1.6rem;
    display: inline-block;
}
/* アーカイブ */
.archive_wrap.cont_wrap{
    padding-top: 40px;
}
.archive_wrap .archive_cont,
.single_cont{
    padding: 30px;
    background: #FFF;
    border-radius: 20px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.archive_wrap .archive_cont{
    padding-bottom: 120px;
}
.archive_wrap .archive_cont + .archive_cont{
    margin-top: 40px;
}
.archive_wrap .archive_cont h2{
    margin: 0 0 60px;
    padding: 40px 0 0 100px;
    background: none;
    display: block;
}
.archive_wrap .archive_cont h2 a:hover{
    color: #ea5d69;
}
.archive_wrap .archive_cont .blog_day,
.single_cont .day{
    width: 87px;
    height: 109px;
    padding: 20px 10px 10px;
    background: url(img/sub/blog_day.png) no-repeat;
    background-size: contain;
    position: absolute;
    font-size: 2rem;
    line-height: 1.3;
    word-wrap: break-word;
    text-align: center;
}
.archive_wrap .archive_cont .blog_day{
    top: 10px;
    left: 10px;
}
.archive_wrap .archive_cont a.cate,
.single_cont .cate{
    position: absolute;
    top: 20px;
    right: 15px;
}
.archive_wrap .archive_cont a.cate,
.single_cont .cate a{
    padding: 5px 25px;
    background: #bbb;
    color: #FFF;
    border-radius: 25px;
    display: inline-block;
    font-size: 1.8rem;
    line-height: 1;
}
.archive_wrap .archive_cont a.cate:hover,
.single_cont .cate a:hover{
    opacity: .8;
}
.archive_wrap .archive_cont p{
    margin-bottom: 10px;
    font-size: 1.5rem;
    line-height: 1.8;
    font-weight: bold;
}
.archive_wrap .archive_cont .cont h2{
    margin: 20px 0 10px;
    padding: 0;
    font-size: 1.8rem;
}
.archive_wrap .archive_cont .cont h3{
    margin: 20px 0 10px;
    padding: 0;
    font-size: 1.6rem;
}
.archive_wrap .archive_cont img,
.single_cont img{
    margin: 30px auto;
    border-radius: 20px;
}
.archive_wrap .archive_cont .cont ul{
    margin: 0 0 20px 20px;
}
.archive_wrap .archive_cont .cont li{
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 1.5rem;
}
.archive_wrap .archive_cont .cont table{
    font-size: 1.5rem;
}
.archive_wrap .archive_cont .cont table td{
    padding: 10px;
    border: 1px solid #ccc;
}
/* ページ送り */
.wp-pagenavi{
    margin-top: 20px;
    text-align: center;
    font-size: 1.5rem;
    color: #333;
}
.wp-pagenavi span,
.wp-pagenavi a{
    width: 42px;
    height: 42px;
    margin: 0 5px 10px;
    display: inline-block;
    border-radius: 50%;
    font-size: 1.8rem;
    line-height: 42px;
    text-align: center;
}
.wp-pagenavi .current,
.wp-pagenavi a:hover{
    background-color: #ffc1d9;
}
.wp-pagenavi a{
    margin: 0 10px;
    background-color: #ffffff;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.first,
.wp-pagenavi a.last{
    width: auto;
    height: auto;
    background: none;
    border: none;
}
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi a.first:hover,
.wp-pagenavi a.last:hover{
    color: #ffc1d9;
}
/* ブログ */
body h1.blog_h1::before,
body h1.blog_h1::after{
    width: 48px;
    height: 38px;
    background: url(img/sub/blog_h1.png) no-repeat;
    background-size: contain;
}
.sidebar_wrap .blog_list{
    width: 200px;
    margin-top: 60px;
}
.sidebar_wrap .blog_list h2{
    margin: 30px 0 10px;
    font-size: 2rem;
}
.sidebar_wrap .blog_list li{
    margin-bottom: 10px;
    padding: 26px 0 10px;
    border-bottom: dotted 1px #333;
    font-size: 1.8rem;
    list-style: none;
    display: block;
    position: relative;
    font-weight: bold;
    line-height: 1.4;
}
.sidebar_wrap .blog_list li a:hover{
    color: #ea5d69;
}
.sidebar_wrap .blog_list li span.post-date{
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 1.4rem;
}
.sidebar_wrap .blog_list li.cat-item{
    padding-top: 10px;
}
.sidebar_wrap .blog_list .children li{
    margin-bottom: 0;
    padding: 10px 0 0 20px;
    border-bottom: none;
}
.sidebar_wrap .main_cont{
    width: calc(100% - 220px);
}
.archive_wrap .blog_cont .archive_cont{
    background: url(img/sub/blog_deco.png) no-repeat right 15px bottom 15px #FFF;
}
/* お知らせ */
body h1.news_h1::before,
body h1.news_h1::after{
    width: 52px;
    height: 38px;
    background: url(img/sub/news_h1.png) no-repeat;
    background-size: contain;
}
.archive_wrap.news_cont .archive_cont{
    background: url(img/sub/news_deco.png) no-repeat left 30px bottom 30px #FFF;
}
/* 記事 */
.single .cont_wrap{
    padding-top: 40px;
}
.single_cont{
    padding: 60px 30px 30px;
    width: calc(100% - 220px);
    margin-top: 120px;
}
.single_cont .day{
    top: -110px;
    left: 10px;
    z-index: 10;
}
.single_cont div:first-of-type h2{
    margin-top: 0;
}
.single_cont p{
    margin-bottom: 10px;
    line-height: 1.8;
}
.single_cont .cate a.news,
.archive_wrap .archive_cont a.cate.news{
    background: #ffb81a;
}
.single_cont .cate a.blog,
.archive_wrap .archive_cont a.cate.blog{
    background: #17b5ff;
}
.single_cont .cate a.info,
.archive_wrap .archive_cont a.cate.info{
    background: #ffc1d9;
    color: #111;
}
.single_cont h3{
    margin: 30px 0 15px;
    padding: 10px 15px;
    background: #e9516e;
    border-radius: 25px;
    font-size: 2rem;
    color: #FFF;
    display: inline-block;
}
.single_cont ul{
    margin-left: 20px;
    margin-bottom: 20px;
}
.single_cont li{
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 1.4;
}
.single_cont table{
    font-size: 1.6rem;
}
.single_cont table td{
    padding: 10px;
    border: 1px solid #ccc;
}
@media screen and (max-width: 1199px) {
    header,
    .main_visual,
    main{
        overflow: hidden;
    }
    header .logo{
        width: 300px;
    }
    header p.dl{
        top: 10px;
    }
    header ul li{
        font-size: 1.8rem;
    }
    .single_cont .day{
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .single .cont_wrap{
        padding-top: 130px;
    }
}
@media screen and (max-width: 1000px) {
    header{
        width: 100%;
        padding: 15px 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 500;
        background: #FFF;
    }
    header p.tel,
    header p.dl,
    header ul{
        display: none;
    }
    .nav-open{
        display: block;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 15px;
        right: 10px;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .nav-open span, .nav-open span:before, .nav-open span:after {
        position: absolute;
        height: 4px;
        width: 100%;
        background: #111;
        display: block;
        content: '';
        cursor: pointer;
        transition: .5s;
    }
    .nav-open span{
        top: 0;
    }
    .nav-open span:before {
        bottom: -15px;
    }
    .nav-open span:after {
        bottom: -30px;
    }
    .open-menu .nav-open span,
    .open-menu .nav-open span:before{
        display: inline-block;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        width: 40px;
        height: 3px;
    }
    .head_content.head_up .nav-open span,
    .head_content.head_up .nav-open span:before,
    .head_content.head_up .nav-open span:after,
    .open-menu .head_content.head_up .nav-open span,
    .open-menu .head_content.head_up .nav-open span:before{
        background: #111;
    }
    .open-menu .nav-open span::after{
        display: none;
    }
    .open-menu .nav-open span{
        top: 15px;
        transform: rotate(-45deg);
    }
    .open-menu .nav-open span:before{
        top: 0;
        transform: rotate(90deg);
    }
    .overlay{
        display: none;
        position: fixed;
        z-index: 400;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(img/sp_menu_bg.png) repeat center top #FFF;
        opacity: 0;
        transition: .3s ease-in-out;
    }
    .open-menu .overlay{
        padding-top: 136px;
        display: block;
        animation: fade-in .5s;
        animation-fill-mode:forwards;
        overflow-y: scroll;
    }
    @keyframes fade-in {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    body.open-menu{
        overflow: hidden;
        height: 100%;
    }
    .pt img{
        width: 160px;
    }
    .inner1,
    .inner2{
        padding-left: 10px;
        padding-right: 10px;
    }
    .main_visual{
        background-color: #FFF;
        background-size: contain;
        background-position: top center;
    }
    .main_visual .inner1 {
        min-height: inherit;
        padding-top: 25vw;
    }
    /*2023.12更新*/
    .main_visual .slider{
        width: 40vw;
        height: 40vw;
        top: -11%;
    }
    .main_visual .slide-img {
        width: 40vw;
        height: 40vw;
    }
    /*ここまで*/
    .nav_wrap{
        margin-top: 126px;
    }
    .main_visual.nav_wrap nav{
        position: static;
    }
    .main_visual.nav_wrap nav ul,
    .sp_nav_up ul{
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }
    .sp_nav_up ul{
        padding: 0 10px;
        justify-content: space-between;
    }
    .main_visual.nav_wrap nav li,
    .sp_nav_up li{
        width: calc((100% - 24px) / 3);
        margin-bottom: 10px;
        position: static;
    }
    .nav_wrap nav.fixed{
        position: static;
    }
    section:not(.main_visual).nav_wrap nav{
        display: none;
    }
    .nav_wrap nav.fixed li.nav_home{
        display: none;
    }
    .nav_wrap nav.fixed li, section:not(.main_visual).nav_wrap nav li{
        max-width: inherit;
    }
    .main_visual.nav_wrap img.bird{
        width: 20%;
        left: 20px;
    }
    .nav_wrap .alert{
        width: calc(100% - 20px);
        margin: 0 auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: auto;
    }
    .nav_wrap .alert a{
        padding: 10px;
        font-size: 1.7rem;
    }
    main .move_bg .m_bg1{
        left: 10px;
    }
    main .move_bg .m_bg3{
        right: 10px;
    }
    .home section.message .teacher span.name{
        margin-top: 10px;
        display: block;
    }
    main .enter_page table td:first-of-type{
        white-space:nowrap;
    }
}
@media screen and (max-width: 768px) {
    .no_pc{
        display: block;
    }
    .no_sp{
        display: none;
    }
    header{
        padding: 10px;
    }
    header .logo{
        width: 200px;
    }
    /*2023.12更新*/
    .main_visual .slider{
        width: 50vw;
        height: 50vw;
        top: -6%;
        left: 45%;
    }
    .main_visual .slide-img {
        width: 50vw;
        height: 50vw;
    }
    /*ここまで*/
    .nav_wrap{
        margin-top: 85px;
        padding-bottom: 10px;
        position: relative;
        z-index: 10;
        background-color: #FFF;
    }
    section:not(.main_visual).nav_wrap .alert{
        margin-bottom: 0;
    }
    .open-menu .overlay{
        padding-top: 95px;
    }
    .pc_menu{
        display: none;
    }
    .sp_menu{
        display: block;
    }
    .sp_nav_bottom{
        margin-top: 15px;
    }
    .foot_deco{
        position: relative;
        z-index: 10;
    }
    footer .df_sb{
        padding: 0 20px;
        margin-bottom: 20px;
    }
    footer ul,
    .sp_nav_bottom ul{
        width: 50%;
    }
    .sp_nav_bottom ul{
        padding: 0 20px;
    }
    .pt img {
        width: 100px;
    }
    .info .df_sb > div{
        width: 100%;
        max-width: 100%;
    }
    body:not(.home) h1{
        position: relative;
        z-index: 10;
    }
    main{
        position: relative;
        z-index: 1;
    }
    main .inner2.move_bg_wrap{
        padding-left: 0;
        padding-right: 0;
    }
    main .move_bg {
        width: 100%;
        height: 100vh;
        position: fixed;
        z-index: 5;
    }
    main .sp_bg {
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        z-index: 0;
        background: url(img/bg2.png) repeat-y center #e1fdff;
    }
    main .sp_bg2 {
        width: 100%;
        height: 100vh;
        position: absolute;
        z-index: 1;
        background: url(img/bg1.png) no-repeat center top;
        background-size: 800px 100vh;
    }
    main .move_bg .m_bg1{
        width: 90px;
        top: 110px;
    }
    main .move_bg .m_bg2{
        width: 30px;
        top: 280px;
        right: 120px;
    }
    main .move_bg .m_bg3{
        width: 80px;
        top: 480px;
        right: 0;
    }
    .home-alert{
        position: relative;
        bottom: 0;
        width: auto;
        left: 0;
        right: 0;
        margin: auto;
    }
    .cont_wrap{
        padding: 0 10px;
        z-index: 10;
    }
    .cont_wrap.subpage{
        padding: 40px 10px;
    }
    section.philosophy,
    section.target{
        padding: 0;
    }
    .home #access p span.name,
    .home #access p span.tel{
        font-size: 2.4rem;
    }
    .home #access,
    .home #inquiry,
    .home #photo{
        padding: 0;
    }
    .home #inquiry .radio_wrap label{
        margin-bottom: 10px;
    }
    .table_wrap table th,
    .table_wrap table td{
        width: 100%;
        display: block;
    }
    .table_wrap table th{
        font-size: 1.8rem;
    }
    .table_wrap table th{
        padding-bottom: 0;
    }
    .table_wrap table td{
        padding-top: 0;
        font-size: 1.6rem;
    }
    .table_wrap table tr.col_bottom{
        border-bottom: 0;
    }
    .table_wrap table tr.col_bottom th{
        padding: 0 10px;
    }
    .table_wrap table tr.col_bottom2 th{
        padding: 0 10px;
    }
    .line_no_sp{
        display: none;
    }
    p.top_text {
        text-align: left;
    }
    p.top_text br{
        display: none;
    }
    .cont_wrap.subpage.temporary_page{
        padding-left: 10px;
        padding-right: 10px;
    }
    ol.temporary_ol1 li{
        padding-left: 0;
        background-position: center top;
    }
    ol.temporary_ol1 li::before{
        width: 1em;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
    }
    .wp-block-file.is-style-default,
    .wp-block-file.is-style-default a.wp-block-file__button,
    .wp-block-file.is-style-pdf a:not(.wp-block-file__button),
    .wp-block-file.is-style-excel a:not(.wp-block-file__button),
    .wp-block-file.is-style-doc a:not(.wp-block-file__button),
    .wp-block-file.is-style-pdf a.wp-block-file__button,
    .wp-block-file.is-style-excel a.wp-block-file__button,
    .wp-block-file.is-style-doc a.wp-block-file__button{
        font-size: 1.5rem;
    }
    .wp-block-file.is-style-pdf,
    .wp-block-file.is-style-excel,
    .wp-block-file.is-style-doc{
        margin-bottom: 30px;
    }
    .wp-block-file.is-style-pdf a.wp-block-file__button,
    .wp-block-file.is-style-excel a.wp-block-file__button,
    .wp-block-file.is-style-doc a.wp-block-file__button{
        margin-top: 5px;
    }
    .df_sb.sidebar_wrap{
        align-items: flex-start;
        flex-direction: column-reverse;
    }
    .sidebar_wrap .blog_list,
    .sidebar_wrap .main_cont{
        width: 100%;
    }
    .blog_list > div{
        margin-bottom: 20px;
        /* padding: 15px;
        background: rgba(255,255,255,0.8);
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 20px; */
    }
    .blog_list > div + div{
        margin-top: 20px;
    }
    .archive_wrap.cont_wrap{
        padding-top: 20px;
    }
    .single_cont{
        padding-top: 60px;
        width: 100%;
    }
    .sidebar_inner{
        width: 100%;
    }
}
@media screen and (max-width: 667px) {
    .blog-info_wrap p{
        font-size: 1.2rem;
    }
    .info .df_sb > div .article_wrap h3{
        font-size: 1.6rem;
    }
    .single_cont{
        padding: 30px 15px;
       
    }
    .archive_wrap .archive_cont{
        padding: 15px 15px 100px;
    }
    .single_cont p.cate{
        margin-bottom: 20px;
        position: static;
        text-align: center;
    }
    .archive_wrap .archive_cont img{
        width: 100%;
        margin: 0 0 20px;
        float: none;
    }
    .archive_wrap .archive_cont .more{
        margin-top: 20px;
        position: static;
    }
    .archive_wrap .archive_cont .more a{
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    body h1.blog_h1::before,
    body h1.news_h1::before{
        content: none;
    }
    body h1.blog_h1::after,
    body h1.news_h1::after{
        margin: 10px auto 0;
        display: block;
    }
    #photo .photo_list{
        margin-top: 40px;
    }
    
    #photo .photo_item{
        padding-bottom: 20px;
    }
    #photo .photo_item:nth-child(2n+1){
        padding-right: 10px;
    }
    #photo .photo_item:nth-child(2n){
        padding-left: 10px;
    }
    
    #photo .photo_item img{
        border-radius: 20px;
    }
}
@media screen and (max-width: 568px) {
    .no_sp568{
        display: block;
    }
    .nav_wrap .alert a{
        padding: 5px 10px;
        white-space: nowrap;
        overflow-x: scroll;
        font-size: 1.5rem;
    }
    .nav_wrap .alert a:hover{
        opacity: 1;
    }
    main h2{
        margin: 60px 0 30px;
        font-size: 2.4rem;
    }
    main .info .df_sb div:nth-of-type(2) h2{
        margin-top: 20px;
    }
    section.philosophy li,
    section.target li{
        margin-bottom: 10px;
        padding: 10px 0 10px 65px;
        font-size: 1.8rem;
    }
    section.philosophy li:first-of-type,
    section.philosophy li:nth-of-type(2),
    section.philosophy li:nth-of-type(3){
        background-size: 55px;
    }
    section.philosophy li:nth-of-type(3){
        padding-top: 10px;
    }
    section.target li:first-of-type,
    section.target li:nth-of-type(2),
    section.target li:nth-of-type(3){
        background-size: 50px;
    }
    section.target p.catch,
    section.target li h3{
        font-size: 2.4rem;
    }
    section.target li p{
        font-size: 1.8rem;
    }
    .home section.message{
        padding: 0;
    }
    .home section.message p{
        font-size: 1.6rem;
    }
    section.message p span.thought{
        font-size: 110%;
    }
    .home section.message .teacher > p{
        width: 100%;
        text-align: center;
    }
    .home section.message .teacher span.name{
        margin-left: 0;
    }
    img.teacher_img{
        margin: 20px auto;
    }
    .home #access img{
        margin-bottom: 15px;
    }
    .home #access p.btn{
        margin: 0 auto 15px;
        padding: 15px 30px;
        position: static;
        text-align: center;
    }
    .home #access p.btn a{
        display: inline-block;
    }
    .home #inquiry p{
        font-size: 1.6rem;
    }
    .home #inquiry input,
    .home #inquiry textarea{
        padding: 15px;
        font-size: 1.6rem;
    }
    .home #inquiry .radio_wrap span{
        font-size: 1.8rem;
    }
    .home #inquiry input[type="submit"]{
        margin-top: 20px;
        font-size: 2rem;
    }
    /*2023.12追加　給付ページへのリンクボタン*/
    .btn-kessai{
        margin-top: 20px;
    }
    .btn-kessai a{
        font-size: 2rem;
        font-weight: 600;
        padding: 15px;
    }
    /*ここまで*/
    .foot_deco{
        height: 110px;
        margin-top: 0;
        background-size: contain;
    }
    .foot_deco .car{
        background: url(img/footer2.png) repeat-x center bottom;
        background-size: contain;
        animation: car2 300s linear infinite;
    }
    @keyframes car2 {
        from {
            background-position: 0 bottom;
        }
        to {
            background-position: -15000px bottom;
        }
    }
    footer .df_sb{
        padding: 0 10px;
    }
    footer li, .sp_nav_bottom li{
        margin-bottom: 25px;
        font-size: 1.6rem;
        line-height: 1.4;
    }
    footer p.logo{
        width: 200px;
        margin: 0 auto 10px;
    }
    footer p span.com {
        margin-left: 0;
        display: block;
    }
    footer p span.com + br{
        display: none;
    }
    footer p span.tel {
        font-size: 2rem;
    }
    footer p.privacy{
        margin-top: 20px;
    }
    body:not(.home) h1{
        font-size: 2.4rem;
    }
    body.single h1{
        padding: 20px 15px;
    }
    .bg_white p{
        font-size: 1.6rem;
    }
    .spend_class{
        padding-left: 70px;
        background-size: 50px;
    }
    .spend_class h3{
        font-size: 1.8rem;
    }
    .spend_class li{
        font-size: 1.8rem;
        padding-left: 35px;
        background-size: 30px;
    }
    .spend_other li{
        font-size: 1.8rem;
        padding-left: 35px;
        background-size: 30px;
    }
    .spend_other-text{
        font-size: 1.6rem;
    }
    .spend_other-desc{
        font-size: 1.8rem;
    }
    .spend_bottom_h3 h3{
        font-size: 2rem;
    }
    ul.spend_bottom_list li{
        margin-bottom: 10px;
        font-size: 1.8rem;
    }
    .table_wrap {
        padding: 10px 10px 20px;
    }
    main .temporary_page p{
        padding-left: 0;
    }
    .temporary_page h3{
        padding: 10px 20px;
        font-size: 1.8rem;
    }
    .temporary_page h3.mt60{
        margin-top: 40px;
    }
    .temporary_page table{
        margin: 20px 0;
    }
    .temporary_page table th,
    .temporary_page table td{
        width: 100%;
        display: block;
    }
    .temporary_page table th{
        padding-top: 10px;
    }
    ol.temporary_ol2 > li > ul{
        margin-left: 0;
    }
    main .privacy_page .top_text,
    main .privacy_page h2{
        font-size: 1.8rem;
    }
    main .privacy_page .has-text-align-right{
        text-align: left;
    }
    body h1.download_h1{
        font-size: 2rem;
    }
    .archive_wrap .archive_cont .blog_day,
    .single_cont .day{
        width: 60px;
        height: 80px;
        padding: 10px 0 10px;
        font-size: 1.6rem;
        text-align: center;
    }
    .archive_wrap .archive_cont h2{
        margin-bottom: 40px;
        padding: 30px 0 0 60px;
        font-size: 2.2rem;
    }
    .archive_wrap .archive_cont a.cate{
        top: 10px;
        right: 10px;
        font-size: 1.5rem;
    }
    .single .cont_wrap{
        padding-top: 90px;
    }
    .single_cont .day{
        top: -75px;
    }
    .wp-pagenavi span, .wp-pagenavi a{
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 414px) {
    section.target p.catch, section.target li h3{
        font-size: 4.9vw;
    }
    section.target li p{
        font-size: 1.5rem;
    }
    .nav-open{
        width: 40px;
        height: 40px;
    }
    .open-menu footer nav{
        margin-bottom: 0;
        bottom: 0;
    }
    .home #access p{
        font-size: 1.6rem;
    }
    .home #access p span.name, .home #access p span.tel{
        font-size: 2rem;
    }
    main .enter_page table{
        margin-bottom: 0;
    }
    main .enter_page table td{
        width: 100%;
        display: block;
    }
    main .enter_page table td:last-of-type{
        padding-bottom: 10px;
    }
    main .enter_page p,
    main .enter_page table,
    main .enter_page li{
        font-size: 1.6rem;
    }
    body h1.temporary_h1::before,
    body h1.temporary_h1::after{
        width: 40px;
        height: 28px;
    }
    body h1.temporary_h1::before{
        margin-right: 5px;
    }
    body h1.temporary_h1::after{
        margin-left: 5px;
    }
    ol.temporary_ol1 li,
    ol.temporary_ol2 li,
    main .temporary_page p,
    .temporary_page table{
        font-size: 1.6rem;
    }
    main .enter_page ul.ate li,
    main .temporary_page ul.ate li{
        padding-left: 1.2em;
    }
    .temporary_page .df_sb > div{
        width: 100%;
        text-align: center;
    }
    .single main h2{
        font-size: 2.2rem;
    }
    .single_cont h3{
        font-size: 1.8rem;
    }

}
@media screen and (max-width: 320px) {
    body h1.download_h1{
        font-size: 1.8rem;
    }
    .inner_nav-item a{
        font-size: 1.2rem;
        padding: 8px 16px 8px;
    }
}

/* サイドバー */

.sidebar_wrap .side-day{
    font-size: 1.2rem;
}

.sidebar_wrap .side-title{
    font-size: 1.8rem;
}

.inner_nav{
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
}

.inner_nav-item {
    width: calc((100% / 3)- 16px) ;
    margin-bottom: 20px;
    margin-right: 8px;
}

.inner_nav-item:nth-child(3){
    margin-right: 0;
}

.inner_nav-item a{
    background-color: #b6e0ee;
    display: inline-block;
    color: #000;
    font-size: 1.4rem;
    padding: 8px 18px 8px;
    border-radius: 10px;
    position: relative;
}

.inner_nav-item a:after{
    width: 0;
    height: 0;
    content: "";
    display: block;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
@media screen and (max-width: 320px) {
    body h1.download_h1{
        font-size: 1.8rem;
    }
    .inner_nav-item a{
        font-size: 1.2rem;
        padding: 8px 16px 8px;
    }
    .inner_nav-item a:after{
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #fff;
        right: 4px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
}

.category-list{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.category-item{
    flex: 1 1 50%;
    padding: 4px;
}
.category-item .category-link{
    background-color: #b6e0ee;
    display: block;
    color: #000;
    font-size: 1.3rem;
    padding: 8px 18px 8px;
    border-radius: 10px;
    position: relative;
    text-align: center;
}

.swpm-forgot-pass-link{
    display: none!important;
}
.swpm-join-us-link{
    display: none!important;
}

.swpm-login-link{
    color: #FF0060;
}

#swpm-login-form{
    background: url(img/bg2.png) repeat-y center #e1fdff;
    border-radius: 20px;
    padding: 20px;
    width: 80%;
    margin: auto;
}

.swpm-text-field.swpm-username-field,.swpm-text-field.swpm-password-field{
    width: 100%;
    padding: 8px;
    background: #ffeaeb;
    border: 1px solid #d83174;
    border-radius: 10px;
    font-size: 1.6rem;
    display: block;
    transition: .5s;
}

.swpm-label,.swpm-rember-label{
    font-size: 1.6rem;
    margin-bottom: 8px;
    display: block;
}
.swpm-login-widget-form checkbox{
    margin: 0 50px 0 0;
    padding: 5px 0 0 35px;
    position: relative;
}
.swpm-login-form-submit{
    max-width: 326px;
    margin: 50px auto 0;
    background: #d83174;
    color: #FFF;
    border-radius: 35px;
    text-align: center;
    width: 100%;
    padding: 20px;
    border: 2px solid #d83174;
    font-size: 2rem;
    display: block;
    transition: .5s;
}

.swpm-remember-me{
    display: none;
}

/* instagram追加 */

.insta {
    display: block;
    width: 250px;
}

.insta:hover {
    opacity: 0.5;
}

.another_school {
    width: 420px;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

@media screen and (max-width: 768px) {
    .another_school {
        width: 100%;
        max-width: 420px;
    }
}

/* LINE QR追加 */
.sns {
	display: flex;
	gap: 80px;
	margin-bottom: 30px;
}
.line {
	width: 200px;
}
.line:hover {
    opacity: 0.5;
}
@media screen and (max-width: 768px) {
	.sns {
		gap: 20px;
	}
    .insta,
	.line {
        width: 50%;
    }
	.insta img {
		width: 100%;
		max-width: 250px;
	}
	.line img {
		width: 85%;
		max-width: 200px;
	}
}

/* テーブルデザイン整え */

.table_wrap table {
	border: 1px solid #000;
}

.table_wrap table tr:last-child {
	border-bottom: 0;
}

.table_wrap table th,
.table_wrap table td {
	border: 0;
}