@charset "utf-8";

/* Notoフォント読み込み(CSSファイルの先頭必須)
------------------------------------------------- */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);



/* html5doctor.com Reset Stylesheet v1.6.1
------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body{
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{
	display:block;
}

nav ul,
ol, li{
	list-style:none;
	list-style-image:none;
}

blockquote, q{
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after{
	content:'';
	content:none;
}

a{
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/* change colours to suit your needs */
ins{
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark{
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del{
	text-decoration: line-through;
}

abbr[title], dfn[title]{
	border-bottom:1px dotted;
	cursor:help;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr{
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select{
	margin:0;
	padding:0;
	vertical-align:middle;
}




/* Reset
------------------------------------------------- */

html{
	overflow-y:scroll;
	font-size:62.5%; /* sets the base font to 10px for easier math */
}

ul,ol,li{
	list-style:none;
	list-style-image:none;
}

/* clearfix（NN対策しないのでこれで十分な最新版） */
.clearfix{
	zoom:1;
}

.clearfix:after{
	content:""; 
	display:block; 
	clear:both;
}

.clear{
	clear:both;
}

.left{
	float:left;
}

.right{
	float:right;
}

.pcnone{
	display:none;
}

body {
	font-weight:normal;
	line-height:1;
}

span.marker{
	background-color:#fff100;
}




body{
	/*font-family:"Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;*/
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
	font-size:14px;
	font-size:1.4rem;
	font-weight:400;
	color:#1e1e1e;
	-webkit-text-size-adjust:100%; /* iPhoneで文字サイズが大きくなるバグの対処 */
}

input[type="radio"],
input[type="checkbox"]{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}



/* Hyper text
------------------------------------------------- */

a{
	/*\*/
	overflow:hidden;	/* for Firefox */
	/**/
}

a:link,
a:visited,
a:hover{
	color:#1e1e1e;
	text-decoration:none;
}

a:hover{
	color:#1e1e1e;
	text-decoration:none;
}

a:focus,
a:active{
	color:#1e1e1e;
}

.fgothic{
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
}

.fpgothic{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.txtLeft{
	text-align:left;
}

.txtCenter{
	text-align:center;
}

.txtRight{
	text-align:right;
}

.bold{
	font-weight:bold;
}

.italic{
	font-style:italic;
}

.red{
	color:#f00;
}

.blue{
	color:#00f;
}

.f12{
	font-size:1.2rem;
}

.f14{
	font-size:1.45rem;
}

.m4{
	letter-spacing:4px;
}

.m8{
	letter-spacing:8px;
}

/* エラー */
.err{
	color:#f75257;
}



/* Image
------------------------------------------------- */

img,
a img{
	border:none;
	vertical-align:bottom;
}

.new{
	color:red;
	font-weight:bolder;
} 


/* inputフォーム用
------------------------------------------------- */

@media screen and (min-width:320px){

	form{
		margin-bottom:50px;
	}

	input[type=tel]{
		display:inline-block;
		font-size:2rem;
		height:30px;
	}

	input[type=text],
	textarea{
		font-size:2rem;
		height:30px;
	}

	select{
		font-size:1.8rem;
		height:30px;
	}

	input.mail{
		width:100%;
		ime-mode:disabled;
	}

	input.name{
		width:100%;
		width:100px;
		ime-mode:active;
	}

	input.year{
		width:45px;
		ime-mode:active;
	}


	input.address{
		width:100%;
		ime-mode:active;
	}

	input.tel1{
		width:45px;
		ime-mode:disabled;
	}

	input.tel2{
		width:55px;
		ime-mode:disabled;
	}

	input.subject{
		width:100%;
		ime-mode:active;
	}

	input.system{
		width:100%;
		ime-mode:active;
	}

	textarea.content{
		width:100%;
		height:200px;
		ime-mode:active;
	}

}


@media screen and (min-width:360px){

	input.name{
		width:120px;
	}

}


@media only screen and (min-width: 641px){

	input.mail{
		width:350px;
	}

	input.name{
		width:120px;
	}

	input.address{
		width:285px;
	}

	input.tel1{
		width:45px;
	}

	input.tel2{
		width:55px;
	}

	input.subject{
		width:180px;
	}

	input.system{
		width:365px;
	}

	textarea.content{
		width:450px;
	}


}



/* PageTop
------------------------------------------------- */

@media screen and (min-width:320px){

	#pagetop{
		position:fixed;
		bottom:8%;
		right:5px;
		z-index:2;
	}

	#pagetop img{
		width:80%;
		height:auto;
	}

}


@media screen and (min-width:480px){

	#pagetop{
		bottom:5%;
	}


}

@media screen and (min-width:641px){

	#pagetop{
		bottom:6%;
	}

	#pagetop img{
		width:100%;
		height:auto;
	}

}


@media screen and (min-width:768px){

	#pagetop{
		bottom:5px;
	}

}

@media screen and (min-width:980px){

	#pagetop{
		position:fixed;
		bottom:65px;
		right:30px;
	}

}



@media screen and (min-width:320px){

	.pcnone{
		display:none;
	}


}


@media screen and (min-width:981px){

	.pcnone{
		display:block;
	}

	.smpnone{
		display:none;
	}

	#page-top{
		position:fixed;
		bottom:60px;
		right:10px;
		width:8%;
		height:auto;
	}

}



/* Page分割
------------------------------------------------- */

@media screen and (min-width:320px){

	.pagebute{
		margin:15px 0 80px;
		text-align:center;
	}

	.pagebute li{
		display:inline-block;
		margin-right:5px;
		font-size:1.2rem;
	}

	.pagebute li.active{
		padding:8px 10px;
		border:1px solid #1e1e1e;
		vertical-align:top;
	}

	.pagebute li:last-child{
		margin-right:0;
	}

	.pagebute li a{
		display:block;
		padding:8px 10px;
		border:1px solid #1e1e1e;
		font-size:1.2rem;
	}

}


@media screen and (min-width:480px){

	.pagebute li{
		display:inline-block;
		margin-right:5px;
		font-size:1.6rem;
	}

	.pagebute li.active{
		padding:8px 10px;
		border:1px solid #1e1e1e;
		vertical-align:top;
	}

	.pagebute li a{
		display:block;
		padding:8px 10px;
		border:1px solid #1e1e1e;
		font-size:1.6rem;
	}

}




/* ナビゲーション(ドロップメニュー要素)
------------------------------------------------------------------- */



/* スライダー
------------------------------------------------------------------- */

header article{
	position:absolute;
	width: 100%;
	padding-top: 50%;
}

.slideshow {
	position: relative;
	width: 100%;
	padding-top: 50%;
	overflow: hidden;
	margin: 0 auto;
}

.slideshow .item {
	width: 100%;
	position: absolute;
	top: 0;
	display: none;
}

.in {
	-webkit-transform: scale(1);
	transform: scale(1);
	z-index: 2;
}

.out {
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
	-webkit-transition: 4s;
	transition: 4s;
	z-index: 1;
}

 .title {
	text-align: center;
	color: rgba(102, 102, 102, 0.70);
	margin: 20px 0 15px 0;
}


@media screen and (max-width: 768px){

	.slideshow {
		position: relative;
		width: 100%;
		padding-top: 100%;
		overflow: hidden;
		margin: 0 auto;
	}

	.slideshow .item {
		position: absolute;
		max-height:100%;
		width:auto;
		height:auto;
		top: 0;
		right:-70%;
	}

}



/* Layout
------------------------------------------------------------ */

@media screen and (min-width: 320px){

	main{
		clear:both;
	}

	footer{
		clear:both;
	}



}



@media screen and (min-width: 981px){


}




/* Header
------------------------------------------------------------ */

@media screen and (min-width: 320px){

	.header_out02{
		display:none;
	}

	.header_sp_out02 {
		display: block;
	}

	.header_sp_out02 {
		position: relative;
		z-index: 20;
	}

	.header_sp_out02 .detail_header{
		text-align: center;
		width: 100%;
		height: 60px;
		position: fixed;
		top: 0;
		left: 0;
		overflow: hidden;
	}

	.header_sp_out02 .detail_header .detail_header_inner{
		overflow: hidden;
		width: 100%;
		height: 100%;
		background-color:rgba(162, 210, 0, .75);
	}

	.header_sp_out02 .detail_header .detail_header_inner .detail_logo {
		width: 250px;
		float: left;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100%;
		margin-left: 15px;
	}

	.header_sp_out02 .detail_header .detail_header_inner .detail_logo img {
		width: 100%;
	}


	#sp_nav_btn_out {
		position: relative;
		display: none;
		z-index: 200;
	}


	@media only screen and (max-width: 1000px) {

		#sp_nav_btn_out {
			display: block;
		}

	}


	#sp_nav_btn_out .sp_nav_btn {
		position: fixed;
		width: 60px;
		height: 60px;
		text-align: center;
		top: -5px;
		right: 0px;
		z-index: 210;
	}

	#sp_nav_btn_out .sp_nav_btn.sp_nav_on{
		top: 5px;
	}

	#sp_nav_btn_out .sp_nav_btn:hover {
		cursor: pointer;
	}

	#sp_nav_btn_out .sp_nav_btn .sp_nav_btn_inner {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
	}

	#sp_nav_btn_out .sp_nav_btn .sp_nav_btn_inner b {
		display: block;
		width: 35px;
		height: 4px;
		margin: 0 auto;
		background-color: #0c0c0c;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
	}

	#sp_nav_btn_out .sp_nav_btn .sp_nav_btn_inner b:first-child {
		-webkit-transform: translateY(20px);
						transform: translateY(20px);
	}

	#sp_nav_btn_out .sp_nav_btn .sp_nav_btn_inner b:nth-child(2) {
		-webkit-transform: translateY(33px);
						transform: translateY(33px);
	}

	#sp_nav_btn_out .sp_nav_btn .sp_nav_btn_inner b:nth-child(3) {
		-webkit-transform: translateY(46px);
						transform: translateY(46px);
	}

	.sp_nav_on .sp_nav_btn_inner {
		-webkit-animation: sp_bar_inner 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.3s forwards;
						animation: sp_bar_inner 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.3s forwards;
	}

	.sp_nav_on .sp_nav_btn_inner b:first-child {
		-webkit-animation: sp_bar01 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards;
						animation: sp_bar01 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards;
	}

	.sp_nav_on .sp_nav_btn_inner b:nth-child(2) {
		-webkit-animation: sp_bar02 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards;
						animation: sp_bar02 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards;
	}

	.sp_nav_on .sp_nav_btn_inner b:nth-child(3) {
		-webkit-animation: sp_bar03 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards;
						animation: sp_bar03 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards;
	}

	@-webkit-keyframes sp_bar01 {
		0% {
			-webkit-transform: translateY(20px);
							transform: translateY(20px);
		}
		50% {
			-webkit-transform: translateY(33px) rotate(0deg);
							transform: translateY(33px) rotate(0deg);
		}
		100% {
			-webkit-transform: translateY(33px) rotate(-90deg);
							transform: translateY(33px) rotate(-90deg);
		}

	}

	@keyframes sp_bar01 {
		0% {
			-webkit-transform: translateY(20px);
							transform: translateY(20px);
		}
		50% {
			-webkit-transform: translateY(33px) rotate(0deg);
							transform: translateY(33px) rotate(0deg);
		}
		100% {
			-webkit-transform: translateY(33px) rotate(-90deg);
							transform: translateY(33px) rotate(-90deg);
		}

	}

	@-webkit-keyframes sp_bar02 {
		0% {
			display: block;
		}
		100% {
			display: none;
		}

	}

	@keyframes sp_bar02 {
		0% {
			display: block;
		}
		100% {
			display: none;
		}

	}

	@-webkit-keyframes sp_bar03 {
		0% {
			-webkit-transform: translateY(46px) rotateX(0deg);
							transform: translateY(46px) rotateX(0deg);
		}
		100% {
			-webkit-transform: translateY(33px) rotateX(0deg);
							transform: translateY(33px) rotateX(0deg);
		}

	}

	@keyframes sp_bar03 {
		0% {
			-webkit-transform: translateY(20px) rotateX(0deg);
							transform: translateY(20px) rotateX(0deg);
		}
		100% {
			-webkit-transform: translateY(33px) rotateX(0deg);
							transform: translateY(33px) rotateX(0deg);
		}

	}

	@-webkit-keyframes sp_bar_inner {
		0% {
			-webkit-transform: rotate(0);
							transform: rotate(0);
		}
		100% {
			-webkit-transform: rotate(-135deg);
							transform: rotate(-135deg);
		}

	}

	@keyframes sp_bar_inner {
		0% {
			-webkit-transform: rotate(0);
							transform: rotate(0);
		}
		100% {
			-webkit-transform: rotate(-135deg);
							transform: rotate(-135deg);
		}

	}

	.sp_nav_off .sp_nav_btn_inner {
		-webkit-transform: rotate(-135deg);
						transform: rotate(-135deg);
		-webkit-animation: sp_bar_inner_close 0.3s cubic-bezier(0.19, 1, 0.22, 1) forwards;
						animation: sp_bar_inner_close 0.3s cubic-bezier(0.19, 1, 0.22, 1) forwards;
	}

	.sp_nav_off .sp_nav_btn_inner b {
		-webkit-transform: translateY(33px);
						transform: translateY(33px);
	}

	.sp_nav_off .sp_nav_btn_inner b:first-child {
		-webkit-animation: sp_bar01_close 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.3s forwards;
						animation: sp_bar01_close 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.3s forwards;
	}

	.sp_nav_off .sp_nav_btn_inner b:nth-child(2) {
		display: none;
		-webkit-animation: sp_bar02_close 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.3s forwards;
						animation: sp_bar02_close 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.3s forwards;
	}

	.sp_nav_off .sp_nav_btn_inner b:nth-child(3) {
		-webkit-animation: sp_bar03_close 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.3s forwards;
						animation: sp_bar03_close 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.3s forwards;
	}

	@-webkit-keyframes sp_bar_inner_close {
		0% {
			-webkit-transform: rotate(-135deg);
							transform: rotate(-135deg);
		}
		100% {
			-webkit-transform: rotate(0);
							transform: rotate(0);
		}

	}

	@keyframes sp_bar_inner_close {
		0% {
			-webkit-transform: rotate(-135deg);
							transform: rotate(-135deg);
		}
		100% {
			-webkit-transform: rotate(0);
							transform: rotate(0);
		}

	}

	.detail_sp_nav {
		position: relative;
		z-index: 18;
	}

	.detail_sp_nav .detail_sp_nav_inner {
		position: fixed;
		top: 60px;
		left: 0;
		width: 100%;
		z-index: 18;
		-webkit-transform: translateY(-130%);
						transform: translateY(-130%);
		overflow: hidden;
	}

	.detail_sp_nav .detail_sp_nav_inner nav {
		border-top: solid 1px #d2d2d2;
	}

	.detail_sp_nav .detail_sp_nav_inner nav a {
		/* height: 70px; */
		background-color: #fff;
		display: block;
		width: 100%;
		border-bottom: solid 1px #d2d2d2;
		color: #0c0c0c;
		line-height: 1.5em;
		/*padding-left: 20px;
		padding-right: 20px;*/
		padding: 15px 20px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.detail_sp_nav .detail_sp_nav_inner nav a:last-child {
		border-bottom: none;
	}

	.sp_nav_erea_open .detail_sp_nav_inner {
		-webkit-animation: sp_nav_open 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
						animation: sp_nav_open 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
	}

	.sp_nav_erea_close .detail_sp_nav_inner {
		-webkit-animation: sp_nav_close 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
						animation: sp_nav_close 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
	}

	@-webkit-keyframes sp_nav_open {
		0% {
			-webkit-transform: translateY(-130%);
							transform: translateY(-130%);
		}
		100% {
			-webkit-transform: translateY(0);
							transform: translateY(0);
		}

	}

	@keyframes sp_nav_open {
		0% {
			-webkit-transform: translateY(-130%);
							transform: translateY(-130%);
		}
		100% {
			-webkit-transform: translateY(0);
							transform: translateY(0);
		}

	}

	@-webkit-keyframes sp_nav_close {
		0% {
			-webkit-transform: translateY(0);
							transform: translateY(0);
		}
		100% {
			-webkit-transform: translateY(-130%);
							transform: translateY(-130%);
		}

	}

	@keyframes sp_nav_close {
		0% {
			-webkit-transform: translateY(0);
							transform: translateY(0);
		}
		100% {
			-webkit-transform: translateY(-130%);
							transform: translateY(-130%);
		}

	}


}



@media screen and (min-width: 981px){

	.header_out02{
		display: block;
	}

	.header_sp_out02,
	.detail_sp_nav{
		display:none;
	}

	#menu{
		position:absolute;
		width:100%;
		height:125px;
		xbackground-color:rgba(162, 210, 0, .75);
		top:0;
		z-index:11;
	}

	#menu ul{
		display:block;
		width:1000px;
		xmargin:auto;
	}

	#menu li{
		float:left;
	}
	
	#menu li:nth-child(1) a{
		display:block;
		xbackground-color:#000;
	}

	#menu li:nth-child(2) a{
		display:block;
		background-color:#79a4fc;
	}

	#menu li:nth-child(2) a:hover{
		background-color:#69f;
	}

	#menu li:nth-child(3) a{
		display:block;
		background-color:#fc6;
	}

	#menu li:nth-child(3) a:hover{
		background-color:#fdb423;
	}

	#menu li:nth-child(4) a{
		display:block;
		background-color:#a8d205;
	}

	#menu li:nth-child(4) a:hover{
		background-color:#8db100;
	}

	#menu li:nth-child(5) a{
		display:block;
		background-color:#e58ce3;
	}

	#menu li:nth-child(5) a:hover{
		background-color:#e050dd;
	}

	#menu li:nth-child(6) a{
		display:block;
		background-color:#fc7982;
	}

	#menu li:nth-child(6) a:hover{
		background-color:#f4424e;
	}
	
	#menu li:nth-child(7) a{
		display:block;
		background-color:#fff;
		opacity:.8;
		color:#000;
		padding:20px 15px;
	}
	
	#menu li:nth-child(7) a:hover{
		background-color:#ccc;
	}


}



/* TopImage
------------------------------------------------------------ */

.gd_main {
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  /* height: 90vh; */
  position: absolute;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
	padding-top: 15%;
}

.gd_main .gd_main_inner {
  max-width: 630px;
  margin: 0 auto;
  /* height: 60vh; */
  position: relative;
}

.gd_main .gd_main_inner .main_h1_text_out h1 {
  max-width: 630px;
  padding-bottom: 1%;
  margin-bottom: 0px;
  position: relative;
}

.gd_main .gd_main_inner .main_h1_text_out ul {
	margin-bottom:10%;
}

.gd_main .gd_main_inner .main_h1_text_out li {
	display:inline-block;
	font-size:0px;
}

.gd_main .gd_main_inner .main_h1_text_out li:first-child {
	margin-right:25px;
}

.gd_main .gd_main_inner .main_h1_text_out h1 img,
.gd_main .gd_main_inner .main_h1_text_out ul img {
  width: 100%;
}


.gd_main.topPage{
	padding-top:13%;
}

.gd_main.topPage .gd_main_inner .main_h1_text_out h1 {
  padding-bottom: 5%;
}

.gd_main.inPage{
	padding-top:7%;
}

.gd_main.inPage .gd_main_inner .main_h1_text_out h1 {
  padding-bottom: 5%;
}

.gd_main.inPage .gd_main_inner .main_h1_text_out ul {
	margin-bottom:0;
}

.gd_main.inPage .gd_main_inner .main_h1_text_out li {
	display:inline-block;
	padding:5px 0;
	border-bottom:2px solid #fff;
	border-top:2px solid #fff;
	color:#fff;
	font-size:2.8rem;
}

.gd_main.inPage .gd_main_inner .main_h1_text_out li:first-child {
	margin-right:0;
}


@media only screen and (max-width: 1600px) {

	.gd_main .gd_main_inner {
		max-width: 500px;
	}

  .gd_main .gd_main_inner .main_h1_text_out h1 {
    max-width: 500px;
  }

	.gd_main .gd_main_inner .main_h1_text_out li {
		width:40%;
	}


	.gd_main.inPage .gd_main_inner {
		max-width: 500px;
	}

  .gd_main.inPage .gd_main_inner .main_h1_text_out h1 {
    max-width: 500px;
  }

	.gd_main.inPage .gd_main_inner .main_h1_text_out li {
		width:initial;
		width:auto;
	}

	.gd_main.topPage .gd_main_inner {
		max-width: 500px;
	}

  .gd_main.topPage .gd_main_inner .main_h1_text_out h1 {
    max-width: 500px;
  }


}


@media only screen and (max-width: 1300px) {

/*   .gd_main .gd_main_inner {
    height: 60vh;
  }

	.gd_main .gd_main_inner {
		max-width: 300px;
	}

  .gd_main .gd_main_inner .main_h1_text_out h1 {
    max-width: 300px;
  }

	.gd_main .gd_main_inner .main_h1_text_out li {
		width:40%;
	} */


}



@media only screen and (max-width: 640px) {

	.gd_main{
		padding-top:20%;
	}

	.gd_main.topPage{
		padding-top:20%;
	}

	.gd_main.inPage{
		padding-top:10%;
	}
	
	.gd_main.inPage .gd_main_inner .main_h1_text_out li {
		font-size:2rem;
}



}


@media only screen and (max-width: 600px) {

  /*.gd_main .gd_main_inner .main_h1_text_out h1 {
    max-width: 200px;
  }*/



}


.gd_main .gd_main_inner .main_h1_text_out p {
  max-width: 115px;
  margin: 0 auto;
  display: inline-block;
}

.gd_main .gd_main_inner .main_h1_text_out p img {
  width: 100%;
}

.gd_main .gd_main_inner .scroll {
  position: static;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  text-align: center;
}

.gd_main .gd_main_inner .scroll .scroll_txt {
  width: 67px;
  margin: 0 auto 1px auto;
}

.gd_main .gd_main_inner .scroll .scroll_txt img {
  width: 100%;
}

.gd_main .gd_main_inner .scroll .scroll_arrow {
  width: 19px;
  margin: 0 auto;
}

.gd_main .gd_main_inner .scroll .scroll_arrow img {
  width: 100%;
}





@media screen and (min-width: 320px){

	.topImage {
		position: relative;
		width: 100%;
		xpadding-top: 100%;
		padding-top: 70%;
		overflow: hidden;
		margin: 0 auto;
	}

	.topImage .item {
		position: absolute;
		max-height:100%;
		width:auto;
		height:auto;
		top: 0;
		right:-100%;
	}

	.topImage.top .item {
		right:-40%;
	}

	.sideMenu{
		display:none;
	}


}


@media screen and (min-width: 641px){

	.topImage {
		padding-top: 50%;
	}

	.topImage .item {
		right:-28%;
	}

	.topImage.top {
		padding-top: 63%;
	}

	.topImage.top .item {
		right:0%;
	}

}



@media screen and (min-width: 768px){

	.sideMenu{
		display:block;
		position:absolute;
		top:8%;
		right:0;
		z-index:15;
		width:4%;
	}

	.sideMenu li:first-child{
		margin-bottom:10px;
	}

	.sideMenu li img{
		max-width:100%;
		width:auto;
		height:auto;
	}


}



@media screen and (min-width: 981px){

	.topImage {
		padding-top: 35%;
	}

	*::-ms-backdrop, .topImage{
		padding-top: 31.5%;
	}

	.topImage.top {
		padding-top: 50.5%;
	}

	.topImage .item {
		right:0%;
	}

/* 	.topImage .item {
		max-width:100%;
		max-height:initial;
		max-height:auto;
		left:0;
		right:0;
		bottom:0;
		margin:auto;
	}
 */
	.sideMenu{
		position:fixed;
		top:170px;
		right:0;
		width:initial;
		width:auto;
	}

	.sideMenu li:first-child{
		margin-bottom:10px;
	}

}



@media screen and (min-width: 1367px){

	.topImage {
		padding-top: 30%;
	}

	.topImage .item {
		max-width:100%;
		max-height:initial;
		max-height:auto;
		left:0;
		right:0;
		bottom:0;
		margin:auto;
	}

}



/* Footer
------------------------------------------------------------ */

@media screen and (min-width: 320px){
	

	footer{
		background-color:#333333;
	}
	
	footer .box01{
		background-color:#fff;
	}
	
	footer h1{
		padding:20px 0 20px 10px;
	}
	
	footer .box02 p a:link,footer .box02 a:visited{
		color:#fff;
		text-align:left;
		display:block;
		padding:20px 15px 10px 28px;
		font-size:1.25rem;
		border-bottom:1px solid #fff;
		background-image:url(../images/iconEiffel.png);
		background-repeat:no-repeat;
		background-position:left bottom;
	}

	footer .box03 p a:link,footer .box03 a:visited{
		color:#fff;
		text-align:left;
		display:block;
		padding:20px 0px 0px 20px;
		font-size:1.25rem;
		background-image:url(../images/icon_Arrow.png);
		background-repeat:no-repeat;
		background-position:left bottom;
	}
	
	footer .box03{
		padding-bottom:50px;
	}
	
	.copy{
		color:#fff;
		padding:20px 0;
		text-align:center;
	}

}


@media screen and (min-width: 981px){

	footer{
		background-color:#333333;
	}
	
	footer .inner{
		width:980px;
		margin:0 auto;
		overflow:hidden;
	}
	
	.box01{
		width:350px;
		float:left;
	}
	
	.box02{
		background-color:#333333;
		float:left;
		width:260px;
		margin-right:70px;
	}
	
	.box03{
		background-color:#333333;
		float:left;
		width:200px;
	}
	
	
	footer .box02 p a:link,.box02 a:visited{
		color:#fff;
		text-align:left;
		display:block;
		padding:30px 0px 7px 30px;
		font-size:1.25rem;
		border-bottom:dotted 1px #fff;
		background-image:url(../images/iconEiffel.png);
		background-repeat:no-repeat;
		background-position:left bottom;
	}
	
	footer .box03 p a:link, footer .box03 a:visited{
		color:#fff;
		text-align:left;
		display:block;
		padding:20px 15px 0px 20px;
		font-size:1.25rem;
	}
	
	.box02,.box03{
		padding-top:50px;
	}

	footer h1{
		padding:40px 0 20px 10px;
		background-color:#333333;
		height:300px;
	}
}

@media screen and (min-width: 1400px){


	
	
	
}



/* Topページ(index.html)
------------------------------------------------------------ */

@media screen and (min-width: 320px){

	#newsTop{
		padding:35px 0 20px;
	}

	#newsTop h1{
		text-align:center;
	}

	#newsTop article{
		padding:50px 5% 0;
	}

	#newsTop article dl{
		clear:both;
		margin-bottom:20px;
	}

	#newsTop article dt,
	#newsTop article dd{
		float:left;
		color:#1e1e1e;
		font-size:1.45rem;
	}

	#newsTop article dt{
		width:140px;
		margin:0 0 5px;
		padding:5px 0;
		border:1px solid #1e1e1e;
		text-align:center;
		font-size:1.2rem;
		background-color:#000;
		color:#fff;
	}
	
	#newsTop article dt.p{
		background-color:#F69;
		border:1px solid #F69;
		color:#fff;
	}
	
	#newsTop article dt.g{
		background-color:#9fe000;
		border:1px solid #9fe000;
		color:#fff;
	}

	#newsTop article dd.date{
		margin:0 0 5px;
		padding:7px 25px;
		font-size:1.25rem;
	}

	#newsTop article dd.title{
		float:none;
		clear:both;
		margin:0;
		padding:5px 0;
		text-align:left;
		word-wrap:break-word;
	}

	#topics{
		padding:0px 0 75px;
		text-align:center;
	}


	#topics{
		padding:0px 5% 30px;
	}

	#topics ul{
		margin:0 auto 20px;
		text-align:center;
	}
	
	#topics li{
		margin-bottom:10px;
	}
	
	#aboutus{
		clear:both;
		padding:55px 10px 70px;
		background-color:#4c77af;
	}
	
	#aboutus h1{
		text-align:center;
		font-size:5rem;
		color:#111111;
		margin-bottom:20px;
	}
	
	#aboutus h1 span{
		display:block;
		margin-bottom:80px;
		font-size:1.6rem;
		color:#fff;
		font-weight:normal;
		margin-top:10px;
	}
	
	#aboutus h2{
		line-height:1.5em;
	}
	
	#service{
		clear:both;
		padding:55px 10px 70px;
		background-color:#4c77af;
	}
	
	#service h1{
		text-align:center;
		font-size:5rem;
		color:#111111;
		margin-bottom:20px;
	}
	
	#service h1 span{
		display:block;
		margin-bottom:80px;
		font-size:1.6rem;
		color:#fff;
		font-weight:normal;
		margin-top:10px;
	}
	
	#service h2{
		line-height:1.5em;
		margin-bottom:30px;
	}
	
	#service dl{
		xbackground-color:#fff;
	}
	
	#service dl dt{
		font-size:2rem;
		padding:10px;
		text-align:center;
		color:#fff;
	}
	
	#service dl dd img{
		width:100%;
		height:auto;
		text-align:center;
	}
	
	#service dl dd{
		font-size:1.6rem;
		line-height:1.5em;
		padding:10px;
		color:#fff;
	}
	
	#facebook{
		clear:both;
		padding:30px 10px 30px;
	}
	
	article.fb{
		text-align:center;
	}
	
	.message img{
		width:100%;
	}
		
	#management{
		background-color:#000;
		padding:30px;
	}
	
	#management h1{
		color:#fff;
		font-size:2rem;
		font-weight:normal;
	}

	#introTop{
		xmargin-bottom:30px;
		padding-bottom:60px;
		background-color:#13202b;
	}

	#introTop dl{
		width:90%;
		margin:0 5%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-o-box-sizing:border-box;
		-ms-box-sizing:border-box;
		box-sizing:border-box;
	}

	#introTop dt{
		text-align:center;
		padding:30px 0;
		font-size:2rem;
	}

	#introTop dt a{
		display:inline-block;
		color:#fff;
	}

	#introTop dt a:hover{
		color:#ccc;
		text-decoration:none;
		transition:all 0.6s ease;
		opacity:.8;
	}

	#introTop dt a:before{
		xcontent:url(../../images/bracketsLeft.png);
		display:inline-block;
		margin-right:6px;
		padding:50px 0;
		position:relative;
		top:10px;
	}

	#introTop dt a:after{
		xcontent:url(../../images/bracketsRight.png);
		display:inline-block;
		margin-left:6px;
		padding:50px 0;
		position:relative;
		top:10px;
	}

	#introTop dd{
		position:relative;
		width:100%;
		padding-top: calc(270 / 380 * 100%);
		overflow:hidden;
	}

	#introTop dd img{
		position:absolute;
		top:0;
		left:0;
		z-index:11;
		max-width:100%;
		width:auto;
		height:auto;
	}

	#introTop dd span.bgBox{
		display:block;
		position:absolute;
		width:100%;
		top:0;
		padding-top: calc(270 / 380 * 100%);
		background:url(../../images/higashiueno.jpg) 
				#f0f1f6 no-repeat center center;
		background-size:cover;
		transition:all 0.5s ease-out;
		transform:matrix3d(
				1, 0, 0, 0,
				0, 1, 0, 0,
				0, 0, 1, 0,
				0, 0, 0, 1
		);
		will-change:transform;
	}

	#introTop dl:first-child dd span.bgBox{
		background:url(../../images/shinokachimachi.jpg) 
				#f0f1f6 no-repeat center center;
	}

	#introTop dl:nth-child(2) dd span.bgBox{
		background:url(../../images/higashijyujyo.jpg) 
				#f0f1f6 no-repeat center center;
	}

	#introTop dl:nth-child(3) dd span.bgBox{
		background:url(../../images/kyodo.jpg) 
				#f0f1f6 no-repeat center center;
	}

	#introTop dl:nth-child(4) dd span.bgBox{
		background:url(../../images/higashiueno.jpg) 
				#f0f1f6 no-repeat center center;
	}

	#introTop dl:last-child dd span.bgBox{
		background:url(../../images/okachimachi.jpg) 
				#f0f1f6 no-repeat center center;
	}

	#introTop dd span.bgBox:hover{
		transform:matrix3d(
				1, 0, 0, 0,
				0, 1, 0, 0,
				0, 0, 1, 0,
				0, 0, 0, 0.9
		);
	}

	#introTop dd span.txtBox{
		pointer-events:none;
		display: flex;
		justify-content:center;
		align-items:center;
		z-index:11;
	}
	
	#contact{
		background-image:url(../../images/bg_photo.jpg);
		background-repeat:no-repeat;
		background-image:100%;
		height:auto;
		clear:both;
		padding:55px 10px 10px;
		background-color:#fff;
	}
	
	#contact article h1{
		text-align:center;
		font-size:4rem;
		color:#111111;
		margin-bottom:20px;
	}
	
	#contact article h1 span{
		display:block;
		margin-bottom:20px;
		font-size:1.6rem;
		font-weight:normal;
	}
	
	#contact article h2{
		margin-bottom:50px;
		font-weight:normal;
		text-align:center;
		line-height:1.3em;
	}
	
	#contact article h3 a{
		display:block;
		margin:0 auto 80px;
		width:70%;
		padding:13px;
		border-radius:30px;
		text-align:center;
		background-color:#13202b;
		color:#fff;
		opacity:.7;
		font-weight:normal;
		font-size:1.5rem;
	}
	
	#contact article h3 a:hover{
		opacity:.8;
	}
	

}



@media screen and (min-width: 360px){


}



@media screen and (min-width: 375px){


}



@media screen and (min-width: 414px){

	#introTop dl{
		width:380px;
		margin:auto;
	}

	#introTop dd{
		width:380px;
		height:270px;
		padding-top:0;
	}

	#introTop dd span.bgBox{
		width:380px;
		height:270px;
		padding-top:0;
	}

	#introTop dd span.txtBox{
		position:absolute;
		width:380px;
		height:270px;
	}


}


@media screen and (min-width: 480px){
	
	
	
	
	#service{
		overflow:hidden;
	}	
	
	#service dl{
		float:left;
		width:48%;
		margin-bottom:30px;
	}
	
	#facebook{
		clear:both;
		padding:30px 10px 30px;
	}
	
	.message img{
		width:450px;
		height:auto;
	}


}


@media screen and (min-width: 640px){
	
	#topics{
		overflow:hidden;
	}
	
	#topics ul{
		float:left;
		width:45%;
	}
	
	#topics li img{
		width:100%;
	}
	
}


@media screen and (min-width: 981px){

	#newsTop{
		width:960px;
		margin:0 auto;
		padding:85px 0 75px 75px;
	}

	#newsTop h1{
		float:left;
		text-align:left;
	}

	#newsTop article{
		float:right;
		width:694px;
		padding:0;
	}

	#newsTop article dl{
		margin-bottom:20px;
	}

	#newsTop article dt{
		margin:0;
	}

	#newsTop article dd.date{
		margin:0;
	}

	#newsTop article dd.title{
		clear:none;
		float:left;
		margin:0;
		padding:5px 0;
	}
	
	#topics{
		width:960px;
		margin:0 auto;
		padding:0px 0 75px 75px;
	}

	#topics ul{
		float:left;
		width:275px;
		margin:0 20px 20px 0;
		text-align:center;
	}
	
	#topics li{
		font-size:1.2em;
	}
	
	#topics p{
		margin-bottom:20px;
	}
	
	#topics li img{
		width:100%;
	}

	#movieTop{
		padding:65px 0 85px;
	}

	#movieTop .box{
		width:960px;
		margin:0 auto;
	}

	#movieTop h1{
		float:left;
		text-align:left;
	}

	#movieTop article{
		float:right;
		width:726px;
		padding:0;
	}
	
	#aboutus{
		clear:both;
		padding:80px 0px 70px;
		background-color:#4c77af;
	}
	
	#aboutus h2{
		text-align:center;
		line-height:2em;
		font-size:2rem;
	}
	
	#service{
		clear:both;
		padding:80px 0px 70px;
		background-color:#4c77af;
	}
	
	#service article{
		width:980px;
		margin:0 auto;
	}

	#service h2{
		text-align:center;
		line-height:2em;
		font-size:2rem;
	}
	
	.serviceContent{
		margin:0 auto;
		overflow:hidden;
		padding-left:90px;
	}
	
	#service dl{
		float:left;
		width:45%;
		margin-bottom:30px;
		margin-right:30px;
	}
	
	#management h1{
		text-align:center;
		font-size:2.4rem;
	}
	
	#facebook{
		overflow:hidden;
		padding-bottom:80px;
	}
	
	#facebook article{
		float:left;
	}
	
	#facebook .snsin{
		width:980px;
		margin:0 auto;
	}
	
	#facebook .message{
		margin-right:80px;
		margin-left:50px;
	}
	
	#facebook .fb{
		padding-top:30px;
	}

	#introTop dl{
		float:left;
		width:20%;
	}

	#introTop dd{
		width:100%;
		height:initial;
		height:auto;
		padding-top: calc(270 / 380 * 100%);
	}

	#introTop dd img{
		max-width:100%;
		width:auto;
		height:auto;
	}

	#introTop dd span.bgBox{
		width:100%;
		height:initial;
		height:auto;
		top:0;
		padding-top: calc(270 / 380 * 100%);
	}

	#introTop dd span.txtBox{
		position:static;
		width:100%;
		height:initial;
		height:auto;
	}
	
	#contact{
		overflow:hidden;
		padding-top:50px;
		padding:70px 10px 0px;
		background-repeat:no-repeat;
	}
	
	.contactin{
		width:980px;
		margin:0 auto;
	}
	
	#contact article{
		width:480px;
		float:left;
	}
	
	#contact article h1{
		text-align:center;
		font-size:4rem;
		color:#111111;
		margin-bottom:20px;
	}
	
	#contact article h1 span{
		display:block;
		margin-bottom:50px;
		font-size:1.6rem;
		font-weight:normal;
	}
	
	#contact article h2{
		margin-bottom:80px;
		font-weight:normal;
		text-align:center;
	}
	
	#contact article h3 a{
		display:block;
		margin:0 auto 80px;
		width:80%;
		padding:20px;
		border-radius:30px;
		text-align:center;
		background-color:#13202b;
		color:#fff;
		opacity:.7;
		font-weight:normal;
		font-size:2rem;
	}
	
	#contact article h3 a{
		width:70%;
	}


}



/* 未就園児の方へ(kingergarten/preschool/index.html)
------------------------------------------------------------ */

@media screen and (min-width: 320px){

	#blogInpage{
		clear:both;
		padding:50px 5% 115px;
	}

	#eventInpage{
		clear:both;
		padding:0 5% 115px;
	}

	#blogInpage h1,
	#eventInpage h1{
		margin-bottom:60px;
		text-align:center;
	}

	#blogInpage dl,
	#eventInpage dl{
		width:75%;
		margin:0 auto;
	}

	#blogInpage dt img,
	#eventInpage dt img{
		width:100%;
		height:auto;
	}

	#blogInpage dd.title,
	#eventInpage dd.title{
		margin-bottom:30px;
		padding:0;
		color:#1e1e1e;
		font-size:1.45rem;
		text-align:left;
	}

	#blogInpage dd.date{
		margin-bottom:85px;
		color:#1e1e1e;
		font-size:1.25rem;
		text-align:right;
	}

	#blogInpage dl:last-child dd.date,
	#eventInpage dl:last-child dd.date{
		margin-bottom:0;
	}

}



@media screen and (min-width: 480px){

	#blogInpage dl,
	#eventInpage dl{
		float:left;
		width:48%;
		margin-right:4%;
	}

	#blogInpage dl:nth-child(2),
	#eventInpage dl:nth-child(2){
		margin-right:0;
	}

	#blogInpage dl:nth-last-child(2) dd.date,
	#eventInpage dl:nth-last-child(2) dd.date{
		margin-bottom:0;
	}

}



@media screen and (min-width: 768px){

	#blogInpage dl,
	#eventInpage dl{
		width:31%;
		margin-right:3.5%;
	}

	#blogInpage dl:nth-child(2),
	#eventInpage dl:nth-child(2){
		margin-right:3.5%;
	}

	#blogInpage dl:last-child,
	#eventInpage dl:last-child{
		margin-right:0;
	}

	#blogInpage dt img,
	#eventInpage dt img{
		max-width:100%;
		width:auto;
		height:auto;
	}

	#blogInpage dd.date{
		margin-bottom:0;
	}

}



@media screen and (min-width: 981px){

	#blogInpage,
	#eventInpage{
		width:980px;
		margin:0 auto;
		padding:88px 0 115px;
	}
	
	#eventInpage{
		padding:0px 0 115px;
	}

	#blogInpage dl,
	#eventInpage dl{
		float:left;
		width:300px;
		margin-right:30px;
	}


}



