@charset "UTF-8";

/* Template & Designed by Towako. */
/* http://nina.her.jp */

/* ウェブフォントの読み込み */
@import url('https://fonts.googleapis.com/css?family=Bellota&display=swap');

@font-face {
 font-family: はんなり明朝;
 font-display: swap;
 src: url('https://cdn.leafscape.be/hannari/hannari_web.woff2') format("woff2");
}
@font-face {
 font-family: 源ノ明朝;
 font-display: swap;
 src: url(../font/SourceHanSerifJP_Regular.eot) format("eot"),
 url(../font/SourceHanSerifJP_Regular.woff) format("woff"),
 url(../font/SourceHanSerifJP_Regular.ttf) format("truetype");
}


/*-------------------------------------------------
このフォントはIPAフォントライセンスv1.0の下で提供されています。
http://ipafont.ipa.go.jp/ipa_font_license_v1.html
-------------------------------------------------*/

/* 全体に適用する */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-weight: normal;
    font-family: 'はんなり明朝', serif;
}

/* 基本設定 */
body {
    text-align: center;
    background-color: #5a4498;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-size: 12px;
    color: #fff;
}

/*  スクロールバー  */
::-webkit-scrollbar{
    width: 12px;
}

::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
}

/*  テキスト選択  */
::selection {
    background: #ffedab; color: #5a4498;
}

::-moz-selection {
    background: #ffedab; color: #5a4498;
}

/* リンク */
a {
    text-decoration: none;
    color: #e6e6fa;
    background: rgba(255,255,255,0.2);
}
a:hover {
    text-decoration: none;
    color: #ffedab;
    background: rgba(255,255,255,0.2);
}

/* 背景画像 */
#bg {
    position: fixed;
    display: block;
    content: '';
    top: 0;
    left: 0;
    z-index: -100;
    width: 100%;
    height: 100vh;
    background: url('../img/bg.jpg') center/cover;
}

/* 共通 */
header,
section,
article {
    margin: 3em auto 5em;
    text-align: justify;
    word-break: break-all;
}

header,
section {
    width: 80%;
}

/* 見出し */
header h1 {
    margin-bottom: 0.5em;
}

/* フォントの指定 */
header h1,
section h2,
article h1 {
    font-family: 'はんなり明朝', serif;
}

/* 段落 */
header p {
    margin: 1em auto 1.5em;
    color: #c0c0c0;
}

/* セクション */
section {
    position: relative;
    padding: 0.5em 1em;
    border: thin solid #fff;
}

/* 見出し */
section h2 {
    position: absolute;
    top: -1.5em;
    left: 0;
    font-size: 1.2em;
}

.since{
    font-family: 'Bellota', cursive;
    text-align:right;
    color:#e6e6fa;
    font-size:12px;
}

/* 段落 */
section p {
    font-family: 源ノ明朝, serif;
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #e6e6fa;
}

section p span{
    font-family: 源ノ明朝, serif;
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #e6e6fa;
}


/* 重要事項 */
section strong {
    font-weight: bold;
    color: red;
}

/* リスト */
section ul {
    margin: 1em auto;
    list-style-type: none;
}

section ol {
    margin: 1em auto;
    list-style-position: inside;
}

section li {
    margin: 0.5em auto;
    display: inline;
}

section li a {
    display: inline;
    padding: 0.2em 0.5em;
    background-color: rgba(0, 0, 0, 0.3);
    text-decoration: none;
    line-height: 2.5;
}

/* フッター */
footer {
    font-family: 'Bellota', cursive;
}

footer a {
    font-family: 'Bellota', cursive;
}


/* 本文ページ */
article {
    padding: 3em;
    max-width: 800px;
    background-color:  rgba(255,255,255,0.8);
    font-family: 源ノ明朝, serif;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.01em;
    color: #000;
    hanging-punctuation: first force-end last;
}
article p ,
article p span {
    font-family: 源ノ明朝, serif;
    font-size: 14px;
}


/* 見出し */
article h1 {
    font-family: 源ノ明朝, serif;
    font-size: 24px;
    margin-bottom: 1em;
    text-align: center;
    background-image: url('../img/title.png');
    background-position: center bottom;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.date{
    font-family: 'Bellota', cursive;
    text-align:right;
    color:#5a4498;
    font-size:12px;
}
.pr{
    overflow: hidden;
    width: 100%;
    height: 17px;
    margin: 60px 0;
    background:url(../img/pr.png) center no-repeat;
}
emp{
    font-family: 源ノ明朝, serif;
    color: #000;
    -webkit-text-emphasis:filled dot;
    -moz-text-emphasis:filled dot;
    text-emphasis:filled dot;
}
em{
    font-family: 源ノ明朝, serif;
    font-style: normal;
    letter-spacing: 0.2em;
    color: #fff;
    background: rgba(0,0,0,0.7);
    padding: 3px;
}
.sub{
    font-family: 源ノ明朝, serif;
    font-style: normal;
    letter-spacing: 0.2em;
    color: #fff;
    background: rgba(138,43,226,0.5);
    padding: 10px 3px 3px;
}
.nvl{
    color: #5a4498;
    text-decoration:underline;
}
b{
    font-family: 源ノ明朝, serif;
    font-weight: bold;
}

ruby, rt {
    font-family: 源ノ明朝, serif;
}

summary {
    font-family: 源ノ明朝, serif;
    color: #5a4498;
    cursor: pointer;
}

.bbf {
    font-family: 源ノ明朝, serif;
    padding-left: 2em;
    text-indent: -2em;}

/* 余白 */
article p,
footer,
.menu {
    margin: 1em auto 1.5em;
}

/* 装飾 */
.cent{
    text-align: center;
}
.thin{
    color:#999999;
    font-family: 源ノ明朝, serif;
    font-style: normal;
}

.flip{
    font-family: 源ノ明朝, serif;
    color: rgba(255,255,255,0.1);
}
hr{
    width:100%;
    border:none;
    border-top:dotted 1px #5a4498;
    color: #5a4498;
    height:1px;
}
.line{
    display:block;
    width:100%;
    height:3px;
    background:url(../img/line.png) 0 0 repeat;
    margin: 20px 0;
}

.att {
    font-size: 12px;
    color: #ffffff;
    background: rgba(255,255,255,0.2);
}

/* フォーム系 */
.box{
    border: 1px solid #5a4498;
    border-radius: 5px;
    padding: 10px;
    margin: 30px 0 10px;
}

textarea,
input[type] {
    -webkit-appearance: none;
    margin: 3px;
    padding: 0.2em 0.5em;
    background-color: rgba(90, 68, 152, 0.3);
    border: thin solid #fff;
    border-radius: 0;
    color: #5a4498;
    font-family: 源ノ明朝;
}
#formWrap {
    font-family: 源ノ明朝;
}

form select,
form option {
    margin: 3px;
    padding: 0.2em 0.5em;
    background-color: rgba(255, 255, 255, 0.5);
    border: thin solid #5a4498;
    border-radius: 5px;
    color: #5a4498;
    font-family: 源ノ明朝;
}

form select,
form input[type=submit] {
    cursor: pointer;
}

textarea {
    width: 200px;
    height: 70px;
    font-family: 源ノ明朝;
}

input[type=text] {
    width: 80%;
    font-family: 源ノ明朝;
}

input[type=submit] {
    width: auto;
    font-family: 源ノ明朝;
}

::placeholder {
    color:#5a4498;
}


#namechange input[type=text] {
    margin-right: -10px;
    width: auto;
    background-color: rgba(255, 255, 255, 0.5);
    color: #ffffff;
}
#namechange input[type=button] {
    margin-right: -5px;
    width: auto;
    background-color: rgba(90, 68, 152, 0.5);
    color: #ffffff;
    cursor: pointer;
}
#namechange ::placeholder {
    color:#ffffff;
}


/* メニュー */
.menu li {
    display: inline;
    margin: 0 0.5em;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    
    text-decoration: none;
}

.menu li a {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    background-color: transparent;
    text-shadow:
    1px 1px 10px #ffedab,
    1px -1px 10px #ffedab,
    -1px 1px 10px #ffedab,
    -1px -1px 10px #ffedab,
    0 0 22px #ffedab;
    text-decoration: none;
}
.menu li a:hover {
    background-color: transparent;
    text-shadow:
    1px 1px 10px #ee82ee,
    1px -1px 10px #ee82ee,
    -1px 1px 10px #ee82ee,
    -1px -1px 10px #ee82ee,
    0 0 22px #ee82ee;
    text-decoration: none;
    opacity: 0.7;
}


/* トップに戻るボタン */
#pageTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: #ffffff;
}

#pageTop i {
    padding-top: 1px;
    padding-right: 5px;
    color: #ffffff;
}

#pageTop a {
    display: block;
    z-index: 999;
    padding: 5px 0 0 5px;
    border-radius: 30px;
    width: 25px;
    height: 25px;
    background-color: rgba(90, 68, 152, 0.7);
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

#pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}



/* 	横幅321px以上で読み込む */
@media only screen and (min-width:320px) and (max-width:767px){

    article h1 {
        font-size: 18px;
    }

    input[type=text] {
        width: 100%;
        font-family: 源ノ明朝;
    }

}

/* 横幅768px以上で読み込む */
@media screen and (min-width:768px) {

    /* フォントサイズ */
    body {
        font-size: 14px;
    }

    /* フォントサイズ */
    header h1 {
        font-size: 2.5em;
    }

    header p {
        font-size: 1.3em;
    }

    section h2 {
        font-size: 1.3em;
    }
    
}

/* 横幅1024px以上で読み込む */
@media screen and (min-width:1024px) {
    section {
        margin: 3em 0;
    }

    /* フレックスボックス */
    main {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
        width: 80%;
    }

    section {
        flex-basis: 48%;
    }
}