body {
	margin: 0;
	background-color: #fff;
}

.header {
	width: 1000px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	font-size: 40pt;
	font-weight: bold;
	width: 500px;
	heigt: 80px;
	float: left;
	font-family: "メイリオ";
}

#tel {
	font-size: 30pt;
	width: 490px;
	height: 80px;
	float: right;
	line-height: 180%;
	text-align: right;
	background-image: url(image/tel_1.jpg);
	text-indent: 2px;
}

#tel_1 {
	font-size: 38pt;
	width: 500px;
	height: 80px;
	float: left;
	line-height: 180%;
	text-align: right;
}

.line {
	width: 100%;
	border-style: solid;
	border-color: #999;
	border-width: 1px;
}

.menu {
	width: 1000px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
}

#menu_sub {
	width: 249px;
	height: 40px;
	background-color: #999;
	float: left;
	text-align: center;
	color: #fff;
	line-height: 280%;
	text-align: center;
}

#menu_sub_1 {
	width: 250px;
	height: 40px;
	background-color: #999;
	float: left;
	color: #fff;
	line-height: 280%;
	text-align: center;
}

a:link #menu_sub {
	width: 249px;
	height: 40px;
	background-color: #999;
	float: left;
	text-align: center;
	color: #333;
	line-height: 280%;
}

a:hover #menu_sub {
	width: 249px;
	height: 40px;
	background-color: #f0f8ff;
	float: left;
	text-align: center;
	color: #333;
	line-height: 280%;
}

a:link #menu_sub_1 {
	width: 250px;
	height: 40px;
	background-color: #999;
	float: left;
	text-align: center;
	color: #333;
	line-height: 280%;
}

a:hover #menu_sub_1 {
	width: 250px;
	height: 40px;
	background-color: #f0f8ff;
	float: left;
	text-align: center;
	color: #333;
	line-height: 280%;
}

.image {
	width: 1000px;
	height: auto;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

.slide {
	position: relative;
	/* 親要素にrelativeを指定 */
}

.slider {
	margin: auto;
	width: 1000px;
}

.slider img {
	height: 533px;
	width: 100%;
}

/*slick setting*/
.slick-prev:before,
.slick-next:before {
	color: #000000;
}

.slide img {
	position: absolute;
	/* absoluteで画像を重ねる */
	display: none;
	/* 画像を非表示に非表示 */
}

.marquee {
	background-color: #cee4ae;
	/* 背景色 */
	width: 100%;
	/* 横幅 */
	overflow: hidden;
}

.marquee>span {
	display: inline-block;
	white-space: nowrap;
	padding-left: 100%;
	animation-name: MarqueeScroll;
	animation-timing-function: linear;
	animation-duration: 15s;
	/* 1周するのにかかる時間 */
	animation-iteration-count: infinite;
	/* 繰り返す回数 */
}

@keyframes MarqueeScroll {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-100%);
	}
}

.left-nav {
	width: 200px;
	height: 180px;
	float: left;
	#f0f8ff
}

#menu_a_sub {
	width: 200px;
	height: 30px;
	font-size: 12px;
	background-color: #666;
	color: #fff;
	line-height: 190%;
	padding: 6px;
	text-decoration: initial;
}

#menu_a_sub_1 {
	width: 200px;
	height: 30px;
	font-size: 12px;
	background-color: #f0f8ff;
	color: #333;
	line-height: 190%;
	padding: 6px;
	text-decoration: initial;
}

a:link #menu_a_sub {
	width: 200px;
	height: 30px;
	font-size: 12px;
	background-color: #666;
	color: #fff;
	line-height: 190%;
	padding: 6px;
	text-decoration: initial;
}

a:hover #menu_a_sub_1 {
	width: 200px;
	height: 30px;
	font-size: 12px;
	background-color: #666;
	color: #fff;
	line-height: 190%;
	padding: 6px;
	text-decoration: initial;
}

iframe.demo_1 {
	float: left;
	border: 0px;
	visibility: inherit;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 180%;
	color: #00F;
	text-decoration: underline;
}

.contener {
	width: 1000px;
	height: 400px;
	background-color: #699;
	margin-top: 400px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.contener3 {
	width: 1000px;
	height: auto;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: -30px;
}

#white {
	background-color: #FFF;
	height: auto;
	width: 1000px;
}

.contener_1 {
	width: 1000px;
	height: 400px;
	background-color: #699;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	margin-top: 40px;
}

.profile {
	width: 777px;
	height: 377px;
	border: 2px solid #333;
	font-size: 816px;
	color: #333;
	padding: 10px;
}

.footer_id {
	width: 1000px;
	height: 180px;
	background-color: #381d72;
	text-align: center;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}

#fotter_column_1 {
	width: 700px;
	height: 36px;
	float: left;
}

.footer_id #fotter_column_2-1 {
	float: left;
	height: 36px;
	width: 148px;
}

#fotter_column_2 {
	width: 110px;
	height: 36px;
	text-align: center;
	float: left;
}

#fotter_column_3 {
	width: 42px;
	height: 36px;
	text-align: center;
	float: left;
}

#fotter_column_4 {
	width: 90px;
	height: 36px;
	text-align: center;
	float: left;
	font-size: 14px;
}

#homepage_font {
	width: 900px;
	height: 100px;
	font-size: 40px;
	color: #FFFFFF;
	text-align: center;
	line-height: 200%;
	margin-left: auto;
	margin-right: auto;
}

#poster_font {
	width: 900px;
	height: 100px;
	font-size: 35px;
	color: #FFFFFF;
	text-align: center;
	line-height: 200%;
	margin-left: auto;
	margin-right: auto;
}

.homepage_contents {
	width: 1000px;
	height: 700px;
	font-size: 24px;
	color: #000;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.price {
	width: 1000px;
	height: 300px;
	font-size: 16px;
	color: #000;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	line-height: 20%;
	list-style-position: outside;
	list-style-image: url(image/pen.png);
}

.homepage_lineup {
	width: 750px;
	height: 377px;
	border: 0px solid #333;
	font-size: 20px;
	color: #333;
	padding: 10px;
}

.poster_lineup {
	width: 777px;
	height: 657px;
	border: 1px solid #333;
	font-size: 20px;
	color: #333;
	padding: 10px;
	list-style-position: outside;
	list-style-image: url(image/pen.png);
	list-style-type: circle;
	line-height: 200%;
	font-weight: bolder;
}

.access_contents {
	width: 777px;
	height: 377px;
	border: 1px solid #333;
	font-size: 20px;
	color: #333;
	padding: 10px;
}

a:link #logo {
	color: #000;
}

a:visited #logo {
	color: #000;
}

a:hover #logo {
	color: #000;
}

a active #logo {
	color: #000
}

#contents_b {
	height: 380px;
	width: 600px;
	float: left;
	margin-left: 15px;
}

#table_div {
	height: 290px;
	width: 330px;
}

#contents_c {
	float: left;
	height: 300px;
	width: 330px;
}

#space {
	padding: 3px;
	height: 57px;
	width: 185px;
	text-align: center;
}

#infomation {
	font-size: 20px;
	color: #000;
	background-color: #0F9;
	padding: 3px;
	height: 20px;
	width: 140px;
	margin: 5px;
	text-align: center;
}

#text_aeia {
	font-size: 14px;
	padding: 5px;
	height: 320px;
	width: 570px;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 180%;
	font-weight: bold;
	color: #00F;
	text-decoration: underline;
	border-top-width: 12px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 12px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #090;
	border-right-color: #999;
	border-bottom-color: #666;
	border-left-color: #0C0;
	display: block;
	overflow: hidden;
	background-color: #FFF;
}

.back_image {
	background-image: url(image/back_image_2.png);
	height: auto;
	width: 100%;
}

#sub_contents {
	margin-right: auto;
	margin-left: auto;
	background-color: #EAEAEA;
	height: 400px;
	width: 1000px;
}

#froat_right {
	float: right;
	height: 450px;
	width: 370px;
	font-size: 18px;
	line-height: 200%;
	font-weight: bold;
	text-align: center;
}

#lineup_right {
	float: right;
}

#lineup_left {
	float: left;
}

.footer_id a:link {
	color: #CCC;
}

.footer_id a:visited {
	color: #CCC;
}

.footer_id a:hover {
	color: #fff;
}

.footer_id a:active {
	color: #fff;
}

#center_colum {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}

.calender {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E9E9E0;
	padding-top: -50px;
}

td {
	border-bottom: 1px;
	border-bottom-color: #black;
	border-right: 1px;
	border-right-color: #black;
	border-top: 1pxn;
	border-top-color: #black;
	border-left: 1px;
	border-left-color: #black;
}

#info_munu {
	background-image: url(image/info_munu-1.png);
	float: right;
	height: 40px;
	width: 40px;
}

#logo_1 {
	font-size: 24pt;
	font-weight: bold;
	width: 500px;
	heigt: 80px;
	float: left;
	font-family: "メイリオ";
}

#tel_2 {
	font-size: 16pt;
	width: 500px;
	height: 40px;
	float: left;
	line-height: 180%;
	text-align: right;
}

#box_1 {
	height: 40px;
	width: 500px;
	float: left;
}

.price ul li {
	width: 1000px;
	height: 300px;
	font-size: 18px;
	color: #000;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	line-height: 20%;
	list-style-position: inside;
	list-style-image: url(image/pen.png);
	font-weight: bold;
}

.curriculum ul li {
	font-size: 18px;
	line-height: 1em;
	font-weight: bolder;
	list-style-image: url(image/pen.png);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.image_1 {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

.back_image_1 {
	background-image: url(image/AdobeStock_494009224.jpeg);
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.price_lineup ul li {
	list-style-type: circle;
}

.poster_contents {
	font-size: 24px;
	line-height: 160%;
	color: #000;
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#fotter_column_2-2 {
	float: left;
	height: 36px;
	width: 108px;
}

#speace {
	float: left;
	height: 36px;
	width: 3px;
}

#tekikakujigyou {
	font-size: 16px;
	color: #FFF;
	height: 50px;
	width: 99px;
	float: left;
}

#fotter_column_2-3 {
	float: left;
	height: 36px;
	width: 108px;
}

#month {
	font-size: 18px;
	font-weight: bold;
	color: #F33;
	text-align: center;
	padding: 6px;
	clear: both;
	height: 22px;
	width: 40px;
	border: 2px solid #F60;
}

#line_bottom {
	width: 1000px;
	border: 2px dotted #333;
}

#photoset1 {
	width: auto;
	height: auto;
	text-align: center;
	margin-top: 30px;
}