@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-size: 24px 24px;
    background-color: #efefef;
    background-image: radial-gradient(white 8%, rgba(255, 255, 255, 0) 12%),
        radial-gradient(white 8%, rgba(255, 255, 255, 0) 12%);
    background-position: 0 0, 12px 12px;
    /*背景のドット柄*/
}


/*フロート解除*/
.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;
}



/*重要*/

strong {
    font-weight: normal;
    padding: 0 0.5em;
    background: #f1f6ff;
    border-radius: 2px;
}


/*リスト*/

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 {
    vertical-align: middle;
    padding: 0 0.5em;
    margin-right: 1em;
    background: #f1f6ff;
    border-radius: 2px;
}



/*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: 0;
    background: #f1f6ff;
    border-radius: 2px;
}


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

header h1 span {
    font-family: 'Pinyon Script', cursive;
}

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

header h1,
header h1 span,
#subtitle,
nav,
#info section h1,
.pagetop,
.pageback {
    line-height: 1;
}


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

header h1 {
    letter-spacing: 0.3em;
}

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

#subtitle {
    letter-spacing: 0.3em;
}

nav {
    letter-spacing: 0.3em;
}

#info section h1 {
    letter-spacing: 0.2em;
}

.pagetop {
    letter-spacing: 0.1em;
}


/*ベース*/
#all {}

#wrap1 {}

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

}

/*レイアウト共通*/
header,
#info section,
footer {
    padding: 30px;
}

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

/*ヘッダー*/
header {
    background: #9fc6a3;
    text-align: center;
    font-size: 0;
    /*隙間対策*/
}

#title {
    display: inline-block;
}

header h1 {
    font-size: 24px;
}

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

header a {
    color: white;
}

header a:hover {
    color: white;
}

#subtitle {
    font-size: 13px;
    margin-top: 30px;
}


/*メイン*/
#main {}

/*ナビ*/
nav {
    margin: 0 auto;
    max-width: 1100px;
}

nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*フレックスボックス*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*折り返す*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*左右中央寄せ*/
}


nav ul li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    /*フレックスアイテムの縮小を無効*/
    border: 8px solid white;
    margin: 30px 15px 0 15px;
    width: 320px;
    height: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*フレックスボックス*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*上下中央寄せ*/
}

nav ul li:nth-child(1) {
    /*1番目のリスト*/
    background: url(bg01.jpg) repeat top left;
}

nav ul li:nth-child(2) {
    /*2番目のリスト*/
    background: url(bg01.jpg) repeat top left;
}

nav ul li:nth-child(3) {
    /*3番目のリスト*/
    background: url(bg01.jpg) repeat top left;
}

nav ul li:nth-child(4) {
    /*4番目のリスト*/
    background: url(bg01.jpg) repeat top left;
}

nav ul li:nth-child(5) {
    /*5番目のリスト*/
    background: url(bg01.jpg) repeat top left;
}

nav ul li:nth-child(6) {
    /*6番目のリスト*/
    background: url(bg01.jpg) repeat top left;
}

nav ul li a {
    /*フレックスアイテム*/
    width: 100%;
    text-decoration: none;
}

.navbox {
    text-align: center;
    background: rgba(255, 255, 255, 1);
    padding: 15px;
    width: 100%;
}

.navtitle1 {
    font-size: 13px;
}

.navtitle2 {
    font-size: 15px;
    margin-top: 13px;
}



/*セクション*/

#info {}

#info section {
    margin-top: 30px;
    background: white;
}

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

#info section h1 {
    font-size: 13px;
    text-align: center;
    margin-bottom: 20px;
}


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

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

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


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

.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 {
    margin-top: 30px;
    background: white;
    text-align: center;
}

footer ul {
    margin-top: 20px;
    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) {
    body {
        background-size: 14px 14px;
        background-color: #efefef;
        background-image: radial-gradient(white 14%, rgba(255, 255, 255, 0) 16%),
            radial-gradient(white 14%, rgba(255, 255, 255, 0) 16%);
        background-position: 0 0, 7px 7px;
        /*背景のドット柄*/
    }

    header,
    #info section,
    footer {
        padding: 30px 20px;
    }

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

}

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