@charset "Shift_JIS";

/* reset */
html, body, h1, h2, h3, h4, h5, h6, dl, dt, dd, ol, ul, li,p{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
img{
	height: auto;
	font-size: 0;
	line-height: 0;
	border:0;
}
ol,ul{
	list-style: none;
}

/* common */
html{
	scroll-behavior: smooth;
}
body{
	font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴシック','ＭＳ Ｐゴシック','MS PGothic',YuGothic,'Yu Gothic';
	font-size: 17px;
	color: rgb(50,50,50);
	line-height: 1.5;
	text-align: left;
	letter-spacing: 0.1em;
	background:rgb(255,255,255);
	word-break: break-all;
	-webkit-touch-callout:none;
}
a{
	text-decoration: underline;
	display: inline-block;
	color: rgb(50,50,50);
	transition: 0.5s;
}
a:hover{
	opacity: 0.6;
}
img{
    max-width: 100%;
    height: auto;
	border-style:none;
	vertical-align:middle;
}
a img{
    text-decoration: none;
}
.tel a{
	pointer-events: none;
	text-decoration: none;
}
.indent{
	padding-left:1.2em;
	text-indent:-1.2em;
}

/* box */
.color_box{
	background: url("images/ptn_back.jpg") repeat;
	margin: 30px auto;
}
.green_box{
	background: rgba(240,240,225);
}
.inner_box{
	width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 60px 0;
}
/* page_title */
.page_title{
	margin: 0 auto 40px auto;
	background: rgba(107,19,17,1);
	color: #fff;
	padding: 15px 0;
}
.page_title p{
	width: 1000px;
	margin: 0 auto;
}

/* section_title */
.section_title{
	margin: 0 auto 40px auto;
	border-bottom: 1px solid rgba(107,19,17,1);
}
.section_title p{
	width: 240px;
}


/* ul,ol */
ul{
	list-style: disc;
	padding: 0 0 0 20px;
	text-align: left;
}
ol{
	list-style: decimal;
	padding: 0 0 0 28px;
	text-align: left;
}
ul.free_photo{
	list-style: none;
	padding: 0;
}

/* table */
table,#gaiyo table table{
	width: auto;
	border-collapse: collapse;
	min-height: 1px;
	margin: 10px 0;
}
th,#gaiyo th th,#gaiyo td th{
	background: rgba(245,245,230);
	border: 1px solid rgba(120,120,60,1);
	padding: 10px 20px;
	font-weight: normal;
	border-radius: 0;
	width: auto;
	box-sizing: border-box;
	display: table-cell;
	margin: 0 auto;
}
td,#gaiyo th td,#gaiyo td td{
	border: 1px solid rgba(120,120,60,1);
	padding: 10px 20px;
	border-radius: 0;
	width: auto !important; /* 260924 */
	box-sizing: border-box;
	display: table-cell;
	margin: 0 auto;
	background: #fff;
}

/* photo */
.photo_check_t{
	width: 30%;
	margin: 0 0 0 30px;
}
.photo_t{
	padding-top: 58%;
	width: 100%;
	position:relative;
}
.photo_t a{
	display: block;
}
.photo_t img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
}

.photo_frame.photo_check_t{
	display: flex;
	justify-content: flex-start;
	padding: 0;
	list-style: none;
	margin: 40px auto 0 auto;
	width: 100%;
}
.photo_frame .photo_t{
	padding-top: 30%;
	width: 48%;
	margin: 0 1%;
	position:relative;
}


.pc { display: block !important; }
.sp { display: none !important; }


/* container */
#container{
	width:100%;
	min-width: 1200px;
}

/* header */
#header{
	width: 1040px;
	margin: 0 auto;
	padding: 40px 0;
}
#header a{
	text-decoration: none;
}
.logo{
	width: 400px;
	margin: 0 auto;
}
.menu_list{
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
	padding: 40px 0 0 0;
}
.menu ul{
	list-style: none;
	padding: 0;
}
.menu ul.menu_parent{
	width: 130px;
	padding: 10px;
	box-sizing: border-box;
	position: relative;
	font-size: 15px;
	text-align: center;
}
.menu_02 .menu_parent,.menu_03 .menu_parent,.menu_04 .menu_parent,
.menu_05 .menu_parent,.menu_06 .menu_parent,.menu_07 .menu_parent,
.menu_08 .menu_parent{
	border-right: 1px solid rgb(50,50,50);
}
.menu_01 .menu_parent{
	border-right: 1px solid rgb(50,50,50);
	border-left: 1px solid rgb(50,50,50);
}
.menu_child{
	display: none;
	position: absolute;
	z-index: 5;
}
.menu_child li a{
	background: rgba(255,255,255,0.9);
	text-align: center;
	width: 130px;
	box-sizing: border-box;
	padding: 10px;
	font-size: 14px;
}
.menu_child li a:hover{
	background: rgba(107,19,17,1);
	color: #fff;
	opacity: 1;
}

/* swiper */
#slide{
	width:100%;
	min-width: 1200px;
	margin: 0 auto;
	position:relative;
}
.swiper{
	width:100%;
}
.swiper-slide{
	padding-top:600px;
	position:relative;
	z-index: 2;	
}
.swiper-slide img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
}

.catch{
	position: absolute;
	left: 0;
	bottom: 80px;
	width: 60%;
	height: 10%;
	background: rgba(107,19,17,0.9) url("images/catch.png") no-repeat right 30% center / 80%;
	z-index: 4;
}

/*topics*/
.topics_box{
	overflow-y: scroll;
	min-height: 260px;
	max-height: 260px;
	padding: 0 40px 0 0;
}
#topics dl{
	background: url("images/icon_topics.png") no-repeat left top;
	padding: 0 0 10px 0;
	margin: 0 auto 10px auto;
	display: flex;
	justify-content: flex-start;
	border-bottom: 1px solid rgb(50,50,50);
}
#topics dl:last-of-type{
	padding: 0;
	margin: 0 auto;
	border-bottom: none;
}
.topic_date{
	margin-right:3%;
	width: 15%;
}
#topics dd{
	margin-right:20px;
	width: 82%;
}

/* message */
.message_box{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.message_box .free_box{
	flex: 1;
}
.message_photo.photo_check_t{
	width: 19%;
	margin: 0 30px 0 0;
}
.message_photo .photo_t{
	padding-top:120%;
	width: 100%;
	position:relative;
}
.message_cap{
	text-align: center;
	font-size: 13px;
	margin: 10px auto 0 auto;
}

/* ayumi */
.ayumi_box{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.ayumi_box .free_box{
	flex: 1;
}
.ayumi_photo.photo_check_t{
	width: 20%;
	margin: 0 30px 0 0;
}
.ayumi_photo .photo_t{
	padding-top:100%;
	width: 100%;
	position:relative;
}
.ayumi_cap{
	text-align: center;
	font-size: 13px;
	margin: 10px auto 0 auto;
}

/* shisetsu_link */
.link_box{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.link_innner_box{
	width: 35%;
	margin: 3%;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	transition: 0.5s;
}
.link_innner_box:hover{
	cursor: pointer;
}
.link_innner_box:hover .link_photo img{
	border-radius: 50%;
}
.link_box a{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
}
.link_title{
	position: absolute;
	left: -5%;
	bottom: 15%;
	width: auto;
	padding: 2% 10%;
	background: rgba(107,19,17,1);
	z-index: 4;
	color: #fff;
	font-size: 15px;
}
.link_photo{
	padding-top:70%;
	width: 100%;
	position:relative;
	margin: 0 auto 10px auto;
}
.link_photo img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
	border: 2px solid rgba(255,255,255);
	transition: 0.5s;
}

/* gaiyo */
.gaiyo_box{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#gaiyo table{
	width: 100%;
	flex: 1;
	margin: 0;
}
#gaiyo th{
	text-align: center;
}
.gaiyo_photo .photo_t{
	padding-top: 62%;
	width: 100%;
	position:relative;
}
/* gmap */
#gmap{
	position: relative;
	padding-top: 40%;
	width: 100%;
	margin: 30px auto 0 auto;
}
#gmap iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	margin: 0 auto;
	border: none;
}

/* link_btn */
.link_btn{
	text-align: center;
	margin: 0 auto 70px auto;
}
.link_btn a{
	text-align: center;
	border: 1px solid rgba(107,19,17,1);
	border-radius: 20px;
	text-decoration: none;
	padding: 10px 50px;
}

/* about */
#about_top{
	background: url("images/about_top_01.jpg") no-repeat center top / cover;
}
#about_top .free_box{
	padding: 0 0 40% 0;
}	
.edu_title{
	border-top: 2px dotted rgba(107,19,17,1);
	border-bottom: 2px dotted rgba(107,19,17,1);
	padding: 10px 20px;
	margin: 60px auto 30px auto;
}
.acc_box{
	margin: 0 auto 30px auto;
}
.acc_box:last-of-type{
	margin: 0 auto;
}
.acc_title{
	margin: 0 auto 30px auto;
	background:  rgba(107,19,17,0.2) url("images/plus.png") no-repeat right 20px top 13px / 20px;
	padding: 10px 50px 10px 20px;
	cursor: pointer;
	transition: 0.5s;
}
.acc_title.acc_open{
	background:  rgba(107,19,17,0.2) url("images/minus.png") no-repeat right 20px top 13px / 20px;
}
.acc_naiyo{
	display: flex;
	align-content: flex-start;
	justify-content: space-between;
}
.edu_01 .acc_naiyo{
	flex-wrap: wrap;
}
.acc_txt{
	flex: 1;
}
.edu_01 .acc_txt{
	flex: auto;
}
.edu_01 .photo_check_t{
	width: 100%;
	margin: 20px 0 0 0;
}

/* post */
.post{
	border: 1px solid rgba(107,19,17,1);
	background: #fff;
	padding: 30px;
	margin: 0 auto 50px auto;
}
.post:last-of-type{
	margin: 0 auto;
}
.post_title{
	border-bottom: 1px solid rgba(107,19,17,1);
	font-size: 18px;
	margin: 0 auto 20px auto;
	padding: 0 0 10px 0;
}
.post_naiyo{
	display: flex;
	align-items: flex-start;
}
.post_txt{
	flex: 1;
}
.pdf{
	list-style: none;
	padding: 0;
	margin: 20px auto 0 auto;
}
.pdf li{
	margin: 0 auto 10px auto;
}
.pdf li:last-child{
	margin: 0 auto;
}
.pdf a{
	text-decoration: none;
	background: rgba(107,19,17,0.1) url("images/icon_pdf.jpg") no-repeat left 22px top 11px / 18px;
	padding: 10px 20px 10px 50px;
	box-sizing: border-box;
	border-radius: 20px;
}

/* life */
.daily_box{
	display: flex;
	justify-content: space-between;
}
.daily_naiyo{
	width:68%;
}
.daily_post{
	display: flex;
	border-top: 1px solid rgba(120,120,60,1);
	border-left: 1px solid rgba(120,120,60,1);
	border-right: 1px solid rgba(120,120,60,1);
	margin: 0 auto;
}
.daily_post:last-of-type{
	border-bottom: 1px solid rgba(120,120,60,1);
}
.daily_title{
	border-right: 1px solid rgba(120,120,60,1);
	background: rgba(245,245,230);
	padding: 15px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20%;
	box-sizing: border-box;
}
.daily_txt{
	padding: 15px 20px;
	width: 80%;
	box-sizing: border-box;
}
ul.daily_photo{
	list-style: none;
	padding: 0;
	width: 30%;
}
.daily_photo li{
	padding-top: 55%;
	width: 100%;
	position:relative;
	margin: 0 auto 20px auto;
}
.daily_photo li img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
}

.year_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: stretch;
	margin: 40px auto 0 auto;
}
.month{
	width: 30%;
	margin: 1.5% 1.5% 30px 1.5%;
	border: 1px solid rgba(107,19,17,1);
	box-sizing: border-box;
}
.year_title{
	background: rgba(107,19,17,1);
	color: #fff;
	padding: 10px 20px;
	width: 100px;
	height: 42px;
	text-align: center;
	margin: -21px auto;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
}
.year_txt{
	padding: 20px;
}
.year_photo{
	padding-top: 50%;
	width: 100%;
	position:relative;
}
.year_photo img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
}

/* childcare */
#childcare{
	margin: -40px auto 0 auto;
}
#childcare .free_box,#risu .free_box,#tanpopo .free_box{
	margin: 0 auto 40px auto;
}
#risu .photo_frame,#tanpopo .photo_frame,
#entei .photo_frame{
	margin: 40px auto;
}
#risu .post table,#tanpopo .post table,
#entei .free_box table{
	width: 100% !important;
}
#risu .post table th,#tanpopo .post table th,
#entei .free_box table th{
	width: 25% !important;
	text-align: center;
}
#risu .post,#tanpopo .post{
	border: none;
	padding: 0;
}

/* guide */
.guide_title{
	border-top: 2px dotted rgba(107,19,17,1);
	border-bottom: 2px dotted rgba(107,19,17,1);
	padding: 10px 20px;
	margin: 0 auto 30px auto;
}
#guide .post table{
	width: 100% !important;
}
#guide .post table th{
	width: 25% !important;
	text-align: center;
}
#guide .post{
	border: none;
	padding: 0;
}
/* blog */
.blog_box{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0;
}
#sidemenu{
	width: 220px;
	padding: 20px;
	box-sizing: border-box;
	background: rgba(107,19,17,1);
}
#sidemenu ul{
	list-style: none;
	padding: 0;
}
#sidemenu h4{
	margin: 0 auto 15px auto;
	font-size: 18px;
	text-align: center;
	color: #fff;
}
#sidemenu li a{
	background: #fff;
	padding: 5px 5px 5px 17px;
	font-size: 15px;
	margin: 0 auto 10px auto;
	text-decoration: none;
	display: block;
	box-sizing: border-box;
}
#sidemenu li:last-child a{
	margin: 0 auto;
}
#kiji_main{
	width: 750px;
}
.kiji_date{
	margin: 0 auto 10px auto;
}
h5{
	margin: 0 auto 20px auto;
	font-size: 18px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid rgba(107,19,17,1);
}
.kiji{
	margin: 0 auto 30px auto;
	padding: 35px;
	box-sizing: border-box;
	border: 1px solid rgba(107,19,17,1);
	background: #fff;
}
.kiji_box:last-of-type{
	margin: 0 auto;
}
.kiji_honbun a{
	text-decoration: underline;
}
.kiji_photo{
	display: flex;
	justify-content: flex-start;
	margin: 15px auto 0 auto;
	flex-wrap: wrap;
}
.kiji_photo div{
	width: 31%;
	margin: 1%;
}
.kiji_photo p{
	font-size: 14px;
}
.kiji_img{
	width: 100%;
	padding-top:60%;
	position:relative;
	margin: 0 auto 5px auto;
}
.kiji_img img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
}
.video_box{
	position: relative;
	padding-top: 50%;
	margin: 20px auto 0 auto;
}
.video_box iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	margin: 0 auto;
}

.pagination{
	text-align: center;
	margin: 30px auto 0 auto;
	letter-spacing: 0;
}
.pagination li{
	display: inline-block;
	font-size: 100%;
	margin: 3px;
}
.pagination a{
	text-decoration: none;
	padding: 15px;
	font-size: 100%;
	background: rgba(107,19,17,0.5);
	color: #fff;
}
.pagination a:hover,.pagination a.active{
	text-decoration: none;
	background: rgba(107,19,17,1);
	opacity: 1;
}



/* footer */
#footer{
	background: rgba(107,19,17,1);
	padding: 30px 0;
}
.copy{
	text-align: center;
	margin: 0 auto;
	font-size: 15px;
	color: #fff;
}

/* pagetop */
.pagetop{
    position: fixed;
    bottom: 0;
    right: 0;
	z-index: 5;
	width: 80px;
	height: 112px;
}


@media screen and (max-width:768px){
	

.pc { display: none !important; }
.sp { display: block !important; }
	
.color_box{
	margin: 10% auto;
}
.inner_box{
	width: 100%;
	margin: 0 auto;
	padding: 10%;
}
	
/* page_title */
.page_title p{
	width: 80%;
	margin: 0 auto;
}

/* section_title */
.section_title{
	margin: 0 auto 30px auto;
}
.section_title p{
	width: 50%;
}

/* photo */
.photo_check_t,.edu_01 .photo_check_t{
	width: 100%;
	margin: 20px 0 0 0;
}

.photo_frame.photo_check_t{
	flex-wrap: wrap;
}
.photo_frame .photo_t{
	padding-top: 58%;
	width: 100%;
	margin: 0 0 20px 0;
}

/* container */
#container{
	min-width: 1px;
}
	
/* header */
#header{
	width: 100%;
}
.logo{
	padding: 4% 0;
	width: 70%;
	margin: 0 auto;
}
	
/* menu */
body.stop{
	overflow: hidden;
}	
.toggle{
	position: fixed;
	right: 0;
	top: 0;
	z-index: 8;
	width: 40px;
	height: 40px;
	background: url("images/menu_btn_open.jpg") no-repeat right top / 100%;
	transition: 0.3s;
}
.toggle.close{
	background: url("images/menu_btn_close.jpg") no-repeat right top / 100%;
	
}
.toggle:hover{
	cursor: pointer;
}
	
/* menu */
.menu{
	margin: 0 auto;
	background: rgba(255,255,255,0.9);
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 6;
	box-sizing: border-box;
	overflow-y: auto;
	display: none;
	padding: 15% 0 30vh 0;
}
.menu_list{
	flex-wrap: wrap;
	width: 80%;
	padding: 0;
}
.menu_box{
	width: 100%;
	margin: 0 auto 15px auto;
}
.menu ul.menu_parent{
	width: 100%;
	border: none;
	padding: 0;
	text-align: left;
	pointer-events: none;
}
.menu_parent a{
	padding: 15px 30px;
	border: 1px solid  rgba(107,19,17,1);
	width: 100%;
	box-sizing: border-box;
}
.menu_parent.auto a{
	pointer-events: auto;
}
.menu_01 .menu_parent a,
.menu_02 .menu_parent a,
.menu_03 .menu_parent a,
.menu_04 .menu_parent a,
.menu_05 .menu_parent a,
.menu_06 .menu_parent a{
	background: url("images/plus.png") no-repeat right 5% center / 15px;
	width: 100%;
}
.menu_01.open .menu_parent a,
.menu_02.open .menu_parent a,
.menu_03.open .menu_parent a,
.menu_04.open .menu_parent a,
.menu_05.open .menu_parent a,
.menu_06.open .menu_parent a{
	background: url("images/minus.png") no-repeat right 5% center / 15px;
	
}
.menu_child{
	display: none;
	position: relative;
}
.menu_child li{
	border-bottom: 1px solid rgba(107,19,17,1);
}
.menu_child li:last-child{
	border-bottom: none;
}
.menu_child li a{
	width: 100%;
	background: none;
	padding: 15px 30px;
	box-sizing: border-box;
	text-align: left;
}
.menu_child li a br{
	display: none;
}
.menu_child li a:hover{
	background: none;
	color: rgb(50,50,50);
}
	
/* swiper */
#slide{
	min-width: 1px;
	margin: 0 auto;
}
.swiper-slide{
	padding-top:70%;
}
.catch{
	bottom: 0;
	width: 100%;
	height: 12%;
	background: rgba(107,19,17,0.9) url("images/catch.png") no-repeat center center / 80%;
}

/*topics*/
.topics_box{
	min-height: 250px;
	max-height: 250px;
}
#topics dl{
	display: block;
}
.topic_date{
	margin: 10px auto 5px auto;
	width: 100%;
}
#topics dd{
	margin:0 auto 10px auto;
	width: 100%;
}
	
/* message */
.message_box{
	flex-wrap: wrap;
}
.message_box .free_box{
	width: 100%;
	order: 1;
	flex: auto;
}
.message_photo.photo_check_t{
	width: 100%;
	margin: 20px 0 0 0;
	order: 2;
}

	
/* ayumi */
.ayumi_box{
	flex-wrap: wrap;
}
.ayumi_box .free_box{
	width: 100%;
	order: 1;
	flex: auto;
}
.ayumi_photo.photo_check_t{
	width: 100%;
	margin: 20px 0 0 0;
	order: 2;
}

/* link */
.link_innner_box{
	width: 43%;
	margin: 3%;
}
	
/* gaiyo */
.gaiyo_box{
	flex-wrap: wrap;
}
#gaiyo th,#gaiyo td{
	display: block;
	width: 100%;
	margin: 0 auto -1px auto;
}

/* gmap */
#gmap{
	padding-top: 60%;
}

/* about */
#about_top{
	background: url("images/about_top_01.jpg") no-repeat center bottom / 200%;
}	
#about_top .free_box{
	padding: 0 0 50% 0;
}	
.acc_naiyo{
	flex-wrap: wrap;
}
	
/* post */
.post_naiyo{
	flex-wrap: wrap;
}
#afterschool .post_txt{
	order: 2;
}	
#afterschool .post_photo{
	order: 1;
}
	
/* life */
.daily_box{
	flex-wrap: wrap;
}
.daily_naiyo{
	width:100%;
	margin: 0 auto 40px auto;
}
.daily_post{
	flex-wrap: wrap;
}
.daily_title{
	display: block;
	text-align: center;
	width: 100%;
	border-right: none;
	border-bottom: 1px solid rgba(120,120,60,1);
}
.daily_title br{
	display: none;
}
.daily_txt{
	width: 100%;
}
ul.daily_photo{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.daily_photo li{
	width: 48%;
	padding-top: 25%;
}
	
.year_box{
	margin: 0 auto -40px auto;
}
.month{
	width: 45%;
	margin: 1.5% 1.5% 40px 1.5%;
}
	
/* childcare */	
#tanpopo .photo_frame{
	margin: 0 auto 20px auto;
}
#risu .post table,#tanpopo .post table,
#entei .free_box table{
	width: 100% !important;
}
#risu .post table th,#tanpopo .post table th,
#entei .free_box table th{
	width: 100% !important;
	display: block;
	margin: 0 auto -1px auto;
}
#risu .post table td,#tanpopo .post table td,
#entei .free_box table td{
	width: 100% !important;
	display: block;
	margin: 0 auto -1px auto;
}	

/* guide */
#guide .post table th{
	width: 100% !important;
	display: block;
	margin: 0 auto -1px auto;
}
#guide .post table td{
	width: 100% !important;
	display: block;
	margin: 0 auto -1px auto;
}
	
/* blog */
.blog_box{
	flex-wrap: wrap;
}
#sidemenu{
	width: 100%;
	margin: 0 auto 30px auto;
}
#kiji_main{
	width: 100%;
}
.kiji_photo div{
	width: 48%;
}
	
/* footer */
.copy{
	width: 60%;
	font-size: 13px;
}
	
/* pagetop */
.pagetop{
    position: fixed;
    bottom:0;
    right: 0;
	z-index: 5;
	width: 60px;
	height: 84px;
}

}
	
@media screen and (max-width:480px){

.tel a{
	pointer-events: auto;
}
	
	
/* section_title */
.section_title p{
	width: 65%;
}
	
/* link */
.link_innner_box{
	width: 100%;
	margin: 3% 0;
}
	
/* btn */
.link_btn{
	width: 80%;
	margin: 0 auto 40px auto;
}
.link_btn a{
	padding: 10px 10%;
	
}
	
/* life */
.daily_photo li{
	width: 100%;
	padding-top: 55%;
}
.daily_photo li:last-child{
	margin: 0 auto;
}
.year_box{
	margin: 40px auto 0 auto;
}
.month{
	width: 100%;
	margin: 0 0 40px 0;
}
.month:last-of-type{
	margin: 0;
}

/* cildcare */
.risu_photo_box{
	flex-wrap: wrap;
}
.risu_photo.photo_check_t{
	margin: 20px 0 0 0;
}

	
/* blog */
.kiji_photo div{
	width: 100%;
	margin: 20px 0 0 0;
}
	
	
}

