@charset "UTF-8";

html{
scroll-behavior: smooth;
}


.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 50%);
}
.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}



body{
    margin: 0;
    line-break: auto;
    color: #1a0f02;
    background-color: #ffd08a;
    /*全体背景色*/

}

li {
    list-style: none;
  }

a{
	text-decoration: none;
}

header{
	background-color: #fff;
	border: solid;
}



#pagelink li a{
	color: #ffffff;
	padding:0 20px;
	text-decoration: none;
  }

#pagelink li a::before{
	font-size:0.8rem;
	padding:0 10px 0 0;
	color: #264cbf;
  }

  .btn {
  position: relative;
  width: 200px;
  height: 30px;
  padding: 10px 30px;
  text-align: center;
  background-color: #fff;
  display: block;
  text-decoration: none;
  color: #264cbf;
  border: 1px solid #264cbf;
  margin: 7px;
  display: inline-flex;
  justify-content: center;
}

/*ボタンの色変え*/
.btn:hover{
  background-color: #264cbf;
    color: #ffffff;
    padding: 15px;
    transition: .35s;
    width: 200px;
    height: 30px;
    padding: 10px 30px;
}



.main {
	/*max-width: 800px;*/
	font-size:20px;
  margin-left: 10px;
  margin-right: 10px;
}

img {
	max-width: 100%;
	height: auto;
	margin: 0 5px;
}


.headerlogo{
    max-width: 400px;
    margin: 0;
}

.headertext{
    text-align: right;
	font-size: 15px;
	margin: 0 5px;
}

.title{
  font-size: 30px;
}

.imgt{
  text-align: center;
	margin: 0 auto;
	
	font-size: 120%;
}
.imgs{
  width: 80%;
  margin: auto;
}
.img{
	text-align: center;
	margin: 0 auto;
	max-width: 500px;
	font-size: 120%;
}

.skedule > table{
  margin: auto;
  text-align: center;
}

.kasi{
  margin-left: 5%;
}

.honbun{
  margin-left: 5%;
}

footer{
  background-color: #b4c4ec;
  text-align: center;
  /*フッターはいけい*/
  margin-top: 5px;
  margin-bottom: 5px;
}