@charset "utf-8";

.naiyo_sokai {
    
    width: 1024px;
    margin: auto;
    padding-top: 80px;
    height: auto;
    text-align: center;

}
.sokai_midasi_l {
    font-size: 36px;
    font-weight: bold;
    color: red;
}
.sokai_nichiji {
    font-size: 20px;
    font-weight: bold;
    color: black;
}

img {
    border: 2px black solid;
}

/* マウスオーバーで画像拡大する */
.imgbox1 {
    width: 1000px;
    display: flex;
    flex-wrap: nowrap;
    text-align: center;
}

.imgbox1 div {
    width: 100%;
}

.imgBox-img {
    transition-duration: 0.5s;
}

.imgBox-img:hover {
    transform: scale(1.3,1.3);
    transition-duration: 0.5s;
}

/* 上に戻るボタン */
.pagetop {
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	text-decoration: none;
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	font-size: 1.5rem;
	width: 3.3rem;
	height: 3.3rem;
	line-height: 3.3rem;
	border-radius: 3.3rem;
	text-align: center;
	cursor: pointer;
}

.pagetop:hover {
	color: #fff !important;
	background-color: #ed702b;
	text-decoration: none;
}
