@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}
* {
    color: #5f4332;
}

body {
     font-family: "Noto Serif JP", serif;
}

header {
    height: 150px;
    padding-top: 80px;
    background-image: url(images/works_top.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; 
}

#topnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex; 
    justify-content: space-between;  
    align-items: center;
    padding: 10px 40px;
    background-color: rgba(255, 255, 255, 0.3); 
    z-index: 1000; 
}

header nav ul {
    display: flex;
    gap: 25px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 20px;
    text-shadow: 
        0 0 5px #fff,
        0 0 10px #fff,
        0 0 20px #fff,
        0 0 40px #fff;
}

article {
    background-color: #f9e3ce;
    padding-bottom: 80px;
}

.wrap {
    font-size: 32px;
    padding: 80px 100px;
    display: inline-block;
    background-image: url("images/line1.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 260px 25px;
    margin: 0 100px;
    padding-bottom: 25px;
}

.works_inner {
    width: 1000px; 
    text-align: right;
	align-items: center;
    justify-content: center;
	margin: 0 auto;
	padding: 60px 0;
}

.works_inner img {
	width: 1000px;
    height: auto;
    display: block;
}

.memo {
    margin-top: 10px;
    font-size: 13px;
    line-height: 16px;
}

.comment {
	text-align: center;
	font-size: 20px;
	padding-bottom: 80px;
}

#listlink {
    display: block;
    width: 200px;
    text-align: center;
    margin: 30px auto;
    padding: 5px 0;
    font-size: 20px;
    background-color: #d0c2ba;
    border: 3px solid #785e4e;
}

footer {
    background-image: url(images/footer_imag.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; 
}

footer img {
    display: block;
    margin: 0 auto;
    padding-top: 20px;
}

#small {
    text-align: center;
    font-size: 16px;
    padding: 10px;
}

#page_top {
   position: fixed;
   bottom: 30px;
   right: 30px;
}