<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

main h1 img:first-child {
	margin-bottom: 0;
}
h2 img,
section div &gt; img {
    width: 100%;
}
section p {
    margin-bottom: 1em;
}
section ul {
    margin-top: 100px;
}
section li {
    margin-bottom: 50px;
}
section li img {
    float: right;
    width: 50%;
    max-width: 600px;
    height: auto;
    margin-left: 3%;
}
section li strong {
    display: block;
    margin-bottom: 10px;
    font-size: 1.3em;
}
#comment {
    font-size: 0.8em;
}
#oura {
    font-size: 0.7em;
}
section ul + p {
    font-size: 0.8em;
    text-align: center;
}
section a {
    color: #FFF;
}
section a:hover {
    text-decoration: none;
}
@media screen and (max-width:600px) {
    section div &gt; img {
        margin-bottom: 1em;
    }
}
@media screen and (min-width:600px) {
    h2 img {
        width: 57%;
        max-width: 594px;
    }
    section div::after,
    section li::after {
        display: block;
        content: "";
        clear: both;
    }
    section div &gt; img {
        float: right;
        width: 40%;
        max-width: 600px;
        height: auto;
        margin-left: 3%;
    }
    section li img {
        width: 45%;
    }
}
#shimabaraonsen {
    text-align: center;
}
#shimabaraonsen a {
    display: block;
    width: 16em;
    margin: 0.2em auto;
    padding: 0.3em 0;
    border: 3px solid #F7E668;
    background: #FFF;
    color: #452D13;
    text-decoration: none;
}
#shimabaraonsen strong {
    font-size: 1.5em;
}
#shimabaraonsen a:hover {
    opacity: 0.8;
}</pre></body></html>