@charset "utf-8";
/* CSS Document */
.pagetop {
	display: none;
	position: fixed;
	bottom: 250px;
	right: 5px;
	width: 50px;
	height: 40px;
	z-index: 5000;
}
#container table {
	min-width: 400px;
	text-align: center;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#container td {
	border: 1px solid #ccc;
	border-bottom: 0;
	border-right: 0;
	padding: 3px 10px 3px 10px;
}
/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	width: 100%;
	height: 430px;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../web/goto/mimg.jpg);
	background-color: #192011;
	background-repeat: no-repeat;
	background-position: bottom center;
}


/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	height: auto;
	text-align: left;
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#sec01 {
	width: 100%;
	height: 800px;
	margin: 0 auto;
	padding-top:0px;
	padding-bottom: 30px;
}

#contents01 {
	width: 1100px;
	height: 800px;
	margin-left: auto;
	margin-right: auto;
}
.c1tn {
	width: 1100px;
	height: 50px;
	font-size: 25px;
	line-height: 50px;
	text-align: center;
	letter-spacing: 1px;
	float: left;
	font-weight: bold;
	color: #fff;
	background-color: #033;
	border-radius: 5px;
}
.c1tn2 {
	width: 1100px;
	height: 70px;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 1px;
	float: left;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #900
}
.c1t1 {
	width: 1100px;
	height: 50px;
	font-size: 30px;
	line-height: 50px;
	text-align: center;
	letter-spacing: 1px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	float: left;
	font-weight: bold;
}
.c1t2 {
	width: 1100px;
	height: 250px;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 1px;
	float: left;
	margin-top: 30px;
}
.ac {
	width: 475px;
	margin-top: 50px;
	margin-left: 50px;
	display: inline-block;
	padding-top: 15px;
	padding-bottom: 15px;
    text-decoration: none;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
    color: #000;
    transition: .4s;
	background-color: #fff;
	border: 1px solid #222;
	float: left;
}
.ac a {
    color: #000;
	text-decoration: none;
}

.ac a:hover {
    color: #fff;
}
.ac:hover {
    color: #fff;
	background-color: #222;
}
@media screen and (min-width:768px){

}
