@charset "utf-8";

*{
 margin : 0;
 padding: 0;
 }
  body{
   box-sizing : border-box;
   background-color: rgb(247, 241, 221);
}
 
.top{      
     margin-right: auto;
     margin-left: auto;
     padding-top: 30px;
     text-align: center; 
}
.top a{
    font-size: 20px;
    padding: 0px 50px 0px 50px;
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.sen{
	padding:0;
    margin-right: auto;
    margin-left: auto;
	margin-top: 3px;
    border-top:10px solid maroon; 
   
    
}

main{
    width:800px;
    margin : 0;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

h1{
    margin-top: 50px;
    margin-top: 50px;
    font-size: 40px;
    color: maroon;
    text-align: center;
    font-weight: 800;
	letter-spacing: 3px;　	/*文字間隔*/
 }

.top-photo-pc img{
    display:none;
    width: 98%;
    margin-top: 20px;
    margin-bottom: 30px;
 }


 .top-photo-sp img{

    width: 98%;
    margin-top: 20px;
    margin-bottom: 30px;
 }




h3{
    text-align: left;
    font-size: 24px;
    margin-left: 10px;
    margin-top: 30px;
    margin-bottom: 10px;
    color: maroon;

}.p-s{     /*項目内の説明文に使用　*/

    text-indent: -1em;
    text-align:left;
    font-size:16;
    color:black;
    margin-left: 50px;
    line-height:180%;
    margin-top:18px ;
}
.p-t{  /*スケジュールの時刻、場所　*/	
  
  text-align:left;
  font-size:15;
  color:black;
  margin-left: 80px;
  line-height:180%;
}
.p-r{  /*スケジュールの◆付文章感覚を開けるため　*/	

  text-align:left;
  font-size:15;
  color:black;
  margin-top: 10px;
  margin-left: 22px;
  line-height:180%;
}













footer{
    text-align: center;  
       margin-right: auto;
    margin-left: auto;  
}

.modoru {
    margin-top: 80px;
    margin-bottom: 20px;
    font-size: 18px;
   
}
.modoru a {
    text-decoration: none;
    color: #003366;
}

.copyright{
    background-color: #a0522d; 
    padding-top: 40px;
    padding-bottom: 100px;
    font-size: 18px;
    color:white; 
}


