@charset "shift_jis";
*{
	margin: 0;
	padding: 0;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0 auto;
}
#wrapper {
	box-sizing: border-box;
}
 #top_back{
	 background: url("../image/bk_top-.png") ;
 background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat;
	 
}
/*scroll*/
.load-fade {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}
.load-fade.is-show {
  opacity: 1;
  visibility: visible;
}
.scroll-up {
  opacity: 0; 
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}
.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/*scroll*/
.top_inner {
	text-align: center;
	margin: 0px auto;
}
#navihead {
	height: 70px;
	margin: 0;
	padding: 0;
}
#contents {
	text-align: center;
	margin: 0px auto;
	height: auto;
	clear: both;
	float: none;
	width: 980px;
	padding: 0px;
	box-sizing:border-box;
}
#navitop {
	font-size: 90%;
	line-height: 130%;
	text-align: left;
	margin: 0 auto;
	width: 980px;
	background-color: #FFFF99;
	padding: 5px;
}
#keisai {
	font-size: 90%;
	line-height: 120%;
	height: 50px;
	padding: 10px 0px 5px 0px;
	width: 980px;
	text-align: right;
	margin: 0 auto;
}


.h1_area {
	maragin: 0 auto;
	margin-top: 20px;
	margin-bottom: 0px;
	text-align: center;
	justify-content: center;
}
.h1 {
	align-items: center;
  	justify-content: center;
	font-size: 150%;
	font-weight: 600;
	border:1px solid #CBB698;
	border-radius: 3px;
	padding: 8px 0 5px 0;
	width: 630px;
	color: 	#339933;
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "BIZ UDPGothic",
    Meiryo,
    sans-serif;
	box-shadow: inset 0px -14px 13px 0px rgba(246, 238, 225, 0.5), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
	line-height: 120%;
	margin: 0 auto;
}
.menu {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	vertical-align: top;
	padding: 0;
	}
.menu img {
	margin: 0 auto;
	width: 980px;
}
nav{
text-align: center;
padding: 0;
	margin: 0 auto;
}
nav ul{
	width: 980px;
margin: 0 auto;
padding:18px 0 0 0;
}
nav ul li{
list-style: none;
display: inline-block;
width: 16%;
min-width: 80px;
	line-height: 110%;
	padding-top: 20px;
}
nav ul li a{
text-decoration: none;
color: #333;
font-size: 80%;
}
nav ul li.current {
width: 30%;
}
nav ul li a:hover{
opacity: 0.3;
}
p {
	font-size: 90%;
	line-height: 140%;
}
/*   早寝早起き朝ごはんについて     */
.h2_blue {
	color: #fff;
	background:#4B85BE ;
	padding: 0.3em 0 0.3em 0.5em;
   border: 2px solid #ffffff;
  box-shadow: 0px 0px 0px 5px #4B85BE;
	width: 900px;
	margin: 0 auto;
}
.gaiyou_back{
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	height: auto;
  /*background-image: repeating-linear-gradient(47deg, #dff5ff, #dff5ff 20px, transparent 20px, transparent 25px);
	padding-bottom: 20px;
	background: #dff5ff;*/
	background: url("../image/bk_top.png") ;
 background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat;
}
.gaiyou_area {
	position: relative;
	padding: 50px 0;
	maragin: 0 auto;
	text-align: center;
	justify-content: center;
}

.gaiyou_contents {
	padding: 20px 0;
	display: flex;
	justify-content: center;
  align-items: center;
}
.contents_box {
	width: 250px;
	height: 230px;
	background: #fff;
	border-radius: 20px;
	padding: 20px 15px 10px 15px;
	margin:10px ; 
	position: relative;
	
}
.box_hayaoki {
	border: 3px solid #4B85BE;
}
.box_hayane {
	border: 3px solid #E07481;
}
.box_asa {
	border: 3px solid #D68F3B;
}
.h3 {
	
	font-size: 3em;
	padding: 0;
	color: #fff;
	font-weight: 600;
	position: absolute;
}
.h3-hayaoki {
	-webkit-text-stroke: 1.5px #4B85BE;
    text-stroke: 1.5px #4B85BE;
	right: 40px;
}
.h3-hayane {
	-webkit-text-stroke: 1.5px #E07481;
    text-stroke: 1.5px #E07481;
	right: 10px;
}
.h3-asa {
	font-size: 2.7em;
	-webkit-text-stroke: 1.5px #D68F3B;
    text-stroke: 1.5px #D68F3B;
	right: 10px;
}
.h3 rt {
  font-size: 0.8em;
}
.hayane_img {
	width: 290px;
	position: absolute;
	left: -10px;
	top: 0px;
}
.hayane03_img {
	width: 290px;
	position: absolute;
	left: -10px;
	top: 20px;
}
ruby[data-ruby] rt {
  display: none;
}
 
ruby[data-ruby] {
  position: relative;
  display: inline-block;
}
 
ruby[data-ruby]::after {
  content: attr(data-ruby);
  position: absolute;
  transform: translate(-50%, -1em);
  display: block;
  left: 50%;
  top: 0;
  white-space: nowrap;
  font-size: 44%;
  letter-spacing: 0;
}
.h4 {
	margin-top: 100px;
	font-size: 1.3em;
}
.h4-01 {
	color: #4078B0;
}
.h4-02 {
	color: #EC7597;
}
.h4-03 {
	color: #DE9239;
}
.point_box {
	padding: 10px;
	position: relative;
}
.point_box ul {
	margin: 0px;
	padding: 0 0 0 10px;
}
.point_box li {
	text-align: left;
	line-height: 120%;
	font-size: 90%;
	font-weight: 600;
	margin-bottom: 10px;
}
.point_box li:last-child {
	margin-bottom: 0px;
}
.point_box img {
	position: absolute;
	width: 80px;
	right: 0px;
	bottom: 12px;
}
.gaiyou_area p {
	width: 770px;
	font-weight: bold;
	font-size: 1em;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 20px;
	background: #fff;
	padding: 20px;
	text-align: center;
	box-shadow: 8px 8px 0px 0px #70C7D1;
}

.hayaoki_area {
	width: 890px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 30px;
	position: relative;
}

.hayaoki_box {
	width: 500px;
	border: 5px solid #FAB0C7;
	background: #fff;
	padding: 20px;
	margin:0 auto;
	margin-bottom: 20px;
  display:block;
	position: relative;
}
.hayaoki_box p {
	font-size: 90%;
}
/*   早寝早起き朝ごはんについて     */

/*   活用しよう     */
.katsuyou_back {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	height: auto;
	padding-top: 30px;
  background-color: #FCE3B9; /* サンオレンジ */
  background-image:
    linear-gradient(0deg, rgba(255,255,255,0.10) 50%, transparent 50%),
    linear-gradient(90deg, rgba(255,255,255,0.10) 50%, transparent 50%);
  background-size: 42px 42px; /* 少し広めにして主張を弱める */
  color: #FFFFFF;
  border-radius: 12px;
  padding: 50px 0;
}

.h2_katsuyou {
	color: #fff;
	background:#F9A825 ;
  padding: 0.3em 0 0.3em 0.5em;
   border: 2px solid #ffffff;
  box-shadow: 0px 0px 0px 5px #F9A825;
	width: 900px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.katsuyou {
	margin: 0;
	height: auto;
	position: relative;
	padding: 5px 0px;
	display: flex;
	justify-content: center;
	align-content: center;
}
.katsuyou_inner {
	 background: #fff;
	margin: 0px 0 0 0;
	padding: 20px;
	border-radius: 20px;
	width: 600px;
	border: 1px solid #F79D0C;
}
.h4-katsuyou {
	color: #F79D0C;
	border-bottom: dotted 3px ;
	margin-bottom: 20px;
	
}
.h5 {
	width: 600px;
	margin: 0 auto;
	margin-bottom: 5px;
	margin-left: 30px;
	font-size: 100%;
	text-align: left;
	display: flex;
    align-items: center;
    column-gap: 8px;
    color: #333333;
}
.h5::before {
    width: 0.8em;
    height: 0.4em;
    border-bottom: 4px solid #F79D0C;
    border-left: 4px solid #F79D0C;
    transform: rotate(-45deg) translate(2px, -2px);
    content: '';
}

.katsuyou p{
	text-align: left;
	width: 500px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.katsuyou ul {
	width: 500px;
	margin: 0 auto;
	text-align: left;
	font-size: 90%;
}
.katsuyou ul li {
	margin-left: 20px;
	color: #444;
}
/*   保健体育課     */

/*   グッズ貸出     */
.kashidashi_back{
	margin: 0 calc(50% - 50vw);
	padding-top: 20px;
	width: 100vw;
	height: auto;
  background-image: repeating-linear-gradient(47deg, #d5fff4, #d5fff4 20px, transparent 20px, transparent 25px);
	background: #d5fff4;
	padding: 50px 0;
}
.h2_green {
	color: #fff;
	background:#00B0A7 ;
	padding: 0.3em 0 0.3em 0.5em;
   border: 2px solid #ffffff;
  box-shadow: 0px 0px 0px 5px #00B0A7;
	width: 900px;
	margin: 0 auto;
}
.kashidashi_area {
	width: 100%;
	position: relative;
	margin: 50px 0px 0px 0px;
	
}
.kashidashi_area p {
	width: 770px;
	font-size: 0.8em;
	margin: 0 auto;
	background: #fff;
	padding: 20px;
	text-align: left;
	box-shadow: 8px 8px 0px 0px #70C7D1;
	margin-top: 20px;
	margin-bottom: 20px;
}
.background_btn01 {
  display: inline-block;
  width: 100%;
  max-width: 350px; /* ボタン幅 */
  position: relative;
  background: #fff; /* 背景色 */
  border: 2px solid #4078B0;
  padding: 1em 2em;
  font-weight: bold;
  color: #4078B0; /* 文字色 */
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
  border-radius: 10px;
	margin-top: 30px;
	margin-bottom: 0px;
}

.background_btn01:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #4078B0; /* 矢印の色 */
  border-right: 2px solid #4078B0; /* 矢印の色 */
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -6px;
}


.background_btn01:hover {
  background: #fff; 
  color: #888; 
}


/*   グッズ貸出  end   */

/*   「早寝・早起き・朝ごはん」の取組    */
.torikumi_back{
	margin: 0 calc(50% - 50vw);
	padding: 50px 0;
	width: 100vw;
	height: auto;
  background-color: #ffffff;
  background-image: radial-gradient(circle, #ffebf0 13px, transparent 13px), radial-gradient(circle, #ffebf0 13px, transparent 13px);
  background-position: 0 0, 19px 38px;
  background-size: 38px 76px;
}

.torikumi_area {
	width: 100%;
	position: relative;
	margin: 20px 0;
}
.torikumi_area p {
	text-align: left;
	width: 750px;
	margin: 0 auto;
}
.h2_pink {
	color: #fff;
	background:#F45E8C;
	padding: 0.3em 0 0.3em 0.5em;
   border: 2px solid #ffffff;
  box-shadow: 0px 0px 0px 5px #F45E8C;
	width: 900px;
	margin: 0 auto;
}
.torikumi_box {
	padding: 10px 20px;
	justify-content: center;
  align-items: center;
	width: 800px;
	border: 1px solid #F45E8C;
	background: #fff;
	border-radius: 8px;
	margin:0 auto;
	margin-bottom: 20px;
}
.torikumi_box p {
	font-size: 90%;
	text-align: left;
	margin: 8px 0;
	
}
.torikumi_title {
	display: flex;
  align-items: center;
}
.torikumi_title p {
	margin-left: 30px;
	background: #F45E8C;
	padding: 10px;
	color: #fff;
	font-weight: 600;
	font-size: 90%;
	width: 150px;
}
.torikumi_h3 {
	color: #F45E8C;
	border-bottom: 3px dotted #F45E8C;
	width: 200px;
	margin: 0;
}

.torikumi_box ul{
	font-size: 90%;
	text-align: left;
	margin: 0;
	padding: 20px 0 0 20px;
}
.torikumi_box li {
	line-height: 200%;
	font-size: 90%;
}
.torikumi_flex {
	display: flex;
	flex-wrap: nowrap;
	
}

.kennai_torikumi {
	margin: 0;
	padding: 0;
	width: 400px;
	}
.kennai_torikumi p {
	margin: 10px 0 0 20px;
	background: linear-gradient(transparent 60%, #fff799 40%);
    border-radius: 3px;
    color: #F45E8C;
	font-weight: 600;
	padding: 3px 5px;
	 width: fit-content;
}
.kennai_torikumi ul {
	margin: 0 50px;
	padding: 0;
}
.kennai_torikumi li {
	width: 350px;
	margin-left: 10px;
	line-height: 140%;
}
.torikumi_list_flex ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 30px 0px 50px;
	padding: 0;
	width: 800px;
}
.torikumi_list_flex li {
	width: 390px;
}

/*--------------------------*/
.toggle {
  display: none;
}

.content {
  display: none;
  padding: 10px;
}

.toggle:checked + .label + .content {
  display: block;
}

.label {
  display: block;
  padding: 0px;
  cursor: pointer;
	text-align: left;
	color: #F45E8C;
	font-weight: bold;
	margin: 30px 0 10px 30px}
label,
.dropdown li{
  padding-left: 0;
	list-style: circle;
}
.dropdown_list {
display: flex;
  flex-flow: row wrap;
margin-top: 0;
}

.item {
   width: 300px;
	font-size: 13px;
	line-height:170%;
  }



/*   「早寝・早起き・朝ごはん」の取組  end  */


/*   正しい生活リズムを身につけるために  */

.seikatsu_back{
	margin: 0 calc(50% - 50vw);
	padding: 20px 0;
	width: 100vw;
	height: auto;
  background-color:#D9F0FF;
	
}
.seikatsu_area {
	padding-top: 50px;
	width: 800px;
	margin:0 auto;
	margin-bottom: 20px;
	position: relative;
}
.seikatsu_list_area {
	width: 800px;
	margin: 0 auto;
	position: absolute;
	top: 200px;
	left: 0px;
}
.h4_seikatsu {
	font-size: 1.5em;
	width: 490px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0 0 8px 0;
	color: #0096FF;
	border-bottom: 3px dotted #0096FF;
	font-weight: 600;
}
.seikatsu_list {
	width: 480px;
	margin: 0 auto;
}
.seikatsu_list li{
	list-style: none;
	text-align: left;
	line-height: 190%;
	font-size: 1.2em;
	font-weight: 600;
}
/*   正しい生活リズムを身につけるために  end  */


/*    link      */
.h2_green {
	color: #fff;
	padding: 0.3em 0 0.3em 0.5em;
   border: 2px solid #ffffff;
  box-shadow: 0px 0px 0px 5px #00B0A7;
	width: 900px;
	margin: 0 auto;
}
.link_back{
	margin: 30px;
	}
.link_area {
	margin: 0 calc(50% - 50vw);
	padding: 40px 0;
	width: 100vw;
	height: auto;
	background-color: #ffffff;
	 background-image: repeating-linear-gradient(47deg, #E0FFFC, #E0FFFC 20px, transparent 20px, transparent 25px);
}
.link_box {
	border: 1px solid #00B0A7;
	background: #fff;
	border-radius: 5px;
	margin: 0 auto;
	width: 500px;
	padding: 20px 0;
}
.link_box img {
	vertical-align:middle;
	margin-right: 10px;
}
/*    link  end */

/*--    rorikumi page     --*/
.torikumi_shimachi_back {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	height: auto;
  background-image: repeating-linear-gradient(47deg, #dff5ff, #dff5ff 20px, transparent 20px, transparent 25px);
	padding: 30px 0;
	margin-bottom: 30px;
	border-top: 6px solid #9DC814;
	margin-top: -12px;
}
.torikumi_shimachi {
	width: 800px;
	margin:0 auto;
	border: 1px solid #0096FF;
	background: #fff;
	border-radius: 10px;
	padding: 20px 15px 50px 15px;
	box-shadow: 8px 8px 0px 0px rgba(117, 198, 255, 1);
}


.h2_torikumi {
	width: 750px;
	margin: 0 auto;
	color: #0096FF;
	padding: 10px 0;
	font-size: 1.5em;
}
.h3_torikumi {
	border-bottom: 5px dotted #0096FF;
	text-align: left;
	padding: 6px 20px;
	margin: 0px 30px 15px 30px;
}
.torikumi_shimachi_box {
	border: 1px solid #e0e0e0;
	width: 750px;
	margin: 0 auto;
	color: #0096FF;
	padding: 10px 0;
	margin-top: 15px;
	border-radius: 8px;
	position: relative;
}


.dantai ,.taishou ,.link{
	position: relative;
}
.torikumi_img_01 {
	position: absolute;
	right: 10px;
	top: -20px;
}
.torikumi_img_02 {
	position: absolute;
	left: -30px;
	top: 70px;
}
.torikumi_img_03 {
	position: absolute;
	right: -20px;
	bottom: -20px;
}
.torikumi_shimachi_box p{
	color: #333;
	text-align: left;
	margin: 0px 50px;
	font-size: 95%;
}
/*--    rorikumi page     --*/

.torikumi_hizuke {
	marign: 0;
	padding: 0;
}
p.indent {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 150%;
  margin-top: 0;
}

p.indent_02 {
  text-indent: -2em;
  padding-left: 3em;
  line-height: 150%;
  margin-top: 0;
}
p.p_03 {
  padding-left: 1.5em;
  line-height: 150%;
  margin-top: 0;
}
p.indent_03 {
  text-indent: -1em;
  padding-left: 2em;
  line-height: 150%;
  margin-top: 0;
}
#navifoot {
	width: 980px;
	font-size: 90%;
	line-height: 130%;
	text-align: left;
	clear: both;
	float: none;
	margin: 0 auto;
}
#historyback {
	font-size: 90%;
	line-height: 130%;
	text-align: center;
	clear: both;
	padding-top: 10px;
}
#totop {
	width: 800px;
	font-size: 80%;
	line-height: 130%;
	text-align: right;
	padding: 3px;
	clear: both;
	float: none;
}
#navibottomtitle {
	font-size: 90%;
	line-height: 130%;
	text-align: left;
	padding: 3px;
	margin-top: 20px;
}
#navibottom {
	font-size: 90%;
	line-height: 130%;
	text-align: left;
	padding: 3px;
}
#copyright {
	text-align: center;
	background-color: #CCFF66;
	margin-top: 5px;
	font-size: 80%;
	color: #333333;
}