#splash{
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(226, 201, 183, 0.9);
    text-align: center;
}
#splash-logo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#splash-logo img{
    width: 260px;
}
.fadeUp{
    animation-name: fadeUpAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fadeUpAnime{
    from{
        opacity: 0;
        transform: translateY(100px);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}
body{
    background-image: radial-gradient(circle at 51% 50%, rgba(255, 245, 207, 1) 17%, rgba(255, 243, 207, 1) 27%, rgba(255, 242, 207, 1) 34%, rgba(255, 243, 207, 1) 48%, rgba(255, 244, 207, 1) 59%, rgba(255, 237, 175, 1) 74% 84%, rgba(223, 166, 73, 1) 98%);
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    color: #662b00;
    text-align: center;
    margin: 0 ;
    padding: 0;
    }
.whole{
    background-image: radial-gradient(circle at 51% 50%, rgba(255, 245, 207, 1) 17%, rgba(255, 243, 207, 1) 27%, rgba(255, 242, 207, 1) 34%, rgba(255, 243, 207, 1) 48%, rgba(255, 244, 207, 1) 59%, rgba(255, 237, 175, 1) 74% 84%, rgba(223, 166, 73, 1) 98%);
    position: relative;
	z-index:1;
}
.header{
    position: relative;
    background-image: url(img/top.png);
    background-repeat: no-repeat;
    background-size:cover;
    width: 100%;
    height:750px;
}
.topText {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #ffffffff;
    background-color: rgba(153, 22, 22, 0.41);
    display: block;
}
.topText h3{
    font-size: 60px;
}
.topText h4{
    font-size: 40px;
}
.topText {
    font-size: 20px;
    font-weight: bold;
}
.scrolldown1{
	position:absolute;
	left:50%;
	bottom:10px;
    /*全体の高さ*/
	height:90px;
}

.scrolldown1 span{
    /*描画位置*/
	position: absolute;
	left: -20px;
	top: -15px;
    /*テキストの形状*/
	color: #eee;
	font-size: 1rem;
	letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 30px;
	background: #eee;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:50px;
		opacity: 1;
	}
	100%{
		height:0;
		top:80px;
		opacity: 0;
	}
}
.container {
        max-width: 1366px;
        justify-content: center;
        text-align: left;
        margin: 30px auto 0px;
    }
.bookTable{
    width: 100%;
    padding: 8px;
    background-color: rgb(239, 211, 172);
    border-radius:15px;
} 
#book-turn{
        width: 100%;
        width: 812px;
        height: 595px;
        margin: 0 auto;
    }
.menu{
        width: 1250px;
        display: flex;
        font-size: 22px;
        list-style: none;
        justify-content: center;
        margin: 0px auto 10px;
        padding-top: 50px;
        border-bottom: solid 1px #662b00;
      }
a{
        text-decoration: none;
        color: #662b00;
      }
.slider-wrap {
        width: 500px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
      }
.slider .slick-slide {
        height: 300px;
        overflow: hidden;
      }
.slider .slick-slide img {
        display: block;
        width: 500px;
        height: auto;
        padding: 0;
        margin: 0;
        object-fit: cover;
      }
.introduce {
    width: 500px;
}
.href{
        margin-left: 15%;
      }
.top{
    display: flex;
    margin-left:18%;
}
table{
    width: 60%;
    margin-left: 15%;
    margin: 0 auto;
}
.icon{
    width: 100px;
    height: 100px;
}
.introduction{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: 80%;
    margin-top: 50px;
    gap: 100px;
    transition: 0.5s;
}
.introduction h3{
   font-size: 33px;
   text-decoration: underline;
}
.ViewMore{
    font-size: 30px;
    text-align: center;
    text-decoration: underline;
}
.ViewMore2{
    font-size: 25px;
    text-align: center;
    text-decoration: underline;
}
.main-picture{
    overflow: hidden;
	height: 240px;
    width: 350px;
	display: block;
	transition: 0.5s;
}
.introduction:hover {
	transform: scale(1.1, 1.1);
}
.library-index{
    margin-left: 25%;
}
p{
    font-size: 20px;
}
.introduce{
    font-size: 20px;
}
.article{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 0px auto;
    margin-top: 40px;
    gap:50px;
}
.article h2{
    padding: 0%;
}
.article p{
    width: 430px;
    font-size: 18px;
    text-align: left;
}
.intervew{
    margin-top: 30px;
}
.intervew img{
    width: 71px;
}
th>a{
    font-size: 25px;
}
.large {
    width: 381px;
    height: auto;
}
.small {
    width: 190px;
    height: auto;
    margin: auto 0px;
}
.imagesSmall{
    display: flex;
    justify-content: center;
}
#right{
    margin-top: 40px;
}
.infomation{
    width: 1000px;
    text-align: center;
    margin: 10px auto;
}
iframe{
    height: 400px;
}
.images{
    width: 500px;
}
.container2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.container3{
    display: flex;
    justify-content: center;
    gap: 150px;
}
.container4{
    margin: 80px auto 80px auto;
}
.item {
    text-align: center;
}
.caption {
    font-size: 33px;
    margin: 0;
    line-height: 1.6;
    text-decoration: underline;
    margin-top: 10px;
}
.caption2{
  font-size: 23px ;
}
.js-fade {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: opacity 1s,visibility 1s, transform 1s;
}

.scroll {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
