@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　光の庭園*/
/*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;
    /*フォーム周辺のデザインをリセット*/
}

html {
    font-size: 10px;
}

/*ボディ*/

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: 1.6rem;
    color: #434343;
    /* background: #f4e8e6; */
    background: #fafafa;
    text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
}


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

/*リンク*/

a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    text-decoration: none;
    /*アニメーション*/
    color: rgb(15 35 50);
}

a:hover {
    color: rgb(255 255 255);
}



/*画像*/

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

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

em {
    background-image: linear-gradient(rgb(0 0 0 / 0.0) 0%, rgb(0 0 0 / 0.0) 90%, #db9cc3 91%);
    font-weight: 600;
    font-style: normal;
}

hr.blank {
    border: none;
    margin: 24px 0;
}
hr.blank_mini {
    border: none;
    margin: 16px 0;
}

/*重要*/

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


/*リスト*/

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


/*ulリスト 縦並び*/

.vertical {}

.vertical dt, .vertical dd {
    margin-top: 0.5em;
}

.vertical dt:first-child, .vertical dd:nth-child(2) {
    margin-top: 0;
}

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

.vertical.site_info {
    display: flex;
    flex-wrap: wrap;
}

.vertical.site_info dt {
    color: #fffff0;
    background: #95a1af;
    border-radius: 2px;
    display: inline-block;
    width: 120px;
    text-align: center;
    font-weight: 400;
    text-shadow: none;
    height: 32px;
    line-height: 32px;
}
.vertical.site_info dd {
    width: calc(100% - 120px);
    padding: 0 0 0 1em;
    height: auto;
    min-height: 32px;
    line-height: 32px;
}

.list > li::before {
    content: "◆";
    display: inline-block;
    margin: 0 4px 0 0;
    color: #d1cabb;
}

/*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;
    color: #db9cc3;
    background: white;
    border-radius: 2px;
}


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

header h1 span {
    font-family: 'Noto Serif JP', serif;
}

h2 {
    font-size: 1.8rem;
    font-weight: 600;
    border-left: 8px double #d1cabb;
    border-bottom: 2px solid #d1cabb;
    padding: 0 0 0 8px;
    margin: 0 0 8px 0;
}

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

header h1,
header h1 span,
#subtitle,
.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.2em;
}

#main {
    letter-spacing: 0.3em;
}

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

.pagetop {
    letter-spacing: 0.1em;
}


/*ベース*/
#all {
    position: relative;
    z-index: 1;
}
#all::before {
    content: "";
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    background-image: url(../img/index.png);
    /* background-size: 375px auto; */
    background-position: center 120px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#wrap1 {
    position: relative;
    z-index: 10;
    padding: 0 0 120px;
}

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

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

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

#topView {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 96px 0 0;
}


/*ヘッダー*/
header {
    background: rgb(255 255 255 / 0%);
    text-align: center;
    color: rgb(15 35 50);
    width: 100%;
    font-size: 1.4rem;
}

#subtitle, #status {
    margin-top: 32px;
}

#title {
}

.site_title {
    font-family: 'Lora', serif;
    font-size: 4.0rem;
    height: 40px;
    line-height: 40px;
}

#subtitle {
    margin: 32px 0;
    line-height: 1.5;
}

#status {
    display: inline-block;
    margin: 0 auto;
    padding: 0 16px;
    background-image: linear-gradient(rgb(0 0 0 / 0.0) 0%, rgb(0 0 0 / 0.0) 90%, #db9cc3 91%);
    font-weight: 600;
}

/*メイン*/
#main {
}

ul#main {
    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;
    /*左右中央寄せ*/
    margin: 0 auto;
    max-width: 1200px;
}


ul#main li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 4px 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;
    position: relative;
}

ul#main li:nth-child(1) {
    background: url(../img/term1_2.jpg) no-repeat 20% 0%;
    background-size: auto 270px;
}

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

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

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

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

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

ul#main li.now::after {
    content: "参加者様 募集中";
    width: 160px;
    height: 68px;
    /* background-color: #db9cc3; */
    background-image: url(../img/plate.png);
    background-size: cover;
    color: #000;
    position: absolute;
    top: 200px;
    left: 50%;
    z-index: 30;
    margin: 0 0 0 -80px;
    text-shadow: none;
    text-align: center;
    letter-spacing: 0.1rem;
    padding: 14px 0 0 7px;
    box-sizing: border-box;
    font-weight: 600;
}
ul#main li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.navbox {
    text-align: center;
    width: 100%;
    height: 100%;
    text-shadow: none;
    position: relative;
    z-index: 10;
    padding: 16px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

a .navbox {
    color: #434343;
}

ul#main li .navbox::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    opacity: 1.0;
    transition: opacity 0.3s;
}
ul#main li .navbox:hover::before {
    opacity: 0;
}
ul#main li:nth-child(1) .navbox::before {
    background: url(../img/term1.jpg) no-repeat 20% 0%;
    background-size: auto 270px;
}

.navbox > div {
    position: relative;
    z-index: 20;
    text-align: center;
}

.navtitle1 {
    font-size: 2.4rem;
    letter-spacing: 0.1rem;
    padding: 8px 16px;
}

.navtitle2 {
    font-size: 1.4rem;
    margin-top: 0;
}

.navinfo {
    font-size: 1.4rem;
    letter-spacing: 0;
    padding: 0px 16px 12px;
}

ul#main li .navbox .navtitle1,
ul#main li .navbox .navinfo {
    background: rgba(255, 255, 255, 1);
}
ul#main li .navbox .navtitle1 {

}
ul#main li .navbox .navinfo {

}

ul#main li:nth-child(1) .navbox {
    background: rgba(0 0 0 / 0.0);
}
ul#main li:nth-child(1) .navbox .navtitle1,
ul#main li:nth-child(1) .navbox .navinfo {
    color: rgb(255 255 255 / 0.8);
    background: rgba(0 0 0 / 0.4);
}


/*セクション*/

.info {
    color: rgb(15 35 50);
}

.info section {
    margin-bottom: 80px;
    background: rgb(250 250 250 / 20%);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

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

.info section h1 {
    height: 85px;
    font-size: 2.4rem;
    text-align: center;
    background-image: url(../img/h1.png);
    background-size: auto 100%;
    background-position: center top;
    background-repeat: no-repeat;
    margin: 0 0 40px 0;
}

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

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: 50px;
    line-height: 50px;
    padding: 0 30px;
    display: block;
    /*リンク範囲の調整*/
    background: white;
    color: #db9cc3;
    text-decoration: none;
}

.pagetop a:hover {
    background: white;
    color: #db9cc3;
}

/*フッター*/

footer {
    width: 100%;
    height: 140px;
    margin-top: 30px;
    text-align: center;
    background-color: rgb(255 255 255 / 0.4);
    color: rgb(15 35 50);
    position: relative;
}

footer::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background-image: url(../img/header.png);
    background-size: 200px;
    opacity: 0.5;
}

footer ul {
    margin-top: 20px;
    font-size: 0;
    position: relative;
    z-index: 10;
    /*隙間対策*/
}

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

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

.pageback {}


/****/

::-webkit-scrollbar {
    background: rgb(0 0 0 / 0.0);
    width:5px;
}
::-webkit-scrollbar-thumb {
    background-color: #d1cabb;
}

::selection {
    background-color: #95a1af;
    color: #fff;
    text-shadow: #95a1af 2px 0px 0px, #95a1af 1.75517px 0.958851px 0px, #95a1af 1.0806px 1.68294px 0px, #95a1af 0.141474px 1.99499px 0px, #95a1af -0.832294px 1.81859px 0px, #95a1af -1.60229px 1.19694px 0px, #95a1af -1.97998px 0.28224px 0px, #95a1af -1.87291px -0.701566px 0px, #95a1af -1.30729px -1.5136px 0px, #95a1af -0.421592px -1.95506px 0px, #95a1af 0.567324px -1.91785px 0px, #95a1af 1.41734px -1.41108px 0px, #95a1af 1.92034px -0.558831px 0px;
}

.sp, .sp_in { display: none; }
.pc { display: block; }
.pc_in {display: inline-block;}

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

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

    #all::before {
        background-size: 375px auto;
    }

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

    #main {
        padding: 0 0px 30px;
    }
    ul#main li {
        margin: 0 20px 40px;
    }

}

@media screen and (max-width:480px) {
    #topView {
        padding: 0px 0 0;
    }
    header, .info section, footer {
        padding: 30px 16px;
    }
    #title {
        margin: 0 0 32px;
    }
    #subtitle {
        text-align: left;
    }
    .pc, .pc_in { display: none; }
    .sp { display: block; }
    .sp_in {display: inline-block;}
}
/*ベンダープレフィックス設定済*/
/*エラーチェック済*/
