@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap');

@font-face {
    font-family: 'しねきゃぷしょん';
    font-display: swap;
    src: url('https://cdn.leafscape.be/cinecaption/cinecaption227.woff2') format("woff2");
}


<style>
@charset "UTF-8";

/* Template & Designed by Towako. */
/* https://ninawas.me */

/* ウェブフォントの読み込み */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap');

@font-face {
    font-family: 'しねきゃぷしょん';
    font-display: swap;
    src: url('https://cdn.leafscape.be/cinecaption/cinecaption227.woff2') format("woff2");
}

/* 全体に適用する */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-weight: normal;
    font-family: 'Noto Sans JP', sans-serif;
}

/* 基本設定 */
body {
    text-align: center;
    background-color: #f0bdcf;
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-size: 12.5px;
    color: #000;
}

/* リンク */
a {
    font-weight: bold;
    text-decoration: none;
    color: #9b72b0;
}

/* ヘッダーとセクション */
header,
section {
    margin: 3em auto;
    width: 75%;
    max-width: 500px;
}

/* ヘッダー */
header {
    padding: 3em 0 2em;
    /* -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%); */
    /* clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%); */
    margin: auto;
}

/* ヘッダー画像 */
header img {
    margin-bottom: 0.5em;
    width: 50px;
    height: auto;
    -webkit-filter: drop-shadow(0 0 8px #fff);
    filter: drop-shadow(0 0 8px #fff);
}

/* 見出しフォントの指定 */
header h1,
section h2,
article h1 {
    font-family: 'しねきゃぷしょん', sans-serif;
}

/* ヘッダー見出し */
header h1 {
    font-size: 1.5em;
    color: #fff;
}

/* ナビゲーションリンク */
nav a {
    color: #fff;
}

/* セクションとアーティクル */
section,
article {
    text-align: justify;
    word-break: break-all;
}

/* セクション */
section {
    padding: 1em 1em 0.3em;
    background-color: #fff;
    border-top: 20px solid #faf9ca;
    
}

.spring{

border-top: 20px solid #f8cafa;

}

.summer{

border-top: 20px solid #cafaf5;

}

.autumn{

border-top: 20px solid #facaca;

}

.winter{

border-top: 20px solid #f0f0f0;

}



/* セクション見出し */
section h2 {
    margin-bottom: 0.5em;
    font-size: 1.1em;
}

/* リスト系 */
section ul {
    list-style-type: none;
}

section ul {
    margin: 0 1em;
    padding: 0 1em;
    border-left: 2px dotted #9b72b0;
}

/* 横並び */
section ul.yoko li {
    display: inline-block;
    margin: 0 0.5em;
}

/* セクション画像 */
section .image {
    display: block;
    margin-top: -15px;
    margin-left: auto;
    margin-right: -8px;
    width: 40px;
    height: auto;
}

/* アーティクル */
article {
    margin: 3em auto;
    padding: 3em 2.5em;
    max-width: 500px;
    background-color: #fff;
}

/* アーティクル見出し */
article h1 {
    font-size: 1.2em;
    color:#444;
}

/* 中央揃え */
article h1,
.menu {
    text-align: center;
}

/* 余白 */
article p,
footer,
.menu {
    margin: 1em auto 1.5em;
   color:#444;
}

footer a {

    border: thin solid #9b72b0;
    padding: 0.3em 1em;

}



/* メニュー */
.menu li {
    display: inline-block;
    margin: 0 1em;
}

/* フォーム系 */
textarea,
input[type] {
    -webkit-appearance: none;
    padding: 0.2em 0.5em;
    background-color: #fff;
    border: thin solid #000;
    border-radius: 0;
}

textarea {
    width: 200px;
    height: 70px;
}

input[type=text] {
    width: 80px;
}

input[type=submit] {
    width: auto;
}

/* 横幅768px以上で読み込む */
@media screen and (min-width:768px) {

    /* フォントサイズ */
    body {
        font-size: 14px;
    }
}

</style>