@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Fauna+One');
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Decol&family=Sacramento&family=Ysabeau:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text&family=Zen+Kurenaido&display=swap');
@import url('https://fonts.googleapis.com/css?family=Ubuntu ');
@import url('https://fonts.googleapis.com/css2?family=Jura&family=Meddon&family=Noto+Sans+JP&display=swap');

@font-face
{
font-family: はんなり明朝;
src: url('https://cdn.leafscape.be/hannari/hannari_web.woff')
     format("woff");
}

* {
    margin: 0;
    padding: 0;
    font-weight: normal;
}


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

a {
    color: #bfb3b7;
    font-family: 'Fauna One';
    text-decoration: none;
    padding: 0 3.5px;
}
a:hover {
    position: relative;
    color: #e0ccdb;
    top: 1px;
    left: 1px;
}

.wrp, .top {
    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;
    text-align: center;
}

.box {
    width: 80%;
    padding: 10px;
    margin: 10px auto;
    text-align: left;
    display: block;
    letter-spacing: 1.5px;
    line-height: 28px;
}

.box a {
    width: 5%;
    display: inline-block;
}

.box m {
    color: #999;
    font-size: 12px;
    line-height: 26px;
}

.box p {
    color: #aaa;
    font-size: 13px;
    text-align: center;
    margin: 1.5em auto 0;
}

.list {
    width: 93%;
    margin: 0 auto;
    font-kerning: none;
}

.atgk {
    text-align: right;
}

.atgk a {
    width: auto;
}

.ft {
    font-family: 'Fauna One';
    letter-spacing: 2px;
    margin-top: 1em;
}

.ft p {
    width: 100%;
    font-weight: normal;
    line-height: 0;
    border-bottom: solid 1px #e5e5e5;
    letter-spacing: 2px;
    text-align: center;
    margin: 0 auto;
}

h1 {
    color: #555;
    font-size: 30px;
    font-family: "はんなり明朝", sans-serif;
    line-height: 100%;
    letter-spacing: 3px;
    margin: 0 auto;
    padding: 0;
    font-weight: 200;
}

h2 {
    width: 100%;
    font-family: "はんなり明朝", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 0;
    border-bottom: solid 1px #e5e5e5;
    letter-spacing: 2px;
    text-align: center;
    margin: 0 auto;
}

h3 {
    width: 100%;
    font-family: "はんなり明朝", sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 0;
    border-bottom: solid 1px #e5e5e5;
    letter-spacing: 2px;
    text-align: center;
    margin: 1.5em auto;
}

.maru1, .maru2, .maru3, .maru4 {
    background-size: 100px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.maru1 {
    background: url(../../img/yume_toki.png) center top;
    margin: 1.5em auto;
}

.maru2{
    background: url(../../img/yume_kagami.png) center top;
    margin:0 auto 1.5em;
}

.maru3{
    background:url(../../img/yume_tenka.png) center top;
    margin:0 auto 1.5em;
}

.maru4{
    background:url(../../img/yume_guren.png) center top;
    margin:0 auto 1.5em;
}

input[type],textarea{
    height: 50px;
    width: 100%;
    background: #fff;
    border: solid 1px #bfb3b7;
    margin: 5px 10px;
    padding: 2px 5px;
    border-radius: 5px;
    -webkit-appearance: none;
    box-shadow: none;}

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

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


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


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

    .top {
        max-width: 100vw;
    }

    main {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 100vw;
        width: 900px;
        margin: 0 auto;
    }

    .maru1, .maru2, .maru3, .maru4 {
        flex-basis: 50%;
        margin: 0 auto 1.5em;
    }

    .box {
        width: 350px;
        margin: 1em auto 4em;
    }

    .box a {
        width: 5%;
        margin: 0.1em;
        font-kerning: none;
        display: inline-block;
    }

    .box m{
        font-size: 13px;
    }

    .atgk a {
         width: auto;
    }
}