@charset "UTF-8";
@import url("html5reset-1.6.1.css");
@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap');

/*--------------------テンプレート情報--------------------*/
/*template　Maison de R*/
/*url　https://maisonder.web.fc2.com/*/
/*title　FLOWER STORY vol.4 blue*/
/*code　CSS3*/

/*--------------------ライセンス--------------------*/

/*HTML5 Reset Stylesheet
html5doctor.com Reset Stylesheet v1.6.1
http://html5doctor.com/html-5-reset-stylesheet/
Copyright Richard Clark - http://richclarkdesign.com
Released under the CC0 Public Domain Dedication and MIT License
http://opensource.org/licenses/mit-license.php
*/

/*
jQuery v3.3.1
http://jquery.com/
(c) JS Foundation and other contributors
Released under the MIT license
http://jquery.org/license
http://opensource.org/licenses/mit-license.php
*/

/*
jQuery Smooth scroll
Handy Web Design
https://handywebdesign.net/2017/10/jquery-smooth-scroll/
*/

/*
Google Fonts
"Lora" is lisenced under the SIL Open Font License
http://scripts.sil.org/OFL
by https://fonts.google.com/(Cyreal)
"Noto Serif JP" is lisenced under the SIL Open Font License
http://scripts.sil.org/OFL
by https://fonts.google.com/(Google)
"Pinyon Script" is lisenced under the SIL Open Font License
http://scripts.sil.org/OFL
by https://fonts.google.com/(Nicole Fally)
*/

/*
Font Awesome(Font License)
"font-awesome" is lisenced under the SIL Open Font License 1.1
http://scripts.sil.org/OFL
https://fontawesome.com/v4.7.0/
*/

/*
Font Awesome(Code License)
https://fontawesome.com/v4.7.0/
Released under the MIT license
https://fontawesome.com/v4.7.0/license/
http://opensource.org/licenses/mit-license.php
*/

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


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

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*paddingとborderを幅と高さに含める*/
    word-break: break-all;
    /*単語の途中でも必ず改行される*/
    -webkit-appearance: none;
    -moz-appearance: none;
    /*フォーム周辺のデザインをリセット*/
}


/*ボディ*/

body {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    /*モバイル端末でのテキストサイズの自動調整対策*/
    text-align: left;
    letter-spacing: 0.05em;
    line-height: 1.8;
    font-family: 'Noto Serif JP', serif;
    font-size: 12px;
    color: #434343;
    background: white;
}

/*フロート解除*/
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/*リンク*/

a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    /*アニメーション*/
    color: #434343;
}

a:hover {
    color: #9ab5e5;
}


/*画像*/

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

a img {
    /*画像リンクの枠線を消す*/
    border: 0;
}


/*リスト*/

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

/*フォント*/
h1 {
    font-family: 'Lora', 'Noto Serif JP', serif;
    font-weight: normal;
}

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

header h1,
header h1 span,
.pagetop,
.pageback {
    line-height: 1;
}


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

header h1 {
    letter-spacing: 0.25em;
}

header h1 span {
    letter-spacing: 0.25em;
}

.pagetop {
    letter-spacing: 0.1em;
}

/*ベース*/
#all {}

#wrap1 {}

/*インナーボックス*/
.innerbox {
    max-width: 800px;
    margin: 0 auto;

}

.innerbox img{
    width: 200px;
    margin:10px auto;
}

/*レイアウト共通*/
header {
    padding: 40px 30px 0;
}

#main {
    padding: 40px 30px 0;
}

footer {
    padding: 40px 30px 30px;
}


/*ヘッダー*/
header {
    text-align: center;
}

header h1 {
    font-size: 22px;
}

header h1 span {
    display: block;
    font-size: 15px;
    margin-bottom: 20px;
}

/*メイン*/
#main {}

/*小説部分*/
.novel,
.afterword {
    /*小説部分のフォントサイズ*/
    font-size: 15px;
    /*小説部分の行間*/
    line-height: 1.7;
    /*小説部分の文字間隔*/
    letter-spacing: 0.025em;
}

.novel > p {
    /*小説部分直下の階層の段落タグ タグ間の余白*/
    /*小説部分直下の階層のpタグ間に間隔を作りたくない場合はmargin-topに0を指定してください*/
    margin-top: 1em;
}

.novel > p:first-child {
    /*小説部分直下の階層の段落タグ 先頭の要素*/
    margin-top: 0;
}

/*あとがき*/
.afterword {
    text-align: left;
    margin-top: 40px;
}


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

.pagetop {
    position: fixed;
    /*位置固定*/
    bottom: 0;
    right: 0;
}

.pagetop a {
    text-align: center;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    display: block;
    /*リンク範囲の調整*/
    background: #6779c1;
    color: white;
    text-decoration: none;
}

.pagetop a:hover {
    color: white;
}

/*フッター*/

footer {
    text-align: center;
}

footer ul {
    margin-top: 40px;
    font-size: 0;
    /*隙間対策*/
}

footer ul li {
    font-size: 12px;
    /*隙間対策 再指定*/
    display: inline-block;
    /*横並び*/
    margin: 0.1em 0.5em;
}

footer ul li span {
    margin-right: 0.5em;
}

.pageback {}


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

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

    header {
        padding: 40px 20px 0;
    }

    #main {
        padding: 40px 20px 0;
    }

    footer {
        padding: 40px 20px 30px;
    }
}

/*ベンダープレフィックス設定済*/
/*エラーチェック済*/
