@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,500,700,800&display=swap');
/* CSS Document */
/*------------------- iPhone PortlaitとLandscapeの切り替え時に文字が拡大されないようにするハック ------------------------*/
html {
-webkit-text-size-adjust: 100%;
}

body {
	min-height: 100vh;
	margin: 0px;
	padding: 0px;
	
	font-family: 'M PLUS Rounded 1c', "Noto Sans Japanese", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
	font-size: 10px;
	background-color: rgba(255,255,195,1.00);
	background-image: radial-gradient(#FFEDBA 3px, transparent 3px);
	background-size: 20px 20px;
}

body a {
	cursor: pointer;
}

label {
	cursor: pointer;
}



.screen-reader-text {
	display: none;
}

#container {
	position: relative;
	margin: 0px;
	padding: 0px 0px 200px 0px;
	min-height: 100vh;
}

#loading {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10000000;
	background-color: #fff;
}

#waku {
	display: none;
}

/*-------------------ラップのスタイル------------------------*/

#wrap {
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	top: 0px;
	box-sizing: border-box;
}

#wrap::after {
	content: "";
	display: block;
	clear: both;

}




/*-------------------ヘッダー------------------------*/
header {
	display: block;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	height: 80px;
	box-sizing: border-box;
	background-color: rgba(255,207,0,1.00);
	position: absolute;
	left: 0;
	right: 0;
	z-index: 9999;
}
#logo {
	max-width: 1280px;
	margin: 15px auto;
}
#logo a {
	display: block;
	width: 250px;
	height: 50px;
	margin: 0px;
	padding: 0px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
	box-sizing: border-box;
	background-image: url("../images/common/logo.svg");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 245px 48px;
  }
div.menu {
	max-width: 1280px;
	margin: 0px auto;
	padding: 0px;
    box-sizing: border-box;
}

/*-------------------ちびナビ------------------------*/
#chibi_navi {
	background-color: rgba(255,207,0,1.00);
    position: relative;
    z-index: 100;
}
#chibi_navi #trigger {
    display: none;
}
#chibi_navi #trigger + div {
    position: fixed;
    top: 0px;
    right: -90%;
    bottom: 0px;
    left: auto;
    z-index: 10000;
    width: 90%;
    background-color: rgba(255,255,255,1.00);
	transition-duration: 1000ms;
}
#chibi_navi #trigger:checked + div {
right: 0px;
}
#chibi_navi #trigger + div + label {
	text-indent: 200%;
    margin: 0px;
    padding: 0px;
	box-sizing: border-box;
    display: block;
    position: fixed;
    top: 15px;
    right: 15px;
    bottom: auto;
    left: auto;
    z-index: 11000;
    width: 50px;
    height: 50px;
    background-image: url("../images/common/mb_open.svg");
    background-position: left top;
    background-attachment: scroll;
    background-size: 50px 50px;
    transition-duration: 1000ms;
	filter: drop-shadow(2px 2px 2px  rgba(255,207,0,1.00));
}
#chibi_navi #trigger:checked + div + label {
    background-image: url("../images/common/mb_close.svg");
    transition-duration: 1000ms;
}


#chibi_navi ul{
    padding: 15px;
    box-sizing: border-box;
    position: absolute;
    top: 40px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow: auto;
}
#chibi_navi ul li {
	list-style: none;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#chibi_navi ul li a{
    display: block;
    font-size: 180%;
    line-height: 44px;
    color: #e29b88;
    font-weight: 700;
    text-decoration: none;
    padding: 0px 0px 0px 40px;
    position: relative;
}


#chibi_navi ul li.current_page_item a {
    color: #0050c3;
    border-bottom: solid 2px #ec5a24;
    background-image: url("../images/common/bulb.svg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 10px 4px;
    background-size: 23px 30px;
}


#chibi_navi ul li a:hover {
    color: #FCD200;
    border-bottom: solid 2px #FCD200;
    transition-duration: 300ms;
    opacity: 1;
}
#chibi_navi ul li.current-menu-item a:hover,
#chibi_navi ul li.current-menu-parent a:hover,
#chibi_navi ul li.current-menu-ancestor a:hover,
#chibi_navi ul li.current-page-parent a:hover,
#chibi_navi ul li.current-page-ancestor a:hover {
    color: #FCD200;
    opacity: 0.5;
}

/*-------------------グローバルメニュー------------------------*/
#gm_box {
	position: relative;
}
#global_menu {
	display: none;
	position: absolute;
	top: 0;
	margin: 0px auto;
	padding: 0px 20px;
	width: 100%;
	box-sizing: border-box;
}
#global_menu ul {
	max-width: 1280px;
	margin: 10px auto;
	padding: 0px;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-end;
}
  #global_menu ul li {
	margin: 0px;
	padding: 1em;
	box-sizing: border-box;
	list-style: none;
   }

#global_menu ul li a {
	display: block;
	box-sizing: border-box;
	line-height: 35px;
	font-size: 160%;
	text-decoration: none;
	color: #ec5a24;
	font-weight: bold;
	background-color: #ffffff;
    border-radius: 20px;
    padding: 0px 1.6em;
}

#global_menu ul li.current_page_item a
 {
	color: #0050c3;
    background-image: url("../images/common/bulb.svg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 12px 40%;
	background-size: auto 20px;
}


/*-------------------フッター------------------------*/
footer {
	position: absolute;
	bottom: 0;
	background-color: rgba(255,207,0,1.00);
	box-sizing: border-box;
	width: 100%;
	margin: 0px;
	padding: 15px;
}
address {
	box-sizing: border-box;
	font-size: 180%;
	font-style: normal;
	font-weight: bold;
	color: rgba(255,255,255,1.00);
	z-index: 10;
	text-align: center;
}
address span {
	display: block;
}


#footer_pic {
	position: relative;
    max-width: 1280px;
    margin: 0px auto;
}

#pic_left {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80px;
	height: 80px;
	margin: 0px;
	padding: 0px;
	background-image: url("../images/common/boy1.svg");
	background-attachment: scroll;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: contain;
}
#pic_right {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 80px;
	height: 80px;
	margin: 0px;
	padding: 0px;
	background-image: url("../images/common/denjiro1.svg");
	background-attachment: scroll;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: contain;
}




/*-------------------スクロールアップ------------------------*/
#scrollup {
	position: relative;
	height: 100px;
}
#scrollup a {
	position: absolute;
	bottom: 0px;
	right: 0px;
	display: block;
	margin: 1.5em 0;
	padding: 0 5px;
	width: 50px;
	height: 50px;
    line-height: 50px;
    text-align: center;
    color: #FFF;
    font-size: 120%;
    font-weight: bold;
    background: #70a6ff;
    border-radius: 50%;
    box-sizing: border-box;
    text-decoration: none;
}

#scrollup a::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #70a6ff;
    z-index: 0;
  }

scrollup::after {
	content: "";
	display: block;
	clear: both;
}
#scrollup a:hover {
	opacity: 0.8;
}


/*-------------------コンテンツ-----------------------*/


article {
	margin: 0px auto;
	padding: 80px 20px 0px 20px;
	position: relative;
	max-width: 1280px;
}

article::after {
content: "";
display: block;
clear: both;
}





#content {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

section {
	padding: 20px 0px;
}
section::after {
	content: "";
	display: block;
	clear: both;
}



















/*===================================メディア切替===================================*/

	/*iphone8、XとXS 375-667のポートレイト*/
@media screen and (min-width: 375px) {
	#logo img {
		padding: 0px;
		}
	#footer_pic span {
	width: 120px;
	height: 120px;
	}
}


	/*iphone8plus、XR、XS Max 414-736のポートレイト*/
@media screen and (min-width: 414px) {
}


	/*iphoneSE 568-320のランドスケープ*/
@media screen and (min-width: 568px) {
	address small {
		display: inline;
      }
	.unei {
		display: inline;
		padding-right: 1em;
      }

}


	/*iphone8 667-375のランドスケープ*/
@media screen and (min-width: 667px) {
}




	/*iphone8plus 736-414のランドスケープ*/
@media screen and (min-width: 736px) {
	#wrap {
		}
}



/*iPad Pro 9.7のポートレイト*/
/*ipadmini 1024-768のポートレイト*/
@media screen and (min-width: 768px) {
	#logo img {
		padding: 80px 0px 0px 0px;
	}
	#pic_left,
	#pic_right {
	width: 180px;
	height: 180px;
	}
}



	/*iphone xとxs 375-812のランドスケープ*/
@media screen and (min-width: 812px) and (orientation:landscape){
	#logo {
		padding: 0px 40px;
		}
	footer {
		padding: 20px 40px;
		}
	#chibi_navi #trigger + div + label {
		right: 40px;
		}
    article {
        padding: 80px 40px 0px 40px;
    }
}



	/*iPad Pro 10.5 834-1112のポートレイト*/
@media screen and (min-width: 834px) {
	#logo {
		padding: 0px;
		}
    article {
        padding: 80px 20px 0px 20px;
    }
}


	/*iPad Pro 9.7のランドスケープ*/
	/*iPad Pro 12.9のポートレイト*/
@media screen and (min-width: 1024px) {
	#global_menu {
		display: block;
	}
	#chibi_navi {
		display: none;
	}
}

