@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=KoHo ');

@font-face
{
font-family: はれのそら明朝;
src: url('https://cdn.leafscape.be/Harenosora/harenosora_web.woff2')
     format("woff2");
}
/*-------------------------------------------------
このフォントはIPAフォントライセンスv1.0の下で提供されています。
http://ipafont.ipa.go.jp/ipa_font_license_v1.html
オリジナルのフォントは以下から取得できます。
http://fontopo.com/?p=377
http://ipafont.ipa.go.jp/
-------------------------------------------------*/

@media screen and (max-width: 480px) {

    body{
            padding: 50px 0 0;
    }

    .top {
        top: 0;
        left:0;
        display: flex;
        position: fixed;
        padding: 0;
        margin: 0;
    }

    .menu {
        display: table;
        table-layout: fixed;
    }

    .menu li {
        display: table-cell;
        vertical-align: middle;
    }

    .main{
        margin:10px 20px 0;
    }
}

@media screen and (min-width: 481px) {
    .wrp {
        max-width: 800px;
        overflow: hidden;
    }

    .top{
        width: 150px;
        float: left;
        margin: 50px 15px 0 20px;
    }

    .main{
        margin: 50px 20px 0 200px;
    }

    .menu li {
        display: inline;
    }

}

body {
    background: #e9e9e9;
    color: #333;
    font-size: 12px;
    font-family: 'KoHo', 'STHeitiSC-Light', 'Microsoft YaHei', gulim, メイリオ, sans-serif;
    line-height: 180%;
    letter-spacing: 2px; 
}

a {
    color: #88bbd6;
    text-decoration: none;
}

a:hover, active {
    position: relative;
    top: 0;
}

h1 {
    font-size: 12px;
    border-bottom: 1px solid #99d3df;
    display: inline-block;
    padding: 5px;
    margin: 0 0 10px;
    font-weight: 200;
}

h2 {
    font-size: 12px;
    border-bottom: 1px solid #99d3df;
    display: inline-block;
    padding: 5px 20px 5px 5px;
    margin: 0 0 10px;
    font-weight: 200;
    text-transform: uppercase;
}

h3 {
    font-size: 12px;
    border: 1px solid #cdcdcd;
    background: #cdcdcd;
    display: inline-block;
    padding: 0 5px;
    margin: 10px 0;
    font-weight: 200;
    text-transform: uppercase;
}

hr {
    border-top: solid 1px #cdcdcd;
    border-left: none;
    border-bottom: none;
}

b {
    font-weight: 200;
    background: #c1e4e9;
}

textarea {
    height: 50px;
    width: 50%;
    font-size: 12px;
    font-family:  'KoHo', 'STHeitiSC-Light', 'Microsoft YaHei', gulim, メイリオ, sans-serif;
    line-height: 180%;
    letter-spacing: 2px;
    color: #333;
    background: #cdcdcd;
    border: solid 1px #cdcdcd;
        -webkit-appearance: none;
    border-radius: 0;
    box-shadow: none;
    margin: 3px 0;
    padding: 3px;
}

.wrp {
    margin:0 auto;
    padding: 0;
}

.top {
    z-index: 99;
}

.menu {
    background: #88bbd6;
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0;
}

.menu li a {
    color: #e9e9e9;
    display: block;
    text-decoration: none;
    padding: 10px 0;
    text-transform: uppercase;
}

.menu li a:hover, active {
    background: #99d3df;
    display: block;
    padding: 10px 0;
}

.main {
    text-align: center;
}

.title {
    position: relative;
    width: 80%;
    margin: 20px auto;
}

.title p {
    font-family: はれのそら明朝, 'Merriweather Sans', 'STHeitiSC-Light', 'Microsoft YaHei', gulim, メイリオ, sans-serif;
    font-size: 20px;
    font-weight: 200;
    color: #e9e9e9;
    position: absolute;
    top: 70%;
    left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
}

.title img {
    width: 100%;
    margin: 0;
}

.box {
    color: #aaa;
    margin: 10px;
    border: solid 1px #cdcdcd;
    padding: 8px;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}