/*--------------------------------------
基本設定
--------------------------------------*/

/* PC用CSS
   ========================================================================== */
@media screen and (min-width:980px){

/* 全体設定
------------------------------------*/
html{
	overflow:auto;
	}

body{
	font: 14px/22px "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	line-height: 1;
	font-feature-settings: 'palt' 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	color:#3e3a39;
	overflow:hidden;
	margin: 0 auto;
	position:relative;
	}

p{
    font-size: 15px;
	line-height: 1.9;
	letter-spacing: 0.1em;
     }

.clearfix{clear: both;}

/* フォント
------------------------------------*/
.font-num { font-family: 'Quicksand', sans-serif; }

.font-mplus {
	font-family: "Rounded Mplus 1c";
	letter-spacing: 1px;
}

/* リンクカラー
------------------------------------*/
a{
	color: #282A29;
	text-decoration: none;
	}

a:hover{
	text-decoration: none;
	}

/* アニメーション
------------------------------------*/
.delay{transition-delay:1s;}

.delay2{transition-delay:2s;}

.fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}

.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

.fadein2 {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}

.fadein2.scrollin2{
  opacity: 1;
  transform: translate(0, 0);
  transition-delay:0.1s;
}

.fadein3 {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}

.fadein3.scrollin3{
  opacity: 1;
  transform: translate(0, 0);
  transition-delay:0.2s;
}

.fadein4 {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}

.fadein4.scrollin4{
  opacity: 1;
  transform: translate(0, 0);
  transition-delay:0.3s;
}

/* ローディング
------------------------------------*/
#is-loading {
 display: block;
 position: fixed;
 width: 100%;
 height: 100%;
 top: 0px;
 left: 0px;
 background: #FFF;
 z-index: 8;
}
#loading {
 display: none;
 position: fixed;
 top: 50%;
 left: 50%;
 width: 200px;
 height: 200px;
 margin-top: -100px;
 margin-left: -100px;
 text-align: center;
 color: #fff;
 z-index: 9;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255,95,6, 0.2);
  border-right: 1.1em solid rgba(255,95,6, 0.2);
  border-bottom: 1.1em solid rgba(255,95,6, 0.2);
  border-left: 1.1em solid #ff5f06;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

#is-loading .kuri{
	width: 80px;
	position: relative;
}

#is-loading img{
	width: 100%;
	position: absolute;
	top:-160px;
	left:60px;
}


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

/* ヘッダー
------------------------------------*/
header{
	background-color: #fff;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0 20px 0;
}

header .header-top{
	width: 1020px;
	margin: 0 auto 30px auto;
}

.header-top h1{
	width: 349px;
	height: 80px;
	font-size: 17px;
	letter-spacing: 0.2em;
	float: left;
	position: relative;
}

.header-top h1 img{
	width: 100%;
}

.header-top h1 span{
	position: absolute;
	left: 110px;
	top: 20px;
}

.header-top .address{
	width: 277px;
	float: left;
	margin-left: 393px;
}

.address p:nth-of-type(1){
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: -10px;
}

.address p:nth-of-type(2){
	color: #ea5b00;
	font-size: 26px;
	font-weight: 900;
	letter-spacing: 4px;
	margin-left: 10px;
}

.address p:nth-of-type(2) i{
	width: 35px;
	height: 35px;
	border: 1px solid #448bd8;
	border-radius: 35px;
	color: #448bd8;
	font-size: 18px;
	font-weight: 900;
	line-height: 35px;
	text-align: center;
	text-indent: 3px;
	margin-right: 10px;
}

.address p:nth-of-type(2) span{
	color: #448bd8;
	position: relative;
	top: 5px;
	text-decoration: none;
}

.address p:nth-of-type(3){
	width: 217px;
	font-size: 14px;
	font-weight: 600;
	margin-left: 49px;
}

/* メニュー
------------------------------------*/
.header-bottom{
	width: 1020px;
	margin: 0 auto;
}

.header-bottom nav ul{
	margin:0;
	padding:0;
	height:70px;
	list-style:none;
	background-color:#fff;
}

.header-bottom ul li{
	width:144px;
	height:45px;
	margin:0;
	padding:15px 0 0 0;
	float:left;
	display:inline;
	border-left: 1px solid #ea5b00;
	background-color:#fff;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	}

.header-bottom ul li:last-of-type{
	border-right: 1px solid #ea5b00;
}

.header-bottom ul li a{
	width:140px;
	height:60px;
	display: block;
	cursor: pointer;
	transition: all 0.3s ease;
}

.header-bottom ul li a:hover{
	color: #ea5b00;
}

.header-bottom ul li>a:after {
  	display: block;
  	font-size: 10px;
  	letter-spacing: 1px;
  	margin-top: 8px;
}

.header-bottom ul li:nth-child(1)>a:after {
  	content: "ABOUT";
  	color: #afc112;
}

.header-bottom ul li:nth-child(2)>a:after {
  	content: "CHILD CARE";
  	color: #afc112;
}
.header-bottom ul li:nth-child(3)>a:after {
  	content: "SCHOOL LUNCH";
  	color: #afc112;
}
.header-bottom ul li:nth-child(4)>a:after {
  	content: "CLASS";
  	color: #afc112;
}
.header-bottom ul li:nth-child(5)>a:after {
  	content: "INFORMATION";
  	color: #afc112;
}

.header-bottom ul li:nth-child(6)>a:after {
  	content: "NEWS";
  	color: #afc112;
}


.header-bottom ul li:nth-child(7)>a:after {
  content: "RECRUIT";
  color: #afc112;
}

/* スマホメニュー */
#sp_button_wrap,
#header_inner_sp
{display: none;}

/* スマホのみ表示させるコンテンツ */
.sp-display{
	display: none;
}

/* フッター
------------------------------------*/
footer{
	background-color: #f9fdd9;
	width: 100%;
	margin: 0 auto;
	padding: 40px 0 20px 0;
}

footer .footer-top{
	width: 1020px;
	margin: 0 auto 30px auto;
}

/* フッターメニュー
------------------------------------*/
.footer-top{
	width: 1020px;
	margin: 0 auto;
	padding-bottom: 10px;
}

.footer-top nav ul{
	margin:0;
	padding:0;
	height:70px;
	list-style:none;
	background-color:#f9fdd9;
}

.footer-top ul li{
	width:144px;
	height:45px;
	margin:0;
	padding:15px 0 0 0;
	float:left;
	display:inline;
	border-left: 1px solid #ea5b00;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	}

.footer-top ul li:last-of-type{
	border-right: 1px solid #ea5b00;
	}

.footer-top ul li a{
	width:140px;
	height:60px;
	display: block;
	cursor: pointer;
	transition: all 0.3s ease;
}

.footer-top li a:hover{
	color: #ea5b00;
}

.footer-top ul li>a:after {
  	display: block;
  	font-size: 10px;
  	letter-spacing: 1px;
  	margin-top: 8px;
}

.footer-top ul li:nth-child(1)>a:after {
  	content: "ABOUT";
  	color: #afc112;
}

.footer-top ul li:nth-child(2)>a:after {
  	content: "CHILD CARE";
  	color: #afc112;
}
.footer-top ul li:nth-child(3)>a:after {
  	content: "SCHOOL LUNCH";
  	color: #afc112;
}
.footer-top ul li:nth-child(4)>a:after {
  	content: "CLASS";
  	color: #afc112;
}
.footer-top ul li:nth-child(5)>a:after {
  	content: "INFORMATIONH";
  	color: #afc112;
}

.footer-top ul li:nth-child(6)>a:after {
  	content: "NEWS";
  	color: #afc112;
}

.footer-top ul li:nth-child(7)>a:after {
  	content: "RECRUIT";
  	color: #afc112;
}

.footer-top ul .menu-logo{
	padding: 0 13px;
}

.footer-top ul .menu-logo img{
	position: relative;
	bottom:45px;
}

.footer-bottom{
	width: 1020px;
	margin: 0 auto;
}

.footer-bottom .logo-footer{
	width: 330px;
	font-size: 17px;
	font-weight: 900;
	letter-spacing: 0.2em;
	float: left;
	position: relative;
}

.logo-footer span{
	font-weight: 600;
	position: absolute;
	left: 100px;
	top: 20px;
}

.logo-footer small{
	display: block;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0ch;
	text-align: right;
}

.footer-bottom .footer-link{
	width: 330px;
	border-radius: 10px;
	font-size: 13px;
	font-weight: 800;
	float: left;
	margin: 30px 0 0 60px;
}

.footer-bottom .footer-link li{
    width: 120px;
	border: 1px solid #afc112;
	border-radius: 5px;
	font-weight: 600;
	margin-right: 5px;
	padding: 7px;
    text-align: center;
	display: inline-block;
}

.footer-bottom .footer-link li:first-of-type,
.footer-bottom .footer-link li:nth-of-type(2){
    margin-bottom: 10px;
}

.footer-bottom .address{
	width: 260px;
	float: left;
	margin: 5px 0 0 15px;
}

.footer-bottom .address .address1{
	display: none;
}

.footer-bottom .address .address2{
	width: 270px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}

.footer-bottom .address .address2 a{
	color: #448bd8;
	position: absolute;
	top: 5px;
}

a[href^="tel:"]{
    pointer-events: none;
}

.footer-bottom .address .address3{
	width: 260px;
	font-size: 14px;
	margin: 5px 0 0 0;
	letter-spacing: 3px;
}

.footer-bottom .address .address3 .postal-code{
	font-size: 12px;
	text-align: left;
	display: block;
	margin: 0 0 -5px 0;
}

/* TOPに戻る */
.pagetop-sp {
	display: none;
}

.pagetop {
	position: fixed;
    bottom: -75px;
    right: 65px;
}

.pagetop a {
    display: block;
	width: 74px;
	height: 75px;
}

}/*pcここまで*/






/* タブレット用CSS
   ========================================================================== */
@media screen and (max-width:979px){

	/*全体設定*/
	html{
		overflow:auto;
		font-size: 62.5%; /* sets the base font to 10px for easier math */
		}

	p{font-size:4.375vw; /* ビューポートの幅の4.375%で可変する */}

	body{
		font: 14px/22px "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
		background-color:#fff;
		-webkit-text-size-adjust: 100%;
		color:#3e3a39;
		overflow:hidden;
		position:relative;
		-webkit-text-size-adjust: 100%;
		}

	.clearfix{clear: both;}

	.pc-display{display:none;}

	/* フォント
	------------------------------------*/
	.font-num { font-family: 'Quicksand', sans-serif; }

	.font-mplus {
		font-family: "Rounded Mplus 1c";
		letter-spacing: 1px;
		}

	/* リンクカラー
	------------------------------------*/
	a{
		color: #282A29;
		text-decoration: none;
		transition: .2s linear;
		-webkit-transform: translateZ(0);
		}

	a:hover{
		text-decoration: none;
		}

/* アニメーション
------------------------------------*/
.delay{transition-delay:1s;}

.delay2{transition-delay:2s;}

.fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}

.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

.fadein2 {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}

.fadein2.scrollin2{
  opacity: 1;
  transform: translate(0, 0);
  transition-delay:0.1s;
}

.fadein3 {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}

.fadein3.scrollin3{
  opacity: 1;
  transform: translate(0, 0);
  transition-delay:0.2s;
}

.fadein4 {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}

.fadein4.scrollin4{
  opacity: 1;
  transform: translate(0, 0);
  transition-delay:0.3s;
}

/* ローディング
------------------------------------*/
#is-loading {
 display: block;
 position: fixed;
 width: 100%;
 height: 100%;
 top: 0px;
 left: 0px;
 background: #FFF;
 z-index: 8;
}
#loading {
 display: none;
 position: fixed;
 top: 50%;
 left: 50%;
 width: 200px;
 height: 200px;
 margin-top: -100px;
 margin-left: -100px;
 text-align: center;
 color: #fff;
 z-index: 9;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255,95,6, 0.2);
  border-right: 1.1em solid rgba(255,95,6, 0.2);
  border-bottom: 1.1em solid rgba(255,95,6, 0.2);
  border-left: 1.1em solid #ff5f06;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

#is-loading .kuri{
	width: 80px;
	position: relative;
}

#is-loading img{
	width: 100%;
	position: absolute;
	top:-160px;
	left:60px;
}


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

	/* ヘッダー
	------------------------------------*/
	header{
		width: 100%;
		max-width: 640px;
		margin: 0 auto;
		padding: 20px 0 10px 0;
		}

	header .header-top{
		width: 100%;
		max-width: 640px;
		margin: 0 auto;
		}

	.header-top h1{
		width: 237px;
		letter-spacing: 0.15em;
		margin: 0 0 0 30px;
		position: relative;
		}

	.header-top h1 span{
		font-size: 12px;
		position: absolute;
		left: 80px;
		top: 10px;
		}

	.header-top h1 img{
		width: 100%;
		height: auto;
		}

		.header-top .address,
		.header-bottom{
		display: none;
		}

	/* SPメニュー */
	#sp_button_wrap{
		width:60px;
		height: 50px;
		position: fixed;
		top: 10px;
		right: -10px;
		z-index: 10000;
		}

	#nav-drawer {
	  	position: relative;
	}

	#sp_button_wrap .hamburger{
		width:60px;
		height: 50px;
		background-color: #ea5b00;
		border-radius: 10px;
		margin-top:10px;
		position: fixed;
		top: 10px;
		right: -10px;
		z-index: 10000;
	}

	/*チェックボックス等は非表示に*/
	.nav-unshown {
	  	display:none;
	}

	#nav-open {
	  	display: inline-block;
	  	width: 30px;
	  	height: 22px;
	  	vertical-align: middle;
			margin: 15px 0 0 13px;
	}

	/*ハンバーガーUi*/
	.menu-trigger,
	.menu-trigger span {
	  	display: inline-block;
	  	transition: all .4s;
	  	box-sizing: border-box;
	}
	.menu-trigger {
	  	position: relative;
	  	width: 50px;
	  	height: 44px;
	}
	.menu-trigger span {
	  	position: absolute;
	  	right: 23px;
	  	width: 25px;
	  	height: 2px;
	  	background-color: #fff;
	  	border-radius: 4px;
	}
	.menu-trigger span:nth-of-type(1){
	  	top: 24px;
	}
	.menu-trigger span:nth-of-type(2) {
	  	top: 16px;
	}
	.menu-trigger span:nth-of-type(3) {
	  	bottom: 16px;
	}

	.menu-trigger.active span:nth-of-type(1) {
	  	-webkit-transform: translateY(4px) rotate(-45deg);
	  	transform: translateY(0px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
	  	opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
	  	-webkit-transform: translateY(-4px) rotate(45deg);
	  	transform: translateY(-8px) rotate(45deg);
	}

	/*閉じる時*/
	#nav-close {
	  	position: fixed;
	  	top: 0;/*全体に広がるように*/
	  	left: 0;
	  	width: 100%;
	  	height: 100%;
	  	opacity: 1;
			padding: 4% 4% 40px;
	  	transition: .3s ease-in-out;
			background-color: #fff;
	}

	/*中身*/
	#nav-content {
			width: 92%;
	  	height: 100%;
			max-height: 520px;
	  	position: fixed;
	  	top: 15px;
	  	left: 3.5%;
	  	transition: .3s ease-in-out;/*滑らかに表示*/
	  	-webkit-transform: translateX(-107%);
	  	transform: translateX(-107%);/*左に隠しておく*/
	}

	#nav-content #nav-in{
		width: 100%;
		height: 100%;
		max-height: 520px;
		border: 2px solid #ea5b00;
		border-radius: 10px;
		background: #fff;
	}

	#nav-in .menu-logo{
		width: 70%;
		max-width: 237px;
		display: block;
		letter-spacing: 0.15em;
		margin: 10px 0 0 40px;
		position: relative;
	}

	#nav-in .menu-logo span{
		font-size: 0.75rem;
		font-weight: 600;
		position: absolute;
		left: 33%;
		top: 10px;
	}

	#nav-in .menu-logo img{
		width: 100%;
		height: auto;
		display: block;
	}

	/* グローバルメニュー */
	#nav-in nav{
		width: 90%;
		overflow: hidden;
		margin: 20px auto 0 auto;
	}

	#nav-in nav ul{
		list-style:none;
	}

	#nav-in ul li{
		width: 48.5%;
		display: inline-block;
		float: left;
		font-size: 14px;
		font-weight: 600;
		text-align: center;
		margin-right: 3%;
		}

	#nav-in ul li:nth-of-type(even){
		margin: 0;
	}

	#nav-in ul li a{
		border-top: 1px solid #ea5b00;
		display: block;
		cursor: pointer;

		padding-top: 10px;
	}

	#nav-in ul li:nth-of-type(7) a,
	#nav-in ul li:nth-of-type(8) a{
		border-bottom: 1px solid #ea5b00;
	}

	#nav-in ul li>a:after {
	  	display: block;
	  	font-size: 8px;
	  	letter-spacing: 1px;
	  	margin-top: 0px;
	}

	#nav-in ul li:nth-child(1)>a:after {
	  	content: "ABOUT";
	  	color: #afc112;
	}

	#nav-in ul li:nth-child(2)>a:after {
	  	content: "CHILD CARE";
	  	color: #afc112;
	}
	#nav-in ul li:nth-child(3)>a:after {
	  	content: "SCHOOL LUNCH";
	  	color: #afc112;
	}
	#nav-in ul li:nth-child(4)>a:after {
	  	content: "CLASS";
	  	color: #afc112;
	}
	#nav-in ul li:nth-child(5)>a:after {
	  	content: "INFORMATION";
	  	color: #afc112;
	}

	#nav-in ul li:nth-child(6)>a:after {
	  	content: "NEWS";
	  	color: #afc112;
	}

	#nav-in ul li:nth-child(7)>a:after {
	  	content: "RECRUIT";
	  	color: #afc112;
	}

	#nav-in ul li:nth-child(8)>a:after {
	  	content: "HOME";
	  	color: #afc112;
	}

	/*住所*/
	#nav-in .address{
		width: 90%;
		margin: 20px auto 0 auto;
	}

	#nav-in .address p:nth-of-type(1){
		color: #ea5b00;
		font-size: 22px;
		font-weight: 900;
		letter-spacing: 4px;
		margin: 0 auto;
		text-align: center;
	}

	#nav-in .address p:nth-of-type(1) i{
		width: 35px;
		height: 35px;
		border: 1px solid #448bd8;
		border-radius: 35px;
		color: #448bd8;
		font-size: 18px;
		font-weight: 900;
		line-height: 35px;
		text-align: center;
		text-indent: 3px;
		margin-right: 10px;
	}

	#nav-in .address p:nth-of-type(1) span{
		color: #448bd8;
		font-weight: 600;
		position: relative;
		top: 3px;
	}

	#nav-in .address p:nth-of-type(2){
		width: 90%;
		font-size: 12px;
		font-weight: 600;
		text-align: center;
		margin: 5px auto 0 auto;
	}

	#nav-in .gmap-btn {
	    width: 90%;
	    max-width: 560px;
	    height: 40px;
	    background-color: #ea5b00;
	    color: #fff;
	    border-radius: 5px;
	    display: block;
	    font-size: 16px;
	    -webkit-box-ordinal-group: 3;
	    -moz-box-ordinal-group: 3;
	    box-ordinal-group: 3;
	    text-align: center;
	    line-height: 40px;
	    margin: 10px auto 0 auto;
	}

	#nav-content .nav-character{
		width: 60%;
		max-width: 262px;
		position: fixed;
		bottom: -6%;
		left: 30%;
	}

	#nav-content .nav-character img{
		width: 100%;
		height: auto;
	}

	/*チェックが入ったらもろもろ表示*/
	#nav-input:checked ~ #nav-close {
	  display: block;/*カバーを表示*/
	}

	#nav-input:checked ~ #nav-content {
	  -webkit-transform: translateX(0%);
	  transform: translateX(0%);/*中身を表示（右へスライド）*/
	}

/* フッター
------------------------------------*/
footer{
	width: 100%;
	background-color: #F9FDD9;
	}

.footer-top{
	display: none;
	}

.footer-bottom{
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
	padding-bottom: 60px;
}

.footer-bottom .logo-footer{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding: 60px 0 30px 0;
}

.footer-bottom .logo-footer a{
	width: 78%;
	display: block;
	letter-spacing: 0.05em;
	margin: 0 auto;
	position: relative;
}

.footer-bottom .logo-footer a span{
	font-size: 3vw;
	font-weight: 600;
	position: absolute;
	left: 33%;
	top: 25px;
}

.footer-bottom .logo-footer a img{
	width: 100%;
	height: auto;
}

.footer-bottom .footer-link{
	display: none;
	width: 292px;
	font-size: 13px;
	font-weight: 800;
	margin: 0 auto;
}

.footer-bottom .footer-link li{
	border: 1px solid #afc112;
	border-radius: 5px;
	margin-right: 5px;
	padding: 7px;
	display: inline-block;
}

.footer-bottom .footer-link li{
	margin-right: 0;
}


.footer-bottom .address{
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.footer-bottom .address .address-in{
	width: 100%;
	display: inline-block;
}

.footer-bottom .address .address1{
	display: none;
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.03em;
	margin: 0 auto;
	text-align: center;
	-webkit-box-ordinal-group:3;
	-ms-flex-order:3;
	　-webkit-order:3;
	　order:3;
}

.footer-bottom .address .address2{
	width: 100%;
	font-weight: 900;
	letter-spacing: 0.05em;
	margin: 0 auto;
	text-align: center;
	-webkit-box-ordinal-group:1;
	　-ms-flex-order:1;
	　-webkit-order:1;
	　order:1;
	}

	.footer-bottom .address .address2 i{
		width: 40px;
		height: 40px;
		border: 1px solid #448bd8;
		border-radius: 40px;
		color: #448bd8;
		font-size: 20px;
		font-weight: 900;
		line-height: 35px;
		text-indent: 3px;
		margin-right: 10px;
	}

	.footer-bottom .address .address2 a{
		color: #448bd8;
		font-size: 34px;
		font-weight: 600;
		position: relative;
		top: 10px;
		left: 3px;
	}

	.footer-bottom .address .address3{
		width: 90%;
		font-size: 2.3vw;
		font-weight: 600;
		text-align: center;
		margin: 5px auto 0 auto;
		-webkit-box-ordinal-group:2;
	　-ms-flex-order:2;
	　-webkit-order:2;
	　order:2;
	}

	.footer-bottom .address .address3 .postal-code{
		font-size: 18px;
		text-align: left;
		margin-right: 10px;
	}

	.pagetop{
		display: none;
	}

}


/* SP用CSS
========================================================================== */
@media screen and (max-width:479px){
/*全体設定*/
html{
	overflow:auto;
	font-size: 62.5%; /* sets the base font to 10px for easier math */
	}

p{font-size:4.375vw; /* ビューポートの幅の4.375%で可変する */}

body{
	font: 14px/22px "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	background-color:#fff;
	-webkit-text-size-adjust: 100%;
	color:#3e3a39;
	overflow:hidden;
	position:relative;
	-webkit-text-size-adjust: 100%;
	}

.clearfix{clear: both;}

.pc-display{display:none;}

/* フォント
------------------------------------*/
.font-num { font-family: 'Quicksand', sans-serif; }

.font-mplus {
	font-family: "Rounded Mplus 1c";
	letter-spacing: 1px;
	}

/* リンクカラー
------------------------------------*/
a{
	color: #282A29;
	text-decoration: none;
	transition: .2s linear;
	-webkit-transform: translateZ(0);
	}

a:hover{
	text-decoration: none;
	}

/* アニメーション
------------------------------------*/
.delay{transition-delay:1s;}

.delay2{transition-delay:2s;}

.fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}

.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

.fadein2 {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}

.fadein2.scrollin2{
  opacity: 1;
  transform: translate(0, 0);
  transition-delay:0.1s;
}

.fadein3 {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}

.fadein3.scrollin3{
  opacity: 1;
  transform: translate(0, 0);
  transition-delay:0.2s;
}

.fadein4 {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}

.fadein4.scrollin4{
  opacity: 1;
  transform: translate(0, 0);
  transition-delay:0.3s;
}

/* ローディング
------------------------------------*/
#is-loading {
 display: block;
 position: fixed;
 width: 100%;
 height: 100%;
 top: 0px;
 left: 0px;
 background: #FFF;
 z-index: 100;
}
#loading {
 display: none;
 position: fixed;
 top: 50%;
 left: 50%;
 width: 200px;
 height: 200px;
 margin-top: -100px;
 margin-left: -100px;
 text-align: center;
 color: #fff;
 z-index: 101;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255,95,6, 0.2);
  border-right: 1.1em solid rgba(255,95,6, 0.2);
  border-bottom: 1.1em solid rgba(255,95,6, 0.2);
  border-left: 1.1em solid #ff5f06;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

#is-loading .kuri{
	width: 80px;
	position: relative;
}

#is-loading img{
	width: 100%;
	position: absolute;
	top:-160px;
	left:60px;
}


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

/* ヘッダー
------------------------------------*/
header{
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 20px 0 10px 0;
	}

header .header-top{
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	}

.header-top h1{
	width: 237px;
	letter-spacing: 0.15em;
	margin: 0 0 0 30px;
	position: relative;
	}

.header-top h1 span{
	font-size: 12px;
	position: absolute;
	left: 80px;
	top: 10px;
	}

.header-top h1 img{
	width: 100%;
	height: auto;
	}

	.header-top .address,
	.header-bottom{
	display: none;
	}

/* SPメニュー */
#sp_button_wrap{
	width:60px;
	height: 50px;
	position: fixed;
	top: 10px;
	right: -10px;
	z-index: 90;
	}

#nav-drawer {
  	position: relative;
}

#sp_button_wrap .hamburger{
	width:60px;
	height: 50px;
	background-color: #ea5b00;
	border-radius: 10px;
	margin-top:10px;
	position: fixed;
	top: 10px;
	right: -10px;
	z-index: 90;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  	display:none;
}

#nav-open {
  	display: inline-block;
  	width: 30px;
  	height: 22px;
  	vertical-align: middle;
		margin: 15px 0 0 13px;
}

/*ハンバーガーUi*/
.menu-trigger,
.menu-trigger span {
  	display: inline-block;
  	transition: all .4s;
  	box-sizing: border-box;
}
.menu-trigger {
  	position: relative;
  	width: 50px;
  	height: 44px;
}
.menu-trigger span {
  	position: absolute;
  	right: 23px;
  	width: 25px;
  	height: 2px;
  	background-color: #fff;
  	border-radius: 4px;
}
.menu-trigger span:nth-of-type(1){
  	top: 24px;
}
.menu-trigger span:nth-of-type(2) {
  	top: 16px;
}
.menu-trigger span:nth-of-type(3) {
  	bottom: 16px;
}

.menu-trigger.active span:nth-of-type(1) {
  	-webkit-transform: translateY(4px) rotate(-45deg);
  	transform: translateY(0px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  	-webkit-transform: translateY(-4px) rotate(45deg);
  	transform: translateY(-8px) rotate(45deg);
}

/*閉じる時*/
#nav-close {
  	position: fixed;
  	top: 0;/*全体に広がるように*/
  	left: 0;
  	width: 100%;
  	height: 100%;
  	opacity: 1;
		padding: 4% 4% 40px;
  	transition: .3s ease-in-out;
		background-color: #fff;
}

/*中身*/
#nav-content {
		width: 92%;
  	height: 100%;
		max-height: 520px;
  	position: fixed;
  	top: 15px;
  	left: 3.5%;
  	transition: .3s ease-in-out;/*滑らかに表示*/
  	-webkit-transform: translateX(-107%);
  	transform: translateX(-107%);/*左に隠しておく*/
}

#nav-content #nav-in{
	width: 100%;
	height: 100%;
	max-height: 520px;
	border: 2px solid #ea5b00;
	border-radius: 10px;
	background: #fff;
}

#nav-in .menu-logo{
	width: 70%;
	max-width: 237px;
	display: block;
	letter-spacing: 0.15em;
	margin: 10px 0 0 40px;
	position: relative;
}

#nav-in .menu-logo span{
	font-size: 0.75rem;
	font-weight: 600;
	position: absolute;
	left: 33%;
	top: 10px;
}

#nav-in .menu-logo img{
	width: 100%;
	height: auto;
	display: block;
}

/* グローバルメニュー */
#nav-in nav{
	width: 90%;
	overflow: hidden;
	margin: 20px auto 0 auto;
}

#nav-in nav ul{
	list-style:none;
}

#nav-in ul li{
	width: 48.5%;
	display: inline-block;
	float: left;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	margin-right: 3%;
	}

#nav-in ul li:nth-of-type(even){
	margin: 0;
}

#nav-in ul li a{
	border-top: 1px solid #ea5b00;
	display: block;
	cursor: pointer;

	padding-top: 10px;
}

#nav-in ul li:nth-of-type(7) a,
#nav-in ul li:nth-of-type(8) a{
	border-bottom: 1px solid #ea5b00;
}

#nav-in ul li>a:after {
  	display: block;
  	font-size: 8px;
  	letter-spacing: 1px;
  	margin-top: 0px;
}

#nav-in ul li:nth-child(1)>a:after {
  	content: "ABOUT";
  	color: #afc112;
}

#nav-in ul li:nth-child(2)>a:after {
  	content: "CHILD CARE";
  	color: #afc112;
}
#nav-in ul li:nth-child(3)>a:after {
  	content: "SCHOOL LUNCH";
  	color: #afc112;
}
#nav-in ul li:nth-child(4)>a:after {
  	content: "CLASS";
  	color: #afc112;
}
#nav-in ul li:nth-child(5)>a:after {
  	content: "INFORMATION";
  	color: #afc112;
}

#nav-in ul li:nth-child(6)>a:after {
  	content: "NEWS";
  	color: #afc112;
}

#nav-in ul li:nth-child(7)>a:after {
  	content: "RECRUIT";
  	color: #afc112;
}

#nav-in ul li:nth-child(8)>a:after {
  	content: "HOME";
  	color: #afc112;
}

/*住所*/
#nav-in .address{
	width: 90%;
	margin: 20px auto 0 auto;
}

#nav-in .address p:nth-of-type(1){
	color: #ea5b00;
	font-size: 22px;
	font-weight: 900;
	letter-spacing: 4px;
	margin: 0 auto;
	text-align: center;
}

#nav-in .address p:nth-of-type(1) i{
	width: 35px;
	height: 35px;
	border: 1px solid #448bd8;
	border-radius: 35px;
	color: #448bd8;
	font-size: 18px;
	font-weight: 900;
	line-height: 35px;
	text-align: center;
	text-indent: 3px;
	margin-right: 10px;
}

#nav-in .address p:nth-of-type(1) span{
	color: #448bd8;
	font-weight: 600;
	position: relative;
	top: 3px;
}

#nav-in .address p:nth-of-type(2){
	width: 90%;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	margin: 5px auto 0 auto;
}

#nav-in .gmap-btn {
    width: 90%;
    max-width: 560px;
    height: 40px;
    background-color: #ea5b00;
    color: #fff;
    border-radius: 5px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
    text-align: center;
    line-height: 40px;
    margin: 10px auto 0 auto;
}

#nav-content .nav-character{
	width: 60%;
	max-width: 262px;
	position: fixed;
	bottom: -8%;
	left: 20%;
}

#nav-content .nav-character img{
	width: 100%;
	height: auto;
}

#nav-content .footer-link{
	width: 100%;
	border-radius: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	font-size: 13px;
	font-weight: 800;
	margin: 50px auto 0 auto;
}

#nav-content .footer-link li{
    width: 43%;
	border: 1px solid #afc112;
	border-radius: 5px;
	font-weight: 600;
	padding: 7px;
    text-align: center;
	display: inline-block;
}

#nav-content .footer-link li:first-of-type,
#nav-content .footer-link li:nth-of-type(2){
    margin-bottom: 10px;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
}

/* フッター
------------------------------------*/
.footer-top{
	display: none;
}

.footer-bottom{
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
	padding-bottom: 60px;
	position: relative;
}

.footer-bottom .logo-footer{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding: 60px 0 20px 0;
}

.footer-bottom .logo-footer a{
	width: 78%;
	display: block;
	letter-spacing: 0.05em;
	margin: 0 auto;
	position: relative;
}

.footer-bottom .logo-footer a span{
	font-size: 12px;
	font-weight: 600;
	position: absolute;
	left: 29%;
	top: 10px;
}

.footer-bottom .logo-footer a img{
	width: 100%;
	height: auto;
}

.footer-bottom .logo-footer small{
	font-size: 12px;
	display: block;
	text-align: center;
	position: absolute;
	bottom: 10px;
	left: 0;
  	right: 0;
	margin: 0 auto;
}

.footer-bottom .footer-link{
	display: none;
	width: 292px;
	font-size: 13px;
	font-weight: 800;
	margin: 0 auto;
}

.footer-bottom .footer-link li{
	border: 1px solid #afc112;
	border-radius: 5px;
	margin-right: 5px;
	padding: 7px;
	display: inline-block;
}

.footer-bottom .footer-link li{
		margin-right: 0;
}


.footer-bottom .address{
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.footer-bottom .address .address-in{
	width: 100%;
	display: inline-block;
}

.footer-bottom .address .address1{
	display: none;
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.03em;
	margin: 0 auto;
	text-align: center;
	-webkit-box-ordinal-group:3;
　-ms-flex-order:3;
　-webkit-order:3;
　order:3;
}

.footer-bottom .address .address2{
	width: 100%;
	font-weight: 900;
	letter-spacing: 0.05em;
	margin: 0 auto;
	text-align: center;
	-webkit-box-ordinal-group:1;
　-ms-flex-order:1;
　-webkit-order:1;
　order:1;
}

.footer-bottom .address .address2 i{
	width: 33px;
	height: 33px;
	border: 1px solid #448bd8;
	border-radius: 35px;
	color: #448bd8;
	font-size: 18px;
	font-weight: 900;
	line-height: 35px;
	text-indent: 3px;
}

.footer-bottom .address .address2 a{
	color: #448bd8;
	font-size: 23.5px;
	font-weight: 600;
	position: relative;
	top: 3px;
	left: 3px;
}

.footer-bottom .address .address3{
	width: 90%;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	margin: 5px auto 0 auto;
	-webkit-box-ordinal-group:2;
　-ms-flex-order:2;
　-webkit-order:2;
　order:2;
}

.footer-bottom .address .address3 .postal-code{
	font-size: 12px;
	text-align: left;
}

.pagetop{
	display: none;
}


}
