@charset "UTF-8";

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

/* ----------------------------------------------------------
共通部分
---------------------------------------------------------- */


*{
    box-sizing: border-box;
}

html{
    overflow-x: hidden;
}

html,
body,
.content,
.box_center,
#address,
ul#navigation{
    width: 100%;
}

.paddingl_10 {
    padding-left: 0px;
}

.w100{width: 100%; height: auto;}
.img-centering{
    text-align: center;
    margin: 0 auto;
}

/* アクセスマップボタン */

.accessnavi{
    transform: translate(22px,-10px) scale(0.8);
}

/* ロゴ */
.responsive-header_logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.responsive-header_logo > img{
    width: 20%;
    height: auto;
}
.responsive-header_logo a img{
    width: 100%;
    height: auto;
}

.responsive-header_logo > img:nth-of-type(1){
    transform: translateX(30%);
}

.responsive-header_logo > img:nth-of-type(2){
    transform: translateX(-30%);
}


/* gnavi */
ul#navigation{
    display: none;
/*     display: flex; */
flex-wrap: wrap;
align-items: center;
}

ul#navigation img{
    width: 100%;
    height: auto;
}

ul#navigation li{
    width: 25%;
    float: none;
    padding: 0 5px;
}

/* 中ページ--------------------------------------------------- */

.content{
    padding: 0 15px;
}

/* 中ページメニュー */

ul#navigation2-sp{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 5px;
    list-style: none;
}

#toppage ul#navigation2-sp{display: none;}

ul#navigation2-sp li{
    width: calc((100% / 2) - 5px);
    margin: 0 0 10px;
    border-style: solid;
    border-color: #718AD5;
    border-width: 2px 0px;
}

ul#navigation2-sp li a{
    display: block;
    position: relative;
    line-height: 1.4;
    color: #718AD5;
    font-size: 10px;
    height: 3em;
    overflow: hidden;
}

ul#navigation2-sp li a::before{
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    content: "→";
    font-size: 10px;
    margin-right: 5px;
    width: 12px;
    height: 12px;
    background: #718AD5;
    color: #fff;
    line-height: 1.2;
}

ul#navigation2-sp li a span{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

/* 見出しタイトル */
h2{overflow: hidden;}
h2 img{
    width: 100%;
    height: auto;
}


/* lightbox--------------------------------------------------- */
/* #lightboxOverlay,
#lightbox,
.lb-outerContainer,
#lightbox img{
    width: 100%!important;
    height: auto!important;
} */


/* a[lang="lightbox[roadtrip]"]{
    pointer-events: none;
} */


/* ----------------------------------------------------------
top
---------------------------------------------------------- */

/* 幅リセット */
#newsbox,
.slideshow,
#enchonoomoi{
    width: 100%;
}

#newsbox,
#enchonoomoi{
    padding: 20px 16px;
}

/* slide */

.slideshow{
    height: 220px;
}

.slideshow img{
    width: 100%;
    height: auto;
}

.taisetsu_area{
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.taisetsu_area a{
    display: block;
    width: 32%;
}

.taisetsubutton{max-height: 83px;}

.taisetsu_area img{
    width: 18%;
    height: 100%;
}

.taisetsu_area a img{
    width: 100%;
    height: auto;
}

/* メニュー */
#navigation2_top{
    float: none;
    width: 100%;
}

#navigation2_top li a{background-repeat: no-repeat;}

#navigation2_top ul {
    margin: 0 auto;
    max-width: 266px;
}

/* 新着情報 */

#newsbox .floatright{
    float: right;
    width: auto !important;
}

#newsbox table tbody tr th,
#newsbox table tbody tr td
{
    display: block;
}

#newsbox .ver2 th
{
    border: none;
}

/* footer */
.sp-menu_btn{
    background: #617CCC;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    width: 60px;
    height: 60px;
    z-index: 210;
}

.sp-menu_btn span{
    display: block;
    width: 44px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    transition: all .3s cubic-bezier(.55,0,.1,1);
}

.sp-menu_btn span:nth-of-type(1){top: calc(50% - 10px);}
.sp-menu_btn span:nth-of-type(3){top: calc(50% + 10px);}


.sp-menu_btn.close span:nth-of-type(1),
.sp-menu_btn.close span:nth-of-type(2){
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: all .3s cubic-bezier(.55,0,.1,1);
}
.sp-menu_btn.close span:nth-of-type(3){
    top: 50%;
    transform:translate(-50%, -50%) rotate(-45deg);
    transition: all .3s cubic-bezier(.55,0,.1,1);
}

.footer-menu_list{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    background: #fff;
    visibility: hidden;
    transform: translateX(-100%);
    transition: all .3s cubic-bezier(.55,0,.1,1);
}

.footer-menu_list.open{
    visibility: visible;
    transform: translateX(0%);
    transition: all .3s cubic-bezier(.55,0,.1,1);
    z-index: 200;
}

.common-footer_link{
    display: flex;
    flex-direction: column;
}

#footer .common-footer_link a{color: #333;}

.common-footer_link li::before,
.common-footer_link li:last-child::after{
    content: none;
    margin: 0;
}

.common-footer_link li{
    border-bottom: 1px dashed #ccc;
}

.common-footer_link li a{
    display: block;
    margin: 5px 0px;
}

/* ----------------------------------------------------------
円の一日
---------------------------------------------------------- */

.margin_left160{
    margin: 0;
}

.floatleft{float: none; margin: 0;}

div.imagebox {
    margin-right: 0px;
}

div.imagebox a{display: block;}

/* .oneday_ph-sp{
    overflow: hidden;
    height: 256px;
    border-radius: 23px;
}

.oneday_ph-sp img{
    transform: translateY(-53px);
} */

.oneday_ph-img{
    display: block;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    height: 250px;
}

.oneday_ph-img img{transform: translateY(-71px);}

.oneday_ph-img2{
    display: block;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    height: 200px;
}

.oneday_ph-img2 img{transform: translateY(-41%);}

.text-justify{
    text-align: justify;
}

/* ----------------------------------------------------------
特徴ある教育
---------------------------------------------------------- */

#tokucho .year{
    width: 100%;
    height: auto;
}
#tokucho .year .yearphoto{
    display: flex;
    flex-wrap: wrap;
    position: static;
}

#tokucho .year .yearphoto > img{
    text-align: center;
    margin: 0 auto;
}

#tokucho .year .yearphoto a{
    display: block;
    width: 100%;
    text-align: center;
}

#tokucho .year .yearphoto a img{
    margin: 4px;
    height: auto;
    width: 100%;

}

#tokucho .year *{float: none;}

#tokucho .year{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
#tokucho .year span.month_img{width: 30%;}
#tokucho .year p{width: 70%; margin: 0; padding-left: 20px;}
#tokucho .year div.yearphoto{width: 100%;}

.yearphoto{
    position: relative;
}
.yearphoto .year_img-zou{
    width: 100px;
    height: auto;
    position: absolute;
    top: -120px;
    right: 0;
}

#tokucho table.tokucho_table{
    height: auto;
}
#tokucho .tokucho_table,
#tokucho .tokucho_table tbody,
#tokucho .tokucho_table tr,
#tokucho .tokucho_table th,
#tokucho .tokucho_table td,
#tokucho .tokucho_table{
    width: 100%;
    display: block;
}

#tokucho .tokucho_table td{
    padding: 10px;
}
#tokucho .tokucho_table td p{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

#tokucho .tokucho_table td p img{
    width: 48%;
    height: auto;
}

.link_btn_sp{
    display: block;
    text-align: center;
    padding-top: 20px;
}

/* ----------------------------------------------------------
幼稚園の紹介
---------------------------------------------------------- */

.introduction-table,
.introduction-table caption,
.introduction-table tbody,
.introduction-table tr,
.introduction-table th,
.introduction-table td{
    width: 100%;
    display: block;
    text-align: left;
}

.introduction-table th{border: none; padding: 6px 0 0 0;}
.introduction-table td{padding: 0 0 6px 0;}
.introduction-table th br{display: none;}

table.ver1.introduction-table{border:none;}
table.ver1.introduction-table caption{
    border-bottom-width: 2px;
    border-bottom-style: dotted;
    border-bottom-color: #87bc1f;
}


#introduction .google-map{
    width: 100%;
    height: 300px;
}


/* ----------------------------------------------------------
リクルート
---------------------------------------------------------- */
.recruit-table{width: 100%;}

/* ----------------------------------------------------------
在園児保護者の方へ
---------------------------------------------------------- */
.hello-table,
.hello-table caption,
.hello-table tbody,
.hello-table tr,
.hello-table th,
.hello-table td{
    width: 100%;
    display: block;
    text-align: left;
}


/* ----------------------------------------------------------
アルバム
---------------------------------------------------------- */

#album ul#year{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
#album ul#year li{
    width: calc(100% / 3);
    margin: 0;
    float: none;
    padding: 5px;
}
#album ul#year li a{
    position: relative;
    padding: 7px 20px 7px 30px;
    width: auto;
    height: auto;
    background-image: none;
    background-color: #fff;
    border-radius: 10px;
    border: 3px solid #718AD5;
}

#album ul#year li a::before{
    content: "＞";
    color: #718AD5;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

ul#gyoji{
    width: 100%;
    padding: 0;
}

ul#gyoji li{margin: 0;}


/* 記事 */
.floatright{
    float: none;
    width: 100% !important;
    margin: 0;
}

.hellophoto p{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hellophoto p a{
    width: 48%;
    display: block;
    margin-bottom: 10px;
}

.hellophoto p img{
    width: 100%;
    padding: 0;
}

/* ----------------------------------------------------------
新着情報
---------------------------------------------------------- */

#newsbox .padding20{padding: 0; margin-top: 10px;}

#newsbox table.ver2,
#newsbox table.ver2 tbody,
#newsbox table.ver2 tr,
#newsbox table.ver2 th,
#newsbox table.ver2 td{
    width: 100%;
    display: block;
}

/* ----------------------------------------------------------
whatsnew
---------------------------------------------------------- */

#whatsnew{padding: 0 15px;}

/* ----------------------------------------------------------
contact フォーム
---------------------------------------------------------- */
form#mailformpro dl dt,
form#mailformpro dl dd{
    display: block;
}

form#mailformpro dl dt{
    width: 100%;
}

form#mailformpro dl dd{
    padding-left: 0 !important;
    margin-bottom: 20px;
}

form#mailformpro dl dd select,
form#mailformpro dl dd textarea,
form#mailformpro dl dd label,
form#mailformpro dl dd input[type=email]
{
    width: 100% !important;
}

form#mailformpro dl dd label{
    font-size: 12px;
}

form#mailformpro select{
    font-size: 13px !important;
}

div.mfp_buttons button{
    color: #444;
    font-weight: normal;
}














}
/* end */