@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);

/* ========== すべて共通 ========== */

html, body {
	font-size: 12px;
	font-family: sans-serif;
	color: #241309;
	background: #DFCB8C;
	font-family: "Roboto", "Noto Sans JP", serif;
}

header h1{
}

body, div, p, h1, h2, h3, h4, ul, figure {
	margin: 0;
	padding: 0;
}
p, td, th {
	line-height: 1.8;
}
li {
	list-style-position: inside;
	line-height: 1.8;
}
/*
img {
	width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}
*/
img.banner {
	width: 200px;
	height: 40px;
}
img.off {
	width: auto;
	height: auto;
}
a:link {
	color: #B4BB8C;
}
a:visited {
	color: #E1C0B6;
}
a:hover {
	color: #DFCB8C;
}
a:active {
	color: #DFCB8C;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}
.yohaku {
	margin: 1em;
}

@media screen and (min-width: 768px) {
	html, body {
		font-size: 16px;
		font-family: sans-serif;
		color: #241309;
		background: #DFCB8C;
		font-family: "Libre Baskerville", "Noto Sans JP", "Noto Sans Japanese", serif;
	}
}

/*テキストタグ*/
em{
		font-style: normal;
		background:#E1C0B6;
}

strong{
		font-weight:normal;
		color:white;
		background:#B4BB8C;
}

/* 共通の見出し */
main h1 {
	margin-bottom: 1rem;
	border-bottom: 1px dashed #241309;
	font-weight: normal;
	font-size: 1.2rem;
}

.container {
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 1000px;
}

h1{
	font-size:1.5rem;
}

@media screen and (min-width: 768px) {
	main h1 {
		margin-bottom: 1em;
		border-bottom: 1px dashed #241309;
		font-weight: normal;
		font-size: 1.6rem;
	}

	.container {
		padding-left: 20px;
		padding-right: 20px;
	}

	h1{
		font-size:2.2rem;
	}
}

/* ========== ヘッダー ========== */
header {
	padding: 5px 0 3px 0;
	background: #241309;
}
.header-inner {
	padding: 5px 0 3px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	height: 40px;
}
.header-inner img {
	padding: 5px 5px 0px 0;
	height: 40px;
}
.header-logo {
	padding: 0px 0 0px 0;
}
.menu-btn {
	padding: 10px 0;
	border: 1px solid #fff;
	border-radius: 4px;
	width: 40px;
	height: 40px;
	background: url(../images/hamburger.png) no-repeat center center;
	background-size: contain;
}

@media screen and (min-width: 768px) {
	.header-inner {
		height: 70px;
	}
	.header-inner img {
		height: 70px;
	}
	.header-logo {
		padding: 5px 0 5px 0;
	}
	.menu-btn {
		display: none;
	}
}

/* ========== ナビゲーション ========== */
nav {
	background: #241309;
}
.navbar {
	display: none;
	list-style-type: none;
}
.navbar a {
	display: block;
	padding: 0.6rem 0;
	color: #fff;
	text-decoration: none;
}
.navbar a:hover {
	background: #241309;
}

@media screen and (min-width: 768px) {
	.navbar {
		display: flex !important;
	}
	.navbar li {
		flex: 1 1 auto;
		text-align: center;
	}
	.navbar a.nav-current {
		background: #241309;
	}
}

/* ========== サブナビゲーション ========== */

ul li ul{
	position: absolute;
	width: 60%;
	height: 40px;
	list-style: none;
}

ul li ul li{
	overflow: visible;
}

ul li ul li a{
	overflow: visible;
	padding: 0.6rem 0;
	background-color: #919191;
	color: #444;
}

ul li ul li a:hover{
	overflow: visible;
	background: #241309;
}

.sample02 ul li ul{
	display: none;
}

.sample02 ul li:hover ul{
	display: block;
}

@media screen and (min-width: 768px) {
	ul li ul{
		position: absolute;
		width: 200px;
		height: 40px;
		list-style: none;
	}
}

/* ========== パンくずリスト ========== */
.breadcrumb ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.breadcrumb li {
	display: inline;
}
.breadcrumb li::after {
	content: "≫";
	color: #999;
}
.breadcrumb li:last-child::after {
	content: none;
}
.breadcrumb a:link {
	color: #fbfaef;
}
.breadcrumb a:visited {
	color: #7c5341;
}
.breadcrumb a:hover {
	color: #bd8a55;
}
.breadcrumb a:active {
	color: #bd8a55;
}

/* ========== メインエリア基本レイアウト ========== */
main {
	padding-top: 0px;
	padding-bottom: 50px;
	background: #DFCB8C;
}

@media screen and (min-width: 767px) {
	main {
		padding-left: 30px;
		padding-right: 30px;
	}
}

/* ========== twitterとメール ========== */
.tm_list ul {
	list-style-type: none;
	padding: 0px;
}
.tm_list li {
	padding: 0.1em;
	margin: 0.2em;
}

@media screen and (min-width: 768px) {
	.tm_list ul {
		list-style-type: none;
		padding: 0px;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.tm_list li {
		width: calc(100% / 2 - 10px);
	}
}

/* ========== フッター ========== */
footer {
	background: #241309;
	font-size: 0.9rem;
	color: #fff;
}
.footer-container {
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer-nav {
	list-style-type: none;
}
.footer-nav li {
	display: inline;
	padding: 0 1rem 0 0;
}
.footer-nav a {
	color: #fff;
	text-decoration: none;
}
.footer-nav a:hover {
	opacity: 0.5;
}

/* ========== index.html トップページ ========== */

/* 見出し */
.home-h2 {
	padding-bottom: 5px;
	margin: 30px 0 10px 0;
	color: #241309;
	border-bottom: 1px dashed #241309;
	font-size: 1.3rem;
}

.home-h3 {
	padding-bottom: 3px;
	margin: 10px 0 10px 0;
	color: #626262;
	border-bottom: 1px dashed #626262;
	font-size: 1.0rem;
}

.home-h4 {
	padding-bottom: 3px;
	margin: 10px 0 10px 0;
	color: #626262;
	font-size: 1.0rem;
}

/* お知らせ */
.home-news {
	padding: 20px;
	border-radius: 10px;
	background: #fff;
}

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

	/* お知らせ */
	.home-news {
		padding: 30px;
		border-radius: 10px;
		background: #fff;
	}
}

/* 小説 */

.novel-h1 {
	margin: 12px 0 5px 0;
	color: #241309;
	border-bottom: 0px dashed #626262;
	font-size: 1.5rem;
	font-family: "Libre Baskerville", "Sawarabi Mincho", "Noto Sans Japanese", serif;
}

.novel-h2 {
	margin: 10px 0 0px 0;
	color: #241309;
	border-bottom: 0px dashed #626262;
	font-size: 1.2rem;
	font-family: "Libre Baskerville", "Sawarabi Mincho", "Noto Sans Japanese", serif;
}

.novel {
	padding: 20px;
	border-radius: 10px;
	background: #fff;
	font-size:13px;
	font-family: "Libre Baskerville", "Sawarabi Mincho", "Noto Sans Japanese", serif;
}

.novel_main {
	line-height: 1.8
}

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

	.novel-h1 {
		margin: 12px 0 5px 0;
		color: #241309;
		border-bottom: 0px dashed #626262;
		font-size: 2.2rem;
		font-family: "Libre Baskerville", "Sawarabi Mincho", "Noto Sans Japanese", serif;
	}

	.novel-h2 {
		margin: 10px 0 0px 0;
		color: #241309;
		border-bottom: 0px dashed #626262;
		font-size: 1.2rem;
		font-family: "Libre Baskerville", "Sawarabi Mincho", "Noto Sans Japanese", serif;
	}

	.novel {
		padding: 50px;
		border-radius: 10px;
		background: #fff;
		font-size:16px;
		font-family: "Libre Baskerville", "Sawarabi Mincho", "Noto Sans Japanese", serif;
	}

	.novel_main {
		line-height: 1.8
		font-family: "Libre Baskerville", "Sawarabi Mincho", "Noto Sans Japanese", serif;
	}
}

hr {
	width: 100%;
	height: 1px;
	border: none;
	border-top: 1px #241309 dashed;
}
hr.yohaku {
	width: 100%;
	height: 1px;
	border: none;
	border-top: 1px #241309 dashed;
	margin:6px 0px;
}

/* ========== pageTop ========== */

#pageTop {
	position: fixed;
	z-index: 999;
	bottom: 30px;
	right: 30px;
}
#pageTop i {
  padding-top: 6px
}

#pageTop a {
	display: block;
	z-index: 999;
	padding: 8px 8px 0 8px;
	border-radius: 30px;
	width: 35px;
	height: 35px;
	background-color: #241309;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

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

/* ========== prev ========== */

#prev {
	bottom: 30px;
	left: 100px;
}
#prev i {
  padding-top: 6px
}

#prev a {
	display: block;
	z-index: 999;
	padding: 8px 8px 0 8px;
	border-radius: 30px;
	width: 35px;
	height: 35px;
	background-color: #241309;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

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

/* ========== next ========== */

#next {
	bottom: 30px;
	right: 100px;
}

#next i {
  padding-top: 6px
}

#next a {
	display: block;
	z-index: 999;
	padding: 8px 8px 0 8px;
	border-radius: 30px;
	width: 35px;
	height: 35px;
	background-color: #241309;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

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

/* ========== pager ========== */
.pager {
	padding-bottom: 5px;
	margin: 30px 0 8px 0;
	overflow: hidden;
}
 
.pager ul {
	list-style: none;
	position: relative;
	left: 50%;
	float: left;
}
 
.pager ul li {
	margin: 0 1px;
	position: relative;
	left: -50%;
	float: left;
}
 
.pager ul li span,
.pager ul li a {
	display: block;
	font-size: 16px;
	padding: 0.6em 1em;
	border-radius: 3px;
}
 
.pager ul li a {
	background: #EEE;
	color: #000;
	text-decoration: none;
}
 
.pager ul li a:hover {
	background: #333;
	color: #FFF;
}

/* ========== form ========== */
.custom02 input[type="text"] {
    width: 100%;
}

input[type="text"],
textarea {
    padding: 0.8em;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
}
textarea {
    width: 100%;
}

input.sysNextSubmit {
    border-radius: 0;   
    background: -moz-linear-gradient(top, #FFF 0%, #EEE);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
    border: 1px solid #DDD;
    color: #111;
    padding: 10px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
input.sysNextSubmit:hover {
    background: -moz-linear-gradient(top, #EFEFEF 0%, #EEE);
    background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#EEE));
}

/* custom */
.custom input[type="radio"] {
  display: none;
}
.custom label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 20px;
  cursor: pointer;
}
.custom label::before,
.custom label::after {
  position: absolute;
  content: '';
  top: 50%;
  border-radius: 100%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.custom label::before {
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #f3f3f3;
  border: 1px solid #ccc;
}
.custom label:hover::before {
  background: #fff;
}
.custom label::after {
  opacity: 0;
  left: 4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #3498db;
  -webkit-transform: scale(2);
  transform: scale(2);
}
.custom input[type="radio"]:checked + label::before {
  background: #fff;
  border: 1px solid #3498db;
}
.custom input[type="radio"]:checked + label::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.custom02 input[type="checkbox"] {
	display: none;
}
.custom02 label {
	position: relative;
	display: inline-block;
	padding: 3px 3px 3px 22px;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.custom02 label::before,
.custom02 label::after {
	position: absolute;
	content: '';
	-webkit-transition: all .2s;
	transition: all .2s;
}
.custom02 label::before {
	top: 50%;
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background: #f4f4f4;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.custom02 label::after {
	opacity: 0;
	top: 50%;
	left: 3px;
	width: 8px;
	height: 4px;
	margin-top: -4px;
	border-left: 2px solid #3498db;
	border-bottom: 2px solid #3498db;
	-webkit-transform: rotate(-45deg) scale(.5);
	transform: rotate(-45deg) scale(.5);
}
.custom02 label:hover::before {
	background: #fff;
}
.custom02 input[type="checkbox"]:checked + label::before {
	background: #fff;
	border: 1px solid #3498db;
}
.custom02 input[type="checkbox"]:checked + label::after {
	opacity: 1;
	-webkit-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
}

.hide{
    display: none;
}
 
a.tgTtip {
    color: #ff0000;
    margin: 0;
    text-decoration: none;
    font-size: 1em;
}

/* ツールチップ本体 */
p.tgToolTip {
    margin: 0;
    padding: 0.5em 1em;
    background-color: #241309;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    min-height: 1em;
    top: 100px;
    left: 20px;
    position: absolute;
    z-index: 100;
}
 
.dummy {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
}

/* ========== テーブル ========== */
table.form {
	border: 1px solid #241309;
	border-collapse: collapse;
	margin-top: 1em;
}
table.form th, table.form td {
	text-align: left;
	border: 1px solid #241309;
	padding: 8px;
	font-weight: normal;
}
table.form th {
	white-space: nowrap;
	background: #DFCB8C;
}
table.form td {
	background: #fff;
}
