@charset "Shift_JIS";
/* CSS Document */

/* パソコンで見たときは"pc"のclassがついた画像が表示される */	
.pc {
	display: block !important;
}
.tb {
	display: none !important;
}
.sp {
	display: none !important;
}
/* ここからがリセットスタイルシートになります。
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
/*フォーカスとは、ブラウザの画面上でマウスをクリックし、入力状態にあるまでの動作を指します*/
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {/*行の高さをフォントサイズと同じにしています*/
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* 隣接するセルのボーダーを結合し、間隔を0に指定しています */
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {/*captionとはテーブル（表）にキャプションをつける。キャプションとは、主に図版や写真について説明のために付け加えられた文字情報のことである。*/
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
	content: "";
}
blockquote, q {/*引用符の表示が出ないようにしています*/
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {/*html5の新しいタグをブロック要素として表示される。*/
	display: block;
}
/* reset.cssに下記を追加 */
header, footer, main, nav, article, aside, section {
	display: block;
}
/* ここまでがリセットスタイルシートになります。
-------------------------------------------------------------- */
body, td, th {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.wf-roundedmplus1c {
	font-family: "Rounded Mplus 1c";
}
html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg_01.png);
	background-color: #F8F8F1;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: center top;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}
a {
	font-weight: bold;
	text-transform: none;
	color: #09C;
}
a:hover {
	color: #F60;
	text-decoration: underline;
}
/*◆◆ヘッダー◆◆*/

header {
	box-sizing: border-box;
	width: 100%;
	height: 250px;
	margin: 0px;
	padding: 0px;
	background-color: #72B7FC;
	background-image: url(images/header_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto;
	position: relative;
}
header img {
	max-width: 100%;
	height: auto;
}
.header_tittle {
	max-width: 1200px;
	margin: auto;
	padding: 10px 10px 0 10px;
	text-align: left;
	box-sizing: border-box;
}
.header_img1 {
	position: absolute;
	bottom: 20px;
	left: 40%;
}
.header_img2 {
	position: absolute;
	bottom: 30px;
	right: 30%;
}
.header_img3 {
	max-width: 25%;
	position: absolute;
	top: 0;
	right: 10px;
}
.header_img3 img {
	max-width: 50%;
	height: auto;
	box-sizing: border-box;
	}
.add {
	padding-bottom: 1em;
	color: #36C;
	line-height: 1.5em;
}
/*◆◆main◆◆*/

main {
	height: 100%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#box_main {
	max-width: 1200px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
/*◆◆フッター◆◆*/

footer {
	width: 100%;
	padding-top: 2em;
	padding-bottom: .5em;
	bottom: 10px;
	text-align: center;
	color: #295EB4;
	background-image: url(images/footer_bg2.png), url(images/footer_bg3.png), url(images/footer_bg1.png);
	background-repeat: no-repeat, no-repeat, repeat-x;
	background-position: center left, center right, center top;
}
#footer {
	max-width: 1000px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}
.footer_add {
	box-sizing: border-box;
	width: 35%;
	margin: 20px;
	background-image: url(images/bg_add.png);
	padding: 1em;
	border-radius: 10px;
}
.footer_add h4 {
	font-family: 'Mochiy Pop One', sans-serif;
	font-size: 1.3em;
	color: #057EE2;
	margin-bottom: 1em;
	line-height: 120%;
}
.footer_add p {
	display: block;
	line-height: 120%;
	font-family: 'M PLUS 1 Code', sans-serif;
}
.copyright {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'M PLUS 1', sans-serif;
	color: #003366;
}
.font_s {
	font-size: 0.8em;
	color: #006699;
}
/*◆◆ナビ◆◆*/

nav {
	max-width: 100%;
}
nav ul {
	box-sizing: border-box;
	padding: 0 10px 0 10px;
	width: 100%;
	max-width: 1200px;
	margin: 10px auto 10px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
nav ul li {
	width: calc(100% / 6 - 10px);
	height: auto;
	display: block;
	text-align: center;
	align-self: center;
}
nav ul li img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.img_wrap {
	transition-duration: 0.5s;
}
.img_wrap img {
	max-width: 100%;
	cursor: pointer;
}
.img_wrap:hover {
	transform: translateY(-20px);
	transition-duration: 0.5s;
}
 @media screen and (max-width:768px) {
nav ul li {
	width: calc(100% / 3 - 5px);
	width : -webkit-calc(100% / 3 - 5px);
}
.navi1 ul li img {
	margin-top: 1em;
	margin-bottom: 1em;
}
}
 @media screen and (max-width:480px) {
nav1 ul li {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.navi1 ul li:last-child {
}
.navi1 ul li img {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}
}
/*◆◆ページのトップに移動するボタン◆◆*/

/*jquery トップに戻る　*/
#page-top {
	position: fixed;
	bottom: 0px;
	right: 5px;
	z-index: 99999;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 80px;
	height: auto;
	text-align: center;
	display: block;
	border-radius: 5px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#page-top a:hover {
	text-decoration: none;
}
/*◆◆-全ページ共通-◆◆*/

/*
a:hover {
	opacity: 0.6;
}*/
h2 {
	box-sizing: border-box;
	border-radius: 0px;
	width: 90%;
	padding: 1em;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.3em;
	color: #069;
	margin-top: 1em;
	margin-bottom: 1em;
	letter-spacing: 0.3em;
	display: block;
	position: relative;
	text-align: center;
	background-image: url(images/bg_h3.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: 'Yusei Magic', sans-serif;
}
.h2_img {
	position: absolute;
	right: -30px;
	bottom: -10px;
}
.h2_img2 {
	position: absolute;
	bottom: -10px;
	left: -30px;
}
/*
h3 {
	box-sizing: border-box;
	border-radius: 0px;
	width: 90%;
	padding: 1em;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.3em;
	color: #069;
	margin-top: 1em;
	margin-bottom: 1em;
	letter-spacing: 0.3em;
	display: block;
	position: relative;
	text-align: center;
	background-image: url(images/bg_h3.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: 'Yusei Magic', sans-serif;
}
*/
.text br {
	display: none;
}
.txt_r {
	text-align: right;
}
.txt_l {
	text-align: left;
}
.txtx_center {
	text-align: center;
}
.box1 {
	max-width: 1000px;
	margin: 1em auto 1em auto;
	box-sizing: border-box;
}
.txt_box {
	box-sizing: border-box;
	max-width: 800px;
	width: 90%;
	margin: 1em auto 2em auto;
	line-height: 135%;
	color: #004080;
}
.box_r {
	box-sizing: border-box;
	float: right;
	width: 46%;
}
.box_l {
	box-sizing: border-box;
	float: left;
	width: 46%;
	margin-right: 1em;
}
/*レスポンシブテーブル*/
.col-head-type1 {
/*border-collapse: collapse;
	width: 100%;*/
}
.col-head-type1 th, .col-head-type1 td {
/*border: 1px solid #999999;
	padding: 8px;*/
}
.col-head-type1 th {
	text-align: left;
}
 @media only screen and (max-width: 768px) {
.col-head-type1 tr, .col-head-type1 th, .col-head-type1 td {
	display: block;
	width: auto;
}
.col-head-type1 tr:first-child {
/*border-top: 1px solid #999999;*/
}
.col-head-type1 th, .col-head-type1 td {
/*border-top: none;*/
}
}
/*レスポンシブテーブルここまで*/

/*写真の表示*/


.photo2 {
	width: 90%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-right: auto;
	margin-left: auto;
}
.photo2 div {
	width: calc(100% / 2 - 20px);
	margin-bottom: 1em;
	text-align: center;
	font-family: 'M PLUS 1 Code', sans-serif;
	color: #006699;
	font-size: 0.9em;
}
.photo2 img {
	box-sizing: border-box;
	width: 100% !important;
	height: auto !important;
	border-radius: 1em;
}
.photo3 {
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-right: auto;
	margin-left: auto;
}
.photo3 div {
	width: calc(100% / 3 - 10px);
	margin-bottom: 2em;
	text-align: center;
	font-family: 'M PLUS 1 Code', sans-serif;
	color: #006699;
	font-size: 0.9em;
	box-sizing: border-box;
	padding: 1em;
}
.photo3 img {
	box-sizing: border-box;
	width: 100% !important;
	height: auto !important;
	margin-bottom: 10px;
	border-radius: 1em;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,.3));
}
 @media screen and (max-width:768px) {
.photo3 div {
	width: calc(100% / 2 - 10px);
}
}
 @media screen and (max-width:480px) {
.photo3 div, .photo2 div {
	width: calc(100% / 1 - 0px);
}
.photo3 img, .photo2 img {
	border-radius: 0.5em;
}
}
/*写真の表示ここまで*/

/*Googleマップの表示を縦横比で調整する*/
.google-maps {
	position: relative;
	padding-bottom: 30%;
// 縦横比 height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
/*横並びのレスポンシブ対応box*/

.box {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
/*左右の端による配置 ※左右いっぱいにしたいときはこちら*/	
.flexboxb {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
/*均等割り付け*/	
.flexboxa {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: stretch;
}
.flexboxc {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}
/*中のbox*/		
.inbox2 {
	width: calc(100% / 2 - 10px);
	margin-bottom: 10px;
}
.inboxy {
	width: calc(100% / 2 - 10px);
	margin-bottom: 10px;
}
.inbox3 {
	width: calc(100% / 3 - 10px);
	margin-bottom: 10px;
}
.inbox4 {
	width: calc(100% / 4 - 10px);
	margin-bottom: 10px;
}
.inbox_gaiyo {
	width: calc(100% / 2 - 10px);
	margin-bottom: 10px;
}
.inboxtoku {
	width: calc(100% / 3 - 10px);
	margin-bottom: 10px;
}
 @media screen and (max-width:768px) {
.inbox2 {
	width: calc(100% / 1 - 0px);
}
.inbox3 {
	width: calc(100% / 2 - 10px);
}
.inbox4 {
	width: calc(100% / 2 - 10px);
}
.inbox_gaiyo {
	width: calc(100% / 1 - 0px);
}
.inboxtoku {
	width: calc(100% / 1 - 0px);
	margin-bottom: 10px;
}
}
 @media screen and (max-width:480px) {
.inboxy {
	width: calc(100% / 1 - 0px);
}
.inbox3 {
	width: calc(100% / 1 - 0px);
}
.inbox4 {
	width: calc(100% / 1 - 0px);
}
}
.inbox31 {
	background-color: #FDE8DF;
	width: calc(100% / 3 - 10px);
	margin-bottom: 10px;
}
/*-- PC版表示CSS  --*/
.pc_area {
	display: block;
}
.phone_area {
	display: none;
}


/*-- スマホ版表示CSS  --*/
@media screen and (max-width: 768px) {
.pc_area {
	display: none;
}
.phone_area {
	display: block;
}
}
/*----------------ここより下各ページ---------------------------*/


/*------------------------
　　　　TOPページ
-------------------------*/
/*-----スライドショー-----*/

#ss {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	width: 100%;
	position: relative;
}
#sspho {
	max-width: 1300px;
	width: 65%;
	margin: auto;
}
/*#sspho img {
	width: 100%;
	height: auto;
}*/

#sspho li img {
	width: 100%;
	height: 40vw;　　/*要調整*/
	max-height: 620px;　/*要調整*/
	max-width:auto;
    object-fit: cover;
}

#ss ul {
}

.slide_illust {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9998;
	pointer-events: none;
}
.slide_illust2 {
	max-width: 12%;
	position: absolute;
	left: 15%;
	z-index: 9998;
	pointer-events: none;
	bottom: -10px;
}
.slide_illust3 {
	max-width: 8%;
	position: absolute;
	right: 15%;
	z-index: 9998;
	pointer-events: none;
	bottom: -10px;
}
.slide_illust4 {
	max-width: 17%;
	position: absolute;
	top: 5%;
	right: 15%;
	z-index: 9998;
	pointer-events: none;
}
.slide_illust img, .slide_illust2 img, .slide_illust3 img, .slide_illust4 img {
	width: 100%;
	height: auto;
	}
/*----/スライドショーここまで----*/

/*-----お知らせ-----*/
#information {
	padding-top: 50px;
	margin-bottom: 3em;
}
.info_box {
	max-width: 1000px;
	width: 90%;
	margin: 1em auto 1em auto;
	box-sizing: border-box;
	padding: 1em 1em 0em 1em;
	background-color: #FFFFFF;
	border-radius: 20px;
	border: 2px solid #8FC4F3;
}
.info_box ul {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.info_box li {
	margin-bottom: 1em;
	color: #6A5A47;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #D3C6BA;
}
.info_box li time {
	color: #3366CC;
	margin-right: 20px;
}
/*-----ごあいさつ-----*/
.bg_blue {
	background-image: url(images/bg_kumo.png), url(images/bg_btop.png), url(images/bg_bun.png), url(images/bg_blue.png);
	background-repeat: repeat-x, repeat-x, repeat-x, repeat;
	background-position: top center, top center, bottom center, top center;
	box-sizing: border-box;
	padding-top: 30px;
	padding-bottom: 50px;
}
.bg_blue2 {
	background-image: url(images/bg_btop.png), url(images/bg_bun.png), url(images/bg_blue.png);
	background-repeat: repeat-x, repeat-x, repeat;
	background-position: top center, bottom center, top center;
	box-sizing: border-box;
	padding-top: 30px;
	padding-bottom: 50px;
}
#goaisatu {
	margin-bottom: 2em;
}
#goaisatu .content {
	max-width: 800px;
	box-sizing: border-box;
	padding: 10px;
	margin: auto;
	font-family: 'M PLUS 1', sans-serif;
	line-height: 150%;
	color: #663333;
	font-size: 1.1em;
}
/*----保育目標・園の特徴-----*/	
#moku {
	margin-bottom: 1em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
#moku .content {
	box-sizing: border-box;
	padding: 1em;
	margin: 0em auto 0em auto;
	line-height: 150%;
	color: #663333;
	font-family: 'M PLUS 1', sans-serif;
	width: 45%;
}
#moku .content ul li {
	margin-bottom: 1em;
	display: flex;
	align-items: baseline;
}
#moku .content ul li::before {
	content: "\e139";
	margin-right: 5px;
	font-size: 15px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #62A5C6;
}
/*----概要----*/

#gaiyo {
}
#gaiyo table {
	box-sizing: border-box;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.3em;
}
#gaiyo .col-head-type1 tr {
	background-image: url(images/bg_sen_bottom.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#gaiyo .col-head-type1 th {
	white-space: nowrap;
	padding-right: 1em;
	color: #006699;
	font-weight: bold;
	padding-top: 1em;
}
#gaiyo .col-head-type1 td {
	padding-top: 1em;
	padding-bottom: 1.5em;
}
#gaiyo table h3 {
	color: #2C8F9A;
}
/*----Googleマップ----*/

#googlemap {
	box-sizing: border-box;
	padding: 1em;
	max-width: 1000px;
	margin: 0px auto 2em auto;
	border: 1;
	border-radius: 1em;
}
/*------------------------
　　　　園について　
　　　　　about
-------------------------*/
#about {
}
#nyuen .box1 {
	text-align: center;
	line-height: 150%;
	color: #663300;
	margin-bottom: 2em;
}
/*---施設紹介---*/	
#sisetu {
	margin-bottom: 2em;
}
/*クラス紹介*/


#class {
	margin-bottom: 2em;
}
.class1, .class2, .class3 {
	width: calc(100% / 3 - 5px);
	box-sizing: border-box;
	margin-bottom: 10px;
	padding: 0em;
}
.class1 img, .class2 img, .class3 img {
	max-width: 100%;
	height: auto;
}
/*------------------------
　　　　園の特色
-------------------------*/

	
/*---園の特色---*/


#toku {
	margin-bottom: 2em;
}
#toku h2 {
	margin-bottom: 3em;
}
#toku .flexboxb {
	max-width: 1200px;
	width: 95%;
	margin: 0px auto 1em auto;
}
#toku .inbox2 {
	margin-bottom: 3em;
	background-image: url(images/bg_kumo2.png), url(images/bg_blue.png);
	background-repeat: repeat-x, repeat;
	background-position: bottom center, top center;
	box-sizing: border-box;
	padding: 2em 1em 1em 1em;
	border-radius: 20px;
	border: 2px solid #93C2EA;
	position: relative;
	line-height: 135%;
	color: #003366;
}
#toku .inbox2 h3 {
	position: absolute;
	width: 50%;
	padding: 0.5em;
	box-sizing: border-box;
	background-image: url(images/bg_green.png);
	top: -1em;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index: 3;
	border-radius: 30px;
	border: 2px solid #93C2EA;
	text-align: center;
	font-family: 'Yusei Magic', sans-serif;
	font-size: 1.2em;
	color: rgba(0,153,102,1);
}
#toku .inbox2 h3::before {
	content: "\f4d8";
	margin-right: 5px;
	font-size: 1.2em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #7DCD69;
}
#toku .inbox2 .photo {
	text-align: center;
	box-sizing: border-box;
	width: 90%;
	max-width: 350px;
	margin: 1em auto 1em auto;
}
#toku .photo img {
	width: 100%;
	max-width: 100%;
	height: auto;
	border-radius: 1.5vw;
	margin-bottom: 1em;
}
/*------------------------
　　　　園の生活
-------------------------*/


/*----デイリー----*/

#daily {
	max-width: 1200px;
	margin: 1em auto 2em auto;
	width: 90%;
}
#daily .inbox2 {
	text-align: center;
	margin-top: 3em;
	position: relative;
	box-sizing: border-box;
	padding: 80px 20px 30px 20px
}
.day1 {
	background-image: url(images/bg_kumo2.png), url(images/bg_grn3.png);
	background-repeat: repeat-x, repeat;
	background-position: bottom center, top center;
	border-radius: 30px;
}
.day2 {
	background-image: url(images/bg_kumo2.png), url(images/bg_blue.png);
	background-repeat: repeat-x, repeat;
	background-position: bottom center, top center;
	border-radius: 30px;
}
#daily .inbox2 h3 {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	position: absolute;
	top: -45px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index: 3;
}
#daily h3 img {
	max-width: 100%;
	height: auto;
}
#daily .inbox2 img {
	max-width: 90%;
	height: auto;
}
#daily .day1 tbody th {
	/*乳児時間*/
	font-size: 1em;
	padding: 0.25em;
	vertical-align: top;
	color: #096;
	font-family: 'RocknRoll One', sans-serif;
}
#daily .day1 tbody td {
	padding: 0.5em;
	color: #663300;
	line-height: 135%;
}
#daily .day2 tbody th {
　/*幼児時間*/
 font-size: 1em;
	padding: 0.25em;
	vertical-align: top;
	color: #39C;
	font-family: 'RocknRoll One', sans-serif;
}
#daily .day2 tbody td {
	padding: 0.5em;
	color: #663300;
	line-height: 135%;
}
#daily table {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: right top;
	border-collapse: collapse;
}
#daily table tr {
	box-sizing: border-box;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#daily table tr:nth-child(1) tr {
	border-top-style: none;
}
#daily table td {
	padding: 1em;
}
/*----------------------------
  　　　　  アルバム
-----------------------------*/

#album {
}
#album p {
	margin-top: 0.3em;
	margin-bottom: 1em;
	padding: 0.3em;
	background-color: #D1EAF3;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	border-left-width: 1em;
	border-left-style: solid;
	border-left-color: #87C8E0;
	color: #006699;
	font-size: 0.9em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
#album .inbox3 {
	text-align: center;
}
#album .inbox3 img {
	border-radius: 1.5em;
	max-width: 90%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,.3));
}
/*------------------------
　　　年間行事
-------------------------*/

#year {
	width: 96%;
	max-width: 1200px;
	margin: 0em auto 3em auto;
	box-sizing: border-box;
}
.y_txt {
	box-sizing: border-box;
	width: 40%;
	padding: 1em;
}
.y_txt h3 {
	display: block;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	margin: 0em auto 1em auto
}
.yphoto {
	text-align: center;
	width: 60%;
	box-sizing: border-box;
	padding: 1em;
}
.yphoto img {
	border-radius: 1.5em;
	max-width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,.3));
}
#haru {
	background-image: url(images/bg_haru.png);
	color: #993366;
}
#natu {
	background-image: url(images/bg_natu.png);
	color: #327678;
}
#aki {
	background-image: url(images/bg_aki.png);
	color: #663333;
}
#fuyu {
	background-image: url(images/bg_fuyu.png);
	color: #006699;
}
#haru, #natu, #aki, #fuyu {
	box-sizing: border-box;
	padding: 1em;
	margin-bottom: 2em;
	border-radius: 20px;
}
#haru li, #natu li, #aki li, #fuyu li {
	margin-bottom: .5em;
}
#year li::before {
	content: "\f621";
	margin-right: 8px;
	font-size: 1em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
/*--------------------------
    情報公開
----------------------------*/
/*情報公開*/

#joho {
}
#joho .topics {
	box-sizing: border-box;
	padding: 2em;
	background-image: url(images/bg_blue.png);
	border-radius: 20px;
}
#joho .topics ul {
	width: 100%;
	max-width: 800px;
	margin: 0px auto 0px auto;
}
#joho .topics ul li {
	margin-bottom: 1em;
	font-family: 'Kosugi Maru', sans-serif;
	color: #006699;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #6699CC;
}
#joho .topics ul li a {
	color: #003399;
	text-decoration: none;
	font-weight: normal;
}
#joho .topics ul li a:hover {
	color: #009966;
}
#joho .topics ul li::before {
	content: "\f15b";
	margin-right: 8px;
	font-size: 1em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #0099CC;
}
#kuokai {
	margin-bottom: 5em;
}
/*苦情について*/	
#kujo {
}
#kaiketu {
	text-align: center;
	margin-bottom: 3em;
}
#kaiketu .topics {
	background-image: url(images/bg_navi.png);
	padding: 1em;
	box-sizing: border-box;
	border-radius: 20px;
}
#kaiketu .topics p {
	color: #663300;
}
#kaiketu .topics ul {
	text-align: left;
	width: 100%;
	max-width: 800px;
	margin: 0px auto 0px auto;
}
#kaiketu .topics ul li {
	margin-bottom: 1em;
	font-family: 'M PLUS 1 Code', sans-serif;
	color: #006699;
	border: none;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: baseline;
}
#kaiketu .topics ul li a {
	color: #4A80D0;
	text-decoration: none;
}
#kaiketu .topics ul li::before {
	content: "\f621";
	margin-right: 8px;
	font-size: 1em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #0099CC;
}
#kaiketu img {
	max-width: 100%;
	height: auto;
}
#kujo_kouhyou {
	margin-bottom: 3em;
}
#kujo_kouhyou .topics {
	box-sizing: border-box;
	padding: 2em;
	background-image: url(images/bg_blue.png);
	border-radius: 20px;
	margin-bottom: 2em;
}
#kujo_kouhyou .topics .txt_box {
	color: #663300;
}
#kujo_kouhyou .topics h3 {
	color: #006699;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #76BAC9;
	border-bottom-color: #76BAC9;
	padding: 10px;
	font-size: 1.2em;
	font-family: 'Kosugi Maru', sans-serif;
}
/*------------------------
　　　　ブログ
-------------------------*/

#blog {
	width: 96%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
/*----コンテンツ----*/

#blog_side {
	float: left;
	width: 25%;
	box-sizing: border-box;
}
#blog_side h4 img {
	height: auto;
	max-width: 100%;
}
#blog_side h4 {
	text-align: center;
	padding-top: .5em;
	padding-bottom: .5em;
	font-family: 'Yusei Magic', sans-serif;
	color: #FFFFFF;
	background-image: url(images/category_bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 1em;
}
#blog_side ul {
	padding: 1em;
	background-image: url(images/bg_grn3.png);
	border-radius: 1em;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#blog #blog_side ul li {
	font-size: 0.8em;
	display: block;
	margin-bottom: 1em;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	line-height: 1.5em;
	padding-left: 1em;
	border-bottom-color: #A8D5B7;
}
#blog_side ul li a {
	text-decoration: none;
	color: #096;
}
/*----ブログ記事----*/
#blog_main {
	float: right;
	width: 70%;
	box-sizing: border-box;
}
.blogbox {
	background-color: #FFF;
	border-radius: 1em;
	margin-bottom: 2em;
	padding-bottom: 2em;
}
#blog .blog_date {
	background-color: #3399CC;
	color: #069;
	background-image: url(images/bg_blog_tittle.png);
	background-position: center top;
}
.blog_date {
	border-radius: 1em 1em 0 0;
	text-align: right;
	font-size: 0.85em;
	padding-top: 1em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
}
#blog .blog_tittle {
	color: #006699;
}
.blog_tittle {
	font-size: 1.2em;
	line-height: 1em;
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-top: 0em;
	padding-right: 0.5em;
	padding-bottom: 2em;
	padding-left: 1em;
	font-family: 'Yusei Magic', sans-serif;
	background-image: url(images/bg_blog_tittle.png);
}
/*記事本文*/
.blog_txt {
	margin-top: 1em;
	margin-bottom: 1em;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.5em;
	color: #006666;
}
/*ブログ写真横3枚*/
.blog_photo {
	margin-top: 1em;
	margin-bottom: 1em;
}
.blogbox .photo3 div {
	text-align: center;
	font-size: 0.8em;
	color: #063;
}
#blog .photo3 img {
	border-radius: 1em;
}
/*PDF貼り付け*/
/*pdf*/

.pdf {
	color: #069;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	display: block;
	padding-left: 1em;
	padding-right: 1em;
	margin-bottom: 2em;
}
.pdf a {
	text-decoration: underline;
	font-weight: normal;
	color: #0099CC;
}
.pdf li {
	padding: .5em;
}
.pdf li::before {
	content: "\f15b";
	margin-right: 7px;
	font-size: 1.2em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #85D6DE;
}
.pdf li:hover {
	color: #009966;
	text-decoration: none;
	background-color: #DCF3E6;
}
/*YOUTUBE*/
.movie {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
/*----ブログのページャー ----*/
.pager .pagination {
	text-align: center;
	margin-bottom: 2em;
}
.pager .pagination li {
	display: inline;
	margin: 0 2px;
	padding: 0;
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	position: relative;
	border-radius: 10px;
	background-color: #94D0EB;
	background-image: url(images/bg_blue3.png);
}
.pager .pagination li a {
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: table;
	color: #fff;
	text-decoration: none;
}
.pager .pagination li a span {
	display: table-cell;
	vertical-align: middle;
}
.pager .pagination li a:hover, .pager .pagination li a.active {
	color: #066;
	border-radius: 10px;
	background-color: #CCE4F9;
	background-image: url(images/bg_grn4.png);
}
 @media only screen and (max-width: 767px) {

}
/*----ページャーここまで------*/




/*------------------------
　　　　おしらせ
-------------------------*/

#info #blog_side {
	background-image: url(images/info_date_bg.png);
}
#info #blog_side ul li {
	font-size: 0.8em;
	display: block;
	margin-bottom: 1em;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	line-height: 1.5em;
	padding-left: 1em;
	border-bottom-color: #A6C6DD;
}
#info #blog_side ul li a {
	text-decoration: none;
	color: #369;
}
#info .blog_date {
	background-color: #BCE8FB;
	background-image: url(images/info_date_bg.png);
	color: #39C;
}
#info .blog_tittle {
	border-bottom-color: #6CC;
	color: #3399CC;
	background-image: url(images/info_tittle_bg.png);
}
#info .photo3 img {
	border: 3px solid #B5DBF2;
	border-radius: 2em;
}



/*------------------------
　　　　採用情報
-------------------------*/

#recruit {}
.recruit_top {
	text-align: center;
	padding: 1em;
}

.recruit_top img {
	max-width: 100%;
	height: auto;
}
.contact {
	width: min(100% -1em, 800px);
	text-align: center;
	font-size: 1.2em;
	font-family: 'Mochiy Pop One', sans-serif;
	color: #009966;
	margin-bottom: 50px;
	line-height: 150%;
	}
.contact p {
	margin-bottom: 1em;
}
.contact a {
	box-sizing: border-box;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px;
	border-radius: 6px;
	transition: .3s;
	text-decoration: none;
	background-color: #09C;
	font-family: 'Yusei Magic', sans-serif;
}
.contact a:hover {
  background: #13c3ac;
}


#recruit .topics {
	background-image: url(images/bg_haru.png);
	padding: 1em;
	box-sizing: border-box;
	border-radius: 20px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
}
.txt_area {
	box-sizing: border-box;
	flex-grow:2;
	padding: 10px
	}
.photo_area {
	box-sizing: border-box;
	width: 40%;
	padding: 10px
	}
.photo_area img {
	max-width: 100%;
	height: auto;
	max-height: 300px;
	width: auto;
	border-radius: 10px;
}
#recruit .topics p {
	color: #663300;
}
#recruit .topics {
	width: min(100% - 1em, 1000px);
	margin-inline: auto;
	margin-bottom: 2em;
}
#recruit .topics h3 {
	color: #8E3F24;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFB5D2;
	border-bottom-color: #FFB5D2;
	padding: 10px;
	font-size: 1.2em;
	font-family: 'Kosugi Maru', sans-serif;
}

#recruit .topics ul {
	width: 90%;
	max-width: 800px;
	margin: 0px auto 0px auto;
}
#recruit .topics ul li {
	margin-bottom: 1em;
	font-family: 'Kosugi Maru', sans-serif;
	color: #006699;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CC99CC;
	display: block;
}
#recruit .topics ul li a {
	color: #003399;
	text-decoration: none;
	font-weight: normal;
	}
#recruit .topics ul li a:hover {
	color: #009966;
}
#recruit .topics ul li::before {
	content: "\f15b";
	margin-right: 8px;
	font-size: 1em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #FF73AB;
}


/*----------





------------◆◆タブレットでの表示◆◆------------------------------------*/
.------sp_w767------------------------- {
}
@media screen and (max-width:767px) {
}
 @media screen and (max-width:768px) {
.------sp_w768------------------------- {
}
.tb {
	display: block !important;
}
.sp {
	display: none !important;
}
#main {
	width: 100%;
}
/*TB SP ヘッダー*/

.header_img1 {
	width: 17%;
	position: absolute;
	bottom: 10px;
	left: 15%;
}
.header_img2 {
	width: 13%;
	position: absolute;
	bottom: 10px;
	right: 20%;
}
.header_img1 img, .header_img2 img {
	max-width: 100%;
	height: auto;
}
.header_img3 {
	max-width: 25%;
	position: absolute;
	top: 0;
	right: 0px;
}



/*footer*/
footer {
	width: 100%;
	background-image: none, none, url(images/footer_bg1.png);
	background-repeat: no-repeat, no-repeat, repeat-x;
	background-position: center left, center right, center top;
}
.copyright {
	margin-top: 100px;
	margin-bottom: 10px;
	font-family: 'M PLUS 1', sans-serif;
	color: #003366;
}
.box1 {
	box-sizing: border-box;
	margin-left: 1em;
	margin-right: 1em;
}
/*TB SP スライドショー*/
#ss {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	position: relative;
	width: 100%;
}
.slide_illust3 {
	max-width: 7%;
}
/*ごあいさつ*/

#goaisatu .content {
	width: 95%;
	box-sizing: border-box;
	margin: 0em auto 2em auto;
	padding: 0;
}
/*保育目標・特徴*/

#moku .content {
	width: 95%;
	margin: 0em auto 2em auto;
	padding: 0;
}
/*クラス紹介*/

.class1, .class2, .class3 {
	width: calc(100% / 1 - 0px);
	margin-bottom: 10px;
	padding: 1em;
}
/*TB SP 横２列のboxを１列にして100%表示に*/

.box_r {
	float: none;
	width: 100%;
}
.box_l {
	float: none;
	width: 100%;
}
/*TB SP ブログ・お知らせ*/

#blog_side {
	float: none;
	width: 100%;
	margin-bottom: 2em;
	margin-right: auto;
	margin-left: auto;
}
#blog_main {
	float: none;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
/*TB SP 年間行事*/
.y_txt {
	box-sizing: border-box;
	width: 100%;
	margin: 1em auto 1em auto;
	padding: 1em;
	margin: 1em auto 1em auto;
}
.yphoto {
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	margin: 0em auto 0em auto;
}
.yphoto img {
	max-width: 95%;
	height: auto;
}
#haru, #natu, #aki, #fuyu {
	width: 95%;
	margin: 1em auto 1em auto;
	box-sizing: border-box;
}
/*クラス紹介*/
.inboxkumi {
	width: calc(100% / 2 - 10px);
	margin-bottom: 10px;
}
/*採用情報*/
#recruit .topics {
	
	flex-wrap: wrap;
	
}

.txt_area {
	box-sizing: border-box;
	width: 100%;
	padding: 10px
	}
.photo_area {
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	text-align: center;
	}

}
/*----------------------スマートフォンでの表示------------------------------------*/	 


 @media screen and (max-width:480px) {
.------sp_w480------------------------- {
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */	 

.pc {
	display: none !important;
}
.tb {
	display: none !important;
}
.sp {
	display: block !important;
}
p.tel a {
	pointer-events: auto;
}
body {
	font-size: 18px;
}
h2 {
	border-radius: 30px;
}
.h2_img img {
	height: auto;
	width: 80%;
}
.h2_img2 img {
	height: auto;
	width: 80%;
}
.txt_box {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.text br {
	display: inline;
}
/*--------header--------*/

header {
	box-sizing: border-box;
	width: 100%;
	height: 310px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/header_bgsp.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto;
	position: relative;
}
.header_img1 {
	width: 30%;
	position: absolute;
	bottom: 0px;
	left: 3%;
}
.header_img2 {
	width: 25%;
	position: absolute;
	bottom: 0px;
	right: 0;
}
.header_img1 img, .header_img2 img {
	max-width: 100%;
	height: auto;
}
.header_tittle {
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	padding: 20px 10px 0 10px;
	margin-left: auto;
	margin-right: auto;
}
.header_img3 {
	max-width: 100%;
	width: 150px;
	position: absolute;
	top: 140px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%)
}

.header_img3 img {
	margin-right: 0px;
	margin-bottom: 20px;
	max-width: 100%;
	height: auto;
	}


/*-----footer-----*/

footer {
	width: 100%;
	background-image: none, none, url(images/footer_bg1.png);
	background-repeat: no-repeat, no-repeat, repeat-x;
	background-position: center left, center right, center top;
}
#footer {
	width: 90%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}
.footer_add {
	box-sizing: border-box;
	width: 100%;
	margin: 10px;
	background-image: url(images/bg_add.png);
	padding: 1em;
}
.footer_add h3 {
	font-family: 'Mochiy Pop One', sans-serif;
	font-size: 1.1em;
	color: #057EE2;
	margin-bottom: 1em;
}
.footer_add p {
	display: block;
}
.copyright {
	margin-top: 100px;
	margin-bottom: 10px;
	font-family: 'M PLUS 1', sans-serif;
	color: #003366;
}
h2 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	letter-spacing: 0.1em;
	background-image: url(images/bg_h2sp.png)
}
/*ナビ2*/
#navi2 {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
/*スライドショー*/
#sspho {
	max-width: 1300px;
	width: 100%;
	margin: auto;
}
.slide_illust2 {
	max-width: 20%;
	left: 5%;
}
.slide_illust3 {
	max-width: 10%;
	right: 5%;
}
.slide_illust4 {
	max-width: 25%;
	position: absolute;
	top: -5%;
	right: 5%;
	z-index: 9998;
	pointer-events: none;
}
/*園の概要*/
#gaiyo table {
	background-image: none;
}
/*#gaiyo table th {
	white-space: nowrap;
	font-weight: bold;
	background-color: #009900;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: center;
	background-image: url(images/bg_grn2.png);
	margin-top: 1em;
}
*/
#gaiyo .col-head-type1 tr {
	border-bottom-style: none;
}
/*クラス紹介*/
.inboxkumi {
	width: calc(100% / 1 - 10px);
	margin-bottom: 10px;
}
/*園の特色*/
#toku .box {
	box-sizing: border-box;
	width: 100%;
	margin-right: .3em;
	margin-left: .3em;
}
.inboxtoku {
	width: calc(100% / 1 - 10px);
	margin-bottom: 10px;
}
.toku_txt {
	float: none;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.toku_img {
	box-sizing: border-box;
	float: none;
	width: 100%;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
}
/*デイリー*/
#daily {
	box-sizing: border-box;
	background-image: url(images/bg_b.gif);
	padding-top: 0.5em;
	padding-bottom: 2em;
	border-radius: 1.5em;
}
#daily table {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: none;
}
#daily dt {
	float: none;
}
#daily dd {
	margin-left: 1em;
	font-size: 0.9em;
	margin-top: 0.5em;
}
#daily .nyuji {
	width: 100%;
	margin-bottom: 1em;
}
#daily .youji {
	width: 100%;
}
/*年間行事*/
}
/*==========================フォント===========================================*/


.kosugi {
	font-family: 'Kosugi Maru', sans-serif;
}
.mplus {
	font-family: 'M PLUS 1', sans-serif;
}
.mplus1 {
	font-family: 'M PLUS 1 Code', sans-serif;
}
.rock {
	font-family: 'RocknRoll One', sans-serif;
}
.yusei {
	font-family: 'Yusei Magic', sans-serif;
}
.kaisei {
	font-family: 'Kaisei Opti', serif;
}
.mochiy {
	font-family: 'Mochiy Pop One', sans-serif;
}
.stick {
	font-family: 'Stick', sans-serif;
}
/*=========================アニメーション===========================================*/

.fuwafuwa01 {
	animation: fuwafuwa01 2s infinite;
}
@keyframes fuwafuwa01 {
 0%, 100% {
 transform: translate(0, 0);
}
 50% {
 transform: translate(0, 15px);
}
}
.fuwafuwa02 {
	animation: fuwafuwa02 2s infinite;
}
@keyframes fuwafuwa02 {
 0%, 100% {
 transform: translate(0, 0);
}
 50% {
 transform: translate(0, -15px);
}
}
.fuwafuwa03 {
	animation: fuwafuwa03 3s infinite;
}
@keyframes fuwafuwa03 {
 0%, 100% {
 transform: translate(0, 0);
}
 50% {
 transform: translate(0, 20px);
}
}
.yurayura {
	transform-origin: center bottom;
	animation: yurayura 3s linear infinite;
}
 @keyframes yurayura {
 0%, 100% {
 transform: rotate(10deg);
}
 50% {
 transform: rotate(-10deg);
}
}
.jump {
	animation: jump 3s infinite;
	-webkit-animation: jump 3s infinite;
	-moz-animation: jump 3s infinite;
}
@keyframes jump {
 0% {
transform:translate(0, 0px);
}
 3% {
transform:translate(0, -20px);
}
 5% {
transform:translate(0, 0px);
}
 6% {
transform:translate(0, -5px);
}
 7% {
transform:translate(0, 0px);
}
 100% {
transform:translate(0, 0px);
}
}
@-webkit-keyframes jump {
 0% {
-webkit-transform:translate(0, 0px);
}
 3% {
-webkit-transform:translate(0, -20px);
}
 5% {
-webkit-transform:translate(0, 0px);
}
 6% {
-webkit-transform:translate(0, -5px);
}
 7% {
-webkit-transform:translate(0, 0px);
}
 100% {
-webkit-transform:translate(0, 0px);
}
}
@-moz-keyframes jump {
 0% {
-moz-transform:translate(0, 0px);
}
 3% {
-moz-transform:translate(0, -20px);
}
 5% {
-moz-transform:translate(0, 0px);
}
 6% {
-moz-transform:translate(0, -5px);
}
 7% {
-moz-transform:translate(0, 0px);
}
 100% {
-moz-transform:translate(0, 0px);
}
}
.jump2 {
	animation: jump 4s infinite;
	-webkit-animation: jump 4s infinite;
	-moz-animation: jump 4s infinite;
}
@keyframes jump {
 0% {
transform:translate(0, 0px);
}
 8% {
transform:translate(0, -20px);
}
 15% {
transform:translate(0, 0px);
}
 16% {
transform:translate(0, -5px);
}
 17% {
transform:translate(0, 0px);
}
 100% {
transform:translate(0, 0px);
}
}
@-webkit-keyframes jump {
 0% {
-webkit-transform:translate(0, 0px);
}
 8% {
-webkit-transform:translate(0, -20px);
}
 15% {
-webkit-transform:translate(0, 0px);
}
 16% {
-webkit-transform:translate(0, -5px);
}
 17% {
-webkit-transform:translate(0, 0px);
}
 100% {
-webkit-transform:translate(0, 0px);
}
}
@-moz-keyframes jump {
 0% {
-moz-transform:translate(0, 0px);
}
 8% {
-moz-transform:translate(0, -20px);
}
 15% {
-moz-transform:translate(0, 0px);
}
 16% {
-moz-transform:translate(0, -5px);
}
 17% {
-moz-transform:translate(0, 0px);
}
 100% {
-moz-transform:translate(0, 0px);
}
}
/*====Ｓｗｉｎｇアニメ===*/

.swing {
	margin: 0px;
	-moz-animation: swing linear 3s infinite;
	-moz-transform-origin: center -30px 0;
	-webkit-animation: swing linear 3s infinite;
	-webkit-transform-origin: center -30px 0;
	-ms-animation: swing linear 3s infinite;
	-ms-transform-origin: center -30px 0;
	-o-animation: swing linear 3s infinite;
	-o-transform-origin: center -30px 0;
	animation: swing linear 3s infinite;
	transform-origin: center -30px 0;
	display: block;
	float: left;
}
 @-moz-keyframes swing {
 0% {
-moz-transform: rotate(0deg)
}
 25% {
-moz-transform: rotate(5deg);
}
 50% {
-moz-transform: rotate(0deg);
}
 75% {
-moz-transform: rotate(-5deg);
}
 100% {
-moz-transform: rotate(0deg);
}
}
@-webkit-keyframes swing {
 0% {
-webkit-transform: rotate(0deg);
}
 25% {
-webkit-transform: rotate(5deg);
}
 50% {
-webkit-transform: rotate(0deg);
}
 75% {
-webkit-transform: rotate(-5deg);
}
 100% {
-webkit-transform: rotate(0deg);
}
}
@-o-keyframes swing {
 0% {
-o-transform: rotate(0deg);
}
 25% {
-o-transform: rotate(5deg);
}
 50% {
-o-transform: rotate(0deg);
}
 75% {
-o-transform: rotate(-5deg);
}
 100% {
-o-transform: rotate(0deg);
}
}
@-ms-keyframes swing {
 0% {
-ms-transform: rotate(0deg);
}
 25% {
-ms-transform: rotate(5deg);
}
 50% {
-ms-transform: rotate(0deg);
}
 75% {
-ms-transform: rotate(-5deg);
}
 100% {
-ms-transform: rotate(0deg);
}
}
@keyframes swing {
 0% {
transform: rotate(0deg);
}
 25% {
transform: rotate(5deg);
}
 50% {
transform: rotate(0deg);
}
 75% {
transform: rotate(-5deg);
}
 100% {
transform: rotate(0deg);
}
}
