@charset "UTF-8";
/* CSS Document */

body{background-image: url("../img/"); 
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0 auto;
  color: #42210B;
  width: 100%;
　text-align:center;
font-family: sans-serif;
	margin-top: -25px
}

h2{	
	margin: 0;
	padding: 0;
	margin-top: 50px;
	margin-bottom: 25px;
	  color: #42210B;
}
h3{
	margin: 0;
	padding: 0;
	margin-top: 30px;
	margin-bottom: 25px;
}

h5{
	text-align: center
}


body img{
	width:100%;
}

#wrap{
width:100%;
margin-right: auto;
margin-left : auto;
  max-width: 900px;
	text-align: center;
}
#wrap img{
max-width: 900px;

}





img{ 

	margin : 0px ;
    padding : 0px ;
    border : 0px;
}


.bod{
  font-size: 30px;
  font-weight: 1000; 
}
.mgr-20{
	margin-left: 20px;
  font-weight: 500; 
}
.mgr-50{
	margin-left: 50px
}

.center{
	text-align: center;
}

.comment {
position: fixed;
bottom: 10px;
	right: 10px;
width: 15%;
}




/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media 
 only screen and (max-width: 600px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
body{background-image: url(""); 
  background-repeat: no-repeat;
  background-attachment: fixed;
}
p{
   width:100%;
  margin: 0 auto;
    padding : 30px ;
　text-align:center;
  font-size: 17px;
}
.sukosiue{
	margin-top: -200px;
}
.bod{
  font-size: 18px;
  font-weight: 1000; 
}
	 .mgr-20{
	margin-left: 0px;
  font-weight: 500; 
}
.mgr-50{
	margin-left: 20px
}
} 
/* フェードイン用のCSS */
.slide-bottom {
   opacity: 0;
   transform: translateY(20px);
   transition: all 1.5s 0s ease-out;
 }


@media ( max-width: 600px ){
	body{
		background-image: url("none"); 
		background-color: #ffffff;
}
	
	#wrap{
      background-color: #ffffff;
	  width: 100%;
		margin: 0;}
.sukosiue{
	margin-top: -20px;
}
	
	.comment {
position: fixed;
bottom: 10px;
	right: 10px;
width: 100%;
}
	
.tokuten{
background-repeat: repeat;
}
}



header{
	max-width: 2000px;
}

.headrogo {
	float:left;
	width: 20%;
	max-width: 277px;
	min-width: 150PX;
	margin-top : 20PX;

}

.headimg {
	text-align: center;
	max-width: 2000px;
	min-width: 300PX;
    object-fit: none;

}

ul li a {
  color: #42210B;
text-decoration: none;
}

ul li a :link{
  color: #42210B;
text-decoration: none;

}
ul li a :visited{
  color: #42210B;
text-decoration: none;

}

ul li a:hover {
text-decoration: underline;
	
}

ul {
    float: right;
　　overflow:hidden;
　　list-style:none;
　　margin: 0 auto;
　　z-index: 20;
}
 
ul li {

  display: inline-block;

}

ul li {
	
	padding-left: 20px ;
	padding-right: 0px;
	margin: 26px 10px 20px 10px;
	border-left: solid 3px #42210B;
    color: #42210B;

}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new {
	margin-bottom: 15px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
#new dl{
	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 150px;	/*ボックスの高さ*/
	padding-left: 15px;
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	border-bottom: 1px solid #ccc;	/*下線の幅、線種、色*/
	padding-left: 8em;
	text-align: left;
}

.newicon {
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 0px 5px;
	border-radius: 2px;
	margin: 0px 5px;
}

.wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.item {
  padding: 10px;
  width: 50%;
  background-color: #fff;
}



.contentchild{
	
	width: 100%;
    padding-top: 25px;
	margin-top: 10px;
	margin-bottom: 25px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 25px;

    border-top: solid 2px #42210B;

	
	
}


.contentchild img{
	min-width: 450px;
	width: 45%;
  float: left;
	padding: 10px;
	margin: 10px;

}



.contentchild p{
	text-align: left;
	padding-top: 15px;
font-size: 20px; /* フォントのサイズを指定する */
line-height: 3ex; /* 行の高さを実数値＋単位(ex)で指定する */
}
	

#botom{
	width: 100%;
    padding-top: 0px;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 25px;
    border-top: solid 2px #42210B;
	border-bottom: solid 2px #42210B;
	

	
}

#liberta{
	text-align: left;
		float:left;
	
}



.contactbutton{
	
	float:right;
	width: 20%;
	max-width: 277px;
	min-width: 150PX;
	margin-top : 20PX;
	padding-top: 50px;
	
}



#copyright{
	padding: 0, 0, 0, 0,;
    margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.contentchild table{
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.contentchild th,td{
	border-bottom: solid 0.5px #42210B;
		text-align: left;

	padding-left: 10px;
}





@media not all and (min-width: 768px) {
  .item {
    width: 90%;
	  text-align: center;
	  margin-left: auto;
	  margin-right: auto;
  }

  .item:not(:last-child) {
    margin-bottom: 30px;
  }

 .contentchild img {
    width: 100%;
	  text-align: center;
	  margin-left: auto;
	  margin-right: auto;
  }

}


.Iconset{
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;

}

