@charset "utf-8";
@import url("html5reset-1.6.1.css");

/*リセットCSSの読み込み*/


/*template by Maison de R*/


/*CSS3*/


/*
* 使用したリセットCSSとwebフォントとwebフォントアイコンのライセンスについて
*
*/


/*
* html5doctor.com Reset Stylesheet
* Copyright (c) Richard Clark
* Released under the Creative Commons CC0 & MIT license
* https://creativecommons.org/publicdomain/zero/1.0/deed.ja
* http://opensource.org/licenses/mit-license.php
* https://ja.osdn.net/projects/opensource/wiki/licenses%2FMIT_license
*/


/*
 * "Noto Sans Japanese" is lisenced under the SIL Open Font License
 * http://scripts.sil.org/OFL
 * by https://www.google.com/get/noto/(google)
 */


/*
 * "Libre Franklin" is lisenced under the SIL Open Font License
 * http://scripts.sil.org/OFL
 * by https://www.google.com/fonts(Impallari Type)
 */


/*
 * "Martel" is lisenced under the SIL Open Font License
 * http://scripts.sil.org/OFL
 * by https://www.google.com/fonts(Dan Reynolds)
 */


/*
* "Mrs Saint Delafield" is lisenced under the SIL Open Font License
* http://scripts.sil.org/OFL
* by https://www.google.com/fonts(Sudtipos)
*/


/*
* "Font Awesome" is lisenced under the SIL Open Font License 1.1
* http://scripts.sil.org/OFL
* by http://fontawesome.io/
*/


/*
* Font Awesome (Code License)
* Copyright (c) Font Awesome
* Released under the MIT license
* http://opensource.org/licenses/mit-license.php
* https://ja.osdn.net/projects/opensource/wiki/licenses%2FMIT_license
*/


/*------------PCファーストで記述------------*/


/*------------初期設定の追加&リセット------------*/

* {
    box-sizing: border-box;
    word-break: break-all;
    -webkit-appearance: none;
    -moz-appearance: none;
    /*プラットフォームのスタイルをリセット*/
}


/*ボディ*/

body {
    letter-spacing: 0.05em;
    line-height: 1.8;
    font-family: 'Martel'/*Google Fonts*/
    , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
    font-size: 12px;
    color: #696969;
    background: url(bg01.jpg) repeat #fff2f6;
}


/*ベース*/

#all {
    width: 100%;
}

#wrap {
    text-align: center;
    background: white;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 80px;
}


/*ヘッダー*/

header {}


/*パンくずリスト*/

#topicpath {
    text-align: left;
    font-size: 0;
    /*隙間対策*/
}

#topicpath li {
    font-size: 10px;
    /*隙間対策 再指定*/
    display: inline-block;
    /*横並び*/
}

#topicpath li::after {
    content: ">";
    margin: 0 0.5em;
}

#topicpath li:last-child::after {
    /*最後の要素*/
    display: none;
    /*非表示*/
}


/*メイン*/

#main {
    margin: 80px auto;
}


/*アーティクル*/

article {
    margin: 0 auto;
    /*横いっぱいに広がらせたくない時はmax-widthで調整してください*/
}

article>h1 {
    margin-bottom: 80px;
    font-size: 26px;
    text-shadow: 0 1px 0 white, 1px 0 0 white, 0 -1px 0 white, -1px 0 0 white, -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
}

article>h1::first-letter {
    color: #f7749c;
}

article>h1 a {
    border: 0;
}


/*本文エリア*/

.textarea {
    text-align: left;
    letter-spacing: 0.05em;
    line-height: 1.8;
    font-size: 12px;
}


/*本文エリア タグ間のマージン調整*/

.textarea p {
    margin-top: 14px;
}

.textarea p:first-child {
    margin-top: 0;
}


/*ページナビ*/

#pagenav {
    margin-top: 80px;
    font-size: 0;
    /*隙間対策*/
}

#pagenav li {
    font-size: 12px;
    /*隙間対策 再指定*/
    display: inline-block;
    /*横並び*/
    background: url(bg02.png) repeat #fff5fb;
    border-radius: 4px;
    padding: 0 0.5em;
}

#pagenav li:first-child {
    margin-right: 1.5em;
}

#pagenav li:first-child a:before {
    /*FontAwesome*/
    margin-right: 0.5em;
    color: #f7749c;
    content: "\f104";
    font-family: FontAwesome;
}

#pagenav li:last-child a:after {
    /*FontAwesome*/
    margin-left: 0.5em;
    color: #f7749c;
    content: "\f105";
    font-family: FontAwesome;
}

#pagenav li a {
    border: 0;
}


/*セクション*/

section {
    text-align: left;
}

section h1 {
    text-align: center;
}

#after {
    margin: 80px auto 0;
    max-width: 500px;
}

#after h1 {
    font-size: 26px;
    margin-bottom: 1em;
}


/*セクション タグ間のマージン調整*/

section p, section ul, section dl {
    margin-top: 14px;
}

section h1+p, section h1+ul, section h1+dl {
    margin-top: 0;
}


/*ページトップボタン*/

.pagetop {
    margin-top: 80px;
    font-size: 10px;
}

.pagetop a {
    display: inline-block;
    /*リンク範囲の調整*/
    border: 0;
}

.pagetop a:before {
    /*FontAwesome*/
    color: #f7749c;
    margin-bottom: 0.5em;
    display: block;
    content: "\f106";
    font-family: FontAwesome;
}


/*フッター*/

footer {}


/*配布元表示*/

#licence {
    font-size: 0;
    /*隙間対策*/
}

#licence li {
    font-size: 10px;
    /*隙間対策 再指定*/
    display: inline-block;
    /*横並び*/
    margin: 0.2em 0.5em;
}


/*リンク*/

a {
    color: #939393;
    text-decoration: none;
    border-bottom: 1px solid #fedfe4;
}

a:hover {
    color: #f7749c;
}


/*画像*/

img {
    /*画像の伸縮設定*/
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    /*画像の縦の隙間対策*/
}


/*画像リンク*/

.imglink {
    border: 0;
    background: transparent;
}

.imglink:hover {
    background: transparent;
}


/*重要*/

strong {
    font-weight: normal;
    background: url(bg02.png) repeat #fff5fb;
    padding: 0 0.5em;
    border-radius: 4px;
}


/*リスト*/

ul, ol {
    list-style-position: inside;
    /*リストマークを内側に表示*/
    list-style-type: none;
    /*リストマークをつけない*/
}


/*ulリスト 縦並び*/

.vertical {}

.vertical li {
    margin-top: 0.5em;
}

.vertical li:first-child {
    margin-top: 0;
}

.vertical li img {
    margin: 5px 0;
    line-height: 1;
    vertical-align: middle;
}

.vertical span {
    font-size: 10px;
    vertical-align: middle;
    padding: 0 0.5em;
    margin-right: 1em;
    background: url(bg02.png) repeat #fff5fb;
    border-radius: 4px;
}


/*dlリスト*/

dl dt {
    margin-top: 1em;
}

dl dt:first-child {
    margin-top: 0;
}

dl dt span {
    vertical-align: middle;
    padding: 0 0.5em;
    margin-right: 1em;
    background: url(bg02.png) repeat #fff5fb;
    border-radius: 4px;
}


/*フォント*/

article>h1 {
    /*このままの設定で日本語と英語に対応しています*/
    font-weight: 200;
    font-family: 'Libre Franklin', 'Noto Sans Japanese'/*Google Fonts*/
    , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
}

.pagetop {
    /*英語のみ対応*/
    font-family: 'Martel', serif;
    font-weight: normal;
}

#after h1 {
    /*英語のみ対応*/
    font-family: 'Mrs Saint Delafield', cursive;
    font-weight: normal;
}


/*テキスト 行の高さ*/

#after h1 {
    line-height: 1.2;
}

article>h1, .pagetop {
    line-height: 1.4;
}


/*テキスト 文字間隔*/

article>h1 {
    letter-spacing: 0.4em;
}

.pagetop {
    letter-spacing: 0.2em;
}


/*------------アニメーション------------*/


/*ページ全体のフェードイン*/

@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

body {
    animation: fadein 1s ease 0s 1 normal;
}


/*リンクホバーで色がなめらかに変わる*/

@keyframes linkhover {
    0% {
        color: #939393;
    }
    100% {
        color: #f7749c;
    }
}

a:hover {
    animation: linkhover 0.2s ease 0s 1 normal both;
}


/*------------画面サイズ768px以下用（タブレット/スマホ向け）------------*/

@media screen and (max-width:768px) {
    #all {
        padding: 1px 0;
        /*マージン相殺対策*/
    }
    #wrap {
        margin: 20px auto;
        padding: 80px 30px;
        width: 100%;
    }
    article>h1 {
        font-size: 22px;
    }
}


/*コーディング確認済*/
