@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, a:active {
    color: #ed779c;
    font-family: 'Fauna One';
    text-decoration: none;
    padding: 0 3.5px;
}
a:hover {
    position: relative;
    color: #edb2d7;
    top: 1px;
    left: 1px;
}

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

.text {
    margin:2%;
    white-space: pre-wrap;
}

.text k {
    color: #999;
}

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

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

.lnr {
    position: relative;
    top: 1px;
    left: 1px;
}

.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;
}

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

.box1 br {
    display: none;
}

.box1 a {
    width: 5%;
    font-kerning: none;
    display: inline-block;
}

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

.atgk {
    width: 80%;
    margin: 0 auto;
    text-align: right;
}

.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: 'Zen Kurenaido', 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;
}

.maru {
    background: url(../../img/owari.png) center top;
    background-size: 100px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto 1.5em;
}

input[type], textarea {
    height: 50px;
    width: 100%;
    background: #fff;
    border: solid 1px #ffafc0;
    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 #ffafc0;
    background: #ffafc0;
    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;
}

.box, .box1 {
    width: 350px;
    margin: 0 auto;
}

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

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

.atgk {
    width: 300px;
}

.ft p {
    font-size: 14px;
}

}