<style>
@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Ysabeau:ital,wght@0,1..1000;1,1..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&family=Shippori+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jura&family=Meddon&family=Noto+Sans+JP&display=swap');

* {
    width: 100%;
    padding: 0;
    font-weight: normal;
}

body {
    font-family: HiraKakuPro-W3, 'メイリオ', "Noto Sans JP", verdana, sans-serif;
    color: #555;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.1em;
    background: #f5f5f5;
    margin: 0;
    padding: 0;
}

a {
    color: #ba6b91;
    font-size: 15px;
    font-family: 'Ysabeau';
    text-decoration: none;
    padding: 0 3.2px;
    margin: 0 2px;
}

a:hover {
    position: relative;
    color: #e0abc4;
    top: 1px;
    left: 1px;
}

.wrp {
    max-width: 500px;
    width: 90%;
    padding: 2%;
    margin: 0 auto;
    white-space: pre-wrap;
}

.text {
    margin: 2%;
}

.text k {
    color: #999;
}

.text p {
    font-size: 12px;
    color: #999;
}

.text c {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.con {
    padding: 2%;
    margin: 20px auto 10px;
}

.top {
    text-align: center;
    text-shadow: 1px 1px 2px #f5f5f5, 0 0 1em #f5f5f5, 0 0 0.2em #f5f5f5;
    margin: 0 auto;
    display: block;
}

.menu a {
    font-size: 16px;
    width: 5%;
    font-kerning: none;
    display: inline-block;
    margin: 0;
    line-height: 2em;
}

.atgk {
    text-align: right;
}

.atgk a {
    font-family: 'Shippori Mincho', serif;
}

.act {
    line-height: 30px;
    border-top: solid 2px #eee;
    margin: 10px auto 10px;
    padding: 10px 0;
    text-align: left;
}

header {
    position: relative;
    margin: 3em auto 15px;
    width: 100%;
    height: 200px;
    max-width: 500px;
}

header .line {
    position: absolute;
    left: 3em;
    width: 1px;
    height: 200px;
    background-color: #555;
}

header h1 {
    text-shadow:0 0 5px #f7f7f7,0 0 5px #f7f7f7,0 0 10px #f7f7f7,0 0 10px #f7f7f7,0 0 15px #f7f7f7,0 0 15px #f7f7f7;
    margin-bottom: -2em;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    font-size: 1.5em;
}

header h1 span {
    font-family: 'Shippori Mincho', serif;
    letter-spacing: 3px;
}

header h1 span:nth-of-type(1) {
    animation: FadeIn 2s;
}

header h1 span:nth-of-type(2) {
    animation: FadeIn 3s;
}

header img {
    width: 100%;
    height: auto;
    z-index: -99;
    position: absolute;
}

.ft {
    font-family: 'Ysabeau';
    text-align: center;
}


h2 {
    margin-bottom: 0.5em;
    width: 50%;
    border-bottom: thin solid #555;
    font-family: 'Shippori Mincho', serif;
    font-size: 1.2em;
}

h2 p {
    color: #fff;
    background: #ffafc0;
    margin: 0 10px 0 0;
    padding: 2px 5px;
    display: inline-block;
}

h3 {
    width: 50%;
    font-family: 'Shippori Mincho', serif;
    border-bottom: thin solid #555;
    margin: 2em 0;
}

@keyframes FadeIn {
    0% {
        opacity: 0;
        text-shadow: 0 0 3px #555;
        color: transparent;
    }

    100% {
        opacity: 1;
        color: #555;
    }
}

input[type],textarea {
    background: #fefefe;
    border: solid 1px #c47895;
    -webkit-appearance: none;
    box-shadow: none;
    border-radius: 5px;
}

input[type=text] {
    height: auto;
    width: 100px;
    padding: 5px;
    margin: 5px 5px 10px;
}

input[type=submit] {
    font-weight: normal;
    height: auto;
    width: auto;
    cursor: pointer;
    text-shadow: none;
    border: solid 1px #c47895;
    background: #c47895;
    color: #fff;
    padding: 3px 10px;
    margin: 5px 0;
}


@media screen and (min-width:768px) {

    body {
        font-size: 14px;
        letter-spacing: 2.2px;
        line-height: 26px;
    }

    .wrp {
        max-width: 600px;
    }

    .top a {
        background-color: rgb(245, 245, 245, 0.7);
        padding: 0 10px 5px 10px;
    }

    .top a:hover {
        position: relative;
        color: #e0abc4;
        top: 0;
        left: 0;
    }

    .menu a {
        font-size: 17px;
        margin: 0 2px;
    }

}
</style>