@charset "UTF-8";
@import "reset.css";

/*
background: #edebe2;
title: #43621c;
header: #78A1BB;
icon: #71b41d;
*/

body{
	margin: 0 auto;
	line-height: 1.5;
	color: #333;
	background-color: #fff;
	font-family: Verdana, sans-serif;
	text-align: justify;
	background: url(../img/noise.png) repeat left top fixed #edebe2;
}
#wrap{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 20px;
}
#page{
	padding-top: 20px;
	padding: 20px 50px 30px;
	background-color: #f9f9f9;
	border-radius: 3px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
}

main{
	width: 80%;
	float: right;
}
aside{
width: 16%;
float: left;
}
#page:after {
content: "";
display: block;
clear: both;
}

#page {
display: block;
}


/* page */
h1{
	font-family: sans-serif;
	margin: 0;
	padding: 30px 0 10px;
	color: #43621c;
	text-align: center;
	font-size: 220%;
	font-weight: bold;
	white-space: nowrap
}
h2{
	margin-top: 1em;
	margin-bottom: .5em;
	padding: 0 25px;
	color: #666;
	border-bottom: 3px solid #91854e;
	font-size: 180%;
	font-weight: bold;
}
main>h2:first-of-type{
	margin-top: 0;
}
aside>h2:first-of-type{
	margin-top: 0;
}
h3{
	margin-top: 1em;
	margin-bottom: 5px;
	font-size: 150%;
	font-weight: bold;
	color: #91854e;
}
h3::before{
	margin-right: 10px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f535';
}
h4{
	font-size: 120%;
	font-weight: bold;
	color: #71b41d;
}


article .lv_h4{
margin: 1em 0;
padding: 1em 2em;
border: 1px dotted #ccc;
border-radius: 6px;
}
article .lv_h4 td{
padding-right: 1em;
}
article ul{
margin-bottom: 1em;
}
.jump{
	margin: 50px 0;
	padding: 10px 0;
	list-style: none;
	line-height: 1;
	border: 1px dashed #b09b87;
	border-width: 1px 0;
	text-align: center;
}
.jump::after{
	display: block;
	content: "";
	clear: both;
}
.jump li{
	display: inline;
	position: relative;
	margin-right: 2em;
	padding-left: 15px;
}
.jump li::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0ab';
}
.kome{
	list-style: none;
	padding-left: 1.2em;
}
.kome li::before{
	content: '※';
	margin-right: 0.2em;
}
.kome li{
	text-indent: -1.2em;
	margin-bottom: 0.5em;
}

#gotop{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0;
	bottom: 0;
	opacity: 0.6;
}
#gotop a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#gotop a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f35b';
	font-size: 50px;
	color: #71b41d;
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
footer{
	padding: 20px 0;
	text-align: center;
	color: #91854e;
}


/* common */
ul,
ol,
dl{
	margin-top: 1em;
	margin-bottom: 1em;
}
.btn {
	display: inline-block;
	margin: 1em;
	padding: 15px 25px;
	position: relative;
	background: #6bae91;
	background-image: -webkit-linear-gradient(top, #71b41d, #43621c);
	background-image: -moz-linear-gradient(top, #71b41d, #43621c);
	background-image: -ms-linear-gradient(top, #71b41d, #43621c);
	background-image: -o-linear-gradient(top, #71b41d, #43621c);
	background-image: linear-gradient(to bottom, #71b41d, #43621c);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #4b7b66;
	font-weight: bold;
}
.btn a{
color: #ffffff;
font-size: 24px;
text-decoration: none;
}
.btn:hover {
top: 2px;
}
dl{
padding: 0 1em;
}
table{
margin: 1em;
}
td:first-child{
white-space: nowrap;
}
.fee td:nth-child(2){
padding-left: 1em;
text-align: right;
}
.space{
letter-spacing: 1em;
}
a.movie:after{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f1c8';
	color: #f44;
}
p.add{
padding-left: 1em;
text-indent: -1em;
}


/* top */
#news dl{
margin: 20px 30px 20px;
padding: 10px 25px;
border: 1px solid #ddd;
background: #fff;
border-radius: 5px;
}
#news h2{
margin-top: 0px;
}
#news ul{
list-style: none;
}
#news dl dt:before{
margin-right: .5em;
font-family: "Font Awesome 6 Free";
font: var(--fa-font-solid);
content: '\f1b0';
font-wight: 900;
color: #71b41d;
}
#news dt{
width: 10em;
float: left;
clear: left;
}
#news dd{
padding-left: 10em;
margin-bottom: .5em;
}
#news dd:last-child{
margin-bottom: 0;
}
#news::after{
	display: block;
	content: "";
	clear: both;
}
#news dd ul{
margin-top: 0;
margin-bottom: 0;
list-style: disc;
}
li strong{
display: block;
text-align: center;
font-size: 150%;
}
li em{
font-weight: bold;
color: red;
font-size: 120%;
}
li ul{
margin: 0;
padding: 0;
padding-left: 1em;
list-style: none;
}
li ul ul ul{
list-style: circle;
}


/* aside */
#advertisement ul{
margin: 1em 0 0;
padding: 0;
list-style: none;
}
#advertisement ul li{
padding-left: 12px;
text-indent: -12px;
padding-bottom: 2px;
margin-bottom: 2px;
border-bottom: 1px dotted #ccc;
}
#advertisement ul li:not(.img_li):before{
	padding-right: 2px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\e4f2';
	font-size: 10px;
	color: #71b41d;
}
#advertisement ul li.img_li{
padding-left: 0;
text-align: center;
}
#advertisement ul li.img_li img{
border: 1px solid #ccc;
}

