@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  background: #fff;
	 margin:0px;          /* ページ全体のmargin */
    height: 100%;
     padding:0px;         /* ページ全体のpadding */
/*     text-align:center;    下記のautoに未対応用のセンタリング */
    
}
#main {
    min-height: 100vh;
    position: relative;/*←相対位置*/
/*    padding-bottom: 80px;*/
/* min-height: 100vh;*/
  /* フッタの高さと等しいネガティブマージン */
  /* また最後の子要素の潜在的なマージンとしても機能 */
/*    margin-bottom: -40px;*/
}
#wrapper{
margin:0 auto;
padding:0 1%;
width:95%;
/*min-height: 100vh;*/
/*position:relative;*/
background:#fff;
margin-bottom: 50px;
}
#wrapper50{
margin:0 auto;
padding:0 1%;
width:55%;
/*position:relative;*/
background:#fff;
margin-bottom: 50px;
}
#wrapper40{
margin:0 auto;
padding:0 1%;
width:45%;
position:relative;
background:#fff;
}

.ma-bottom50{
    margin-bottom: 50px;
}
@media only screen and (min-width: 970px){
    div.blocktext {
    margin-left: auto;
    margin-right: auto;
    width: 35%;
}
        div.blocktext1 {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
}
/**************************
/* 検索ボックス
**************************/
    .search-form {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: flex-start;
        padding: 20px;
        background-color: #eaeaea;
/*        border-radius: 8px;*/
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    
    .search-form label {
        font-size: 14px;
        color: #333;
        display: flex;
        flex-direction: column;
        min-width: 150px;
    }
    
    .search-form select {
        padding: 8px;
        font-size: 12px;
        border: 1px solid #ccc;
        border-radius: 4px;
        margin-top: 8px;
        background-color: #fff;
        transition: border-color 0.3s ease;
    }

    .search-form select:focus {
        border-color: #4e8ef7;
        outline: none;
    }

    .search-form option {
        font-size: 14px;
    }
    
    .search-form .submit-btn {
        align-self: flex-end;
        padding: 10px 15px;
        background-color: #000aff;
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    
    .search-form .submit-btn:hover {
        background-color: #3b7cd3;
    }
/**************************
/* グリッド
**************************/
.gridWrapper{
padding-bottom:20px;
overflow: hidden;
}

* html .gridWrapper{height:1%;}
	
.grid{
float:left;
border-radius:5px;
background:#fff;
}

.box{
margin:0 5px;
padding:10px;
/*border:1px solid #ebebeb;*/
}

.box img{
max-width:100%;
height:auto;
border:4px solid #ebebeb;
}

.box h3{
    padding:10px 0 5px;
    font-size: 18px;
}

.box h3, .box p{text-align:left;}

.box p.readmore{
padding:10px 5px 5px;
text-align:right;
}

.box_padd {
    padding: 15px 20px;
    margin: 0;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}



.calendar{
	font-size: 14px;
}

.top{
	clear: left;
    margin: -15px 10px;
/*    background-color: #fbffce;*/
}
.logo{
    margin: 5 10 0 10;
    padding: 0;
    text-align: right;
    font-size: 16px;
    color: #000aff;
    font-weight: 700;
}

.menu_cat2{
    width:240px;
    position: absolute;
    top:10px;
    right:10px;
/*    margin: 10px 10px;*/
    text-align:center; 
    float: right;
}
.box30 {
/*    margin: 2em 0;*/
    background: #dcefff;
/*    text-align: right;*/
}
.box30 .box-title1 {
    font-size: 1.2em;
    background: #5fb3f5;
    padding: 4px;
    text-align: left;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box30 .box-title2 {
    font-size: 1.2em;
    background: #5fb3f5;
    padding: 4px;
    text-align: left;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box30 p {
    padding: 0px 10px 0px 10px;
    margin: 0;
}
.kanri_title{
/*    padding: 5px 10px;*/
    margin: 0;
}
.cat1{
    background-color:#dcefff;
    width:500px;
    margin: 10px 10px;
    text-align:center; 
    float: left;
}
.cat2{
/*    background-color:#aaffb1;*/
    width:450px;
    float: left;
    font-size: 12px;
    text-align:center;
    margin: 10px 10px;
}
.cat3{
/*    background-color:azure;*/
    width:250px;
    margin-top: 0;
    float: left;
    margin: 10px 10px;
}
.cat4{
/*    background-color:azure;*/
    margin-top: 0;
    float: left;
    margin: 10px 10px;
}
.ma-left10{
    margin-left: 10px;
}
.pa-5{
    padding: 5 5 5 5;
}
.hide{
    display:none;
}
button:disabled {
    background-image: none;
    background-color: #ccc;
    border-color: #ccc;
}

.top-logo{
    margin: 0 10 0 10;
    padding: 0;
    text-align: right;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}
/*************
/* ヘッダー
*************/
.titlebar3 { 
	display: table; 
	width: 100%; 
/*	background-color:#000aff; */
/*	color:white;*/
    font-size: 14px;
}
.category3 { 
	display: table-cell; 
	text-align: left; 
	margin-left: 10px;
	width:33%;
}
.subject3  { 
	display: table-cell; 
	text-align: center;
	width:33%;
}
.date3     { 
	display: table-cell; 
	text-align: right;
	margin-right: 10px;
	width:33%;
}

.subject2 {
    margin-top: 0;
   text-align: left;  /* 文章を左寄せする(※) */
   float: left;     /* 左端に寄せて、後続を右側へ回り込ませる */
    margin-bottom: 0;
    
}
.date2 {
   text-align: right; /* 文章を右寄せする */
    margin-bottom: 0;
    margin-top: 0;
}
.titlebar2 {
   background-color: #000aff;
   color:white;               /* 文字を白色に */
    font-size: 14px;
/*   font-weight:bold;           太字にする */
}

.subject1 {
    margin-top: 0;
   text-align: left;  /* 文章を左寄せする(※) */
   float: left;     /* 左端に寄せて、後続を右側へ回り込ませる */
    margin-bottom: 0;
    margin-left: 10px;
}
.date1 {
/*    font-size: 16px;*/
    text-align: center; 
    margin-bottom: 0;
    margin-top: 0;
    padding: 2 0 3 0;
}
.titlebar1 {
/*    background-color: #99ccff;*/
   font-weight:bold; 
}
.rese_button {
  display       : inline-block;
  border-radius : 5%;          /* 角丸       */
  font-size     : 11pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 7px 15px;   /* 余白       */
  background    : #007fff;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 3px 3px 3px #666666;  /* 影の設定 */
  border        : 2px solid #007fff;    /* 枠の指定 */
    margin-bottom: 10px;
}
.rese_button:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #007fff;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
}

.he_botton{
/*    margin-top: 0;*/
    width: 100px;
    height: 30px;
  display       : inline-block;
  font-size     : 14pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 5px 12px;   /* 余白       */
  background    : #99ccff;     /* 背景色     */
  color         : #1a1aff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  border        : 2px solid #99ccff;    /* 枠の指定 */
}
.button:hover {
  color         : #99ccff;     /* 背景色     */
  background    : #1a1aff;     /* 文字色     */
}
.top_menu{
    font-size: 22px;
}
    .table_less1{
/*	display: table; */
/*	float: left;*/
	font-size: 14px;
	margin:0 auto;
    border-collapse:collapse;
/*        padding: 5 2;*/
/*    margin-bottom: 10px;*/
    width:70%;
}





/* フッター
------------------------------------------------------------*/
/*
footer{
    width: 100%;
    background-color: #000aff;
    color: #fff;
    text-align: center;
    padding: 5px 0;

    position: absolute;
    bottom: 0; 
}
*/
footer{
/*  	display: table; */
	width: 100%; 
	background-color:#000aff; 
	color:white;
    font-size: 14px;  
    text-align: center;
/*    margin-bottom: 0;*/
    position: absolute;
    bottom: 0; 
}
#bottom_nav{
/*  	display: table; */
	width: 100%; 
	background-color:#000aff; 
	color:black;
    font-size: 14px;  
    text-align: center;
/*    margin-bottom: 0;*/
    position: absolute;
    bottom: 20; 
}
/*
footer,
.push {
  height: 20px;
}
*/
table th.title{
    border-style:none; 
    line-height:21px;
    text-align: left;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
}
table thead.title{
    border-collapse:collapse;
}
.ma-bottom25{
    margin-bottom: 25px;
}
/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 960px){
        div.blocktext {
    margin-left: auto;
    margin-right: auto;
    width: 45%;
}
  nav#mainNav{
	padding:0 14px;
	clear:both;
	overflow:hidden;
	position:relative;
	background:url(../images/topnavBg.png);
	}

	nav#mainNav ul li{
	float: left;
	position: relative;
	}
    nav#mainNav ol, ul {
    list-style: none;
    margin: 0;
    }
	nav#mainNav li.last{border-right:1px solid #ebebeb;}

	nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float:left;
	font-size:15px;
	width:154px;
	height:45px;
	padding-top:15px;
	color:#333;
	background:url(../images/topnavSep-b.png);
	border-left:1px solid #ebebeb;
    text-decoration:none;
	}

	nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display:block;
	}

	nav#mainNav ul li a span{
	color:#1a1aff;
	font-size:12px;
	}

	nav div.panel{
	display:block !important;
	float:left;
	}

	a#menu{display:none;}

	nav#mainNav li.active a, nav#mainNav li a:hover{
	color:#fff;
	background-position:0 -60px;
	padding-top:15px;
	}
	
	#mainBanner .m-left{margin-left:15px;}
	#subpage #mainBanner{margin:15px auto;}

	#wrapper,.inner{
	width:80%;
	padding:0;
	}
	
/*	#wrapper{padding-bottom:20px;}*/
	
/*
	#main{
	float:right;
	width:717px;
	padding-right:15px;
	}
*/
	
	#sidebar{
	float:left;
	width:195px;
	padding:15px 0 0 15px;
	overflow:hidden;
	}
	
	#sidebar article{
	padding:7px;
	margin-bottom:20px;
	border:1px solid #ebebeb;
	overflow:hidden;
	}
	
	/* グリッド全体 */
	.gridWrapper{
    width: 950px;
    margin: 0 0px 0 10px;
}
	
	
	#gallery article{padding:10px 0 10px 10px;}
	
	/* グリッド */
	.grid{
	float:left;
	width:300px;
	margin-left:10px;
	}

	#subpage .grid{width:auto;}
	
  #gallery .grid{
	width:auto;
	margin:10px 0 2px 10px;
	}
}


@media only screen and (max-width:959px){
div.blocktext {
    margin-left: auto;
    margin-right: auto;
    width: 65%;
}
	*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}
	
	nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f5f5f5), color-stop(0.5, #f0f0f0), color-stop(0.00, #f7f7f7));
	background: -webkit-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -moz-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
  border:1px solid #e4e4e4;
	}

	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	}

	nav#mainNav a#menu span{padding-left:10px;}
	nav#mainNav > a span:before{content: "→ ";}
	nav#mainNav a.menuOpen span:before{content: "↓ ";}

	nav#mainNav a#menu:hover{cursor:pointer;}

	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	background:url(../images/bg.png);
        list-style: none;
	}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px dashed #ccc;
        text-decoration:none;
	}
	
	nav#mainNav ul li a span{padding-left:10px;}
	
	nav#mainNav ul li:first-child a{
	border-top:1px solid #e4e4e4;
	}
	
	nav#mainNav ul li:last-child a{border:0;}
	
	nav#mainNav ul li.active a{	color:#1a1aff;}

	nav div.panel{float:none;}
}
@media only screen and (max-width:560px){
div.blocktext {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
}




.all_time{
	display: table; 
	font-size: 12px;
    border-collapse:collapse;
}
.calendar_shou{
	display: table; 
	float: left;
	font-size: 12px;
    width:98%;
/*	margin-top: 25px;*/
    border-collapse:collapse;
/*    margin-bottom: 50px;*/
    line-height:25px;
    border-left:1px solid #989595;
    border-bottom:1px solid #989595;
    border-right:1px solid #989595;
}

.right_none{
    border-right:none;
}
table.ranking {
   counter-reset: ranking;  /* ※A */
}
table.ranking tbody th:before {
   counter-increment: ranking;         /* ※B */
   content: counter(ranking); /* ※C */
}
table.basic {
    font-size: 11px;
}
table th {
   counter-increment: apple;
    text-align:center;
    line-height: 12px;
    padding: 5px 0;
/*    border-right:1px solid #989595;*/
}
/*
.right_none{
    border-right:none;
}
*/
.ko_shou{
/*	display: table; */
/*	float: left;*/
	font-size: 12px;
/*	margin-top: 25px;*/
    border-collapse:collapse;
/*    margin-bottom: 10px;*/
}
.time_card{
	display: table; 
	float: left;
	font-size: 16px;
/*	margin-top: 25px;*/
    border-collapse:collapse;
}
.time_card td{
    width:20%;
    text-align: center;
    table-layout: fixed;
}
.ko_time_card{
	display: table; 
	float: left;
	font-size: 14px;
/*	margin-top: 25px;*/
    border-collapse:collapse;
}
.schedule{
	display: table; 
	float: left;
	width:70%;
	font-size: 12px;
	margin-right: 10px;
}
.schedule td{
	height: 200%;
}
.cb{
  /* floatを解除 */
    clear: both;
/*    margin-left: 0;*/
/*    text-align: left;*/
}
.float{
  float: left;
}
.sche_name{
    font-size: 14;
    font-weight:bolder;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-left: 0px;
}
.login{
     font-size: 15px;
     margin:5px 5px; 
     text-align:left;    
}
.center{  
     margin-left:auto;      
     margin-right:auto; 
     text-align:center;    
}
.cen{
     margin-left:auto;      
     margin-right:auto;   
     text-align:center;    
     width:700px; 
}
.cen1{
     margin-left:auto;     /*左側マージンを自動的に空ける*/ 
     margin-right:auto;   /* 右側マージンを自動的に空ける */
     text-align:left;     /* 中身を左側表示に戻す */
     width:100%; 
}
.cen2{
     margin-left:auto;      
     margin-right:auto;   
     text-align:center;     
     width:80%; 
}
.cen3{
     margin-left:auto;      
     margin-right:auto;   
     text-align:center;     
     width:300px; 
}
.cen4{
     margin-left:auto;      
     margin-right:auto;   
     text-align:center;     
     width:220px; 
}
.cen5{
     margin-left:auto;      
     margin-right:auto;   
     text-align:right;     
     width:50%; 
}
.cen6{
     margin-left:auto;      
     margin-right:auto;   
     text-align:center;     
     width:30%; 
}
.cen95{
     margin-left:auto;     /*左側マージンを自動的に空ける*/ 
     margin-right:auto;   /* 右側マージンを自動的に空ける */
/*     text-align:left;      中身を左側表示に戻す */
     width:95%; 
}
.box26 {
    position: relative;
    height: 70px;
    margin: 2em 0;
    padding: 5em 1em;
    border: solid 3px #000aff;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #000aff;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}
.box29 {
/*    margin: 2em 0;*/
    background: #dcefff;
    height: 200px;
}
.box29 .box-title {
    font-size: 1.2em;
    background: #5fb3f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box29 p {
    padding: 15px 20px;
    margin: 0;
}

.menu_cat1{
/*
    margin-left: auto;
    margin-right: auto;
*/
    text-align: center;
    padding-bottom: 80px;
/*    width: 400px;*/
}

.table_less{
/*	display: table; */
/*	float: left;*/
	font-size: 14px;
	margin:0 auto;
    border-collapse:collapse;
/*    margin-bottom: 10px;*/
}
table.table_less th{
    line-height: 16px;
    padding: 5 5;
}
table.table_less td{
    line-height: 16px;
        padding: 5 5;
/*    text-align: center;*/
}
input, select, textarea {
font-size: 100%;
}
.f-size14{
    font-size: 14px;
}
.f-size18{
    font-size: 18px;
}
.f-size20{
    font-size: 20px;
}



/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	#header{
	height:auto;
	padding-bottom:20px;
	}
	
	#header h1,.logo,.info{text-align:center;}
	
	.logo,.info{
	clear:both;
	width:100%;
	float:none;
	}
	
	.logo p{float:none;display:block;}
	.logo img{
/*        float:none;*/
        padding:0;
    }
	
	.box img{
	max-width:180px;
	float:left;
	margin-right:5px;
	}
	
	.box h3{padding-top:0;}

  .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}
	
	#gallery .grid{float:left;}
}

/* スマートフォン 縦(ポートレート) */
@media screen and (max-width: 480px){
#wrapper50{
margin:0 auto;
padding:0 1%;
width:100%;
/*position:relative;*/
background:#fff;
margin-bottom: 50px;
}
    /*テーブルの横スクロール*/
.table-scroll{
  overflow: auto; /*スクロールさせる*/
  white-space: nowrap; /*文字の折り返しを禁止*/
  width:375px; /*今回の設置を分かりやすくするためワザと狭い幅を指定。本来は不必要な指定です。*/
}

/* 以下、tableの指定 */
.table-scroll table{
  border-collapse:collapse;
  border-spacing:0;
  border-top:#ccc solid 1px;
  border-left:#ccc solid 1px;
}
.table-scroll table th,
.table-scroll table td{
  padding:10px 15px;
  font-weight:normal;
  border-right:#ccc solid 1px;
  border-bottom:#ccc solid 1px;
  font-size:12px;
}
.table-scroll table th{
  background:#eee;
  width:80px;
}  
	.grid{width:100%;}
	.grid1{
        width:98%;
    	margin-right:10px;
        margin-left: 0px;
    }

	.box img{max-width:100px;}
	#mainBanner h2,#mainBanner p{
        font-size:90%;
    }
    
    span.slo {
    font-size:100%;
/*
    color:yellow;
    font-weight: bolder; 
*/
}
    .year h5{
        font-size: 12px;
    }
    .rig{
/*        text-align: center;*/
        margin-right: 40px;
    }
    .cen6{
     margin-left:auto;      
     margin-right:auto;   
     text-align:center;     
     width:95%; 
}

}


#container {
/*	display: flex;  flexbox */
/*	flex-wrap: wrap;  折返し指定 */
}

#container div {
/*
	width: calc(25% - 22px);  margin padding分を引く 
	margin: 1px;
	padding: 10px;
	color: #FFF;
	background: #f53a3a;
*/
}