body.open {
	overflow: hidden;
}
p.outsideLink {
	width: 1050px;
	margin: auto;
}
.site-header{
    background: #fff;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    width: 100%;
}

p.outsideLink a {
	color: #fff;
}
header .headermenu h1 {
	float: left;
	padding: 20px;
}
header .headermenu h1 img {
	width: 200px;
}
header .headermenu nav {
	float: right;
	padding: 40px 20px 0;
	width: 800px;
}
.kids_contents_block01 {
	background: url(../images/30703289.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	height: 650px;
	position: relative;
	background-position-y: -220px;
	padding-top: 30px;
}
	.mask img {
		position: absolute;
		bottom: 0;
	}
	li.h_menu {
		float: left;
		padding-left: 45px;
		height: 40px;
		margin-left: 60px;
		padding-top: 8px;
	}
	.headermenu li.menu01 {
		background: url(../images/menu01.png) no-repeat;
	}
	.headermenu li.menu02 {
		background: url(../images/menu02.png) no-repeat;
	}
	.headermenu li.menu03 {
		background: url(../images/menu03.png) no-repeat;
	}
	.headermenu li.menu04 {
		background: url(../images/menu04.png) no-repeat;
	}
	.headermenu li:hover {
		opacity: 0.5;
	}
	.headermenu {
		width: 1100px;
		margin: 0 auto;
		background: rgba(255,255,255,0.5);
		border-radius: 30px;
		overflow: hidden;
		box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	}
	.headermenu2 {
		width: 100%;
		margin: 0 auto;
		background: rgba(255,255,255,0.5);
		overflow: hidden;
	}
	.movie {
		position: relative;
		width: 1100px;
		margin: auto;
	}
	video {
		width: 300px;
		position: absolute;
		top: -150px;
		border: 3px solid #fff;
		box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
		left: 90px;
	}
	.hukidashi {
		top: -380px;
		z-index: 2;
	}
.container {
	background: #aecfed;
}
	.containerBox {
		width: 1100px;
		margin: auto;
		padding: 120px 0 50px;
	}
	.containerBox h3 {
		text-align: center;
	}
	.containerBox p {
		text-align: center;
		font-size: 150%;
		line-height: 250%;
	}
	.containerBox p span {
		font-size: 200%;
	}
#rect {
    margin:100px auto 0;
    width:300px;
    padding:20px;
    text-align:center;
	color:#fff;
	position: absolute;
}
/* ------------------------------
   loopSlider
------------------------------ */
.loopSliderWrap {
    top: 0;
    left: 0;
    height: 295px;
    overflow: hidden;
    position: absolute;
}
 
.loopSlider {
    margin: 0 auto;
    width: 100%;
    height: 295px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
.loopSlider ul {
    height: 295px;
    float: left;
    overflow: hidden;
}
 
.loopSlider ul li {
    width: 295px;
    height: 295px;
    float: left;
    display: inline;
    overflow: hidden;
}
 
/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}
.blog {
	padding: 50px 0 140px;
	width: 1100px;
    margin: auto;
}
.blog a {
	width: 800px;
	margin: auto;
	display: block;
}
.blog .blogBtn {
	padding: 20px;
    background: #ffffff;
    color: #555555;
    text-align: center;
    font-size: 150%;
    background-color: white;
    box-shadow: 5px 5px 0px 0px #00a0e8;
}
.blog .blogBtn:hover {
	box-shadow: none;
	background: #eeeeee;
	border: none;
}
.blog a:hover {
	text-decoration: none;
}
.blogcap {
	text-align: center;
	font-size: 180%;
    margin-bottom: 20px;
}
.blog .blogBtn:after {
    content: "→";
    float: right;
}
.performance {
	background: #efcfe2;
	padding: 150px 0 120px;
}
.performanceBox h3 {
	text-align: center;
}
.performanceBox p {
	text-align: center;
	font-size: 150%;
	line-height: 250%;
}
.performanceBox p span {
	font-size: 120%;
}
.performanceBox figure {
	width: 490px;
	margin: auto;
	display: block;
}
.performanceBox figcaption,
p.outsideLink {
	text-align: right;
	font-size: 90%;
}
span.txt-underLine {
	border-bottom: 1px dotted #111;
}
.fixed-box {
	width: 1100px;
	margin: auto;
}
header .headermenu .fixed-box nav {
	padding-top: 20px;
}
#fixed-header {
	background: rgb(255, 255, 255,0.3)
	box-shadow: 0 2px 10px 0 rgba(0,0,0,.30);
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	transition: all 0.3s ease 0s;
	transform: translateY(-80px);
	z-index: 100;
	border-radius: 0;
  }
  header #fixed-header h1 img {
    width: 110px;
}
  #inner-header {
  }
  nav {
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
  }
@media screen and (min-width:480px) {
	#nav-drawer {
		display:none;
	}
}
@media screen and (max-width: 479px) { /*ウィンドウ幅が0～479pxの場合にcssを適用*/
	.headermenu,
	.outsideLink {
		display: none;
	}
	.kids_contents_block01 {
		height: 450px;
		position: relative;
		background-position-y: 0;
		padding-top: 10px;
	}
	.mask img {
		width: 100%;
		bottom: 0;
	}
	.movie {
		width: 100%;
	}
	video {
		width: 300px;
		margin: auto;
		position: absolute;
		top: 0;
		left: 30px;
	}
	.hukidashi {
		top: -130px;
		z-index: 2;
		left: 15px;
		
	}
	#rect {
		margin:0 auto 0;
		width: 220px;
	}
	#nav-drawer {
		position: relative;
	  }
	#nav-content li {
		padding: 10px;
		border-bottom: 1px solid #eee;
	}
	#nav-content li::after {
		content: "▶";
		float: right
	}
	
	  /*チェックボックス等は非表示に*/
	  .nav-unshown {
		display:none;
	  }
	  
	  /*アイコンのスペース*/
	  #nav-open {
		display: inline-block;
		width: 30px;
		height: 22px;
		vertical-align: middle;
		right: 0;
		position: absolute;
		top: 0;
	  }
	  
	  /*ハンバーガーアイコンをCSSだけで表現*/
	  #nav-open span, #nav-open span:before, #nav-open span:after {
		position: absolute;
		height: 3px;/*線の太さ*/
		width: 25px;/*長さ*/
		border-radius: 3px;
		background: #fff;
		display: block;
		content: '';
		cursor: pointer;
	  }
	  #nav-open span:before {
		bottom: -8px;
	  }
	  #nav-open span:after {
		bottom: -16px;
	  }
	  
	  /*閉じる用の薄黒カバー*/
	  #nav-close {
		display: none;/*はじめは隠しておく*/
		position: fixed;
		z-index: 99;
		top: 0;/*全体に広がるように*/
		left: 0;
		width: 100%;
		height: 100%;
		background: black;
		opacity: 0;
		transition: .3s ease-in-out;
	  }
	  
	  /*中身*/
	  #nav-content {
		overflow: auto;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;/*最前面に*/
		width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
		max-width: 330px;/*最大幅（調整してください）*/
		height: 100%;
		background: #fff;/*背景色*/
		transition: .3s ease-in-out;/*滑らかに表示*/
		-webkit-transform: translateX(-105%);
		transform: translateX(-105%);/*左に隠しておく*/
	  }
	  
	  /*チェックが入ったらもろもろ表示*/
	  #nav-input:checked ~ #nav-close {
		display: block;/*カバーを表示*/
		opacity: .5;
	  }
	  
	  #nav-input:checked ~ #nav-content {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);/*中身を表示（右へスライド）*/
		box-shadow: 6px 0 25px rgba(0,0,0,.15);
	  }
	  .containerBox {
		width: 100%;
	}
	.container {
		padding-top: 100px;
	}
	.containerBox p span {
		font-size: 120%;
	}
	.blog a {
		width: 100%;
	}
	.blog {
		width: 90%;
	}
	.blogcap {
		display: none;
	}
	.performance {
		overflow: hidden;
	}

}