<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    scroll-behavior: smooth;
}
body {
    background-color:beige;
}
.headerbox {
    position:relative;
    width: 100%;
    height: 100vh;
    background-image:url("img/top_img.png");
    background-size: cover;
    margin: 0 auto;
    text-align: center;
    animation-name: fadeIn;
    animation-duration: 2s;
}
.headerbox img {
    width: 400px;
    padding: 100px;
    margin: auto;
    animation-name: fadeIn;
    animation-duration: 3s;
    animation-delay: 2s;
    opacity: 0;
    animation-fill-mode: both;
}
@keyframes fadeIn{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
.item {
    position: relative;
    margin: 0 auto;
    width: 80%;
    height: auto;
    background-color: beige;
    transform: translateY(50px);
    opacity: 0;
    transition: .3s;
}
.item h1 {
    text-align: center;
    padding-top: 100px;
    font-family: "Kaisei Opti", serif;
    font-size: 42px;
    color: rgb(104, 70, 25);
}
.item h6 {
    max-width: 1000px;
    padding: 0 100px;
    font-family: "Zen Maru Gothic", serif;
    font-weight: lighter;
    font-size: 20px;
    line-height: 2;
    margin: 30px auto;
}
.item.show {
    transform: translateY(0);
    opacity: 1;
}

/*蟆城ｳ･蝣ゅ↓縺､縺�※*/
.profile h1 {
    padding-top: 200px;
}
.profile h6 {

    padding-bottom: 100px;
    text-align: center;
    font-size: 23px;
}
/*蝠�刀荳隕ｧ*/
.worksmenu h6 {
    text-align: center;
}
#box {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
    justify-content: center;
}
#box img {
    height: 300px;
}
#box1 img:hover {
    animation-name: shakeY;
    animation-duration: 7s;
}
#box2 img:hover {
    animation-name: shakeY;
    animation-duration: 7s;
}
#box3 img:hover {
    animation-name: shakeY;
    animation-duration: 7s;
}
#box4 img:hover {
    animation-name: shakeY;
    animation-duration: 7s;
}
.box {
    width: auto;
    margin: 20px 70px;
    font-family: "Zen Maru Gothic", serif;
}
.box h5{
    font-size: 25px;
    margin: 10px 0;
    border-bottom: dotted 3px  tomato;
}
.box p{
    width: 300px;
    margin-top: 0;
    line-height: 1.5;
}
#box::after {
    content: url("img/ashiato_bird1.png");
    position: absolute;
    transform: scale(1, -1);
    top: 350px;
    left: 30px;
}
.box::before {
    content: url("img/ashiato_bird2.png");
    position: absolute;
    transform: scale(-1, -1);
    top: 820px;
    right: 30px;
}
/*縺翫＠繧峨○*/
.exhibition h2{
    max-width: 800px;
    margin: 0 auto;
    font-family: "Zen Maru Gothic", serif;
    font-size: 30px;
    color: tomato;


    animation:2s ease-in 1s infinite alternate forwards running bounce;
}

.exhibition h6 {
    max-width: 800px;
    margin: 30px auto;
}
.exhibition p {
    max-width: 800px;
    margin: 10px auto;
    font-family: "Zen Maru Gothic", serif;
    font-size: 20px;
}
.exhibition h6&gt;img {
    width: 800px;
}
.event {
    display: flex;
    margin: 0 auto;
    max-width: 800px;
    padding-bottom: 50px;
    cursor: pointer;
}
.event p{
    margin: 0;
    padding: 10px 30px;
    text-align: center;
}
.event img {
    width: 340px;
    border-radius: 20px;
}
.news {
    max-width: 800px;
    background-color: azure;
    margin: 0 auto;
    padding: 10px 0;
    border-radius: 40px 0px;
    border: solid 2px black;
}
.news p{
    margin: 0px 20px;
    padding: 20px 40px;
    border-bottom: dotted 3px  black;
}
.news p:nth-last-child(1) {
    border-bottom: none;
}
.zoom-box {
    display: inline-block;
    overflow: hidden;
}
.c-bnr.zoom {
    display: block;
    transition-duration: .5s;
}
.c-bnr.zoom:hover {
    transform: scale(1.06);
  }
.frame {
    position: fixed;
    top:0px;
    left:-100vw;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2000;
    
}
.works img {
    position: absolute;
    top: calc((100vh - 550px)/2.0);
    left: calc((100vw - 1000px)/2.0);
    width: 900px;
}
#works1 {
    opacity: 0;
}
#works2 {
    opacity: 0;
}
.form {
    background-color: white;
    margin-top: 30px;
    margin-left: 150px;
    margin-right: 150px;
    padding: 50px;
    border-radius: 30px 0;
}
.form h1 {
    text-align: center;
}
form input {
    width: 100%;
}
form textarea {
    width: 100%;
    height: 120px;
}
input[type="submit"] {
    width: 300px;
    height: 50px;
    background-color: tomato;
    border: none;
    border-radius: 10px;
    color: beige;
}
input[type="submit"]:hover {
    background-color: rgb(255, 147, 107);
    cursor: pointer;
}
/* label[type="file"] {
    position: relative;
    background-color: royalblue;
    padding: 10px 200px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.21);
    border: solid 1px royalblue;
    border-radius: 100px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    transition: all ease-in-out 0.1s;
    cursor: pointer;
    opacity: 0;
  } */
input[type="file"] {
    opacity: 1;
    font-size: 20px;
    padding-bottom: 50px;
    cursor: pointer;
}
.form div {
    max-width: 500px;
    padding-left: 350px;
}
  
/* label:hover {
    background-color: #5a7be0;
} */
.close {
    position: absolute;
    right: 100px;
    bottom: 10px;
    padding: 10px 20px;
    border-radius: 15px;
    background-color:rgb(67, 45, 15);
    color: beige;
    border: beige 2px solid;
    font-family: "Zen Maru Gothic", serif;
    cursor: pointer;
}
/*蠎苓�譯亥�*/
.access {
    background-color: burlywood;
    margin-top: 100px;
}
.item1 {
    position: relative;
    margin: 0 auto;
    width: 80%;
    height: auto;
    background-color: burlywood;
}
.item1 h1 {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 30px;
    font-family: "Kaisei Opti", serif;
    font-size: 40px;
}
.item1 h6 {
    max-width: 800px;
    padding: 0 100px;
    font-weight: lighter;
    font-size: 20px;
    margin: 30px auto;
}
.map {
    display: flex;
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.map table {
    height: 30px;
    margin-left: 30px;
    margin: auto;
    font-family: "Zen Maru Gothic", serif;
}
.map th,td {
    padding-bottom: 20px;
    padding-top: 10px;
    padding-left: 20px;
}
.map th {
    width: 100px;
    text-align: center;
    padding: 10px;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 900;
    background-color: rgb(67, 45, 15);
    color: beige;
}
.map img {
    width: 470px;
    height: 400px;
    margin-right: 10px;
}

.navber {
    position: fixed;
    font-family: "Kaisei Opti", serif;
    font-size: 20px;
    top: 30px;
    z-index: 1000;
    animation-name: fadeInDown;
    animation-delay: 4s;
    animation-duration: 2s;
    animation-fill-mode: both;
}
.navber ul {
    justify-content: space-evenly;
    list-style: none;
}
.navber ul li {
    width: 150px;
    padding: 5px;
    display: block;
    margin: 0px 1px;
    text-align:left
}
.navber ul li a {
    text-decoration: none;
    color:tomato;
    transition: all 0.5s 0s ease;
}
.navber ul li a:hover {
    background-color:tomato;
    color: beige;
}
.icon {
    position: fixed;
    top: 50px;
    right: 30px;
    z-index: 1000;
    animation-name: fadeInDown;
    animation-delay: 4s;
    animation-duration: 2s;
    animation-fill-mode: both;
}
.icon img {
    width: 100px;

}
.icon img:hover {
    animation-name: shakeY;
    animation-duration: 5s;
}
@keyframes fadeInDown{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

.activate {
    animation-name: headShake;
    animation-duration: 1s;
    }
    
.gototop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    line-height: 1;
    z-index: 99;
}
.gototop img {
    width: 150px;
}
.gototop a{
    text-decoration: none;
    font-size: 50px;
    opacity: 0.9;
    transition: all .3s ease;
}
.footer {
    text-align: center;
    padding: 20px;
    background-color: burlywood;
    margin-bottom: 0;
}

/* 縺薙％縺九ｉcontact繝壹�繧ｸ */
.contact {
    position: relative;
    margin: 0 auto;
    width: 80%;
    height: 1000px;
    padding-top: 50px;
    background-color: beige;
    animation-name: fadeIn;
    animation-duration: 2s;
}
article {
    max-width: 800px;
    margin: 0 auto;
    height: 100vh;

}
.contact h1 {
    text-align: center;
    color: rgb(104, 70, 25);
    font-family: "Kaisei Opti", serif;
    font-size: 40px;
}
.contact p,div {
    font-family: "Zen Maru Gothic", serif;
    font-size: 20px;
}
.contact input {
    font-family: "Zen Maru Gothic", serif;
    font-size: 20px;
}
#back {
    width: 200px;
    margin-left: 600px;
    background-color: burlywood;
    text-align: center;
    font-size: 25px;
    padding: 10px;
    border-radius: 20px;
}
#back a {
    color: rgb(67, 45, 15);
    text-decoration: none;
}
#back:hover {
    background-color: rgb(223, 177, 117);
    animation-name: pulse;
    animation-duration: 1s;
}</pre></body></html>