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

/*--------------------テンプレート情報--------------------*/
/*template　Maison de R*/
/*url　https://maisonder.web.fc2.com/*/
/*title　FLOWER STORY vol.2 yellow*/
/*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
"Noto Serif JP" is lisenced under the SIL Open Font License
http://scripts.sil.org/OFL
https://fonts.google.com/(Google)
"Lora" is lisenced under the SIL Open Font License
http://scripts.sil.org/OFL
https://fonts.google.com/(Cyreal)
"Mrs Saint Delafield" is lisenced under the SIL Open Font License
http://scripts.sil.org/OFL
https://fonts.google.com/(Sudtipos)
*/

/*
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;
    word-break: break-all;
    -webkit-appearance: none;
    -moz-appearance: none;
    /*プラットフォームのスタイルをリセット*/
}

/*フェードイン*/
body {
    -webkit-animation: fadein 1s ease 0s 1 normal;
    animation: fadein 1s ease 0s 1 normal;
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 1;
    }
}


/*ボディ*/

body {
    letter-spacing: 0.05em;
    line-height: 1.8;
    font-family: "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #464646;
    background: #f1f1f1;
    /*モバイル端末でのテキストサイズの自動調整対策*/
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

/*リンク*/

a {
    color: #888888;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    /*リンクカラーをふわっと変化させる*/
}

a:hover {
    color: #a4a8d4;
}


/*画像*/

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

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

/*重要*/

strong {font-size: 14px;
    font-weight: bold;
    background: url(bg02.png) repeat #fffccd;
    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;
    vertical-align: middle;
}

.vertical span {
    vertical-align: middle;
    padding: 0 0.5em;
    margin-right: 1em;
    background: url(bg02.png) repeat #fffccd;
    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 #fffccd;
    border-radius: 4px;
}



/*フォント*/

header h1 {
    font-family: 'Lora', serif;
    font-weight: normal;
}

.nav1,
#info section h1,
.pagetop {
    font-family: 'Lora', serif;
    font-weight: normal;
}

#first h1 {
    font-family: 'Mrs Saint Delafield', cursive;
    font-weight: normal;
}


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

#first h1,
.pagetop,
.pagetop a:before {
    line-height: 1;
}


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

header h1,
.nav3 {
    letter-spacing: 0.4em;
}

#subtitle,
.nav1,
.nav2,
#info section h1 {
    letter-spacing: 0.2em;
}



/*ベース*/
#bodyall {}

#all {
    width: 100%;
}

#wrap {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

#boxwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#boxleft {
    background: url(bg01.jpg) center 0 repeat-y white;
    background-size: 300px auto;
    width: 50%;
    position: relative;
    /*パンくずリストの基準位置*/
}

#boxright {
    padding: 80px;
    background: #fcfcfc;
    width: 50%;
}


/*ヘッダー*/

header h1 {
    margin: 100px auto 60px;
    padding: 40px;
    font-size: 34px;
    background: rgba(255, 255, 255, 0.8);
}

header h1 a {
    color: #464646;
}

header h1 span {
    margin-top: 1em;
    display: block;
    font-size: 20px;
}

/*パンくずリスト*/

#topicpath {
    background: rgba(0, 0, 0, 0.1);
    color: #000000;
    padding: 2px 8px;
    text-align: left;
    font-size: 0;
    /*隙間対策*/
}

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

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

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

#topicpath a {
    color: #000000;
}

#topicpath a:hover {
    color: #a4a8d4;
}

/*サブタイトル&キャッチコピー*/

#subtitle {
    margin: 0 80px 100px;
}

#subtitle span {
    display: inline-block;
    background: rgba(255, 255, 255, 0.8);
    padding: 1em 2em;
}


/*メイン*/

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


/*セクション*/

section {
    text-align: left;
}

section h1 {
    font-size: 13px;
    text-align: center;
}

#first {
    margin: 0 auto;
}

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

#info {
    margin: 0 auto;
}

#info section {
    margin-top: 80px;
}

#info section:first-child {
    margin-top: 0;
}

#info section h1 {
    margin-bottom: 2.5em;
}


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

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

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


/*ナビ*/

nav {
    margin: 80px auto;
}

nav ul li {
    padding: 30px 0;
    border-top: 1px solid #f0f0f0;
}

nav ul li:last-child {
    border-bottom: 1px solid #f0f0f0;
}

.nav1 {
    font-size: 13px;
    margin-bottom: 1em;
}

.nav2 {
    margin-bottom: 1em;
}

.nav3 {
    font-size: 26px;
}

.nav3::first-letter {
    color: #68a4d9;
}


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

.pagetop {
    margin-top: 80px;
}

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

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

/*リンク下線一括指定*/
header h1 a,
.nav3 a,
.pagetop a {
    text-decoration: none;
}

/*フッター*/

footer {
    margin: 0 auto;
    padding: 20px 40px;
    background: #f1f1f1;
}

/*配布元表示*/

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

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



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

@media screen and (max-width:1024px) {
    #boxwrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        /*並べ方*/
    }

    #boxleft {
        background: url(bg01.jpg) center -10px no-repeat white;
        background-size: 300px auto;
        width: 100%;
    }

    #boxright {
        width: 100%;
        min-height: 500px;
        padding: 80px 30px;
    }

    header h1 {
        font-size: 24px;
        padding: 40px 30px;
    }

    header h1 span {
        font-size: 18px;
    }

    #subtitle {
        margin: 0 30px 100px;
    }

    .nav3 {
        font-size: 22px;
    }

    footer {
        padding: 20px 30px;
    }
}


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