@charset "utf-8";
body {
	width:100%;
	height:auto;
	margin: 0 auto;
	padding: 0;
	color: #330;
	background-color: #fffaeb;
	background-image: url(../img/bg.png);
	background-repeat: repeat;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 0.9em;
	line-height: 1.8em;
	background-attachment: fixed;
}
p {
	margin-top: 0;
	padding-right: 2%;
	padding-left: 2%;
}
h1 {
	font-family: "Courier New", Courier, monospace;
	font-size:1.75em;
	padding: 0.25em 0;
}
h1:after {
	content: "";
	display: block;
	height: 4px;
	background: -webkit-linear-gradient(to right, rgb(200, 230, 230), transparent);
	background: linear-gradient(to right, rgb(200, 230, 230), transparent);
}
ul {
	margin: 0 0 0 1em;
	padding: 0 auto;
}
ul li {
	list-style-type: none;
}
a img {
	border: none;
	text-decoration: none;
}
a:link {
	color: #42413C;
	text-decoration: none;
}
a:visited {
	color: #6E6C64;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #330;
}
a[target="_blank"] {
	background-color: #e3f2f2;
}
.header {
	max-width:100%;
	height: auto;
	background-image: url(../img/header-bg.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center left;
}
.title1 {
	padding-top: 20%;
	margin-left: 5%;
	font-size: 1.8em;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}
.title2 {
	margin-left: 5%;
	font-size: 0.8em;
}
#menu {
	width:100%;
	height:6em;
	margin:0 auto;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	background-color: #c8e6e6;
	font-size: 1em;
}
nav {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
nav ul {
	display: table;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 170em;
	font-size: 0.5em;
}
nav ul li {
	display: table-cell;
	min-width: 95px;
	border-right: 1px solid #ccc;
}
nav ul li:first-child {
	border-left: 1px solid #ccc;
}
nav ul li a {
	width: 100%;
	padding: 0;
	text-decoration: none;
	color: #aaa;
	font-size: 2em;
}
nav ul li a:hover {
	border-bottom: 1px solid #F8E750;
}
#thmb {
	font-size: 0.75em;
	line-height: 1em;
	float:left;
}
#thmb ul li {
	float:left;
}
#thmb ul li a {
	display: block;
	margin-bottom: 0.5em;
}
.container {
	width: 90%;
	height:auto;
	background: #FFF;
	margin: 0 auto;
}
.box {
	width:90%;
	margin:0 auto;
	margin-bottom:0.75em;
	padding:3%;
	border:1px solid #c8e6e6;
	background-color:#fff;
	color: #330;
}
.newbox {
	width:90%;
	margin:0 auto;
	margin-top:0.75em;
	margin-bottom:0.75em;
	padding:3%;
	border:1px solid #c8e6e6;
	background-color:#fff;
	color: #330;
}
.footer {
	margin-bottom:-5%;
	font-family: "Courier New", Courier, monospace;
	background: #c8e6e6;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
}
.topnavi {
	margin:auto;
	border-bottom: 2px dashed #c8e6e6;
	text-align: right;
}
.content {
	padding: 0;
}
td {
	margin:auto;
	width:50%;
	font-size:0.75em;
}
.notice {
	color: #F00;
	font-weight:bold;
}
.notice {
	color: #F00;
}
hr {
	border: 1px dotted #C8E6E6;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.container {
	max-width: 90%;
	background: #FFF;
	margin: 0 auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c8e6e6;
	border-left-color: #c8e6e6;
}
.topnavi {
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #c8e6e6;
	width: 90%;
	text-align: right;
	margin-bottom: 2em;
}
input {
	padding:0.5em;
	margin: 1em;
	border: 2px solid #E3F2F2;
	width: 50%;
}
#page_top {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 1em;
	bottom: 1em;
	background: #C8E6E6;
	opacity: 1;
	border-radius: 50%;
}
#page_top a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f139';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
@media only screen and (min-width:482px) {
#menu {
	height:3.5em;
	display:flex;
	flex-wrap: wrap;
}
nav ul li {
	min-width: 95px;
	float:left;
}
#thmb {
	width:100%;
}
#thmb ul li {
	width:33.3%;
	float:left;
}
#thmb ul li a {
	display: block;
}
}
@media only screen and (min-width:640px) {
#thmb {
	width:100%;
}
#thmb ul li {
	float:left;
}
#thmb ul li a {
	display: block;
}
}
@media only screen and (min-width:768px) {
#menu {
	height:2em;
}
nav ul li {
	width: 14%;
	float: left;
	font-size: 1.5em;
}
#thmb {
	width:100%;
}
#thmb ul li {
	width:13.5%;
	float:left;
}
#thmb ul li a {
	display: block;
}
}
@media only screen and (min-width:960px) {
#menu {
	height:3em;
}
#thmb {
	width:100%;
}
#thmb ul li {
	width:13.5%;
	float:left;
	margin:0.5em;
}
nav ul li {
	float:left;
	margin-top: 1em;
}
.title1 {
	padding-top: 20%;
	margin-left: 5%;
	font-size: 2.75em;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}
.title2 {
	margin-top:0.5em;
	margin-left: 5%;
	font-size: 1em;
}
.caption {
	margin-left:1.5em;
	float:left;
	width:50%;
}
/*------------------------------------リボン装飾------------------------------------*/
.box {
	width:90%;
	border:1px solid #c8e6e6;
	background-color:#fff;
	color: #330;
}
.newbox {
	width:90%;
	border:1px solid #c8e6e6;
	background-color:#fff;
	color: #330;
}
.newbox-text {
	margin-left:10px;
	margin-right:16px;
}
.side-corner-tag {
	position: relative;
	color: #fff;
	display: inline-block;
	padding: 5px;
	overflow: hidden;
	font-family: "Courier New", Courier, monospace;
}
.side-corner-tag p {
	display: inline;
}
.side-corner-tag p span {
	position: absolute;
	display: inline-block;
	right: -25px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2), inset 0px 5px 30px rgba(255,255,255,0.2);
	text-align: center;
	text-transform: uppercase;
	top: 22px;
	background: #ff8b9e;
	width: 100px;
	padding: 3px 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	font-weight: bold;
	letter-spacing: 4px;
	color: #FFF;
}
.side-corner-tag p:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: -17px;
	right: 69px;
	z-index: -1;
	border: 17px solid;
	border-color: transparent transparent #662121 transparent;
}
.side-corner-tag p:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 74px;
	z-index: -1;
	right: -10px;
	border: 17px solid;
	border-color: #662121 transparent transparent transparent;
}
/*------------------------------------リボン装飾------------------------------------*/
/* ~~ フッター ~~ */
.footer {
	width:100%;
	margin:0 auto;
	height:3.25em;
	font-size: 0.8em;
	font-weight: bold;
	padding-top:1.25em;
}
}
