@charset "Shift_JIS";

body {
  font-family:"Hiragino Kaku Gothic ProN", Meiryo, "Yu Gothic", YuGothic, Verdana, "M+ 1p", sans-serif;
}

*,
::before,
::after{
	margin: 0;
	padding: 0;
	list-style: none;
	background-repeat: no-repeat;
	box-sizing:inherit;
	vertical-align:inherit;
}
html, body {
	height: 100%;
}
body{
	font-size: 15px;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	vertical-align: baseline;
	box-sizing:border-box;
  font-feature-settings: 'palt' 1;
  text-align: center;
}
a{text-decoration: none;}
a,a img,button{
	outline: none;
	border: none;
	cursor: pointer;
}
img{vertical-align: bottom;}
a:hover,button:hover,:focus{
	outline: none;
}

.sp-visible{display: none;}

#sliderwrap{
	position: relative;
	max-width: 971px;
	margin:10px auto 30px;
}
#sliderwrap img{max-width:100%;}
#sliderwrap .slick-prev{
	width: 31px;
	height: 50px;
	background: url(../top/slider_prev.png) top left no-repeat;
	text-indent: -9999px;
	position: absolute;
	left:50px;
	top:50%;
	margin-top:-30px;
	z-index: 1;
}
#sliderwrap .slick-next{
	width: 31px;
	height: 50px;
	background: url(../top/slider_next.png) top left no-repeat;
	text-indent: -9999px;
	position: absolute;
	right:50px;
	top:50%;
	margin-top:-30px;
	z-index: 1;
}
#sliderwrap #sketch1{
	position: absolute;
	bottom: -30px;
	left: 60px;
}
#sliderwrap #sketch2{
	position: absolute;
	bottom: -40px;
	right: 60px;
}
#sliderwrap #slidelogoCircle{
    width: 85%;
    position: absolute;
    left: 40%;
    margin-left: -315px;
    top: 45%;
    margin-top: -160px;
}

#sliderwrap #sketch1,#sliderwrap #sketch2{pointer-events: none;}
.slick-slide img.sp-visible{display: none;}
/* Dots */
.slick-dots {
	position: absolute;
	bottom: 30px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	height: 10px;
	width: 10px;
	margin: 0 10px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	border: 0;
	background: #FFF;/*transparent*/
	border-radius:50%;
	display: block;
	height: 10px;
	width: 10px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}
.slick-dots .slick-active button{background: #dd960f;}


#header,#inner,#contactUs,.toTop {
	width: 1000px;
	margin: auto;
}
#header h1{
	width: 600px;
	background: url(../top/mascotAU.png) top left no-repeat;
	padding-left: 200px;
	min-height: 118px;
	float:left;
}
#header h1 img{
	width: 80%;
	margin-top: 10px;
	margin-right: 70px;
}
#header > ul{
	width: 315px;
	float:right;
	text-align: right;
}
#header > ul .access{
	margin-bottom: 10px;
}
#header > ul .address{
	font-size: 18px;
}

#header #navigation{
	clear:both;
	height:52px;
	margin:20px 0 5px;
}
    #header #navigation > ul {
        width: 1000px; /* add by ashitech 20171208 */
        position: absolute;
        z-index: 1;
    }
#header #navigation > ul li{
	display:inline-block;
	width:155px;
	vertical-align: top;
	margin-right:10px;
}
#header #navigation > ul li > a{
	display: block;
}
#header #navigation > ul li > .navinner{
	display: block;
	width: 146px;
	height: 60px;
	background-color: rgba(255,255,255,0.5);
	border-bottom:1px solid #FFF;
}
#header #navigation > ul li > .navinner img{vertical-align: -17px;}


#inner{
	position: relative;
	height: 800px;
	background: url(../top/innerbg.png) bottom right no-repeat;
}
#news {
    border: 1px solid #9e9e9f;
    background-color: #fffcdb;
    margin-left: 25px;
    margin-top: 40px;
    padding: 40px 20px 20px;
    height: 288px;
    /*width: 610px;*/
    overflow-y: scroll;
}
#news ul{
	text-align: left;
}
#news ul li{
	margin-bottom: 10px;
}
#newsh3{
	position: absolute;
	top: -16px;
	left: -9px;
}
#imgphoto1{
	position: absolute;
	top: 10px;
	right:20px;
    display: none;
}
.block{
	display: block;
	width: 296px;
	height: 214px;
	padding:50px 0;
}
.block dt{
	width: 65%;
	margin: auto;
}
.block dd{
	width:40%;
	margin:10px auto 0;
}
#mokuhyou{
	background: url(../top/mokuhyou_bg.png) top left no-repeat;
	position: absolute;
	top: 288px;
	left:30px;
}
#childcare{
	background: url(../top/childcare_bg.png) top left no-repeat;
	position: absolute;
	top: 288px;
	left:352px;
}
#boshu{
	background: url(../top/boshu_bg.png) top left no-repeat;
	position: absolute;
	top: 288px;
	right:30px;
}
#sheets{
	width: 324px;
	background: url(../top/sheets_bg.png) top left no-repeat;
	min-height: 260px;
	position: absolute;
	top: 528px;
	left:20px;
}
#sheets ul{
	text-align: left;
	padding:0 30px;
	height: 140px; /* original 130px mod by AU*/
	overflow-y:scroll;
}
#sheets ul li{
	margin-bottom: 10px;
}
#sheets .memo{
	font-size: 10px;
}
#imgphoto2{
	position: absolute;
	top: 528px;
	left:352px;
}
#info{
	background: url(../top/info_bg.png) top left no-repeat;
	position: absolute;
	top: 528px;
	right:20px;
}
/* kyusyoku add by AU */
#kyusyoku {
    position: absolute;
    top: 528px;
    right: 20px;
}
#contactUs{
	background: url(../top/contactus_bg.png) top center no-repeat;
	position: relative;
	min-height: 62px;
	padding:10px 0;
}
#contactUs h3{
	position: absolute;
	top:-10px;
	left:30px;
}
#contactUs > ul li{
	display: inline-block;
	margin-left: 10px;
}
#contactUs > ul .logo{
	width: 136px;
	margin-left: 100px;
	/*vertical-align: 8px;*/
}
#contactUs > ul .logo img{
	vertical-align: 0;
}
#contactUs > ul .tel{
	width: 526px;
	text-align: left;
	font-size:18px;
}
.tel{pointer-events: none;}
#contactUs > ul .tel img{
	width: 259px;
}
#contactUs > ul .address{
	display: block;
	text-align: left;
	padding-left: 326px;
}

#footer {
    width: 1000px; /* add by ashitech 20171208 */
    /*margin-top: 15px;*/
    margin: 15px auto; /* mod by ashitech 20171208 */
    padding-top: 15px;
    background-color: #eeefef;
}
#footer li {
	display: inline-block;
}
#footer li dl dt,
#footer li dl dd{
	display: inline-block;
	margin-right: 10px;
	font-size:14px;
}
#footer li dl dd a,
#sheets ul .memo a,
#sheets ul li a{
	color:#0068b3;
	text-decoration-line: underline;
}
#footer .Copyright {
	font-size:13px;
	padding:20px 0 10px;
}
.toTop{
	text-align: right;
	padding-right: 30px;
	margin-bottom: 20px;
}
.toTop a{
	color:#345ba6;
	font-size:13px;
}

#imgphoto5 img{ display: none;}

/*sp*/
@media only screen and (max-width:480px) {

    /*@media only screen
    and (max-device-width:768px) {*/
    /*===============================================
===============================================*/
    .pc-visible {
        display: none !important;
    }

    .sp-visible {
        display: block;
    }

    body {
        width: 100%;
    }

    img {
        width: 100%;
    }

    #sliderwrap {
        width: 100%;
    }

    #header, #inner, #contactUs, .toTop {
        width: 100%;
    }

    #footer {
        width: 100%;
    }

    #header {
        position: relative;
        height: 60px;
    }

        #header .tel {
            pointer-events: auto;
        }

            #header .tel img {
                display: none;
            }

            #header .tel a, #header .mail a, #header .access2 a {
                width: 50px;
                height: 50px;
                position: absolute;
                top: 10%;
            }

            #header .tel a {
                right: 60px;
                background: url(../top/sp_tel.png) top left no-repeat;
                background-size: cover;
            }

        #header .mail a {
            right: 115px;
            background: url(../top/sp_mail.png) top left no-repeat;
            background-size: cover;
        }

        #header .access2 a {
            right: 170px;
            background: url(../top/sp_access.png) top left no-repeat;
            background-size: cover;
        }

        #header #navigation #menu {
            position: absolute;
            top: 10%;
            right: 5px;
            width: 50px;
            height: 50px;
            background: url(../top/sp_menu.png) top left no-repeat;
            background-size: cover;
            text-indent: -9999px;
            margin: 0;
            z-index: 2;
        }

        #header #navigation {
            clear: none;
            height: auto;
            margin: 0;
        }

            #header #navigation > ul {
                display: none;
                background-color: rgba(255,255,255,.8);
                position: fixed;
                width: 100%;
                margin: 0;
                height: 100%;
            }

    .slick-slide img.sp-visible {
        display: block;
    }

    #sliderwrap #sketch1 {
        width: 45%; /* original 40% */
        left: 0;
        bottom: -10px;
    }

    #sliderwrap #sketch2 {
        width: 25%;
        right: 0;
        bottom: -10px;
    }

    #sliderwrap #slidelogo {
        width: 70%;
        position: absolute;
        left: 50%;
        margin-left: -130px;
        top: 50%;
        margin-top: -120px;
    }

    #sliderwrap #slidelogoCircle { /* Circle Logo */
        width: 85%;
        position: absolute;
        left: 40%;
        margin-left: -130px;
        top: 45%;
        margin-top: -120px;
    } 

    #sliderwrap .slick-next, #sliderwrap .slick-prev {
        background: none;
    }

    #inner {
        height: auto;
        background: none;
    }

    #header h1 {
        width: 50%;
        background: none;
        padding-left: 5px;
        min-height: auto;
    }

    #header > ul {
        width: 50%;
    }

    #newsh3 {
        left: -1px;
    }

    #news {
        margin-left: 0;
        margin-bottom: 20px;
        height: 260px;
        width: 100%;
        overflow-y: scroll;
    }

    #imgphoto1, #imgphoto2, #mokuhyou, #childcare, #childcare, #boshu, #sheets, #info, #kyusyoku {
        display: inline-block;
        width: 48%;
        position: static;
        background-size: contain;
    }

    .block {
        height: auto;
        padding: 30px 0;
    }

        .block dd {
            margin: 0px auto 0;
        }

    #imgphoto1 img, #imgphoto2 img, #kyusyoku img {
        display: none;
    }

    #imgphoto1 a, #imgphoto2 a, #imgphoto5 a, #kyusyoku a {
        display: block;
        width: 100%;
        height: 100%;
    }

    #imgphoto1 {
        width: 100%;
        height: 103px;
        background: url(../top/sp_imgphoto1.png) top left no-repeat;
        background-size: cover;
    }
    /* インスタ開始前
    #imgphoto2 {
        width: 100%;
        height: 103px;
        background: url(../top/_sp_imgphoto2.png) top left no-repeat;
        background-size: cover;
    }
        */

    /*#imgphoto2{
		width: 100%;
		height: 103px;
		background: url(../top/sp_imgphoto2-colored.png) top left no-repeat;
		background-size: cover;
	}
*/
    #imgphoto5 {
        width: 100%;
        height: 57px;
        background: url(../top/sp_imgphoto5-insta.png) center no-repeat;
        background-size: contain;
    }


    #sheets {
        width: 100%;
        background: url(../top/sp_sheets_bg.png) top left no-repeat;
        background-size: 100% auto;
        min-height: 300px;
    }

        #sheets ul {
            height: 160px;
        }

        #sheets h3 img, #sheets li img {
            width: auto;
        }

    #contactUs {
        background-image: none;
        background-color: #fcf4ce;
        border-radius: 10px;
        position: relative;
        min-height: 62px;
        padding: 0 0 10px;
    }

        #contactUs h3 {
            position: static;
            background: url(../top/sp_contactus_h.png) top center no-repeat;
            background-size: 50% auto;
            min-height: 47px;
        }

            #contactUs h3 img {
                display: none;
            }

        #contactUs > ul li {
            display: block;
            margin-left: 0;
        }

        #contactUs > ul .logo {
            width: 80%;
            margin-left: 0;
            margin: auto auto 10px auto;
        }

        #contactUs > ul .tel {
            width: 100%;
            text-align: center;
        }
}