@charset "UTF-8";

html {
    font-size: 100%;
}

body {
    background-color: #fffeee;
    font-family: 'Sawarabi Mincho', Helvetica, Arial, sans-serif;
    background-image: radial-gradient(#97cdf3, #ffffff);
    padding: 10px 15px;
}

h1 {
    text-align: center;
    background-color: #fffeee;
    font-weight: bold;
    font-size: 300%;
    margin: 20px 15px;
}

h2 {
    font-size: 30px;
}

.shokai {
    text-align: center;
}

h3 {
    font-size: 25px;
}

p {
    border-bottom: 1px solid #ffffff;
    font-size: 25px;
}

/*.yotei {
    text-align: right;
}*/

img {
    max-width: 100%;
    width: 700px;
    height: 500px;
}


/* SNS */
#sns {
    background-color: #faf7f0;
    padding: 4% 0;
}
#sns .wrapper {
    display: flex;
    justify-content: space-between;
}
#sns .subtitle {
    margin-bottom: 30px;   
}
.sns-box {
    width: 30%;
}


/*google form 幅640ピクセル 高さ934ピクセル*/