@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Kaisei+Decol:wght@500&family=Playfair+Display:ital,wght@1,500&display=swap');


@font-face{
 font-family: 源ノ明朝;
 src: url(../../../font/SourceHanSerifJP_Regular.eot) format("eot"),
 url(../../../font/SourceHanSerifJP_Regular.woff) format("woff"),
 url(../../../font/SourceHanSerifJP_Regular.ttf) format("truetype");
}
/* ブラウザスタイルの初期化 */
*{
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: #504848;
	font-size: 13px;
	font-family: 源ノ明朝, serif;
	}

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

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

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

/*  テキスト選択  */
::selection {
	background: #fe0068; color: #ffffff;
	}

::-moz-selection {
	background: #fe0068; color: #ffffff;
	}

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

#pageTop i {
  padding-top: 3px;
  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: #fe0068;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

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

/* リンク設定 */
a{
	color: #ff85ac;
	text-decoration:none;
	}
a:hover,
a:active{
	color:#ff85ac;
	text-decoration:underline;
	opacity:0.5;
	}

/* 背景 */
body {}

.she {
	background: #fafafa url(../img/she.png) fixed;
	}

.he {
	background: #fafafa url(../img/he.png) fixed;
	}

/* コンテンツ */
.content{
	line-height: 180%;
	padding: 20px 0;
	hanging-punctuation: first force-end last;
	}
.novel, .novel a{
	line-height: 200%;
	font-size: 14px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	}
.names0, .names1, .names2, .names3{
	line-height: 180%;
	font-size: 14px;
	}

/* ページ送り */
#pager{
	text-align: center;
	padding: 0 0px 10px;
	}
#pager li{
	padding: 0 10px;
	display: inline;
	}

/* 見出し */
h1{
	color: #fe0068;
	font-weight: normal;
	font-size: 30px;
	font-family: 'Playfair Display', 'Kaisei Decol', serif;
	margin: 5px 0;
	}

.pr{
	overflow: hidden;
	width: 100%;
	height: 21px;
	margin: 60px 0;
	background:url(../img/pr_s.png) center no-repeat;
	}

.prL{
	overflow: hidden;
	width: 100%;
	height: 21px;
	margin: 60px 0;
	background:url(../img/pr_l.png) center no-repeat;
	}

hr{
	border: none;
	border-bottom: 1px dashed #ff85ac;
	margin: 10px 0;
	}

.cent{
	text-align: center;
	}

.date{
	text-align:right;
	color:#808080;
	font-size:10px;
	}

emp{
	-webkit-text-emphasis:filled dot;
	text-emphasis:filled dot;
	}

/* フォーム */
button.newiine_btn{
	border: 1px solid; color: #ff85ac;
	}

input[type=text]#koibumi_text{
	background:#fff4f9;
	color: #ff85ac;
	border:1px solid #ff85ac;
	border-radius: 3px;
	box-sizing:border-box;
	}
::placeholder{
	color:#ff85ac;
	}

/* 骨組み */
#container {
	margin: 0 auto ;
	padding: 0 3% 0 3%;
	max-width: 800px;
	}
.wrapper{
	background: rgba(250,250,250,0.9);
	margin: 30px auto;
	padding: 15px 30px;
	}

/* ページの重なり */
.wrapper{
	position: relative;
	box-sizing: border-box;
	box-shadow: 1px 1px 1px 3px #f4f4f4;
	}

/* 小さい画面での表示 */
@media all and (max-width: 768px) {
	.wrapper{padding: 20px 20px;}
	#pager li{padding: 0 15px;}
	h1, h1 a:link, h1 a:visited{font-size: x-large;}
	.wrapper:before{display: none;}
	#footer{height: 260px;}#copy{bottom: 20px;}
}
