@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Fredoka+One);
/*!
 * Template: 27-pastel v1.0.0 (https://klee.mypace.net/)
 * Copyright 2017 klee
 * Licensed under MIT (https://opensource.org/licenses/mit-license.php)
 */
/* ============================================================
   適用デバイス：すべて（xs,sm,md,lg）
   ============================================================ */
/* 適用対象：要素全体
   ============================================================ */
/* リセットCSS */
h1{font-weight: normal;}
nav ul{list-style:none;padding:0;}
nav ul, dt, dd{margin: 0;}
ins{text-decoration: none;}

/* bodyなど */
body{line-height:1.7;background: #a9a9a9;color: #888;margin: 20px 0;}
main section{margin: 40px 0;}
main section section{margin: 20px 0;}
main section:first-child{margin-top: 20px;}
main section:last-child{margin-bottom: 20px;}

/* フォーム関連 */
input, select, textarea{vertical-align:middle;}
::-webkit-input-placeholder{color: #999;}
:-ms-input-placeholder{color: #999;}
::-moz-placeholder{color: #999;}
label{cursor: pointer;}

input, textarea{padding: 0.3em;border-radius: 2px;margin: 0 5px 5px 0;}
input[type="text"], textarea{border: 1px solid #bbb;}
input[type="submit"]{cursor: pointer;}

/* リンク */
a{text-decoration: none;color: #ffffff;background-color: #e0e0e0;}
a:hover{background-color: #ffb5c3;}


/* 水平線 */
hr{border-top: 1px dotted;}
/* 重要性 */
strong{color: #999999;}
/* 追加要素 */
ins::after{content: "new!";color: #F69896;border: 1px solid;border-radius: 2px; margin-left: 3px;padding: 0 5px;}

/* 適用対象：クラス名を付けた要素
   ============================================================ */
/* レースの部分 */
.inner{position: relative;background: #fff; margin: 60px -15px;padding: 20px}
.inner::before{position: absolute;content: "";left: 0;top: auto;margin-top: -70px; width: 100%;height: 50px; background: url(bg.gif) repeat-x left bottom;transform: scale(1, -1);}
.inner::after{position: absolute;content: "";left: 0; bottom: auto;margin-top: 20px; width: 100%;height: 50px; background: url(bg.gif) repeat-x left bottom;}

/* 見出し */
.site-title{text-align: center;margin: 0;}
.site-title a{font-size: 2.8rem;font-family: 'Fredoka One', cursive;}
.site-title a:hover{color: #ffffff;}
.site main h2{color: #FFb5c3;font-family: 'Fredoka One', cursive;font-size: 1.9rem;}
.site main h3{color: #ffd5cc;font-size: 1.4rem;margin: 5px auto;}

/* 見出し＆ナビゲーションメニュー */
.site-title a, .gnav li a{border: none;color: #ffffff;}

/* ナビゲーションメニュー */
.gnav{text-align: center;margin-top: 10px;}
.gnav li {display: inline;padding: 0 10px;}
.gnav li a{font-family: 'Fredoka One', cursive;font-size: 1.8rem;}
/* hover時のアニメーション */
.gnav li a{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.gnav li a:hover{-webkit-transform: translateY(-6px); transform: translateY(-6px);}

/* 展示リスト */
.list, .list-ss{list-style: none;padding: 0;}
.list li{color: #666666;}
.list li a{margin-right: 15px;}
.list-caption dd{padding-left: 10px;}
.list-slash dt {float: left;width: 8em;height:auto;}
.list-slash dd {margin: 0 0 5px 8em;padding-left: 1em;}
.list-ss li{display: inline;border-right: 1px solid #bbb;padding-right: 7px;margin-right: 7px;}
.list-ss li:last-child{border: none;}

/* フォーム */
.bottom{vertical-align: bottom;}
.comment{width: 80%;max-width: 500px;}
.btn, .btn-inline{background: transparent;border: 1px solid;}
.btn-color{background: #ffb5c3;border: 1px solid #ffb5c3;color: #ffffff;border: none;}
.btn-color:hover{opacity: 0.8;}
.btn-inline{display: block;}
.hensin{margin: 5px 0;list-style:none;padding:0;}
.hensin li{display: inline;margin-right: 1.5em;}
.kansou label{padding-right: 1em;}

/* リンクページ */
.link-bn{margin: 10px 0;}
.link-bn dd{margin-left: 10px;padding: 5px 10px;border-left: 1px dotted #bbb;}
.link-text{list-style: circle;}
.link-text a{margin-right: 1em;}
.link-inline {padding-left: 0;}
.link-inline li{display: inline;margin-right: 10px;}

/* 折り畳みボックス */
.acMenu dt{cursor:pointer; text-decoration: none;color: #ffffff; background-color: #cccccc; display: inline-block;}
.acMenu dd{display:none;margin-left: 10px;padding: 10px; border-left: 1px dotted #666;}

/* 展示ページの背景色 */
.work{background: #f4f4f4;}
/* 小説ページ */
h1.novel{font-family:YuMincho, '游明朝', serif;text-align: center;font-size: 2.2rem;}
.novel{font-size: 1.5rem;line-height: 2;color: #666;}
#center01 {text-align:center;font-size: 1.5rem;line-height: 2;color: #666;}
.afterword{margin-top: 120px;}
/* 画像展示ページ */
.img {text-align: center;}
.img img{max-width: 100%;height: auto;margin: 60px auto;}
/* ページ下部のメニュー */
.local-nav {text-align: center;margin: 20px auto 0;padding: 0;}
.local-nav li{display: inline;padding: 0 30px;}

/* 装飾ボックス */
.box{border: 5px double #ffcccc;padding: 10px;}
/* 著作権表示 */
.copy, .copy a{text-align: center;color: #000000;}
.copy a:hover{border-bottom: 0px dotted #ffffff;}

/* ============================================================
   適用デバイス：タブレット(sm)・デスクトップ(md)・大画面デスクトップ(lg)
   ============================================================ */
@media all and (min-width: 768px) {
.link-bn dt{float: left;}
.link-bn dd{margin-left: 210px;padding: 0 0 0 10px;}
.btn-inline{display: inline;}
}