@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family:OratorStd;
	font-family:hiraginomaru;
	font-family:crccgryb;
	src:url(font/OratorStd.otf) format("opentype");
	src:url(font/hiraginomaru.otf) format("opentype");
	src:url(font/crccgryb.ttc) format("truetype");
}
/*トップページの画像スライド*/
@keyframes album {
	0% {opacity:0.0;}
	11% {opacity:1.0;}
	22% {opacity:1.0;}
	33% {opacity:0.0;}
}
body {
	margin:0;
	font-family:"hiraginomaru";
}
header {
	font-family:"OratorStd";
	margin:0 auto;
	background-color:#FFFFFF;
	position:relative;
}
#head_img img {
	width:100%;
	animation-name:album;
	animation-duration:50s;
	animation-iteration-count:infinite;
	opacity:0;
}
#head_img .img1 {
	display:block;
	margin:0 auto;
}
#head_img .img2 {
	animation-delay:10s;
	position:absolute;
	top:0;
}
#head_img .img3 {
	animation-delay:20s;
	position:absolute;
	top:0;
}
#head_img .img4 {
	animation-delay:30s;
	position:absolute;
	top:0;
}
#head_img .img5 {
	animation-delay:40s;
	position:absolute;
	top:0;
}
/*トップページ画像テキスト*/
#head_para p {
	text-shadow:#000 0px 0px 2px;
}
#head_para .p1 {
	position:absolute;
	top:30px;
	right:23%;
	color:#fff;
	font-size: 22px;
	font-weight: bold;
}
#head_para .p2 {
	position:absolute;
	top:60px;
	right:20%;
	color:#fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
}
#head_para .p3 {
	position:absolute;
	bottom:50px;
	left:15%;
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
}
#head_para .p4 {
	position:absolute;
	bottom:5px;
	left:18%;
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
}
#head_para .p5 {
	position:absolute;
	bottom:80px;
	right:20px;
	font-size:24px;
	font-weight:bold;
	color:white;
}
#head_para .p6 {
	position:absolute;
	bottom:65px;
	right:40px;
	font-size:18px;
	font-weight:bold;
	color:white;
}
#head_para .p7 {
	position:absolute;
	bottom:15px;
	right:40px;
	font-size:18px;
	font-weight:bold;
	color:white;
}
#head_para .p8 {
	position:absolute;
	bottom:-5px;
	right:40px;
	font-size:18px;
	font-weight:bold;
	color:white;
}
#head_para .p2a {
	position:absolute;
	right:10%;
	bottom:100px;
	color:#fff;
	font-size: 42px;
	font-weight: bold;
	line-height: 50px;
	font-family:"crccgryb";
}
#head_para .p2b {
	position: absolute;
	top:150px;
	right:5%;
	color:#000000;
	font-size: 18px;
	line-height: 15px;
	text-align: center;

}
#head_para .p2b span {
	font-size: 22px;
	color: coral;
}
#head_para .p2b a {
	text-decoration: none;
	text-align: center;
	display: block;
	color: #000000;
	background-color: #D7D6D6;
	padding:5px 2px 5px 2px;
}
#head_para .p1a {
	position:absolute;
	top:300px;
	left:100px;
	color:#fff;
	font-size: 70px;
	font-weight: bold;
	line-height: 100px;
}
.font1 {
	font-family: Wingdings;
	font-weight: bold;
	font-size: 24px;
}
/*ナビゲーション*/
nav {
	position:absolute;
	width:100%;
	top:2px;
	background-color:#FFFFFF;
	opacity:0.7;
	margin:0;
	height: 50px;
	padding-top: 0px;
}
nav ul {
	padding:0;
	height:40px;
	display:flex;
	list-style-type: none;
	overflow:hidden;
	margin-top: 5px;
}
nav li {
	width:150px;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
}
nav a {
	display:block;
	text-decoration:none;
	color: #666;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
nav .logoli {
	width:300px;
}
/*ナビゲーションロゴ*/
.span_logo {
	text-shadow:#F00 0px 0px 2px;
	font-size: 18px;
	color: #F9F;
}
.span_menu {
	font-size:10px;
}
/*予約ボタン*/
#btn {
	position:absolute;
	top:40px;
	right:2%;
}
#btn a {
	display:block;
	cursor:pointer;
	width:200px;
	margin:0;
	padding:10px;
	border-radius:5px;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	background-color:#F9F;
	box-shadow:0 6px 0 #F39, 0 12px 0 rgba(0,0,0,0,2);
}
#btn a:hover {
	background-color:#FCF;
	box-shadow:0 3px 0 #F39, 0 6px 0 rgba(0,0,0,0,2);
	transform:translateY(3px);
}
#btn a:active {
	color:#ddd;
	background-color:#F3F;
	box-shadow:0 0 0 #F30, 0 0 0px rgba(0,0,0,0,2);
	transform:translateY(6px);
	transition-duration:0.1s;
}
/*タイトル*/
h1 {
	color: #666;
	text-align: center;
	margin: 0px;
	line-height: 60px;
	background-color: gainsboro;
}
section {
	margin:0 auto;
}
article a:hover {
	opacity:0.5;
}
#contents_m {
	display:flex;
	justify-content:space-around;
	width:1000px;
	height:300;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#arti_t {
	width:800px;
	margin:auto;
}
#contents_t {
	width:800px;
	height:200px;
	overflow:auto;
	margin: auto;
}
#contents_t table {
	width:800px;
}
#contents_t tr {
	line-height: 30px;
	background-color:whitesmoke;
}
#contents_t td {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: white;
}
h2 {
	text-align:left;
	color: #666;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
}
td {
	line-height: 23px;
}
.td_wid_l {
	width:100px;
}
.tr_wid_r {
	width:650px;
}
/*フッター*/
footer {
	font-family:"OratorStd";
	margin-top:20px;
}
#footer_div {
	margin:auto;
	width:800px;
	display:flex;
}
#footer_div ul {
	list-style-type: none;
}
#footer_div a {
	text-decoration: none;
	color: #666;
}
#copy {
	width:100%;
	text-align:right;
	background-color:whitesmoke;
	height: 60px;
}
footer p {
	padding-right: 50px;
	vertical-align: middle;
	padding-top: 20px;
	color: slategrey;
}
