@font-face {
    font-family: aikoplus;
    src: url(/assets/AikoPlus.otf) format("opentype");
}

html,
body {
    margin: 0;
    height: 100%;
    background-color: #eefaff;
}

a {
    text-decoration: none;
    color: #65ace4;
}

::selection {
    background-color: #f7c9ce;
}

a:active {
    color: #26a69a;
}

a:hover {
    color: #ff6fb2;
}

a:visited:hover {
    color: #26a69a;
}

.canvas0wrapper {
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
}

.canvas0 {
    z-index: 2;
    background-color: rgba(255, 255, 255, 0);
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    pointer-events: none;
}

.pagetop {
    z-index: 1;
    transition: opacity 0.5s ease;
    backface-visibility: hidden;
}

.pagetopwrapper {
    position: fixed;
    bottom: 40px;
    right: 0;
}

.pagetop img {
    width: 50%;
    vertical-align: middle;
    transition: opacity 0.5s ease;
    backface-visibility: hidden;
    opacity: 0;
    pointer-events: visible;
}

.contents {
    margin-bottom: 2.5% !important;
    margin: auto;
    width: 90%;
    margin-top: 2.5% !important;
    margin-left: 5% !important;
    margin-right: 5% !important;
    border-radius: 30px;
    border-width: 3px;
    border-style: solid;
    border-color: #eefaff;
    background-color: #ffffff;
}

.subcontent {
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 3%;
}

.top,
.top * {
    text-align: center;
}

.top * {
    margin-left: 1.5%;
    margin-right: 1.5%;
}

h1 {
    text-align: center;
}

p,
li,
div {
    font-family: /*aikoplus,*/ Helvetica Neue, Segoe UI, sans-serif;
}

li {
    margin-top: 3px;
    margin-bottom: 3px;
}

.centerimg {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.gallery1 {
    margin-right: 5%;
    margin-left: 0%;
    max-width: 58%;
    width: auto;
    height: auto;
}

.gallery1complement {
    margin-left: 5%;
    margin-right: 0%;
    max-width: 29%;
    width: auto;
    height: auto;
}

.gallery2 {
    display: block;
    margin-right: 5%;
    margin-left: 0%;
    max-width: 45%;
    width: auto;
    height: auto;
}

.gallery3 {
    margin-right: 2%;
    margin-left: 0%;
    width: 31%;
    height: auto;
    align-content: center;
}

figure figcaption {
    margin-top: 10px;
    margin-bottom: 18px;
}

.title-grid {
    display: grid;
    grid-template-columns: auto 70%;
    padding-left: 5%;
}