@charset "utf-8";
/* CSS Document */

html {  
	overflow-y:scroll; 
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	font-size: 6.25%; /* sets the base font to 10px for easier math */
 	-webkit-text-size-adjust: none;	
    height: 100%;
}

body{
	margin: 0;
	padding: 0;
    height: 100%;
	font-size: 16px;
	line-height:2;
	color:#000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	/* 背景画像が読み込まれる前に表示される背景のカラー */
	background-color: #fff;
}


@media screen and (max-width: 768px){
	html {font-size: 5%;}
	body {
		font-size: 16em;
	}
}


/********リンク********/
a{color: red;}
a:hover{}

a:hover img{
  filter: alpha(opacity=70);
  opacity: 0.7;
  zoom: 1.0;
  }

/********改行********/

.res {
	display: none;
}

.res2 {
	display: none;
}

.res3 {
	display: none;
}

.res4 {
	display: none;
}


@media screen and (max-width: 768px){

    .res {
        display: inline;
    }

}


@media screen and (max-width: 414px){

    .res2 {
        display: inline;
    }

}


@media screen and (max-width: 375px){

    .res3 {
        display: inline;
    }

}

@media screen and (max-width: 320px){

    .res4 {
        display: inline;
    }

}

/********マージン、パディング********/

.marTop1em {margin-top: 1em;}
.marTop2em {margin-top: 2em;}
.marTop3em {margin-top: 3em;}
.marTop4em {margin-top: 4em;}
.marTop5em {margin-top: 5em;}
.marRgt1em {margin-right: 1em;}
.marRgt2em {margin-right: 2em;}
.marRgt3em {margin-right: 3em;}
.marRgt4em {margin-right: 4em;}
.marRgt5em {margin-right: 5em;}
.marBtm1em {margin-bottom: 1em;}
.marBtm2em {margin-bottom: 2em;}
.marBtm3em {margin-bottom: 3em;}
.marBtm4em {margin-bottom: 4em;}
.marBtm5em {margin-bottom: 5em;}
.marLft1em {margin-left: 1em;}
.marLft2em {margin-left: 2em;}
.marLft3em {margin-left: 3em;}
.marLft4em {margin-left: 4em;}
.marLft5em {margin-left: 5em;}


/********テキスト********/

.uline {text-decoration: underline;}
.bold {font-weight: bold;}
.italic {font-style: italic;}

.right {text-align: right;}
.left {text-align: left;}
.cen {text-align: center;}

.point {color:#FF0004;}

.s {font-size: 0.8em;}


/********共通********/

.floatL {float: left;}
.floatR {float: right;}
.clear {float: clear;}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

.pack {display: inline-block;}


#header{}

#navi{}

#main{}

#footer{}

#wrap{}


.wrap{ 
    text-align: center;
/*	width: 1120px;
    height: 100%;
	margin: 0 auto;*/
}

.header {
    max-width: 800px;
    margin: 0 auto;
}
.header p {
    margin-top: 0;
}

.main{
    padding: 1em;
/*	text-align: center;
	word-wrap: break-word;
    padding-top: 2em;*/
}

.footer{
	margin: 20px auto;
	text-align: center;
	font-size: 14rem;
}

.footer .copy {
	color: #000;
}

#pagetop{
    position: fixed;
    right: 15px;
    bottom: 20px;
	z-index: 1000;
}



/********見出し********/

.heading_page {
    margin: 2em auto 1em;
    color: #000;
    line-height: 1.5;
    font-size: 1.5em;
font-family: 'Noto Serif JP';
}

.heading_page_sec {
/*font-family: 'Noto Serif JP';*/
    margin: 2em auto 1em;
    font-size: 1.2em;
    text-align: left;
    border-bottom: 1px solid #000;
}

@media screen and (max-width: 768px){

    .heading_page {
        font-size: 1.4em;
    }
}

@media screen and (max-width: 430px){

    .heading_page {
        font-size: 1.2em;
    }
}


@media screen and (max-width: 390px){

    .heading_page {
        font-size: 1.2em;
    }
}

/********　お知らせ系共通　********/

.box {
    max-width: 800px;
    padding: 2.5em 2em 2em;
    margin: 1em auto 1em;
    border: 1px solid #000;
    text-align: left;
}

.caution {
	text-align: left;	
    font-size: 0.9em;
}

.caution li {
    padding-left: 1em;
    text-indent: -1em;
}


@media screen and (max-width: 375px){
    .box {
         padding: 1em;
    }
}

.sign {
    max-width: 800px;
    margin: 0 auto;
	text-align: right;
}

.url {}


.lead {
    text-align: left;
}

.list {
    margin-bottom: 2em;
    line-height: 1.5;
}

.list:first-of-type {
    margin-top: 2em;
}

.list .tsuiki {
    padding-left: 1em;
    font-size: 0.9em;

}
.list .tsuiki.smp {
    display: none;
}
.list .tsuiki a {
    text-decoration: none;
    color: #000;
}
.list .tsuiki .inner {
    display: inline-block;
    padding: 0.5em;
    border: 1px solid #000;
}

.list .tsuiki .inner .day {
    color:red;
}


@media screen and (max-width: 890px){
    .list .tsuiki {
        display: none;
    }
    .list .tsuiki.smp {
        display: block;
        margin-top: 0.3em;
        padding-left: 0;
    }
}