/* CSS Document */







*, *:before, *:after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: inherit;
}
.cp_cont {
	height: 65vh;
}
.cp_offcm01 {
	position: absolute;
	top: 20px;
	right: 20px;
	display: inline-block;
}



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

/* menu */
.cp_offcm01 .cp_menu {
    position: fixed;
    top: 0;
    right: -100vw;
    width: 250px;
    height: 100%;
    cursor: pointer;
    -webkit-transition: 0.53s transform;
    transition: 0.53s transform;
    -webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
    transition-timing-function: cubic-bezier(.38,.52,.23,.99);
    background-color: #000000;
    opacity: 0.8;
   z-index: 101;
}
.cp_offcm01 .cp_menu ul {
	margin: 0;
	padding: 0;
}
.cp_offcm01 .cp_menu li {
	list-style: none;
}
.cp_offcm01 .cp_menu li a {
	display: block;
	padding: 20px;
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

.cp_offcm01 #cp_toggle01 {
	position: absolute;
	display: none;
	opacity: 0;
}
.cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
	-webkit-transform: translateX(-100vw);
	        transform: translateX(-100vw);
}
/* menu toggle */
.cp_offcm01 #cp_toggle01 ~ label {
	display: block;
	padding: 0.5em;
	cursor: pointer;
	-webkit-transition: 0.5s transform;
	        transition: 0.5s transform;
	-webkit-transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	        transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	text-align: center;
	color: #333333;
}
.cp_offcm01 #cp_toggle01:checked ~ label {
	-webkit-transform: translateX(-250px);
	        transform: translateX(-250px);
}
.cp_offcm01 #cp_toggle01 ~ label::before {
	font-family: 'FontAwesome';
	content: '\f0c9';
	font-size: 2em
}
.cp_offcm01 #cp_toggle01:checked ~ label::before {
	content: '\f00d';
}
    
    
#mobile_header{
        margin: 15vw auto 0px auto;
    width: 100%;
    height: auto;
    text-align: center;
        
    }        
    
    
#mobile_header img{
        margin: 0px auto 0px auto;
    width: 90%;
    height: auto;
    
        
    }         
    
    
    
    

    #header_bg {
        display: none;
    } 
    
   

        

    
    
    
.list_header {
    width: 100%;
    margin: 1vw auto 1vw auto;
}

    
.list_header img{
	width: 94%;
	height: auto;
	margin: 0px auto 0px auto;
}     
    
    
    
    

.news_box {
   width: 94%;
    margin: 0px auto 5vw auto;
    overflow-y: scroll;
  /*縦方向はスクロール可*/
  overflow-x: hidden;
  /*横方向はスクロール不可*/
  height:auto; 

}


.news_box ul{
    margin: 0px auto 0px auto;
    text-align: left;
}


.news_box li{
    margin: 2vw auto 1vw auto;
    font-size: 2vw;
    
   padding: 2vw;
    border-bottom: 1px dotted #C8C8C8;
    list-style-type: none;
   
    color: #4F4F4F;
}



.news_box a{
    color: #121212;
    text-decoration: none;
}



.news_box a:hover{
    color: #121212;
    text-decoration: underline;
}    

    
    
    
    
    
    
    

.program_box {
     width: 100%;
    margin: 1vw auto 5vw auto;
   padding-left: 10px;
    border-bottom: 1px dotted #C8C8C8;
}


.event_box {
     width: 100%;
    margin: 1vw auto 5vw auto;
   padding-left: 10px;
    border-bottom: 1px dotted #C8C8C8;
}

	
	
	
	.box01 {
	width: 48%;
	float: left;
	 margin: 1vw auto 5vw auto;
		}
    
    
.box01 img{
	width: 90%;
	height: auto;
    margin: 0px auto;
		}    
    


.box01 h3{
    font-size: 2.5vw;
    
    margin: 0px auto;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    color: #1A1A1A;
}
	

	.box01 a{
	text-decoration: none;
	color: #333;
		}	
		
		
	.box01 a:hover{
	color: #666;
        opacity: 0.8;
		}	


    
    
    
    
    
    
    
      #footer{
        display: none;
    } 
    

      #mb_footer{
    width: 100%;    
    } 
    
    #mb_footer p{
    margin: 2vw auto 5vw auto;
    text-align: center;
    color: #2B2B2B;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    font-size: 3vw;
    } 
    
    
    
    
    
    /* サブページ */
    
    
	#main {
    width: 100%;
    margin: 0px auto 5vw auto;
    padding-top: 3vw;
    background-image: url(../images/bg02.gif);
    background-repeat: repeat-x;
    background-position: left top;
    background-color: #FFFFFF;
		}	
		
		
	
#main h1{
    
    font-size: 5vw;
    letter-spacing: 0.1em;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-bottom: 2vw;
    margin: 2vw auto 2vw auto;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: left;
    background-image: url(../images/tsc_ber01.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
	}
		    
    
    




#text_box {
    width: 100%;
	margin: 2vw auto 2vw auto;
}

		
	
#text_box h2{
     width: 100%;
   padding-top: 30px;
    font-size: 28px;
    letter-spacing: 0.1em;
    padding-left: 5px;
    margin: 10px auto 10px auto;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: left;
    background-image: url(../images/tsc_ber05.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
	}








#text_box p{
    font-size: 3.5vw;
    margin: 10px auto 10px 10px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: left;
    line-height: 34px;
	}




#text_box h3{
    font-size: 16px;
    letter-spacing: 0.05em;
    margin: 20px auto 10px 0px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    color: #1A1A1A;
    border: 1px solid #ffcc00;
    background-color: #ffcc00;
    border-radius: 4px;
    width: 110px;
    padding: 2px 10px;
}
	


    /* com-privacy */
    
    
    .com-privacy{
        width: 100%;
    margin: 0px auto 5vw auto;
    padding-top: 3vw;
    background-image: url(../images/bg02.gif);
    background-repeat: repeat-x;
    background-position: left top;
    background-color: #FFFFFF;
        
    }
    
    
    
.com-privacy h1{
    font-size: 5vw;
    letter-spacing: 0.1em;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-bottom: 2vw;
    margin: 2vw auto 2vw auto;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: left;
    background-image: url(../images/tsc_ber01.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
	}
		    
    
    

    
    
    
    .com-privacy p{
          font-size: 4.5vw;
    margin: 20px auto 30px auto;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        line-height: 5.5vw;
        text-align: left;
        width: 90%;
    }
    
    
    .com-privacy ul{
    text-align: left;
    margin: 20px auto;
        padding-left: 10px;
    width: 90%;
    
    }
    
    
    
    .com-privacy li{
      font-size: 4vw;
        line-height: 5.5vw;
    margin: 10px auto;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
   text-indent: -4vw;
        border-bottom: 1px dashed #949494;
        padding-bottom: 10px;
    }
    
    
    
    /* com-privacy */
    
    
    
    
    
  }  
    
/* pc　768px以上 */
@media only screen and (min-width: 768px), print {
    
    .cp_offcm01{
        display: none;
        
    }
    
#mobile_header{
        display: none;
        
    }    
    
 #mb_footer{
    display: none; 
    }     
    
    





    
    
.list_header {
    text-align: center;
    margin: 15px auto 5px auto;
}    
    


    
.news_box {
    width: 880px;
    margin: 15px auto 50px auto;
    overflow-y: scroll;
  /*縦方向はスクロール可*/
  overflow-x: hidden;
  /*横方向はスクロール不可*/
  height:auto; 

}    
    


.news_box ul{
    margin: 0px auto 0px auto;
    text-align: left;
}


.news_box li{
    margin: 10px auto;
    font-size: 14px;
    
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #C8C8C8;
    list-style-type: none;
    background-image: url(../images/time_list01.png);
    background-repeat: no-repeat;
    background-position: left center;
    color: #4F4F4F;
}



.news_box a{
    color: #121212;
    text-decoration: none;
}



.news_box a:hover{
    color: #121212;
    text-decoration: underline;
}    
    
    
    
    

.program_box {
    width: 920px;
    margin: 5px auto 50px auto;
   padding-left: 10px;
    border-bottom: 1px dotted #C8C8C8;
}


.event_box {
    width: 920px;
    margin: 5px auto 20px auto;
   padding-left: 10px;
    border-bottom: 1px dotted #C8C8C8;
}

	
	
	
	.box01 {
	width: 290px;
	float: left;
	 margin: 10px 1px;
		}


.box01 h3{
    font-size: 14px;
    letter-spacing: 0.05em;
    margin: 0px auto 0px 5px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: left;
    color: #1A1A1A;
}
	

	.box01 a{
	text-decoration: none;
	color: #333;
		}	
		
		
	.box01 a:hover{
	color: #666;
        opacity: 0.8;
		}	

    

    
    /* サブページ */
    
    
	#main {
    width: 900px;
    margin: 0px auto 0px auto;
		}	
		
		
	
#main h1{
    width: 880px;
    font-size: 28px;
    letter-spacing: 0.1em;
    line-height: 50px;
    margin: 30px auto 10px auto;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: left;
    background-image: url(../images/tsc_ber01.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
	}
		    
    
    
    




#text_box {
    width: 840px;
	margin: 10px auto 30px auto;
}

		
	
#text_box h2{
    width: 880px;
   padding-top: 30px;
    font-size: 28px;
    letter-spacing: 0.1em;
    padding-left: 5px;
    margin: 10px auto 10px auto;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: left;
    background-image: url(../images/tsc_ber05.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
	}








#text_box p{
    font-size: 20px;
    margin: 10px auto 10px 10px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: left;
    line-height: 34px;
	}




#text_box h3{
    font-size: 16px;
    letter-spacing: 0.05em;
    margin: 20px auto 10px 0px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    color: #1A1A1A;
    border: 1px solid #ffcc00;
    background-color: #ffcc00;
    border-radius: 4px;
    width: 110px;
    padding: 2px 10px;
}
	

    
    /* com-privacy */
    
    
    .com-privacy{
        margin: 20px auto;
    }
    
    
    	
.com-privacy h1{
    width: 840px;
    font-size: 28px;
    letter-spacing: 0.1em;
    line-height: 50px;
    margin: 30px auto 10px auto;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: left;
    background-image: url(../images/tsc_ber01.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
	}
		    
    
    
    
    
    
    .com-privacy p{
          font-size: 18px;
    margin: 20px auto 30px auto;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        line-height: 30px;
        text-align: left;
        width: 800px;
    }
    
    
    .com-privacy ul{
    text-align: left;
    margin: 20px auto;
        padding-left: 10px;
    width: 780px;
    
    }
    
    
    
    .com-privacy li{
      font-size: 16px;
        line-height: 28px;
    margin: 10px auto;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
   text-indent: -30px;
        border-bottom: 1px dashed #949494;
        padding-bottom: 10px;
    }
    
    
    
    /* com-privacy */
    
    


/* フッターを幅いっぱいにする為のボックス*/
#footer {
    margin: 0px auto 0px auto;
    width: 100%;
    min-width: 1000px;
    background-color: #FFFFFF;
    border-top: 2px solid #c6c6c6;
}
/* フッター*/


#footer_box {
width: 900px;
margin: 10px auto 0px auto;
}

#footer_box p{
    text-align: center;
    font-size: 12px;
    margin: 20px auto 0px auto;
    padding-bottom: 10px;
    letter-spacing: 0.1em;
    color: #B4B4B4;
	}


#footer_left{
	margin: 10px 20px 0px auto;
	float: left;
	}



#footer_right {
	width: 130px;
	margin: 10px auto 0px auto;
	float: right;
	}


#footer_main {
	margin: 0px auto 0px auto;
	float: left;
}


 #footer_main ul{
	margin: 5px auto 0px 0px;
	padding-left:10px;
	padding-top:10px;
	 }


 #footer_main li{
	font-size: 12px;
	text-align: left;
	float: left;
	margin: 5px auto;
	padding:2px 10px;
	list-style-type: none;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #2d2d2d;
	 }



 #footer_main a{
    text-decoration: none;
    color: #2d2d2d;
	 }
	 
	 
 #footer_main a:hover{
	color: #000000;
	text-decoration: underline;
	 }
		
    
    
    
    
    
    
}
    