/*body {
	background: url("/img/bg.png") no-repeat;
	background-size: contain;
}*/
body {
	font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}

body.drawer-opened .header {
    -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    left: -340px;
}
.header {
	background: url("/img/paper_bg.png");
}
.header .box {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
.fade-img {
  position:relative;
  width: 100%;
}
.fade-img img {
  position: absolute;
}
.circle{
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fff;
	text-align:center;
	line-height: 50px;
}
.inline-circle{
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: skyblue;
}
.inline-circle span {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width :60px;
	text-align:center;
	font-weight: 600;
    color: #fff;
    line-height: 16px;
    font-size: 16px;
}
.logo {
	position: absolute;
	top: 10px;
	left: 15px;
}
.logo img {
	width: 160px;
}
.telbox {
	display: none;
}
.sp-telbox {
	position: absolute;
	top: 14px;
	right: 70px;
	background-color: #fff;
}
.sp-telbox .if {
    display: inline-block;
    font-family: 'iconfont' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    font-size: 20px;
    color: #3fa831;
}
.sp-telbox span{
	font-weight: 400;
	color: #3fa831;
	position: absolute;
	bottom: 30px;
	right: 40px;
}

.sp-recruit-btn {
	display: none;
}
.recruit-box {
	padding: 15px;
	position: absolute;
	bottom: 30px;
	right: 40px;
	border: 4px solid #fff;
	background-color: #a6c5ef;
	/*background-image: url("../img/bird.png");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 170px auto;*/
	color: #443434;
	border-radius: 20px;
}
.recruit-box h2 {
	font-size: 16px;
}
.recruit-box .recruit {
	position: relative;
	font-size: 12px;
}
.recruit-box .recruit .bird-image {
	position: absolute;
	top: -72px;
	right: -40px;
	width: 100px;
}
.recruit-box ul {
	margin: 5px 0;
	padding: 8px 0 8px 30px;
	list-style-type: disc;
	border-top: dashed 2px #3f82ff;
	border-bottom: dashed 2px #3f82ff;
}


.contact {
	padding: 10px 10px;
	text-align: center;
	background: #fff;
}
.contact h2 {
	font-size: 14px;
	margin-bottom: 0;
	color: #3fa831;
}
.contact a {
	margin-left: 5px;
	color: #159704;
	font-weight: 600;
	font-size: 18px;
}
.contact .address {
	font-size: 12px;
	color: #555;
}
.contact .icon-address {
	padding-left: 10px;
	vertical-align: -3px;
}

/* グローバルナビゲーション
----------------------------------------------------------------- */

.menuItems li {
	font-weight:600;
	text-align: center;
}
.menuItems li em {
	display: block;
	font-size: 0.8rem;
	color: #FEB902;
}
.menuItems>li>a {
	color: #333;
	display: block;
	text-decoration: none;
}

#overlay {
    background: #000;
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -999;
    left: 0;
    top: 0px;
    -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-property: opacity ,left;
    -moz-transition-property: opacity ,left;
    -ms-transition-property: opacity ,left;
    -o-transition-property: opacity ,left;
    transition-property: opacity ,left;
}
body.drawer-opened #overlay {
	z-index: 9999;
	left: -340px;
	opacity: 0.1;
}

body.drawer-opened #drawer {
    z-index: 2000;
    right: 0;
}
.icon-bg {
	position: fixed;
	left: auto;
	right: 10px;
	top: 14px;
}
#hamburger {
	-webkit-transform: translateZ(0);
	position: fixed;
	display: block;
	left: auto;
	right: 20px;
	top: 28px;
	z-index: 10000;
	cursor: pointer;
	width: 25px;
	-webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-ms-transition-property: left;
	-o-transition-property: left;
	transition-property: left;
}
#hamburger .icon-bar {
	display: block;
	width: 25px;
	height: 3px;
	border-radius: 1px;
	background: #333;
	margin-bottom: 5px;
	top: 0;
	-webkit-transition: all 700ms cubic-bezier(0.175, 0.885, 0.32, 1);
	-webkit-transition: all 700ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-moz-transition: all 700ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-o-transition: all 700ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: all 700ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-webkit-transform-origin: center left;
	-moz-transform-origin: center left;
	-ms-transform-origin: center left;
	-o-transform-origin: center left;
	transform-origin: center left;
	position: relative;
}
#hamburger .icon-bar:nth-child(2) {
	width: 16px;
}
#hamburger .icon-bar:nth-child(3) {
	width: 20px;
}
body.drawer-opened #hamburger :nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 24px;
}
body.drawer-opened #hamburger :nth-child(2) {
	-webkit-transform: translate(-25px, 0);
	-moz-transform: translate(-25px, 0);
	-ms-transform: translate(-25px, 0);
	transform: translate(-25px, 0);
	opacity: 0;
}
body.drawer-opened #hamburger :nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 24px;
}

.navtoggle {
	display: block;
	width: 42px;
	height: 42px;
	position: fixed;
	top: 10px;
	left: 5px;
	cursor: pointer;
	z-index: 3;
	text-align: center;
}
.navtoggle span {
	display: block;
	position: absolute;
	width: 30px;
	border-bottom: 3px solid #3b3831;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	left: 6px;
}
.navtoggle span:nth-child(1) {
	top: 9px;
}
.navtoggle span:nth-child(2) {
	top: 21px;
}
.navtoggle span:nth-child(3) {
	top: 32px;
}
.navtoggle span:nth-child(4) {
	border: none;
	color: #3b3831;
	font-size: 9px;
	font-weight: bold;
	top: 34px;
}
.navtoggle.active span:nth-child(1) {
	top: 18px;
	left: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.navtoggle.active span:nth-child(2), .navtoggle.active span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}



/* メインコンテンツ
----------------------------------------------------------------- */
main {
	background: url("/img/brick_bg.png");
	background-color: #EFF1F0;
	padding: 0;
}
div.container {
    padding: 10px;
}
div.slide-box {
	border-radius: 20px;
}
div.slide-box img {
	border-radius: 20px;
	border: 3px solid #52a9f9;
}
div.left-box {
    flex-basis: 400px;
    min-width: 400px;
}

.important-box {
	margin: 0 auto;
	padding: 10px;
	width: auto;
	max-width: 900px;
}

/* プレ保育 */
div.pre-box {
	margin: 0 auto;
	padding-top: 10px;
	width: auto;
	max-width: 900px;
}
div.pre-box h2 {
	margin-top: 15px;
	margin-bottom: 0;
    padding: 0 15px 20px;
    color: #f77400;
    font-size: 22px;
}
div.pre-box table{
	margin: 0 auto;
	padding-top: 10px;
	width: auto;
	max-width: 900px;
	border-collapse: collapse;
}

div.pre-box table tr{
  border-bottom: solid 2px white;
}

div.pre-box table tr:last-child{
  border-bottom: none;
}

div.pre-box table th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 10px 0;
}

div.pre-box table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

div.pre-box table td{
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
}

div.pre-box ul {
	margin-left: 15px;
	text-align: left;
	padding-left: 20px;
	list-style-type: square;
}
.arrow{
    position: relative;
    display: inline-block;
    padding: 0 16px 0 0;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.arrow-1::before{
    right: 4px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #7a0;
}

a.ybtn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn--yellow {
  color: #000;
  background-color: #fff100;
  border-bottom: 5px solid #ccc100;
}

a.btn--yellow:hover {
  margin-top: 3px;
  color: #000;
  background: #fff20a;
  border-bottom: 2px solid #ccc100;
}


/*お知らせ*/
.top-important {
	padding: 20px;
}
.top-important > div {
	margin: 20px;
	padding: 20px;
	border: 5px solid #f20404;
	background-color: #fff;
}
.top-important h2 {
	font-size: 30px;
	color: #f20404;
	font-weight: 600;
	text-align: center;
}
.top-important h3 {
	text-align: center;	
}
.top-important > div p {
	padding: 5px 0;	
}
.top-address {
	padding-top: 10px;
    text-align: center;
    font-style: normal;
}
.top-address div {
	display: inline-block;
	font-size: 20px;
    font-weight: 600;
    color: #4b2908;
    background: linear-gradient(transparent 70%, #f8ffa6 70%);
}
.top-address span {
	padding: 0 5px;	
}
.top-address img {
	width: 50px;
}
.top-address img.icon {
	margin-left: 10px;
	width: 25px;
}
.top-admission, .top-information {
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
    padding: 15px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
    background-color: #fff;
}
.information>div, .contents>div, .admission>div, .access>div {
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
    padding: 22px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
    background-color: #fff;
    color: #594b3a;
}
.top-admission h2, .top-about h2, .top-information h2 {
	padding-bottom: 15px;
	text-align: center;
	font-size: 20px;
    background: url("/img/line.gif") left bottom repeat-x;
    /*background-size: 300px auto;*/
}
.top-attention {
	margin: 0 auto;
	padding: 10px;
	width: 100%;
	height: auto;
	max-width: 1000px;
}
.top-attention h2 {
	margin-bottom:0;
}
.top-attention h3 {
	margin: 0;
	padding-bottom: 15px;
	background: url("/img/blackboard_line_big.png") left bottom no-repeat;
	background-size: 100% auto;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
.top-attention h3 span.date{
	font-size: 14px;
}
.attention-title {
	padding: 10px 30px;
	color: #fff;
	background: url("/img/blackboard_bg_big.png") center center repeat-y;
	background-size: contain;
	max-height: 500px;
	overflow: auto;
}
.attention-title ul {
	width: 85%;
	margin: 0 auto;
}
.attention-title ul li{
	padding-bottom: 15px;
}

.top-attention button {
    border-radius: 18px;
    padding: 9px 16px 8px;
    background-color: #ffdf28;
    outline: none;
}
.top-about {
	margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
    padding: 15px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
    background-color: #fff;
}
.top-about p {
	text-align: left;
	font-size: 14px;
}
.top-about img {
	width: 400px;
}

/* 入園案内 */
.top-admission h3, .admission h3 {
	position: relative;
	background: #dfefff;
	box-shadow: 0px 0px 0px 5px #dfefff;
	border: dashed 2px white;
	padding: 0.2em 0.5em;
	color: #454545;
}
.top-admission h3:after, .admission h3:after {
	position: absolute;
	content: '';
	left: -7px;
	top: -7px;
	border-width: 0 0 15px 15px;
	border-style: solid;
	border-color: #fff #fff #a8d4ff;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

dl.accepted {
	margin: 15px 0;
	background: url('/img/sakura_bg.png') bottom right no-repeat;
	background-size: 400px auto;
}

dl.accepted dt {
	margin-bottom:0;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    width: 100%;
    padding: 0;
}
dl.accepted dt span.inline-circle.col3 {
	background: #599cff;
}
dl.accepted dt span.inline-circle.col2 {
	background: #fa9455;
}
dl.accepted dt span.inline-circle.col1 {
	background: #fa5bc7;
}

dl.accepted dt em {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	padding-left: 15px;
	font-weight: 600;
}
dl.accepted dt em.col3 {
	color: #599cff;
}
dl.accepted dt em.col2 {
	color: #fa9455;
}
dl.accepted dt em.col1 {
	color: #fa5bc7;
}
dl.accepted dt em.lines {
    display: inline-block;
    height: 60px;
    line-height: 30px;
}

dl.accepted dd {
	padding-left: 70px;
}
.dl-table {
	background-color: #FFF;
	border-top: 1px solid #E4E4E4;
	border-left: 1px solid #E4E4E4;
	margin: 20px 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.dl-table dt {
	background-color: #FBFBFB;
	font-weight: bold;
}
.dl-table dt,
.dl-table dd {
	margin-bottom: 0;
	padding: 15px;
	width: 50%;
	box-sizing: border-box;
	border-right:  1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
}


.outline table {
	width: 100%;
	margin: 20px auto;
	border-spacing: 0px;
	border: solid 1px #aeaeae;
	border-collapse: collapse;
}
.outline table th {
	background: #f2a8b0;
	color: #3c3c3c;
	padding: 10px;
	border: solid 1px #E4E4E4;
}
.outline table th.width-50per {
	width: 50%;
}
.outline table td {
	padding: 10px;
	border: solid 1px #E4E4E4;
}
.outline table td.th-color {
	background: #edbabf;
}
	
.outline h4.center-line {
	margin-top: 10px;
	position: relative;
	padding: 0 65px;
	text-align: center;
}

.outline h4.center-line:before {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background: #000;
}

.outline h4.center-line span {
	position: relative;
	padding: 0 1em;
	background: #fff;
}
.wrap_scroll_table {
  width: 500px;
  overflow-x: scroll;
  white-space: nowrap;
  margin: 0 auto;
}

.scroll_table {
  margin-top: 10px;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.outline .scroll_table td {
	border: solid 1px #9c9393;
}

.dl-table2 {
	background-color: #FFF;
	border-top: 1px solid #E4E4E4;
	border-left: 1px solid #E4E4E4;
	margin: 20px 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.dl-table2 dt {
	background-color: #FBFBFB;
	font-weight: bold;
}
.dl-table2 dt,
.dl-table2 dd {
	margin-bottom: 0;
	padding: 15px;
	width: 50%;
	box-sizing: border-box;
	border-right:  1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
}
.dl-table2 dt {
	width: 30%;
}
.dl-table2 dd {
	width: 70%;
}
.dl-table2 ul {
	list-style: circle;
	padding-left: 20px;
}

/*Information*/
.information, .contents {
	padding: 10px;
}
.information h2 {
	margin-bottom: 0;
	padding: 0 15px 20px;
	color: #f77400;
	font-size: 22px;
	background: url('/img/rainbow.png') top right 15px no-repeat;
	background-size: 180px auto;
}
.information h3, .contents h3 {
	margin-bottom: 0;
	padding-bottom: 20px;
	background: url('/img/dash_line.png') bottom 10px left 15px repeat-x;
	background-size: 400px auto;
	color: #FEB902;
	font-weight: 600;
}

.information>div.greeting {
	margin-top: 0;
}
div.greeting .flex {
	margin: 0 auto;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 10px;
}
.greeting .photo {
	width: 200px;
	min-width: 120px;
	max-width: 200px;
	flex-basis: 200px;
	text-align: center;
}
.greeting .photo span {
	display: inline-block;
	padding: 5px 5px 0 5px;
	font-size: 16px;
	font-weight: 600;
}
.greeting p {
	padding: 15px;
	line-height: 24px;
}
.about-image {
	text-align: center;
}
.aboutname table td {
	border-bottom: none;
}
.aboutname table td.half {
	padding: 0;
	width: 50%;
	vertical-align: top;
}
.aboutname table td img {
	max-width: 300px;
}
.aboutname ul {
	padding: 15px;
}
.aboutname .box-summary {
	padding: 10px;
	border-radius: 20px;
	border: 1px solid #3fa831;
	background:#e3f8e1
}
.classname div img {
	max-width: 400px;
}
.child-image ul {
	padding-left: 25px;
}
.child-image ul li {
	list-style: disc;
}


.contents h2 {
	margin-bottom: 0;
	padding: 0 15px 20px;
	color: #f77400;
	font-size: 22px;
	background: url('/img/crayons.png') top right 15px no-repeat;
	background-size: 110px auto;
}
.contents>div {
	margin-top: 0;	
}

div.contents .thinking h4 {
	margin: 10px 0;
	font-weight: 600;
}
div.contents .thinking img.iconL {
	width: 40px;
	padding-right: 5px;
}
div.contents .thinking .color1 {
	color: #ff9878;
}
div.contents .thinking .color2 {
	color: #75bbd8;
}
div.contents .thinking .color3 {
	color: #eb7fb4;
}
div.contents .thinking .color4 {
	color: #4ad574;
}
div.contents .thinking .color5 {
	color: #c481ee;
}
div.contents .thinking .color6 {
	color: #dfe139;
}
div.contents .thinking .color7 {
	color: #fb6f7c;
}
div.contents .thinking .color8 {
	color: #4b6cfa;
}
div.contents .thinking .color9 {
	color: #199a28;
}
div.contents .thinking .color10 {
	color: #fa9319;
}
div.contents .thinking .color11 {
	color: #fb87c0;
}

.admission h2 {
	margin-bottom: 0;
	padding: 25px 15px 25px;
	color: #f77400;
	font-size: 22px;
	background: url('/img/sakura.png') top -5px right 15px no-repeat;
	background-size: 200px auto;
}
.admission>div {
	margin-top: 0;	
}

.admission ol {
	margin: 15px;
	counter-reset:number; /*数字をリセット*/
	list-style-type: none!important; /*数字を一旦消す*/
	padding: 0.3em 0.8em;
	border: solid 2px #ffb107;
}
.admission ol li {
	border-bottom: dashed 1px orange;
	position: relative;
	padding: 0.5em 0.5em 0.5em 30px;
	line-height: 1.5em;
}
.admission ol li:before{
	/* 以下数字をつける */
	position: absolute;
	counter-increment: number;
	content: counter(number);
	/*数字のデザイン変える*/
	display:inline-block;
	background: #ffb107;
	color: white;
	font-family: 'Avenir','Arial Black','Arial',sans-serif;
	font-weight:bold;
	font-size: 15px;
	border-radius: 50%;
	left: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	/*以下 上下中央寄せのため*/
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.admission ol li:last-of-type {
	border-bottom: none; /*最後のliの線だけ消す*/
}
.admission ol li em {
	font-weight: 600;
}
.admission ul.important {
	margin: 10px 0 20px 0;
	padding-left: 25px;
}
.admission ul.important li {
	list-style: disc;
}

.schedule h2 {
	margin-bottom: 0;
	padding: 25px 15px 25px;
	color: #f77400;
	font-size: 22px;
	background: url('/img/garland.png') top -5px right 15px no-repeat;
	background-size: 500px auto;
}
.schedule>div {
	margin: 10px auto;
	max-width: 1000px;
}
.schedule h3 {
  background: #ffac04;
  box-shadow: 0px 0px 0px 5px #ffac04;
  border: dashed 2px white;
  color: #fff;
  padding: 0.2em 0.5em;
}

.free {
	margin-top: 15px;
}
.free h4 {
	display: inline-block;
	margin-bottom: 5px;
	padding: 8px 10px;
	font-weight: 600;
	color: #fff;
	border-radius: 7px;
	background-color:#ff96ba;
}
.free h5 {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 600;
	color: #ff96ba;
}
.free h6 {
	margin-bottom: 5px;
	padding: 7px;
}

.free dd>div {
    position: relative;
    margin: 2em 0;
    padding: 0 0.5em;
    border: solid 3px #62c1ce;
}
.free dd>div .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.free ul {
    list-style: disc;
    padding-top: 7px;
    padding-left: 25px;
}
.free ul li{
    margin-bottom: 0.5em;
}


/* アクセス */
.access h2 {
	margin-bottom: 0;
	padding: 25px 15px 25px;
	color: #f77400;
	font-size: 22px;
	background: url('/img/car.png') top -5px right 15px no-repeat;
	background-size: 200px auto;
}
.access>div {
	margin-top: 0;
}
.access .map {
	text-align: center;
}
.access .map {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
}

.access .map .inner {
	position: relative;
	height: 0;
	padding-top: 56.25%;
	overflow: hidden;
}

.access .map .inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.access iframe {
	margin: 10px auto;
}
.access .address {
	margin-top: 0;
}
.access ul li {
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 18px;
}
.access ul li img {
	width: 40px;
	margin-right: 1em;
}

/* Q&A */
.faq {
    padding-top: 40px;
	font-family: 'Zen Maru Gothic', sans-serif, 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN';
	/*font-family: 'Kosugi Maru', sans-serif;*/
	/*font-family: '秀英丸ゴシック B', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN';*/
}
.faq h2 {
	background: #ffac04;
    box-shadow: 0px 0px 0px 5px #ffac04;
    border: dashed 2px white;
    color: #fff;
    padding: 0.2em 0.5em;
}
.faq>div {
    margin: 20px auto;
    border-radius: 20px;
    padding: 22px;
    /*box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
    background-color: #fff;*/
    color: #594b3a;
	width: 100%;
	/*display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;*/
}
.faq>div div.masonry {
	width: 100%;
	margin: 0 auto;
	display: grid;
	grid-gap: 2rem; /* 古いブラウザ用 */
	gap: 2rem; 
	grid-template-columns: repeat( auto-fill, minmax( 400px, 1fr ) );
	grid-auto-rows: 10px;
}
.faq>div div.masonry-item {
	padding: 20px 0;
	width: 400px;
}
.span2 {
   grid-row-end: span 2; /* 2つの行にまたがる→300px */
}
.span3 {
   grid-row-end: span 3; /* 3つの行にまたがる→300px */
}
.span4 {
   grid-row-end: span 4; /* 4つの行にまたがる→400px */
}
.span5 {
   grid-row-end: span 5; /* 5つの行にまたがる→500px */
}
.faq>div div.right {
	width: 50%;
	margin-top: 50px;
	padding-left: 20px;
}
.faq>div dl {
	padding: 20px;
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    background-color: #fff;
    position: relative;
}
.faq>div dl dt{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 70px;
	min-height: 60px;
	font-weight: 600;
	font-size: 16px;
	
}
.faq>div dl dd {
	margin-top: 10px;
	padding-top: 8px;
}
.faq>div dl dd p{
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 85px;
	min-height: 70px;
	background:url('/img/faq/bubble.png') no-repeat center left;
	background-size: 80px auto;
}

.faq>div dl dd p img{
	display: block;
	width: 200px;	
}

.faq>div dl.box1 dt{
	background:url('/img/faq/faq_icon1.png') no-repeat center left;
	background-size: 60px auto;
	color: #fb4456;
}
.faq>div dl.box1 dd, .faq>div dl.box1 dd p {
	border-top: 2px dashed #fb4456;
}
.faq>div dl.box1 dd img.heading-img {
	width: 80px;
	position: absolute;
	top: -20px;
	right: 10px;
}


.faq>div dl.box2 dt{
	background:url('/img/faq/faq_icon2.png') no-repeat center left;
	background-size: 60px auto;
	color: #9348fc;
}
.faq>div dl.box2 dd, .faq>div dl.box2 dd p {
	border-top: 2px dashed #9348fc;
}
.faq>div dl.box2 dd img.heading-img {
	width: 80px;
	position: absolute;
	top: -60px;
	right: 10px;
}

/*.faq>div dl.box3 {
	margin-top: 40px;
}*/
.faq>div dl.box3 dt{
	background:url('/img/faq/faq_icon3.png') no-repeat center left;
	background-size: 60px auto;
	color: #67b62e;
}
.faq>div dl.box3 dd, .faq>div dl.box3 dd p {
	border-top: 2px dashed #67b62e;
}
.faq>div dl.box3 dd img.heading-img {
	width: 70px;
	position: absolute;
	top: -30px;
	right: 10px;
}

/*.faq>div dl.box4 {
	margin-top: 40px;
}*/
.faq>div dl.box4 dt{
	background:url('/img/faq/faq_icon4.png') no-repeat center left;
	background-size: 60px auto;
	color: #6191e2;
}
.faq>div dl.box4 dd, .faq>div dl.box4 dd p {
	border-top: 2px dashed #6191e2;
}
.faq>div dl.box4 dd img.heading-img {
	width: 90px;
	position: absolute;
	top: -40px;
	right: 10px;
}

/*.faq>div dl.box5 {
	margin-top: 40px;
}*/
.faq>div dl.box5 dt{
	background:url('/img/faq/faq_icon1.png') no-repeat center left;
	background-size: 60px auto;
	color: #fb4456;
}
.faq>div dl.box5 dd, .faq>div dl.box5 dd p {
	border-top: 2px dashed #fb4456;
}
.faq>div dl.box5 dd img.heading-img {
	width: 80px;
	position: absolute;
	top: -40px;
	right: 10px;
}

/*.faq>div dl.box6 {
	margin-top: 60px;
}*/
.faq>div dl.box6 dt{
	background:url('/img/faq/faq_icon2.png') no-repeat center left;
	background-size: 60px auto;
	color: #9348fc;
}
.faq>div dl.box6 dd, .faq>div dl.box6 dd p {
	border-top: 2px dashed #9348fc;
}
.faq>div dl.box6 dd img.heading-img {
	width: 80px;
	position: absolute;
	top: -60px;
	right: 10px;
}

/*.faq>div dl.box7 {
	margin-top: 40px;
}*/
.faq>div dl.box7 dt{
	background:url('/img/faq/faq_icon3.png') no-repeat center left;
	background-size: 60px auto;
	color: #67b62e;
}
.faq>div dl.box7 dd, .faq>div dl.box7 dd p {
	border-top: 2px dashed #67b62e;
}
.faq>div dl.box7 dd img.heading-img {
	width: 80px;
	position: absolute;
	top: -50px;
	right: 10px;
}

/*.faq>div dl.box8 {
	margin-top: 40px;
}*/
.faq>div dl.box8 dt{
	background:url('/img/faq/faq_icon4.png') no-repeat center left;
	background-size: 60px auto;
	color: #6191e2;
}
.faq>div dl.box8 dd, .faq>div dl.box8 dd p {
	border-top: 2px dashed #6191e2;
}
.faq>div dl.box8 dd img.heading-img {
	width: 100px;
	position: absolute;
	top: -70px;
	right: 10px;
}

/*.faq>div dl.box9 {
	margin-top: 40px;
}*/
.faq>div dl.box9 dt{
	background:url('/img/faq/faq_icon1.png') no-repeat center left;
	background-size: 60px auto;
	color: #fb4456;
}
.faq>div dl.box9 dd, .faq>div dl.box9 dd p {
	border-top: 2px dashed #fb4456;
}
.faq>div dl.box9 dd img.heading-img {
	width: 100px;
	position: absolute;
	top: -60px;
	right: 10px;
}

/*.faq>div dl.box10 {
	margin-top: 40px;
}*/
.faq>div dl.box10 dt{
	background:url('/img/faq/faq_icon2.png') no-repeat 10px center / 50px auto;;
	background-size: 60px auto;
	color: #9348fc;
}
.faq>div dl.box10 dd, .faq>div dl.box10 dd p {
	border-top: 2px dashed #9348fc;
}
.faq>div dl.box10 dd img.heading-img {
	width: 70px;
	position: absolute;
	top: -40px;
	right: 10px;
}

/*.faq>div dl.box11 {
	margin-top: 40px;
}*/
.faq>div dl.box11 dt{
	background:url('/img/faq/faq_icon3.png') no-repeat center left;
	background-size: 60px auto;
	color: #67b62e;
}
.faq>div dl.box11 dd, .faq>div dl.box11 dd p {
	border-top: 2px dashed #67b62e;
}
.faq>div dl.box11 dd img.heading-img {
	width: 80px;
	position: absolute;
	top: -40px;
	right: 10px;
}

/*.faq>div dl.box12 {
	margin-top: 40px;
}*/
.faq>div dl.box12 dt{
	background:url('/img/faq/faq_icon4.png') no-repeat center left;
	background-size: 60px auto;
	color: #6191e2;
}
.faq>div dl.box12 dd, .faq>div dl.box12 dd p {
	border-top: 2px dashed #6191e2;
}
.faq>div dl.box12 dd img.heading-img {
	width: 110px;
	position: absolute;
	top: -40px;
	right: 10px;
}

/* 園内施設 */
.introduce h2 {
	margin-bottom: 0;
	padding: 25px 15px 25px;
	color: #f77400;
	font-size: 22px;
	background: url('/img/train.png') top 15px right 15px no-repeat;
	background-size: 400px auto;
}
.introduce>div {
	margin-top: 0;
}
/*.introduce h4 {
  position: relative;
  padding: 0.5em;
  background: #a6d3c8;
  color: white;
  z-index: 100;
  top: 55px;
}

.introduce h4::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}*/
.introduce h3 {
  background: #ffac04;
  box-shadow: 0px 0px 0px 5px #ffac04;
  border: dashed 2px white;
  color: #fff;
  padding: 0.2em 0.5em;
}
.introduce .playground h4 {
  position: absolute;
  top: 20px;
  left: 20px;
  margin: 0;
  color: white;
  background: #FEB902;
  font-size: 15px;
  padding: 15px 20px;
  box-shadow: 0 0 8px gray;
}
.introduce .facility h4 {
	display: block;
	height: 80px;
	background: url('/img/h4_bgimg.png') no-repeat center center;
	background-size: 300px auto;
	text-align: center;
	line-height: 80px;
	color: #fff;
}
.introduce p.attention {
	padding: 20px;
	font-weight: 600;
}
.introduce .playground .box {
	margin: 15px 0;
	position: relative;
}
.introduce .playground .photo {
	margin-left: 20px;
	margin-right: 20px;
	border: 15px solid #fff;
	box-shadow: 0 0 8px gray;
}
.introduce .playground .photo p {
	padding: 10px;
	background: #fff;
}
.introduce .playing {
	width: 100%;
	display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.introduce .playing img {
	max-width: 400px;
}
.introduce .pool {
	padding-top: 20px;
	text-align: center;
}
.introduce .pool ul {
	padding-top: 20px;
	width: 100%;
	display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.introduce .pool ul li {
	width: 50%;
}
.introduce .pool>img {
	width: 100%;
	max-width: 900px;
}

div.tubomi-button {
	position:fixed;
	left:20px;
	bottom:20px;
	transition:1s;
	opacity:0.9;
	z-index:999;
}
div.tubomi-button:hover{
	opacity:1;
}
div.tubomi-button img {
	width: 150px;
}

/* フッター
----------------------------------------------------------------- */
footer {
	padding: 0 10px 20px 10px;
	margin: 0;
	background-color: #c2da75;
	text-align: center;
}
/*-----------------------------------------------------------------
 デフォルトスタイル定義
-----------------------------------------------------------------*/
html {
  font-size: 62.5%;
}
html.is-fixed {
  overflow: hidden;
}

body {
  color: #333;
  font-size: 1.5rem;
  line-height: 1.6;
  word-wrap: break-word;
  -webkit-print-color-adjust: exact;
  -webkit-text-size-adjust: 100%;
}

.is-fixed body {
  overflow: hidden;
}

a {
  color: #ffa764;
  transition: color 0.25s cubic-bezier(0.2, 1.17, 0.4, 1.2);
}
a:hover {
  color: #ffa764;
}

strong {
  color: #f03f24;
}

em {
  font-style: normal;
}

span {
  font-size: inherit;
}

ul,
ol {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
/*-----------------------------------------------------------------
 モーダル
-----------------------------------------------------------------*/
#overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background-color: rgba(0, 0, 0, .65);
}
#modal {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 70vh;
    box-sizing: border-box;
    padding: 32px;
    border-radius: 8px;
    background-color: #fff;
    overflow: scroll;
}
#modal .modal-inner {
	position: relative;
}
#modal .modal-inner div {
	padding-top: 20px;
}
.active {
    display: block !important;
}
button#close {
	position: fixed;
	top: 5px;
	right: 10px;
	padding: 10px;
	text-align: right;
	cursor: pointer;
}
button#close i {
  font-size: 30px;
  color: #333;
}
button#open {
  min-width: 100px;
  font-family: inherit;
  appearance: none;
  border: 0;
  border-radius: 5px;
  background: #4676d7;
  color: #fff;
  padding: 8px 16px;
  font-size: 1rem;
  cursor: pointer;
}

/*-----------------------------------------------------------------
 共通スタイル定義
-----------------------------------------------------------------*/
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.circle-clip {
	border-radius: 50%;
}
.weight-600 {
	font-weight: 600;
}
.padding10 {
	padding: 10px;
}
.padding20 {
	padding: 20px;
}
.color-orange {
	color: #ff6700;
}
.color-yellow {
	color: #d9ce00;
}
.color-blue {
	color: #0c00d9;
}
.color-green {
	color: #3fa831;
}
.color-red {
	color: #f80404;
}
.font-size-small {
	font-size: 0.85em;
}
.linethrough {
	text-decoration: line-through;
}
.underline {
	text-decoration: underline red;
}
p.important {
	margin: 15px 0;
	padding: 20px;
	color: #ff6600;
	border: dashed 2px #ff9900;
}
.box-deco1 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.box-deco1 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.box-deco1 ul {
    margin: 0; 
    padding: 0;
}

.box-deco2 {
    margin: 2em 0;
    background: #dcefff;
}
.box-deco2  .box-title {
    font-size: 1.2em;
    background: #5fb3f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box-deco2  p {
    padding: 15px 20px;
    margin: 0;
}
.box-deco3 {
    margin: 2em 0;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box-deco3 .box-title {
    font-size: 1.2em;
    background: #5fc2f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box-deco3 p {
    padding: 15px 20px;
    margin: 0;
}
.box-deco1-2 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.box-deco1-2 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}


.balloon1 {
  position: relative;
  margin: 1em 60px 3em 0;
  padding: 15px;
  background: #fff0c6;
  border-radius: 30px;
  display: inline-block;
}

.balloon1:before {  
  content: "";
  position: absolute;
  right: 89px;
  width: 13px;
  height: 12px;
  bottom: -36px;
  background: #fff0c6;
  border-radius: 50%;
}

.balloon1:after {
  content: "";
  position: absolute;
  right: 99px;
  width: 20px;
  height: 18px;
  bottom: -24px;
  background: #fff0c6;
  border-radius: 50%;
}
.balloon2 {
  position: relative;
  margin: 2em 0 2em 40px;
  padding: 15px;
  background: #c7e1ff;
  border-radius: 30px;
  display: inline-block;
}
.balloon2:before {  
  content: "";
  position: absolute;
  left: 29px;
  width: 13px;
  height: 12px;
  bottom: -37px;
  background: #c7e1ff;
  border-radius: 50%;
}

.balloon2:after {
  content: "";
  position: absolute;
  left: 39px;
  width: 20px;
  height: 18px;
  bottom: -26px;
  background: #c7e1ff;
  border-radius: 50%;
}

.balloon3 {
  position: relative;
  margin: 2em 60px 2em 0;
  padding: 15px;
  background: #ffd3c7;
  border-radius: 30px;
  display: inline-block;
}

.balloon3:before {  
  content: "";
  position: absolute;
  right: 13px;
  width: 13px;
  height: 12px;
  top: -34px;
  background: #ffd3c7;
  border-radius: 50%;
}

.balloon3:after {
  content: "";
  position: absolute;
  right: 23px;
  width: 20px;
  height: 18px;
  top: -23px;
  background: #ffd3c7;
  border-radius: 50%;
}

.balloon4 {
  position: relative;
  margin: 2em 0 2em 40px;
  padding: 15px;
  background: #f5c7ff;
  border-radius: 30px;
  display: inline-block;
}

.balloon4:before {  
  content: "";
  position: absolute;
  left: 37px;
  width: 13px;
  height: 12px;
  top: -37px;
  background: #f5c7ff;
  border-radius: 50%;
}

.balloon4:after {
  content: "";
  position: absolute;
  left: 41px;
  width: 20px;
  height: 18px;
  top: -24px;
  background: #f5c7ff;
  border-radius: 50%;
}
.balloon1 p,.balloon2 p,.balloon3 p,.balloon4 p {
  margin: 0; 
  padding: 0;
}