@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville');

@font-face
{
font-family: 衡山毛筆フォント行書;
src: url('https://cdn.leafscape.be/Kouzan/kozangyousho_web.woff2')
     format("woff2");
}

<style type="text/css">

@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville');

@font-face
{
font-family: 衡山毛筆フォント行書;
src: url('https://cdn.leafscape.be/Kouzan/kozangyousho_web.woff2')
     format("woff2");
}

body {
    background: #fff;
    color: #555;
    font-size: 12px;
    font-family: 'Libre Baskerville', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ 明朝",'STHeitiSC-Light', 'Microsoft YaHei', gulim, メイリオ, sans-serif; 
    line-height: 180%;
    letter-spacing: 2px;
    margin: 0;
}

a {
    color: #555;
    text-decoration: none;
}

a:hover, active {
    position: relative;
    top: 0;
    background: rgba(255,255,255,.5);
}

h1 {
    color: #555;
    font-size: 40px;
    font-family: '衡山毛筆フォント行書','Libre Baskerville', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ 明朝",'STHeitiSC-Light', 'Microsoft YaHei', gulim, メイリオ, sans-serif; 
    line-height: 100%;
    letter-spacing: 0;
    margin: 70px auto 20px;
    padding: 0;
    font-weight: 200;
    writing-mode:tb-rl;
    writing-mode:vertical-rl;
        -moz-writing-mode:vertical-rl;
        -o-writing-mode:vertical-rl;
        -webkit-writing-mode:vertical-rl;
    letter-spacing: 5px;
    line-height: 200%;
}

.kutouten {
    float: none;
    margin: 0;
    position: relative;
    left: 0.7em;
    top: -0.7em;
}

h2,h3 {
    font-size: 24px;
    font-family: '衡山毛筆フォント行書','Libre Baskerville', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ 明朝",'STHeitiSC-Light', 'Microsoft YaHei', gulim, メイリオ, sans-serif; 
    margin: 30px;
    text-align: right;
    font-weight: 200;
}

h3 {
    margin:30px 0;
    text-align: left;
}

.back{
    content:"";
    display:block;
    top:0;
    left:0;
    z-index:-1;
    width: 100%;
    height: 100%;
        -webkit-background-size: cover;
    position:fixed;
    background:url("haikei.jpg") center/cover no-repeat;
}


.wrp {
    max-width: 600px;
    margin: 50px auto 10px;
}

.set {
    text-align: center;
    padding-bottom: 30px;
    border-bottom: solid 1px #555;
    width: 250px;
    margin: 0 auto;
}

.set a {
    display:inline-block;
    width: 100px;    
}

.top {
    width: 250px;
    margin: 30px auto;
    padding: 30px 0 0;
    text-align: center;
}

.menu {
    writing-mode: vertical-rl;
    column-gap: 20px;
    column-fill: auto;
    display: inline-block;
    -webkit-column-fill: auto;
    -webkit-column-gap: 20px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    column-count: 1;
    -webkit-column-count: 1;
    height: 180px;
    text-align: left;
}

.menu a {
    display:block;
    margin: 0 2px;
}

.ftop {
    width: 250px;
    margin: 20px auto;
    padding-top: 20px;
    border-top: solid 1px #555;
    text-align: right;
}


.text {
    text-align: justify;
    /* margin: 25px; */
    padding: 25px;
    color: #333;
    font-size: 12.5px;
    line-height: 210%;
    background: rgba(255,255,255,.9);
}

.ft {
    border-top: solid 1px #555;
    margin: 20px 30px;
    padding-top: 20px;
    text-align: right;
}

.ft span,.ftop span {
    text-decoration: line-through;
    padding: 2px 5px;
}

input[type], textarea {
    height: 80px;
    width: 95%;
    font-size: 12px;
    font-family: 'Libre Baskerville', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ 明朝",'STHeitiSC-Light', 'Microsoft YaHei', gulim, メイリオ, sans-serif; 
    line-height: 180%;
    letter-spacing: 2px;
    color: #555;
    background: none;
    border: none;
    border-bottom: solid 1px #333;
        -webkit-appearance: none;
    border-radius: 0;
    box-shadow: none;
    margin: 3px 0;
    padding: 3px;
    text-align: center;
}

input[type=text]{
    height: auto;
    width: 80px;
}

input[type=submit]{
    height: auto;
    width: 80px;
    margin-top: 15px;
    cursor: pointer;
    text-shadow: none;
    background: #555;
    border: solid 1px #555;
    color: #fff;
    font-weight: 200;
}

</style>